Make these mistakes if you want to fail

  Рет қаралды 7,868

Jason Goodison

Jason Goodison

Күн бұрын

Пікірлер: 44
@JasonGoodison
@JasonGoodison 6 ай бұрын
Don't use notion as your DB 🎯 If you can think it, you can make it happen with Notion. Try for free at ntn.so/jasongoodisontimi 🎉 Unlock AI for $10 per month: ntn.so/jasonAI
@cody_codes_youtube
@cody_codes_youtube 6 ай бұрын
Notion as a database is one of the most bizarre things I’ve ever heard of.
@TechWithTim
@TechWithTim 6 ай бұрын
As a previous react native developer I feel pain watching this video more than I'd like to admit.
@cody_codes_youtube
@cody_codes_youtube 6 ай бұрын
Keeping track of mistakes is such a good practice! Also, it’s so good to learn from other mistakes too. Thanks for sharing.
@JasonGoodison
@JasonGoodison 6 ай бұрын
Thanks for commenting! Appreciate the support:)
@SergiyPopovych
@SergiyPopovych 6 ай бұрын
And yo I love this technical content. I feel like my brain has grown after watching this for sure
@sword_master-972
@sword_master-972 6 ай бұрын
I started coding seriously not so long ago, and recently I've been working on some React projects. This video came at the perfect time because I was looking for a way to simplify things, as I plan to create an application with a functional database, users, and other features. Your video helped me discover some tools I wasn't aware of. THANK YOU!
@JasonGoodison
@JasonGoodison 6 ай бұрын
So happy to hear :)
@kenbookcredit
@kenbookcredit 6 ай бұрын
Super insightful. Clerk seems like a game-changer
@jacobclarke787
@jacobclarke787 6 ай бұрын
Are you worried about the potential high cost of clerk and having clerk own your users data?
@SRISWA007
@SRISWA007 6 ай бұрын
My recent coding mistake: So I was trying to add a new API for a requirement to edit something that already existed. I pushed the entire code to the branch and raise an PR, and I start testing my changes locally. Weirdly enough, the API was passing once, and failing the second time whenever I made the request. So I saw that the API was failing on every alternate request. I tried to debug what actually happened with a debugger, and check exactly how the objects are getting updated in every subsequent API call I'm making. I went in to a call, which was returning an object after an `if` condition passes, and after that, a bunch of things are happening, and that same object was being returned. Funny enough, I, in the same PR, made the change to return that object, instead of what it was returning before, which was just a boolean constant -- `true`. The thing is, after the `if`' condition failed, the bunch of things that were happening below that, were actually doing something to the actual DB values that form the prior said object. What I realised after 2 days of head-banging about this, was that the object return after the `if` condition was a stale object. It had to be picked again from the service layer to get the correct state of the object. So yeah, I understood what a stale object is, the hard-way. Now, it might just be easy for some, but when you're already thinking of a lot of things when writing code, these kind of things just slip past you, and you never know until you bang your head and find what's actually going on at a deeper level. Also, this kind of a problem can't even be solved even if you query any LLM in the market. So yeah, you learn something new, everyday. Keep coding, keep grinding!
@KiranKumar-ol5zy
@KiranKumar-ol5zy Ай бұрын
Most of the coding mistake I does is "typo" errors.
@Trucho1996
@Trucho1996 6 ай бұрын
Rn tech lead here. Just a heads up you can pretty easily build expo locally even with eas.
@JasonGoodison
@JasonGoodison 6 ай бұрын
Can you send some details? :) I tried a few things with little luck but am definitely certain there was an easier way
@keslauche1779
@keslauche1779 6 ай бұрын
Wow you just absolutely put me off mobile development
@JasonGoodison
@JasonGoodison 6 ай бұрын
Haha it’s not all bad. But it is pretty bad
@nang88
@nang88 4 ай бұрын
Goated vid
@SergiyPopovych
@SergiyPopovych 6 ай бұрын
I actually made the opposite mistake and used an SQL database when a noSQL would suffice 🙃
@mich_thedev
@mich_thedev 6 ай бұрын
Intergrating Typescript took a few minutes for you? I know typescript configs to the core but i still waste time configuring it in every new project, there's always an issue 😂
@noa-h5b
@noa-h5b 5 ай бұрын
Hi Jason, thanks all the advices you are sharing. Currently, I am solo founder and have not build the product yet and looking for co-founder. I am technical (ML research scientist) but not SWE. I don’t know if I can find a tech co-founder right now or during the program. I know that I can’t build the product during the program by myself, talking to customers, doing the ML part etc. I am wondering if you are expected to build the product during the program to fund raise? Thanks a lof for your help
@CricketThomas
@CricketThomas 6 ай бұрын
You worked at MSFT but don’t like modern c# and dotnet? Didn’t use azure? Didn’t use Azures available up to 250k in credits for startups? Didn’t use azure B2C? Didn’t use azure for hosting? Broooo
@JasonGoodison
@JasonGoodison 6 ай бұрын
Azure is so hard to use. There are multi billion dollar companies built off of becoming a ui layer infront of AWS/azure. When iterating I don’t use these directly. But also let’s be honest dot net is terrible (however c# is cool)
@minsuayo
@minsuayo 5 ай бұрын
If you don’t mind me asking, what was your gr.12 average? Would you recommend Waterloo or UofT for CS?
@JasonGoodison
@JasonGoodison 5 ай бұрын
93 when I applied and Waterloo!
@King-nifemi
@King-nifemi 6 ай бұрын
I want to code but I can't afford a laptop that can run vscode Could you give me your old laptop
@juanmacias5922
@juanmacias5922 6 ай бұрын
Use a bare bones Linux OS (I'd suggest Arch based), and run Vim, or Nvim, or VSCode.
@willowthewindbelow
@willowthewindbelow 6 ай бұрын
I want a epic rap battle between you and fireship Firebase vs Clerk 🤣
@efe0050
@efe0050 6 ай бұрын
hey jason, im going to study in poland. gonna get out of this 2nd world country. im thinking about giving it all. can u help me with my tutition? its about 2k per semester..
@elijahari2437
@elijahari2437 4 ай бұрын
Hi man! I have seen some of your videos and I’m really interested in learning how to code. I have been wandering for a couple days, and I have come to the decision of asking you to teach me. If you read this comment, can you please help me learn how to code and program? Btw I liked and subbed this video
@juanmacias5922
@juanmacias5922 6 ай бұрын
TLDR: Don't cut corners. ;D
@jakelake-u1q
@jakelake-u1q 6 ай бұрын
brother changed the title 5 times
@JasonGoodison
@JasonGoodison 6 ай бұрын
You should see how many times I change the title / thumbnail. Upwards of 60-70 each video lol
@ma3loma.-fk8sb
@ma3loma.-fk8sb 6 ай бұрын
❤❤❤❤❤
@SimGunther
@SimGunther 6 ай бұрын
Found the line at 10:10 😂
@IamJohnKelly
@IamJohnKelly 5 ай бұрын
need a free mentor
@TPG6996
@TPG6996 3 ай бұрын
Sleep more please :)
@mich_thedev
@mich_thedev 6 ай бұрын
Intergrating Typescript took a few minutes for you? I know typescript configs to the core but i still waste time configuring it in every new project, there's always an issue 😂
@JasonGoodison
@JasonGoodison 6 ай бұрын
Always!!! I’m constantly looking for the proper starter template instead
Learn to code with an unfair advantage.
15:05
Jason Goodison
Рет қаралды 175 М.
The TRUTH about math in coding
10:21
Jason Goodison
Рет қаралды 13 М.
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 6 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 32 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 137 МЛН
I'm Bad At Coding ... (My Software Engineering Journey)
9:19
Jason Goodison
Рет қаралды 1,5 МЛН
The Habits That Make the Military So Ridiculously Productive
14:17
Diego Sarkissian
Рет қаралды 870
The Truth About Being Unemployed at 26: My Honest Story
14:15
Abdul Mirza
Рет қаралды 11 М.
The Broken Senior-Only Job Market
8:23
Jason Goodison
Рет қаралды 84 М.
Stop Making These 5 Mistakes on LinkedIn!
6:03
Stephen Wierenga
Рет қаралды 5
3 Books to Ace Your Next Job in 90 Days
18:07
Diego Sarkissian
Рет қаралды 172
Day In The Life Of A Software Engineer @ Microsoft (First Person POV)
5:50
Day In The Life Of An 18 Year Old Microsoft Engineer | Vancouver
5:09