| 1. | What does larger scale software development look like? | 763 | |
|
| 2. | Goodbye javascript (for now) | 583 | |
|
| 3. | A better way to doing if statements in javascript #shorts | 461 | |
|
| 4. | A subscriber was asked these interview questions for a junior role | 348 | |
|
| 5. | hello Javascript, oh how I've missed you | 346 | |
|
| 6. | Is ChatGPT actually useful for coding? | 344 | |
|
| 7. | They had 24 hour to submit this assignment (junior full stack interview) | 341 | |
|
| 8. | This promise technique is important to understand in javascript #shorts | 307 | |
|
| 9. | Using options objects as parameters will often make your functions easier to manage #shorts | 271 | |
|
| 10. | What does my typical work week as a web dev like | 264 | |
|
| 11. | Why I'd never host my apps on a VPS | 243 | |
|
| 12. | I hate React (...shhh don't tell anyone) | 226 | |
|
| 13. | This React challenge is fair game for a junior web dev interview | 225 | |
|
| 14. | Software developers are officially cooked | 221 | |
|
| 15. | What is the "best way" to develop software applications? | 216 | |
|
| 16. | This is why closures are important in javascript #shorts | 215 | |
|
| 17. | Experimenting with a react MVC concept (don't do this) | 215 | |
|
| 18. | How to set dynamic keys on objects in javascript #shorts | 210 | Tutorial |
|
| 19. | How much money did my channel earn this year | 207 | |
|
| 20. | No joke, I'm switching to remix after this bug | 204 | |
|
| 21. | Live refactoring a subscriber's React code | 200 | |
|
| 22. | Streaming a WebCam using Express, OpenCV, and Socket IO | 195 | Tutorial |
|
| 23. | Why I’ll never deploy to a VM again | 194 | |
|
| 24. | I loved solving this junior react interview challenge | 186 | |
|
| 25. | How To Get Ahead of 99% Of Developers | 181 | Tutorial |
|
| 26. | Objects are not the only approach for a map data structures in Javascript #shorts | 180 | |
|
| 27. | Here's an overview of all my revenue generating side projects | 178 | |
|
| 28. | the most important Next.js features to learn (in 8 minutes) | 175 | |
|
| 29. | How much 💰 has my SaaS project made since launch? | 165 | |
|
| 30. | I got 10x faster performance from this simple Node.js refactor | 163 | |
|
| 31. | Can you solve this beginner React interview practice problem? | 157 | |
|
| 32. | Why I'm moving my side project from Vercel to AWS | 155 | |
|
| 33. | Applying clean architecture to my Next.js project | 154 | |
|
| 34. | How to validate an object using a Proxy class #shorts | 152 | Tutorial |
|
| 35. | Why I'm switching from Postgres to a real-time database | 149 | |
|
| 36. | How to use the javascript Proxy class to watch for reads #shorts | 149 | Tutorial |
|
| 37. | Do this before you deploy to Vercel | 147 | |
|
| 38. | Why I'll always use Typescript over Javascript | 146 | |
|
| 39. | This reminded myself of why I dislike Next.js | 144 | |
|
| 40. | A subscriber was asked these junior interview questions | 142 | |
|
| 41. | This aws lambda issue was impossible to debug | 137 | |
|
| 42. | This is why dependency injection is useful | 135 | |
|
| 43. | I'm on the HTMX struggle bus right now | 135 | |
|
| 44. | Why I don't enjoy using typescript or static languages much | 129 | |
|
| 45. | From 2.5 million row reads to 1 (optimizing my database performance) | 126 | |
|
| 46. | Use optional chaining in javascript to write better code #shorts | 126 | |
|
| 47. | This code was messy... live refactoring a subscribers React side project | 123 | |
|
| 48. | How to hide object properties from console logs and iteration #shorts | 121 | Tutorial |
|
| 49. | How to implement Clean Architecture in Node.js (and why it's important) | 119 | Tutorial |
|
| 50. | This is why queues are important to learn - solving a beginner javascript html css challenge | 118 | |
|
| 51. | This is a good beginner React interview challenge question | 117 | |
|
| 52. | How Much Does It Cost to Run My SaaS Application? You Might Be Surprised | 116 | |
|
| 53. | I think I was wrong about AWS Amplify | 116 | |
|
| 54. | The most important function to write performant next.js apps | 116 | |
|
| 55. | This is a fun front-end challenge for beginners to try (using React) | 116 | |
|
| 56. | How to build & deploy a MERN stack web application (typescript, mongo, express, react, node) | 113 | Tutorial |
|
| 57. | How do I like to do freelance work? | 112 | |
|
| 58. | This is the coolest side project I've worked on | 111 | |
|
| 59. | What services might you need when building a SaaS product? | 110 | |
|
| 60. | Why I stopped using REST for side projects | 110 | |
|
| 61. | I still think the t3 stack is the most productive | 109 | |
|
| 62. | Web 3.0 is a joke | 109 | |
|
| 63. | React's useEffect is giving me an existential crisis | 107 | |
|
| 64. | Why I like to decouple my React views from my logic | 106 | |
|
| 65. | A subscriber sent me a junior react interview challenge, let's solve it | 106 | |
|
| 66. | Live Coding a Shopping Cart using React | 105 | Tutorial |
|
| 67. | My advice for becoming a web dev in 2023 | 105 | |
|
| 68. | Why I'm removing Daisy UI from my side projects and some refactoring | 104 | |
|
| 69. | This is why you can't blindly use AI | 104 | |
|
| 70. | I'm spending $100 in ads for my SaaS (and it kind of sucks) | 103 | |
|
| 71. | If I had to host on a single VPS, this is how I'd do it | 101 | |
|
| 72. | The app router can be annoying | 101 | |
|
| 73. | My Next.js starter kit is finally live, good luck | 100 | |
|
| 74. | What are my thoughts on Bun? | 99 | |
|
| 75. | Why You Need to Understand Re-rendering in React and useState Hook | 98 | |
|
| 76. | Why I avoid react's uncontrolled inputs | 97 | |
|
| 77. | I built an AI Icon Generating SaaS in a day | 97 | |
|
| 78. | How to sort an array of strings in Javascript #shorts | 97 | Tutorial |
|
| 79. | The best way to loop over an array in Javascript #shorts | 97 | |
|
| 80. | This is why you'll need polling in your web applications | 95 | |
|
| 81. | This self hosted emailer might just kill resend.io | 95 | |
|
| 82. | Your Code Was Never that Good Anyway | 94 | |
|
| 83. | A better way to loop over your arrays in javascript #shorts | 92 | |
|
| 84. | I was wrong, just use typescript | 91 | |
|
| 85. | How I manage my time to publish so much content | 91 | |
|
| 86. | next.js server actions are game changing | 90 | |
|
| 87. | Trying CSS Battle #1 ⚔️ - Target #8, Forking Crazy🍴 | 90 | |
|
| 88. | My Top 6 Tips for Becoming a Better Web Developer | 89 | |
|
| 89. | When this is undefined, you probably need to use a javascript arrow function #shorts | 87 | |
|
| 90. | Learn JWT in 10 Minutes with Express, Node, and Cookie Parser | 87 | |
|
| 91. | This is how we generate thousands of pdfs in seconds at work | 87 | |
|
| 92. | Solving a practical intermediate react interview challenge | 87 | |
|
| 93. | How promises and async await work in javascript #shorts | 86 | |
|
| 94. | pssst... I'm using Go in my side project now | 85 | |
|
| 95. | The proper way to secure your databases | 84 | |
|
| 96. | My favorite vscode themes I’ve used | 84 | |
|
| 97. | I rebranded my entire saas product | 84 | |
|
| 98. | Next's Server Actions Might Not Be That Safe... | 83 | |
|
| 99. | Lucia Auth is Getting Deprecated | 82 | |
|
| 100. | Photo Album Next.js Tutorial (with Server Actions, Cloudinary, Shadcn) | 81 | Tutorial |
|