How I Plan My Coding Projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2021
  • The only place to get 50% off the first 6 months of Tabnine Pro: bit.ly/FORREST50
    As a web developer, this is how I plan my coding projects to maximize enjoyment & efficiency while coding my own projects. It may be slightly different in other areas of development, but I believe the principles remain the same. And it will be different when working for in a team at a company, and maybe even for a client, as you need to get others up to speed rather than just sitting back enjoying the coding. Either way, I hope you gained something from this video that is solely based on my own experience and what I find best works for me. Enjoy!
    ------------------------
    🐱‍🚀 GitHub: github.com/forrestknight
    🎥 Twitch: / forrestknight
    🐦 Twitter: / forrestpknight
    📸 Instagram: / forrestpknight
    📓 Learning Resources:
    My Favorite Machine Learning Course: imp.i384100.net/YgYEBJ
    Open Source Computer Science Degree: bit.ly/open-source-forrest
    Python Open Source Computer Science Degree: bit.ly/python-open-source
    Udacity to Learn Any Coding Skill: bit.ly/udacity-forrest
    👨‍💻 My Coding Gear:
    My NAS Server: amzn.to/3brqO7b
    My Hard Drives: amzn.to/3aKetMi
    My Main Monitor: amzn.to/3siQfPa
    My Second Monitor: amzn.to/3keHT84
    My Standing Desk: amzn.to/3boAcbC
    My PC Build: bit.ly/my-coding-gear
    My AI GPU: amzn.to/3uvmUmz
    🔧Coding Tools:
    The Best Linux Server Hosting: bit.ly/linode-forrest

ความคิดเห็น • 291

  • @digicyc
    @digicyc 2 ปีที่แล้ว +66

    In my 20+ years coding professionally, I wish I would have known more the emphasize of "Don't be so strict". This is so important. It won't be perfect and refactoring is a term that people tend to forget. You can write code in a way that you prepare for easier refactoring, but don't have to spend so much time on getting everything "perfect".
    Great video!

  • @SebasCC99
    @SebasCC99 2 ปีที่แล้ว +83

    Just when I’m starting a project!

  • @3491da
    @3491da 2 ปีที่แล้ว +26

    Forgetting about deadlines is a huge tip and a very accurate take on it.

  • @AlfredoHAC
    @AlfredoHAC 2 ปีที่แล้ว +115

    Dude you're just saving me from myself, because I'm kinda overwhelmed by all these "Industrial Standards" created everyday by tons of programming teams. I like to think that programming is more an art than just a science, it helps me to enjoy more the process and charge me less. Thanks for that, Forrest!

    • @PhilLesh69
      @PhilLesh69 10 หลายเดือนก่อน +8

      I constantly get frustrated when people expect every program I write and every project I take on to be a complete, enterprise-level application or retail software product with every imaginable feature set and configuration, and they tend to have this idea in their head about how the interface should look based more on 1950s sci fi movie theatrical computers with flashing lights and beeping and buzzing sounds
      But most of my programming involves quick one to perhaps a few hundred lines of code to complete a specific task. And even when I take on more complex projects, I'm just one guy. I can't create a robust enterprise application in a week all by myself. I can give you a minimally viable product that reliably produces whatever out out you wanted, using whatever input you gave me. I can't build in New features you didn't know about until the delivery date, and I can't make it fix your mistakes until I have some samples of them after you've made a few.

    • @servantofthelord8147
      @servantofthelord8147 9 หลายเดือนก่อน +1

      It’s art

    • @mandisamandisa4931
      @mandisamandisa4931 8 หลายเดือนก่อน

      Hi can I have your number, I need your assistance

    • @jagrutibiswal5185
      @jagrutibiswal5185 2 หลายเดือนก่อน +2

      So to the point , this are my current thoughts...wondering if you still think the same after all it beens 2 years of this comment

    • @AlfredoHAC
      @AlfredoHAC 2 หลายเดือนก่อน

      @@jagrutibiswal5185 Yes, I do.

  • @skylerbrown7571
    @skylerbrown7571 2 ปีที่แล้ว +14

    I really like the way you go about your project. I'm also exited for your future projects keep up the great content.

  • @omaral-qasmi2043
    @omaral-qasmi2043 2 ปีที่แล้ว +80

    If you spend the whole day researching, spend the whole day researching.
    If you get a lot done,
    you get a lot done.
    Just focus that time slot no distractions on your project on a consistent basis and you're already ahead of most other individuals trying to do the same thing
    -Forrest Knight (TH-cam channel)

  • @lumagabriela9315
    @lumagabriela9315 2 ปีที่แล้ว +2

    This video is gold. I'm currently working on a project and everywhere I go I see people saying to do this or that, 100 steps just to set things up before code and most of it won't be that useful and really unmotivates us. Glad to hear I'm not the only one

  • @javaeddie678
    @javaeddie678 ปีที่แล้ว +6

    Bro... I found this video trying to figure out how to use Jira to help me structure myself to finish projects. I'm glad that I did because I feel like I'm already getting board with the project I started on this with. We have a similar way of looking at coding and your video helped me to remember why I started this in the first place. I have gotten so wrapped up in the ever changing "Industry Standards" and "Best Practices" that I forgot to enjoy myself. I guess we all get that sometimes but I appreciate you bro! You earned a Sub!

  • @bluzeman1975
    @bluzeman1975 2 ปีที่แล้ว +39

    Great content! I consider myself a hobby level programmer, though I do have a CS Bachelors. One of the hardest things I always found when starting a new project is figuring out HOW to get started. I 100% subscribe to the minimum viable product idea. Just get the basics working, and if you’ve managed to write extensible code it’s MUCH easier to add features as needed.

    • @MrDavi2751
      @MrDavi2751 ปีที่แล้ว +5

      Something like: build the house first and THEN you mess around with the furniture places hahah

  • @strussell05
    @strussell05 2 ปีที่แล้ว

    Loving the pace of these videos...learning a lot from you!

  • @Broxerlol
    @Broxerlol 2 ปีที่แล้ว +1

    Love your vids and overall down to earth personality. I’ve been a developer for a while now and I definitely wing it on personal stuff. If I spend much time trying to plan I end up never starting. Better to try, see room for improvement, refactor and move along. That’s also the best way for me to remember things. Like you said, just dedicate the time to it.

  • @Symuality
    @Symuality 2 ปีที่แล้ว +10

    This makes me feel a lot better about my "Meh - I'll just wing it" attitude towards personal projects. I'll definitely do things like creating a database schema since planning that out properly will save me time later but there's a lot of things I'm just rolling with, haha.

  • @Dabbl1ng
    @Dabbl1ng ปีที่แล้ว +7

    When you said don't set deadlines, I couldn't agree more. Everyone always says how important deadlines are to stick to. Then you see what they completed & find that with a slight bit more attention to detail, it could have turned average work into great work. Thanks for a good video!

  • @alefalfa
    @alefalfa 7 วันที่ผ่านมา

    Thank you very much for this video! Exactly what I needed!

  • @andresvidoza
    @andresvidoza 2 ปีที่แล้ว +35

    Since I barely have time code now, I just come here and get my dose of code 😬 Love the videos dude!

    • @fknight
      @fknight  2 ปีที่แล้ว +3

      Much appreciated, Andres! Keep up the good work on your channel.

  • @kwanryan5914
    @kwanryan5914 2 ปีที่แล้ว +176

    I'm trying to build a prototype chemistry simulator.....wish me luck

  • @MauriceWilliams
    @MauriceWilliams 2 ปีที่แล้ว +3

    9:39 Yes having a schedule is a major key factor for staying consistent I've learnt this first hand this week.

  • @HANZYHD
    @HANZYHD 2 ปีที่แล้ว

    Just found this channel ! As a new starter within the industry, this channel has boosted my confidence alot ! Thanks Forrest :)

  • @quentincaldway
    @quentincaldway 2 ปีที่แล้ว

    This came right on time haha. I agree with every word whole-heartedly! Appreciate your content and knowledge.
    Blessings fam!

  • @TheDumberOx
    @TheDumberOx 2 ปีที่แล้ว +6

    I’m not far into my career, but I do a lot of this in the same way. Go with the flow and structure things in whatever way the work progresses forward. Don’t get too bogged down as long as you understand and can explain what you did.

  • @shanix6617
    @shanix6617 2 ปีที่แล้ว

    Great video. Was very good to hear how you go about your personal projects👍🏽

  • @daveamiana778
    @daveamiana778 2 ปีที่แล้ว

    Thanks for sharing your word on this. I'm kinda revisiting some personal projects I pushed off because of missed deadlines.

  • @senjei6634
    @senjei6634 2 ปีที่แล้ว

    i've just discovered your channel, the content is really good man keep it up !

  • @FilipCodes
    @FilipCodes 2 ปีที่แล้ว +2

    Wow I needed this

  • @delsix1222
    @delsix1222 3 หลายเดือนก่อน

    one of the best videos i saw on the topic of programming. thanks a lot man

  • @fuhu2770
    @fuhu2770 2 ปีที่แล้ว +4

    This is really awesome content. Love how you emphasize throughout the video that there's no rigid way on how to do things (as it should be). though I'm not really that interested in web development this was still really helpful

  • @DimitrisTheo
    @DimitrisTheo 2 ปีที่แล้ว

    Last second tip was 🔥
    Always great content!!!

  • @user-gl3qk4uq4v
    @user-gl3qk4uq4v ปีที่แล้ว

    Perfect!
    Thanks a lot for giving us perfect advise for finding our way in coding life.❤

  • @sbtoolman12123
    @sbtoolman12123 2 ปีที่แล้ว +5

    You are my favorite coder..screw that you are my favorite TH-camr!I like your approach how you discuss things your thinking about.I have literally just started learning to code.I have been working on Html and once i feel comfortable enough to make a webpage without constantly looking at a book or video i will move on.I try to work an hour a day but sometimes life gets in the way.But i am still gonna keep pushing.Basically what i am saying is thanks for being you and doing what you do for us!

    • @someguyfromanotherplanet5284
      @someguyfromanotherplanet5284 2 ปีที่แล้ว

      get rid of that mentality of making something without looking at a book or a video, research and finding answers are the greatest skills of programmers. Oh and add stealing to that.

  • @exiledcerberus4060
    @exiledcerberus4060 2 ปีที่แล้ว

    Ty for the improvement advices

  • @bythealphabet
    @bythealphabet 2 ปีที่แล้ว

    Finesses, I really loved that word you used.
    Really making your code and UI have some finesses. just like an Art project.

  • @saifkhan3447
    @saifkhan3447 2 ปีที่แล้ว +5

    It's videos like this is the reason why i am subscribed to this channel thank you for making programming so much easier and comforting Forrest. I have to ask an advice i am looking to get my first devops job in IT i have no experience the field but am finishing my bachelors in computer systems technology i have 3 certs in aws any tips for interviews, etc anything would be greatly appreciated thank you Forrest and keep up the great work :)

  • @BrandonClapp
    @BrandonClapp ปีที่แล้ว +2

    Having a consistent time to sit down and work on your project, even if it's 15-30 minutes, is huge for making progress. That's really the only structure that I've found valuable.

  • @JMuks
    @JMuks 2 ปีที่แล้ว +9

    Knight in shining armour, awesome content dude 🔥 👨‍💻

  • @Hoptronics
    @Hoptronics ปีที่แล้ว +1

    Have not written code for a job in almost 20 years it was daunting thinking about the first steps I took all those years ago. I have a medium sized project in mind and it was refreshing to learn, again, that I really just need to download visual studio and start.. if I need diagrams later to figure stuff out then that's when I'll reacclimate myself with dia or whatever.. no more video research. Here I go.. already started the install.. thank you for the inspiration..

  • @enelinmedrano8704
    @enelinmedrano8704 2 ปีที่แล้ว

    Cool, thanks for making this video!

  • @Hermann027
    @Hermann027 2 ปีที่แล้ว

    Hi Forrest, I'm 28 and from Guatemala, and I don't know why nor How I started to have some interest on codying, and I'm so grateful that I found this excelent channel. Just Keep it like now. Your videos are so great.

  • @yusufali3373
    @yusufali3373 2 ปีที่แล้ว +4

    Most of the time I plan out the project before writing any codes; it makes me see the big picture and its fun. I ask a lot of questions from the business before starting any development and depending on the project scope. This is programming.

    • @PhilLesh69
      @PhilLesh69 10 หลายเดือนก่อน +1

      I was taught programming in the 1980s in high school, the old school way. We even had to buy a plastic flowchart template so we could first draw out the logic and flow of the program before we ever sat down at a keyboard. We started every programming project by drawing an oval at the top of a graph paper that said START with an arrow, then we built out each step, each branch, every loop or condition, etc until the last box was the desired result, or END condition.
      But my professional programming was as a web developer for a finance publisher. Everything I ever wrote professionally was a wing it, minimally viable product type of project. I even once built a entire content management system with file sharing and group calendar for an editorial team simply by starting at

  • @ThePeacefulRulerOfRaspberries
    @ThePeacefulRulerOfRaspberries 2 ปีที่แล้ว +80

    I laughed when he ended with the tip “always leave yourself with something to do the next day”, cause I always leave myself with a skull crushing bug to fix 😂😂 so maybe that advice shouldn’t be “taken as you will”

    • @ironbard4901
      @ironbard4901 2 ปีที่แล้ว +4

      "skull crushing bug" Bwahaha! That description is so good! xD When this happens my sleep is always troubled.
      Sometimes I'll realize the solution in my dreams and it will wake me right the fuck up xD Then I hurry to type, test or sketch the solution and go back to perfect sleep.

    • @Ctrl_Alt_Elite
      @Ctrl_Alt_Elite 2 ปีที่แล้ว +4

      @@ironbard4901 lol you're not alone, I'll even be thinking about that bug mid-conversation sometimes 😂 It's fascinating when you're not thinking about it and an idea for a potential solution suddenly pops into your head

    • @quaidcarlobulloch9300
      @quaidcarlobulloch9300 2 ปีที่แล้ว

      lmao

    • @austin4855
      @austin4855 2 ปีที่แล้ว +1

      80% of all the bugs i ever get stuck on, i solve instantly the next morning after some good sleep. at this point i just do it intentionally and try not to get stuck on something for more than an hour or two before just moving on

    • @Alfonso013
      @Alfonso013 2 ปีที่แล้ว

      🤣

  • @gdvdw2256
    @gdvdw2256 2 ปีที่แล้ว +12

    I love it!!! Awesome content Forrest. You are really on top of it, even with the new baby. I hope there aren't to many sleepless nights. 😁

  • @muhammadbinsohail1286
    @muhammadbinsohail1286 ปีที่แล้ว +1

    I was worried about starting to work on a personal project with a potentially high rate of return in the near future. I was scared to start working on the MVP and was lost in these "industry standards". Your video has proven alot of assumptions I had wrong. I am setting up a schedule to work on this consistently and go easy on it and have fun coding it out. I will treat it more like an art than science. Thank you for the valuable insights.

  • @vasilisa6128
    @vasilisa6128 3 หลายเดือนก่อน

    Thank you, great video😊

  • @amosmachoradevlogs
    @amosmachoradevlogs 2 ปีที่แล้ว +29

    I saw Jesus today

  • @amaraw9893
    @amaraw9893 10 หลายเดือนก่อน +2

    I definitely did try to do the whole user stories, domain model, mockup, and deadline route with a project I actually liked but then, like you said, I missed a deadline and I haven't touched it for months now. You were right lol

  • @Ghost_Trader-FX
    @Ghost_Trader-FX 2 ปีที่แล้ว

    Thanks for the headsup,,,I'm definitely gonna check it out bro

  • @stanleeleo9019
    @stanleeleo9019 2 ปีที่แล้ว +4

    Im also a disciple of first sketching the UI's before coding, such an elegant method 😎😎. I used to just start coding, like that and trying to figure out next step later but using a piece of paper to first figure out your general plan is such a gem.

    • @SumErgoMonstro
      @SumErgoMonstro 2 ปีที่แล้ว

      In general (not just in IT) you should plan your project from the desired end state backwards. I boiled this down to the maxim: “destination drives design”.

    • @Alan.livingston
      @Alan.livingston 2 ปีที่แล้ว

      At work I use miro to make clickable Lo-fi wireframes to interpret client requirements. It’s amazing how much easier the process flows when you start with something simple you can visualise

  • @LilyRoseViolin
    @LilyRoseViolin 2 ปีที่แล้ว

    Trying out the Tabnine Pro. Thanks for the discount!

  • @benjohn6030
    @benjohn6030 2 ปีที่แล้ว +6

    You inspired me sir. Thank you so much

  • @yash1152
    @yash1152 2 ปีที่แล้ว +1

    10:05 9:39 The part with schedule and consistency, but no deadlines. i like it. 👍

  • @7073shea
    @7073shea 2 ปีที่แล้ว

    Thanks Forrest!

  • @ram42
    @ram42 2 ปีที่แล้ว

    This guy is my inspiration 🙏

  • @martinruegg9367
    @martinruegg9367 3 หลายเดือนก่อน

    By accident I stumbled over your video. I basically do all my personal and professional projects as you say. And I enjoy programming! I was a professional software engineer and lost my passion for programming, with all the rules and restrictions modern organizations demand and moved to product management. There my programs helps me to get my or others, jobs to be done more efficently.
    The last 2 hints I found very useful, plan a dedicated timeslot regularly and set a new task every time to keep the privat project going on.

  • @e_velog
    @e_velog 11 หลายเดือนก่อน +1

    i've abandoned so many projects because i wasted way too much time on Figma to make hifi mockups for projects for which i had a very very clear image in my head - and therefore didn't actually need a mockup for - is kinda insane. haven't done that for the one i'm currently working and it made a world of a difference in my motivation. i'm actually working on the project and achieving things instead of just giving up lol. insane

  • @kooutkarm5820
    @kooutkarm5820 ปีที่แล้ว

    my first time watching you and I subscribed, I love your video

  • @Ctrl_Alt_Elite
    @Ctrl_Alt_Elite 2 ปีที่แล้ว +26

    It's funny, after trying to set deadlines and stressing out (exactly as Forrest described) I ended up just going with the flow after getting a basic idea of what I need. I still stress about getting things perfect and I tend to refactor a lot to try and get things perfect (so it takes a long time for me to get shit done tbh). Probably a bad trait to have... but I'm trying to build these projects for my Portfolio so I hold them to a high standard.

  • @Backflipmarine
    @Backflipmarine 2 ปีที่แล้ว

    i liked the last piece of advice of leaving yourself something to do a next day so that you have no hesitation starting again

  • @shubhamh7451
    @shubhamh7451 7 หลายเดือนก่อน

    insanely helpful video, reminded me how how less I need to overthink and how more I should over do. Thank you!

  • @ufookoro1
    @ufookoro1 2 ปีที่แล้ว

    This video is fantastic and is on point.
    I am a hobbyist python programmer and love the coding experience based on the views you have just mentioned.
    The best part for me is to ensure I leave a piece of the meal for the next day, and so on.
    There is always the eagerness for me to complete the project.
    The only tool I use is the free Trello Board.
    Thanks for the Video, and I will be watching out for more content.

  • @giandie
    @giandie 2 ปีที่แล้ว

    wow perfect timing rec!!

  • @dilibe1190
    @dilibe1190 ปีที่แล้ว

    Amazing content sir, I love it

  • @edburl3516
    @edburl3516 3 หลายเดือนก่อน

    Thanks. Inspiring

  • @MrBryan90
    @MrBryan90 2 ปีที่แล้ว

    My biggest takeaway: as a solo developer, consider approaching projects favoring the advantages of myself as an individual as opposed to a team of individual talents. Very helpful looking forward, thanks for the perspective!

  • @injjwetrust4678
    @injjwetrust4678 ปีที่แล้ว +1

    I agree with your overall message for doing solo coding projects, as using industry-standard workflows and tools at all times is definitely overwhelming and a lot of extra unnecessary work (as you mentioned, for collaboration/communicating your work to others.. since you are the only one on the project)
    That being said though, if you are serious about getting a job in the industry and are in a situation where you still don't have a foot in the door, I highly recommend against this, and instead recommend that you use all of these tools and workflows as getting used to it ahead of time will make you more desirable from a job-market point of view. Saying that you have experience from private projects making simple UI mockups and UML diagrams for your planned features, and also going through the motions of then making issues and storing that documentation within JIRA/Confluence (or another industry standard equivalent) before... this is a huge plus for hiring you over other inexperienced workers from a hiring manager's point of view. It shows you're dedicated and doing everything you can to build yourself up without yet getting an official opportunity to do so yet as well!
    Anyhow, for those solo-projects you do on the side while working an industry-standard job, then I totally get ForrestKnight's suggestions and agree, but just keep ↑ in mind as well if that advice is applicable to you in your situation! :)

  • @roctanweer2265
    @roctanweer2265 ปีที่แล้ว

    This was fairly helpful to me!

  • @latins4931
    @latins4931 ปีที่แล้ว

    thanks man this really helped :)

  • @AveekDas22
    @AveekDas22 3 หลายเดือนก่อน

    Nice video. May I know what's the notebook that you use here? Looks very handy.

  • @tinmancode
    @tinmancode 2 ปีที่แล้ว

    one man can change the world

  • @lionelthebuilder
    @lionelthebuilder 2 ปีที่แล้ว

    A thousand thank you’s holy cow

  • @chewbaccarampage
    @chewbaccarampage 2 ปีที่แล้ว +1

    I recommend Rich Hickey's approach of "Hammock Driven Design". The TLDR; is that the cheapest place to fix a bug is on the whiteboard. Spend less time on the keyboard and more time in design (with the team and the client). Planning is such an underrated tool in the industry. Most clients I work with want bums in chairs and hands on keyboards. A year later they wonder why the software is unmaintainable.

  • @danialothman
    @danialothman 2 ปีที่แล้ว

    i feel extra chill after watching this vid

  • @anky_but_on_steroids3750
    @anky_but_on_steroids3750 2 ปีที่แล้ว

    *Just when I needed it*

  • @matthewboughton8320
    @matthewboughton8320 ปีที่แล้ว

    Dope vid thwnk u man

  • @prachitawde6948
    @prachitawde6948 ปีที่แล้ว

    Thank you 🙏

  • @dariad5971
    @dariad5971 3 หลายเดือนก่อน

    I was f-ed up for so long by unrealistic personal deadlines that piled up, never actually getting done. Turns out it's a perfect way to ruin motivation (and will to live, frankly speaking). So yeah, the finesse advice is right on point, thank you for the video!

  • @sophiebarrie5749
    @sophiebarrie5749 หลายเดือนก่อน

    This is great advice, Forrest! 😊 Im a newbie coder here although I have a background in art and design, one thing i like to do especially when Im learning a new programming language, ill learn some basics first enough to get started on a project, but then some days ill take what Ive learnt and combine that with my love of making art. Ive been making visual art for most of my life and code to me can be another medium the same way that paint and brushes are. Its the act of removing the pressure of having to get to a specific outcome ALL of the time and allowing myself to have fun with and experiment with code, that furthers the learning process for me. Any other code artists out there? 😊

  • @vigneshsenthil7980
    @vigneshsenthil7980 2 ปีที่แล้ว

    'Always leave yourself with something to do for the next day'
    That pretty much sums up the whole video

  • @ksawery6568
    @ksawery6568 2 ปีที่แล้ว +5

    Thanks coding Jesus

  • @ShawSumma
    @ShawSumma ปีที่แล้ว

    Tabnine sponsor is so cool! Great video

  • @preciousnyasulu629
    @preciousnyasulu629 3 หลายเดือนก่อน

    That last one was gold 🥇

  • @masukadivert5356
    @masukadivert5356 2 ปีที่แล้ว

    What's your keyboard? is it mechanical and how good is it from your experience using it?

  • @noobking5056
    @noobking5056 ปีที่แล้ว

    nice clean monitor same as mine

  • @keplaris2401
    @keplaris2401 11 หลายเดือนก่อน

    Thank you

  • @rkeenan85
    @rkeenan85 2 ปีที่แล้ว

    I literally just paused the video to get the Tabnine extension. I might end up buying depending on how much I like it. This sounds like Kite without the creepy monitoring that Kite did. I might end up purchasing a license.

  • @charitysimon-peraboh5555
    @charitysimon-peraboh5555 2 ปีที่แล้ว

    Thanks a billion

  • @googlesecurity2955
    @googlesecurity2955 2 ปีที่แล้ว +1

    A little out of topic but I'm going to graduate with a bachelor's degree in IT. But I just keep forcing myself to learn to code and to code at all. What should I do?

  • @user-cd7xk9jv3k
    @user-cd7xk9jv3k หลายเดือนก่อน

    thanks

  • @Glassed_in_Nature
    @Glassed_in_Nature 2 ปีที่แล้ว

    unrelated but is that a leather bond notebook ? what brand is it ?

  • @JonathanLoganClark
    @JonathanLoganClark 2 ปีที่แล้ว

    Is that Jim Butcher's Storm Front book of the Dresden Files series in the background?

  • @minastaros
    @minastaros 3 หลายเดือนก่อน

    My advice would be:
    1. sometimes go broad and shallow (basically the MVP) to get a rough idea and get something running to enjoy.
    2. Sometimes take a small part of it and go deep, deep down and make the details perfect to explore complexity and pitfalls of _difficult_ tasks, especially when you are new to a technology, language, framework.
    2b: Hot tip: from time to time aim to intentionally try something new, a new algorithm, some new commands, some other way to do _even when you could do it the usual way_ . You will always learn something, and be it that the fancy shiny stuff was a dead end, but now you have experienced _why_ by yourself.
    3. Sometimes develop and debug critical subsystems in a separate sandbox or simulator to get these straight without the weight and the dependencies of the whole project. That also helps to get interfaces right (testing...).
    And yeah, I totally support the idea to be relaxed and switch between these subjects by gut feeling and day performance. Don't be the "The steak is perfectly grilled, now let's start peeling the potatoes" guy...

  • @tomataso
    @tomataso 2 ปีที่แล้ว

    Fuck, best advice ever. For code and for life! thanks

  • @motivationeveryday8292
    @motivationeveryday8292 ปีที่แล้ว

    I have been creating many apps in my whole programming journey and I really enjoyed the ladder experience, I don't have anxiety of thinking if can do it or not I just enjoy the road, but now I feel I need to learn how to plan things before hopping to my text editor hahaha and it's gives me anxiety haha I hope I overcome it .

    • @user-jr8pq4jd5w
      @user-jr8pq4jd5w ปีที่แล้ว

      Helpline📲📥⬆️
      Questions can come in⬆️

  • @greggord-hume3979
    @greggord-hume3979 2 ปีที่แล้ว

    You got my like when you said an mvp doesnt need all the stuff that causes barriers and gets in your way. Iv been saying this for years. Just because a tool exists, doesnt mean you need to use it.

  • @adamoliver6183
    @adamoliver6183 8 หลายเดือนก่อน

    In your opinion, at which stage of game development is it most appropriate to integrate an AI for single-player mode?

  • @eberronbruce1328
    @eberronbruce1328 2 ปีที่แล้ว

    Had an issue with Tabnine in Android Studios. The issue I have is when using it, it does not do any imports of that are needed for the code completion which can be an issue as with the normal code complete it imports the classes or interfaces as it needs.

  • @arnavkhajuria3187
    @arnavkhajuria3187 2 ปีที่แล้ว +5

    Thanks gilfoyle

  • @matt.mattox3518
    @matt.mattox3518 2 ปีที่แล้ว

    Any chance you can drop a link for the pen and notebook?

  • @yash1152
    @yash1152 2 ปีที่แล้ว +1

    5:09 offtopic, but do u have any source for managing long hairs for males?? i was thinking about it for some time, but it seems daunting and tooo much work.

  • @draft_fusion
    @draft_fusion 2 ปีที่แล้ว

    Asking for where you got that epic keyboard.
    I have been a self taught programmer for many many years and even still I am trying to understand how to do programming I had to hop from many different languages to understand how programming works I started at a young age but I do wish now that I am older that some of the TH-cam and other websites had good tutorials back then. If there was one thing I wish I told myself is to not give up because someone on stack overflow was being a jerk to you. -Best of luck to anyone out there!

  • @JoelJosephReji
    @JoelJosephReji 2 ปีที่แล้ว

    Just as you were explaining why you don't need to setup a project management software, I got an ad for jira lol. (if you set the ad roll timestamp on purpose, great job! xD)

  • @wyalves
    @wyalves 2 ปีที่แล้ว +15

    1. Draw out how you want the project (website, app, etc) to look [3:09]
    2. Do some research to get a better understanding of the project details [3:54]
    3. Leave minor or less important details (colors, fonts, etc.) for later
    [4:16]
    4. Decide which technologies to use (frontend, backend, frameworks, database, etc..) [4:28]
    5. Figure out what you should be doing first [4:56]
    6. Time to code!! [7:28]
    7. Build a schedule, but don't set deadlines [9:36]
    8. GOLDEN TIP: Always leave yourself with something to do the next day! [11:17]

    • @rh906
      @rh906 2 ปีที่แล้ว

      Noice

    • @d.nguyen4993
      @d.nguyen4993 ปีที่แล้ว

      Hero without the cape!