the coding project that improved my skill the most (senior developer, no cs degree)

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Let Phil's FREE Community Discord Channel: / discord
    Github Repo: github.com/Phi...
    Contact for Information About Mentorship (email): letphil.contact@gmail.com

Комментарии • 79

  • @letphil
    @letphil  2 дня назад +8

    The GitHub was accidentally private, but it is fixed now and should work! Please let me know in your comments if you have any questions.

  • @669jelly
    @669jelly 14 дней назад +24

    Getting a glimpse of your project was awesome. ✨🔥

    • @letphil
      @letphil  14 дней назад +2

      thank you. there will definitely be more coming

  • @jdeebsdev
    @jdeebsdev 12 дней назад +9

    I’m so glad you went over the technologies used for your project in such detail. Luckily enough my bootcamp had a bonus task to dabble with React Redux and now I’m building a chat app with React Native. Great advice Phil!

    • @letphil
      @letphil  12 дней назад +1

      @@jdeebsdev thanks man. i appreciate that you could find value in the content. are you using sockets or just using a service like firestore and listening to snapshots?

  • @0pini0n21
    @0pini0n21 2 дня назад +9

    Wearing a Java tshirt is crazy

    • @letphil
      @letphil  2 дня назад

      @@0pini0n21 thank you for your comment. haha. i know right

  • @Wakeupdeep29
    @Wakeupdeep29 12 дней назад +11

    Whatever you said about going back to resources when fell attacked is 100% accurate. In my learning journey this the most eye opening lesson to have. I used this mindset in different problems like in life, coding etc. Your journey is very inspiring as I was having my self-doubt phase and wanted some motivation. Keep it up🙏

    • @letphil
      @letphil  12 дней назад +1

      thank you for your comment and your kind words. i am happy you could find value in the content and look forward to posting more.

  • @GabrielAugustoDeVito
    @GabrielAugustoDeVito День назад

    Nice explaination man. Success for you! I also learned alot on personal projects. I built an entire CRM with a partner, we started selling it as a white label SAAS and ended up being bought by a company. So besides the learning curve, we also made a good amount of cash with it. Keep it going

    • @letphil
      @letphil  23 часа назад

      thank you for your comment. definitely, building projects can help learn way more than tutorials. awesome to hear of your crm. would love to hear more

  • @paulholsters7932
    @paulholsters7932 11 дней назад +8

    For these type of projects I use Flutter for the mobile app and Node/Express for the backend. For the frontend of the webpart I use Angular with PrimeNG UI library. For the database I use EdgeDB because my applications tend to have more complex data models and EdgeDB makes that as simple as possible.

    • @letphil
      @letphil  11 дней назад +1

      @@paulholsters7932 thank you for your comment. edgeDB that sounds interesting. i will check it out.

    • @paulholsters7932
      @paulholsters7932 11 дней назад

      @@letphil you really should within a week I was able to create a complex database schema (learning included). It would have been much more time consuming to do this in sql or use some orm for this.

  • @dontpanicyou
    @dontpanicyou 3 дня назад

    Glad I found your channel! Awesome stuff!

    • @letphil
      @letphil  3 дня назад

      Thank you for the comment and support!

  • @jaabirahamedsaleem1112
    @jaabirahamedsaleem1112 6 дней назад +1

    This is awesome keep up the good work!

    • @letphil
      @letphil  6 дней назад

      @@jaabirahamedsaleem1112 thank you for your comment and kind words. will keep them coming

  • @rulofmg
    @rulofmg 11 часов назад +1

    CRUD projects is a canon event for every developer ever😂

    • @rulofmg
      @rulofmg 11 часов назад

      for me it was react, nextjs, next-auth for authentication, and prisma for database. prisma is a goat here, I did my project in mysql but then found out that there was no free mysql hosting available at the time. then I saw vercel giving out postgresql for free user and I just changed few lines like from "mysql" to "postgresql" and voila now I can build production in vercel. special thanks also for Github copilot for being a good mentor😄

    • @letphil
      @letphil  10 часов назад

      For sure haha, if coding was an anime. Thank you for your comment.

  • @mufgideon
    @mufgideon 11 дней назад +3

    The real G 💯

    • @letphil
      @letphil  11 дней назад +1

      @@mufgideon thank you for your comment. you a real one!

  • @miguel.bbeats4435
    @miguel.bbeats4435 12 дней назад +2

    luv the insights

    • @letphil
      @letphil  12 дней назад

      Appreciate it! Thank you

  • @zanylyf
    @zanylyf 14 дней назад +4

    really inspiring video and really great advice for a begginer like me thank you 🙂
    but when you say about all this it feels a lil overwhelming (maybe bcs i dunno JS) but yeah i'll learn it soon

    • @letphil
      @letphil  14 дней назад +3

      Thank you for your comment. I understand it can be overwhelming. I was there in your position. Remember no one expects you to do all of this right off the bat, but eventually you will have all the Lego blocks and tools to build something like this. Learn one thing at a time, have a growth mindset and just start doing it without worrying about if I’m good enough. Thank you always for your comment. Much love

    • @zanylyf
      @zanylyf 14 дней назад +1

      @@letphil thanks bro hopefully i would get to a point where i'll know to code in other languages too like JS/rust/c++ stuff

  • @damarlewis1637
    @damarlewis1637 3 дня назад

    Thank for this great video

    • @letphil
      @letphil  3 дня назад

      Glad it was of value to you!

  • @xyves6327
    @xyves6327 11 дней назад +2

    Great video,
    I think that the quality would be even better if you were to use less cuts in your videos making it let distracting and smooth, again thanks for the amazing content!

    • @letphil
      @letphil  11 дней назад +2

      thank you for your comment and input. I hope to get better at speaking and be able to make the video without cuts. they will only get better

  • @TheBlackManMythLegend
    @TheBlackManMythLegend 3 дня назад +2

    also maybe you could use the feature flag in firebase.. but to be honest I like how "simple" , I mean not over engineered the solution looks like. Because I come from J2EE world several years ago.

    • @letphil
      @letphil  3 дня назад

      thank you for your comment. feature flag seems cool. i will look into it. thanks

  • @EthNet34756
    @EthNet34756 14 часов назад +1

    Two years studying cs at uni and most of this sounds foreign to me, I am cooked lmao

    • @letphil
      @letphil  14 часов назад +1

      thank you for your comment. noo. all these were technologies i learned at the company. i think it's good to just go in with a learning mindset. the company will choose the technologies you will work with and give you time to learn.

  • @dattran9103
    @dattran9103 2 дня назад +1

    Thank you for this great video. But I have a question, why the github repo link in description is not accessible

    • @letphil
      @letphil  2 дня назад

      I will fix that tonight when I am in front of the computer, thank you for pointing it out 🤝

    • @letphil
      @letphil  2 дня назад +1

      it should work now

  • @olaoluwadaniel8312
    @olaoluwadaniel8312 14 дней назад +2

    Great 🤲🏼

    • @letphil
      @letphil  14 дней назад

      @@olaoluwadaniel8312 awesome!

  • @kenny-bp6ub
    @kenny-bp6ub 12 дней назад +3

    Hey phil, first I like your project. Second, what are the languages could you recommend someone to use to be a developer? I used Kotlin, and I feel like it's not enough to be a developer....

    • @letphil
      @letphil  12 дней назад +1

      @@kenny-bp6ub thank you for your comment. i honestly think any language is good enough to be a developer. but the one with most capabilities is definitely javascript. i heard kotlin is a great language though. what dont you feel is enough? are you making android apps?

  • @tk-og4yk
    @tk-og4yk 54 минуты назад

    Would you recommend learning react native or flutter or swift for app development?

  • @Divyv520
    @Divyv520 10 дней назад +1

    Hey phillip , really nice video ! I was wondering if I could help you with more Quality Editing in your videos and also make a highly engaging Thumbnail and also help you with the overall youtube strategy and growth ! Pls let me know what do you think ?

    • @letphil
      @letphil  9 дней назад

      thank you for your comment

  • @shortfunnyvideoclips2707
    @shortfunnyvideoclips2707 2 дня назад +1

    How can one sign up for the course?

    • @letphil
      @letphil  День назад

      Just join the discord, there is a channel called JavaScript free course. The zoom link is dropped there every Sunday at 8pm est

  • @ariannaayrton3418
    @ariannaayrton3418 13 дней назад +1

    Garcia Richard Hernandez Richard Anderson Daniel

    • @letphil
      @letphil  12 дней назад

      @@ariannaayrton3418 thank you for your comment

  • @newHorizon985
    @newHorizon985 11 дней назад +1

    i was wondering how to get the location of nearby doctors or hospitals?

    • @letphil
      @letphil  11 дней назад +1

      @@newHorizon985 thank you for your comment. have an intern do it. haha. there is an api for store types or business types in radius at data.go.kr . but in the end gotta process it and store it in db.

  • @ariannaayrton3418
    @ariannaayrton3418 12 дней назад +1

    Williams David Thompson Frank Martinez Kenneth

    • @letphil
      @letphil  12 дней назад

      @@ariannaayrton3418 what does this mean?

  • @samirgiripunje9396
    @samirgiripunje9396 2 дня назад +1

    Github is requiring access. Can you please help with it.

    • @letphil
      @letphil  2 дня назад

      Thank you for letting me know, when I am home today I will check it out

    • @letphil
      @letphil  2 дня назад

      it should work now

  • @saadhabashneh5587
    @saadhabashneh5587 5 часов назад

    tldr, whats the project ?

  • @adamtravis4654
    @adamtravis4654 14 дней назад +1

    This guy is cute

  • @minsooyoo
    @minsooyoo 14 дней назад +1

    Would you be pissed off if I started using this company’s app 🤣 jk

  • @asyncawai
    @asyncawai День назад

    can I know the vs code theme name of yours please ?

    • @letphil
      @letphil  День назад +1

      @@asyncawai thank you for your comment. it’s arbiter . its lightweight and good separation for colors

    • @asyncawai
      @asyncawai День назад

      @@letphil thank you I am 25 and for last 1.5 year’s I am learning coding but still didn’t get a job I just found your channel hope i will get some advice from you.

    • @letphil
      @letphil  День назад

      @@asyncawai anytime. please message me on discord and i will give advice where i can

    • @asyncawai
      @asyncawai День назад

      @@letphil okay I will

  • @Teeffein
    @Teeffein 14 дней назад +2

    Some feedback, the quality of audio is so bad, Phil. I can barely hear u

    • @letphil
      @letphil  14 дней назад +1

      Thank you bro, i will definitely improve this

    • @NotGodel
      @NotGodel 10 часов назад

      Are you hard of hearing?

    • @Teeffein
      @Teeffein 5 минут назад

      @@NotGodel no, it's in fact not best quality at all

  • @amuga_1
    @amuga_1 4 дня назад

    i smell lots of Cap 😅

    • @letphil
      @letphil  4 дня назад

      thank you for your comment

    • @amuga_1
      @amuga_1 4 дня назад

      @@letphil you're welcome bro anytime. And I thank you too for opening my eyes

  • @olaoluwadaniel8312
    @olaoluwadaniel8312 14 дней назад +3

    This is great senior developer tips here 🥹

    • @letphil
      @letphil  14 дней назад

      Hope you gained something from this video