Це відео не доступне.
Перепрошуємо.

What backend framework should you use!? 👩‍💻

Поділитися
Вставка
  • Опубліковано 16 січ 2023

КОМЕНТАРІ • 189

  • @CodingWithLewis
    @CodingWithLewis  Рік тому +122

    Do you want to see more tips from the duck? 👩‍💻

  • @nekierin6402
    @nekierin6402 Рік тому +294

    Backend implies the existence of frontbeggining

    • @ghostnoodle9721
      @ghostnoodle9721 Рік тому +11

      The frontbeginning is within you
      -L33T yoda

    • @shadow_rune6178
      @shadow_rune6178 Рік тому +2

      Kinda true
      I took CompTIA certification courses in highschool for backend, but now I am getting an associates in CompSci to get proficient at frontend and prove it to an employer, since most of them want at least an associates.
      Becoming good at backend made learning front end a lot easier...in the same way that learning English makes it easier to learn German...or Spanish.

    • @rafaelfigfigueiredo2988
      @rafaelfigfigueiredo2988 9 місяців тому

      Im crying with this 😂

    • @ShamsulHaq313
      @ShamsulHaq313 4 місяці тому

      Lawwwwwl 🤣

  • @XerosOfficial
    @XerosOfficial Рік тому +143

    I love the fact that PHP's lightweight framework is just PHP

    • @nicholasfinch4087
      @nicholasfinch4087 Рік тому +8

      Can't beat simplicity sometimes.

    • @CoffeeToCode11
      @CoffeeToCode11 Рік тому +5

      Same here, I was amazed by how far you can go without a framework with modern PHP

    • @yodua8193
      @yodua8193 7 місяців тому +3

      @@CoffeeToCode11 new PHP feels like a framework on top of the old PHP at this point

  • @atra7873
    @atra7873 Рік тому +29

    "It depends on the programming language you comfortable with"
    put scratch on the list...

  • @VarunBanka18
    @VarunBanka18 Рік тому +23

    Please make one from js framework (front end);

  • @carolinadelvalle2316
    @carolinadelvalle2316 Рік тому +26

    Finally taking PHP into account

  • @CodingWithLewis
    @CodingWithLewis  Рік тому +13

    What’s your favourite backend?

    • @lakshmakhija1586
      @lakshmakhija1586 Рік тому +7

      Django

    • @nikolakrsmanovic9175
      @nikolakrsmanovic9175 Рік тому +5

      Spring 😎

    • @TypeZ3R0
      @TypeZ3R0 Рік тому +2

      Honestly, it's nodejs (I was a django dev but that was so easy that the abstraction made it so difficult to visualize stuffs)

    • @moon.walker
      @moon.walker Рік тому

      Nodejs with express, ejs templating.

    • @8koi245
      @8koi245 Рік тому +5

      the one I don't write 💀lol

  • @nordeenhasan8630
    @nordeenhasan8630 3 місяці тому +1

    for me
    learn two backend frontend
    1- one that's full featured, easy to learn and handle 100 users per second, single thread
    so one of those (laravel, django, trails).
    2- one that's for scalable backend handle multithreads, one of those
    (golang, java/spring, c#/asp.netcore)
    for me I use laravel and golang

  • @baggier
    @baggier Рік тому +3

    Use Nestjs it's so fucking good
    Makes express actually usable
    Works with fastify too

  • @Dhsidhsusjs
    @Dhsidhsusjs Рік тому +5

    NestJS has been treating me well!

  • @sumrak219
    @sumrak219 Рік тому +9

    "I know python!" "than use Laravel!"

  • @rameshsutliya
    @rameshsutliya Рік тому +6

    what about golang?
    I agree that developer need to handle most of things by themselves but I feel it gives me kinda highest control.

  • @johnnysimps6333
    @johnnysimps6333 Рік тому

    Hi Lewis, I have to say it is not really procrastinating. I started learning recently, at first on my own at home and I literally had no idea what to do with all the informations I read. Luckily I got into a course where everything is more structured and I’m making better and more complex apps day by day

  • @immortalsun
    @immortalsun Рік тому +1

    Your editing skills are gosh darn on-point!

  • @sahil_parmar
    @sahil_parmar Рік тому +3

    Laravel is best i tried django , express and Laravel but found Laravel best and then after I choose django and express just for real-time apps where there are too much sockets.

  • @arhamsayyed9518
    @arhamsayyed9518 Рік тому +1

    That's a good way of guidance

  • @HarryDaDevSecond
    @HarryDaDevSecond Рік тому +3

    Damn great editing and shots Lewis!

  • @thethiny
    @thethiny Рік тому +37

    Man ignored Flask even though it used to host all python traffic 😔

    • @voidpointer398
      @voidpointer398 Рік тому +8

      If beginners should get a bit comfortable with flask first before learning django, it helps to understand the concepts better.

    • @CodingWithLewis
      @CodingWithLewis  Рік тому +15

      I’ve recently used fastapi!

    • @thethiny
      @thethiny Рік тому +4

      @@CodingWithLewis FastAPI is relatively recent so us old python users felt left out 😂 Django is extremely tough for beginners for simple apps.

    • @nogrammer
      @nogrammer Рік тому +7

      ​@@thethiny using Django feels primitive now, using Flask is pretty good but FastAPI is too good

    • @thethiny
      @thethiny Рік тому +2

      @@nogrammer Django is for building APIs with Database support so it's still essential, but it is primitive. FastAPI replaces Flask not Django.

  • @wolfrig2000
    @wolfrig2000 Рік тому +3

    The how do you get started is my legit question, lol.

  • @timjames4306
    @timjames4306 Рік тому +1

    I love this new type of video❤️🤩😍

  • @Clip_R36
    @Clip_R36 Рік тому

    Love your way 🤗, well I am small editor and as well as a beginner, U shorts help me alot thanks 😘,

  • @psibarpsi
    @psibarpsi Рік тому

    This was great on so many levels!

  • @ilhem6200
    @ilhem6200 6 місяців тому

    so for java developers :
    > Light weight apps: Spark
    > others: Spring boot

  • @giviko1709
    @giviko1709 Рік тому

    I use express bc it's so flexible and lightweight. I don't like opinionated frameworks much so express being express gives me the perfect amount of control. And the typescript integration is pretty damn good

    • @laffta6727
      @laffta6727 7 місяців тому

      what resources to learn typescript -thx

    • @giviko1709
      @giviko1709 7 місяців тому

      ​@@laffta6727 tbh I just read the docs and went with it. It's just like any other programming language. Only hard part imo is the frameworks for if you need them (there's tutorials and documentation that can help).
      A library like express tho is relatively simple, if you understanding how APIs work, and how to route one and such you'll intuitively get it after reading its docs. If not there's tutorials all over explainig in detail

  • @HikaruAkitsuki
    @HikaruAkitsuki Рік тому

    Hey! Honestly. The always hardest part is to start on something.

  • @fieryscorpion
    @fieryscorpion Рік тому +11

    Man didn’t even mention .NET 🤦
    It’s literally the easiest and fastest of them all, with second to none documentation.

    • @raianmr2843
      @raianmr2843 Рік тому

      but is it *shiny* enuf?

    • @TheMetalkon
      @TheMetalkon Рік тому +2

      This channel almost always skips C#/.NET for some reason.
      (even if it's in the thumbnail or something, its always an afterthought)

    • @randombubby1
      @randombubby1 12 днів тому +1

      Used ASP for a project recently, super easy to set up. I mean I’m still a beginner but Entity Framework, ASP Identity, etc. we’re super amazing to use 😸 I’m still trying to learn how to improve and optimize but getting a base production ready API was super easy!

  • @RiderAvinash
    @RiderAvinash 7 місяців тому

    One of the best video

  • @enochmota3322
    @enochmota3322 Рік тому

    Love the play on "Rubber ducking"

  • @PyroCyclone
    @PyroCyclone Рік тому

    Fun fact, I'm actually learning how to make a website with no backend framework

  • @defcamar9208
    @defcamar9208 Рік тому

    The duck caught me off guard !

  • @sherkhan_5050
    @sherkhan_5050 Рік тому +4

    You used Chat GPT, didn't you? (I had the experience that's why I know)

  • @vishalcrazyfactsvc
    @vishalcrazyfactsvc Рік тому

    Thank you Lewis

  • @nyagah243
    @nyagah243 Рік тому +1

    I guess Fastapi is being recommended over Flask now. Nice.

  • @priyobratamondal138
    @priyobratamondal138 11 місяців тому

    "what programming language you arr most comfortable in"
    Proceeds to code in Morse

  • @a.anvarbekov
    @a.anvarbekov Рік тому +2

    Nestjs, it's wholesome

  • @RemotHuman
    @RemotHuman Рік тому +2

    There's also serverless functions, and JavaScript frameworks that abstract which parts are back end and which are frontend (incl react itself now I think)
    There's also back end as a service where you call APIs from the frontend to other peoples back end functions (which provide auth, database, and more) for a price, namely firebase or its alternative supabase (and there's more)

  • @okie9025
    @okie9025 Рік тому +2

    NestJS FTW

  • @iiHaSTe
    @iiHaSTe 7 місяців тому +1

    RIP Flask

  • @re.liable
    @re.liable Рік тому

    Like, the hosting and stuff

  • @CC-1.
    @CC-1. Рік тому +1

    This video is better than old talking with camera just can you make intro also talking not to camera

  • @deleted_handle
    @deleted_handle Рік тому

    The duck is so wise.

  • @ramdoni3935
    @ramdoni3935 Рік тому +2

    why is Go-lang rarely discussed?

    • @raianmr2843
      @raianmr2843 Рік тому

      takes a certain level of scale and experience to appreciate Go

  • @DarkSolidity
    @DarkSolidity Рік тому

    I just want to know who is building their backend with C++ because you are a legend

  • @vit6723
    @vit6723 Рік тому

    me visiting documentation to read, few seconds after nah its to long

  • @muhammadali4653
    @muhammadali4653 Рік тому

    What backend framework should I use for Flutter apps? plz answer I confused, which will work or will be better "Django" or "React" or "Laravel" or some other??

  • @lucasgoncalves8231
    @lucasgoncalves8231 Рік тому +1

    I think this short has been made with ChatGPT

  • @ari_archer
    @ari_archer Рік тому

    flask : im still here ???

  • @sdaks001
    @sdaks001 Рік тому +1

    Could you make a same video for frontend.

  • @vellu0139
    @vellu0139 Рік тому +1

    based keychron owner

  • @varunjaiswal8981
    @varunjaiswal8981 Рік тому +1

    I need this duck ai !!

  • @ilyasolgun807
    @ilyasolgun807 Рік тому

    Yo u are an expert at this, who did u learn from?
    Mr Duck

  • @aryanshankar526
    @aryanshankar526 Рік тому

    Guys i m a complete beginner in coding and want to make full stack projects quickly for job purposes.....what wud be the best backend or tech stack that i shud learn?

  • @sanchogodinho
    @sanchogodinho Рік тому +2

    ♥️ ExpressJS

  • @shaihulud
    @shaihulud Рік тому

    No really but. How do you get started. No joke. This is something I struggle with the most. First steps.

  • @username9576
    @username9576 Рік тому +3

    Which one is better for full stack projects ?

  • @marzukrahman-xs3ir
    @marzukrahman-xs3ir Рік тому

    what for nodejs? couldn't hear!

  • @walterwhite0107
    @walterwhite0107 6 місяців тому

    Why C# and .Net is not talked

  • @funnynews341
    @funnynews341 Рік тому

    All of that listed are very slow! If you use that listed framework, just use sveltekit instead! If not, you should use actix

  • @crescenttv5918
    @crescenttv5918 8 місяців тому

    Is it worth learning Go lang for backend??

  • @changNoi1337
    @changNoi1337 Рік тому

    HAHHAHAHA BROH MADE MY DAY!!!!!

  • @beeda69
    @beeda69 Рік тому

    So the vscode that I'm using to do my front end is irrelevant?

  • @inalegwunoelali3629
    @inalegwunoelali3629 Рік тому

    not me waiting for him to talk about c++

  • @AcidiFy574
    @AcidiFy574 Рік тому

    How about Go ?

  • @kristian9268
    @kristian9268 Рік тому

    I love the duck

  • @shaikh.quadeer
    @shaikh.quadeer Рік тому +1

    spring boot

  • @totolkat
    @totolkat Рік тому

    the duck knows it all 🦆

  • @CesarD321
    @CesarD321 Рік тому

    Express for node 😁

  • @vansh1190
    @vansh1190 Рік тому

    A new product in competition with Alexà.. 😃

  • @yogeshjaguri5900
    @yogeshjaguri5900 Рік тому

    I know django and react. But i am not getting any work. Can you help me

    • @raianmr2843
      @raianmr2843 Рік тому

      compile a good portfolio first, then apply anywhere you can

  • @worldanime9884
    @worldanime9884 Рік тому

    What do you think about flask?

    • @raianmr2843
      @raianmr2843 Рік тому

      pretty solid option m8 but go for fastapi if you want to be 🎉adventurous 🎉

  • @gilbmp
    @gilbmp 9 місяців тому

    What about Go, dude.

  • @reedkammerman7146
    @reedkammerman7146 Рік тому +30

    .Net has left the chat

  • @hmmodi9052
    @hmmodi9052 Рік тому

    I need that duck

  • @stevieholland3579
    @stevieholland3579 Рік тому

    Do you like Flask?

  • @SpooningTreesap86
    @SpooningTreesap86 2 місяці тому

    Meteor for nodeeeee? Nawh Nestjs it's 2024

  • @ssultan_nn
    @ssultan_nn Рік тому

    im starting to think the duck is useless now that we have chat gpt

  • @udayaminul2533
    @udayaminul2533 9 місяців тому

    is c++ bad for backend development?....i mean the demand is less...

  • @jaipalbhanwariya6883
    @jaipalbhanwariya6883 Рік тому

    Kivy and kivymd with python too

  • @user-xo4kx8py2v
    @user-xo4kx8py2v 10 місяців тому

    Node for js

  • @mickolesmana5899
    @mickolesmana5899 Рік тому

    he is right

  • @olaniyanayodele5986
    @olaniyanayodele5986 Рік тому

    What of flask?

  • @64imma
    @64imma Рік тому

    What about python flask?

  • @hawkeye312
    @hawkeye312 Рік тому

    What about flask?

  • @jannik323
    @jannik323 Рік тому

    so uh ..where is the scratch backend library?? don't keep me waiting here >:(

  • @joelmartinez7326
    @joelmartinez7326 Рік тому

    fast with golang

  • @zxenon_
    @zxenon_ 6 місяців тому

    FastAPI >>>>>>>>>>>>>>

  • @RadHard
    @RadHard Рік тому

    Flask?

  • @DiOnFire
    @DiOnFire Рік тому

    ❤️ FastAPI (definitely better than Flask)

  • @cherubin7th
    @cherubin7th Рік тому +1

    Actix web is based

  • @loczaczix
    @loczaczix Рік тому

    Duck replies were clearly made with GPT

  • @prethammuthappabs2241
    @prethammuthappabs2241 Рік тому

    Where Flask 😔😔???

  • @salman0ansari
    @salman0ansari Рік тому

    no go? 😢

  • @konga8165
    @konga8165 Рік тому

    Axum for Rust

  • @memopineda1437
    @memopineda1437 Рік тому

    Bro is your duck ChatGPT???

  • @T031C
    @T031C Рік тому

    DuckGPT

  • @saikirandahagama
    @saikirandahagama Рік тому

    Anyone seeing varys

  • @andenetalexander5244
    @andenetalexander5244 Рік тому

    Now you’re just procrastinating 😂

  • @TechleadConsulting
    @TechleadConsulting Рік тому

    Where can we get that duck 🦆

  • @mirzazplayz_rblx
    @mirzazplayz_rblx Рік тому

    Nextjs is best ok prove me wrong

  • @gotothez
    @gotothez Рік тому

    why did programmer need a duck?