1. | What does larger scale software development look like? | 619,421 | |
|
2. | This promise technique is important to understand in javascript #shorts | 534,361 | |
|
3. | A better way to doing if statements in javascript #shorts | 472,303 | |
|
4. | A subscriber was asked these interview questions for a junior role | 405,064 | |
|
5. | Is ChatGPT actually useful for coding? | 336,068 | |
|
6. | This is why closures are important in javascript #shorts | 322,574 | |
|
7. | Using options objects as parameters will often make your functions easier to manage #shorts | 256,819 | |
|
8. | They had 24 hour to submit this assignment (junior full stack interview) | 253,212 | |
|
9. | What is the "best way" to develop software applications? | 196,866 | |
|
10. | How to set dynamic keys on objects in javascript #shorts | 196,716 | Tutorial |
|
11. | What does my typical work week as a web dev like | 157,516 | |
|
12. | How to sort an array of strings in Javascript #shorts | 156,184 | Tutorial |
|
13. | How to hide object properties from console logs and iteration #shorts | 153,930 | Tutorial |
|
14. | This React challenge is fair game for a junior web dev interview | 147,259 | |
|
15. | I loved solving this junior react interview challenge | 135,692 | |
|
16. | How to get all of the keys in a javascript object #shorts | 134,430 | Tutorial |
|
17. | How to use the javascript Proxy class to watch for reads #shorts | 118,362 | Tutorial |
|
18. | How to validate an object using a Proxy class #shorts | 114,759 | Tutorial |
|
19. | Can you solve this beginner React interview practice problem? | 110,464 | |
|
20. | How To Get Ahead of 99% Of Developers | 108,642 | Tutorial |
|
21. | Live refactoring a subscriber's React code | 105,903 | |
|
22. | Objects are not the only approach for a map data structures in Javascript #shorts | 102,367 | |
|
23. | Use optional chaining in javascript to write better code #shorts | 94,980 | |
|
24. | Streaming a WebCam using Express, OpenCV, and Socket IO | 93,823 | Tutorial |
|
25. | How promises and async await work in javascript #shorts | 93,429 | |
|
26. | How much 💰 has my SaaS project made since launch? | 90,604 | |
|
27. | Goodbye javascript (for now) | 85,087 | |
|
28. | This is a fun front-end challenge for beginners to try (using React) | 84,181 | |
|
29. | Keep your database organized using ER diagrams https://eraser.io/cody #shorts | 83,011 | |
|
30. | How to use javascript symbols to overwrite default iteration behavior #shorts | 81,150 | Tutorial |
|
31. | Write cleaner JSON with this JSON Stringify tip #shorts | 75,663 | |
|
32. | This code was messy... live refactoring a subscribers React side project | 75,441 | |
|
33. | Making a chrome extension is actually super easy #shorts | 75,363 | |
|
34. | How I manage my time to publish so much content | 75,002 | |
|
35. | How to extract patterns from strings using regex groups #shorts | 74,189 | Tutorial |
|
36. | This is the best way to protect your APIs | 74,164 | |
|
37. | Live Coding a Shopping Cart using React | 73,742 | Tutorial |
|
38. | How to sum an array in javascript using the reduce method #shorts | 71,567 | Tutorial |
|
39. | How to create a class in Javascript #shorts | 70,377 | Tutorial |
|
40. | The most important React concepts to learn first (as a beginner) | 68,752 | |
|
41. | You'll want to learn this console.log tip in javascript #shorts | 66,243 | Vlog |
|
42. | How to implement Clean Architecture in Node.js (and why it's important) | 63,949 | Tutorial |
|
43. | V0 coded a calculator 30x faster than me | 62,228 | |
|
44. | Vibe coding actually sucks | 58,320 | |
|
45. | When this is undefined, you probably need to use a javascript arrow function #shorts | 58,148 | |
|
46. | Why I’ll never deploy to a VM again | 58,124 | |
|
47. | How to Setup a Professional Pay-Per-Use API | 56,066 | Tutorial |
|
48. | Clean up your code using object destructuring in Javascript #shorts | 55,777 | |
|
49. | This is a good beginner React interview challenge question | 55,696 | |
|
50. | How to remove elements from an Javascript array #shorts | 55,356 | Tutorial |
|
51. | how to create a setter function on a javascript object literal #shorts | 54,984 | Tutorial |
|
52. | How to build & deploy a MERN stack web application (typescript, mongo, express, react, node) | 54,496 | Tutorial |
|
53. | Higher order functions are awesome Javascript patterns for extending function logic #shorts | 53,267 | |
|
54. | Working on the Classroom App | T3 Stack, Next, Tailwind, tRPC, Prisma | 52,742 | |
|
55. | This is why queues are important to learn - solving a beginner javascript html css challenge | 52,290 | |
|
56. | How to overwrite props of React children dynamically #shorts | 48,611 | Tutorial |
|
57. | How to know if a javascript array contains any even numbers using some #shorts | 47,668 | Tutorial |
|
58. | My favorite way to learn typescript | 47,538 | |
|
59. | Using an IIFE in Javascript can help solve strange scope issues #shorts | 47,339 | Let's Play |
|
60. | Solving a practical intermediate react interview challenge | 47,001 | |
|
61. | How to use regex to check if a javascript string contains a pattern #shorts | 46,410 | Tutorial |
|
62. | A subscriber sent me a junior react interview challenge, let's solve it | 46,408 | |
|
63. | This reminded myself of why I dislike Next.js | 45,981 | |
|
64. | How to make a pull request on an open source project | 45,086 | Tutorial |
|
65. | Applying clean architecture to my Next.js project | 45,071 | |
|
66. | Why You Need to Understand Re-rendering in React and useState Hook | 44,615 | |
|
67. | How Much Does It Cost to Run My SaaS Application? You Might Be Surprised | 43,753 | |
|
68. | How to create a getter function on a javascript object literal #shorts | 43,733 | Tutorial |
|
69. | This is a good intermediate react interview challenge | 43,585 | |
|
70. | Here's an overview of all my revenue generating side projects | 43,428 | |
|
71. | How to track execution time of javascript api calls using performance.now #shorts | 43,055 | Tutorial |
|
72. | How to loop over each key value pair in a javascript object #shorts | 42,948 | Tutorial |
|
73. | The best way to loop over an array in Javascript #shorts | 42,553 | |
|
74. | Learn JWT in 10 Minutes with Express, Node, and Cookie Parser | 42,413 | |
|
75. | How do I plan out my software development projects (talks about agile development) | 41,065 | |
|
76. | Component streaming is essential for performant Next.js applications #shorts | 40,998 | |
|
77. | Why I'm switching from Postgres to a real-time database | 40,330 | |
|
78. | the most important Next.js features to learn (in 8 minutes) | 38,790 | |
|
79. | How I coded a REAL-TIME LINE CHART with WEBSOCKETS and REACT | 38,694 | |
|
80. | Can I pass this harder linkedin javascript quiz? | 38,508 | |
|
81. | This is the software engineering mindset you need | 37,679 | |
|
82. | How to dynamically disable a form button using Javascript, HTML, and CSS | 37,618 | Tutorial |
|
83. | How do you Submit an HTML Form? How does it work? | 36,551 | |
|
84. | How to use ES6 Modules to separate your javascript into multiple files #shorts | 36,355 | Tutorial |
|
85. | How to upload files to S3 using Node | 36,245 | Tutorial |
|
86. | A subscriber was asked these junior interview questions | 35,122 | |
|
87. | Software developers are officially cooked | 34,830 | |
|
88. | How to use array destructuring to simplify your javascript code #shorts | 34,698 | Tutorial |
|
89. | 90% of CS graduates can't figure this out | 34,545 | |
|
90. | This is why understanding database concurrency control is important | 34,011 | |
|
91. | How much money did my channel earn this year | 33,245 | |
|
92. | JavaScript Form Validation | How to Validate a Contact Us Form | 33,122 | Tutorial |
|
93. | This is why dependency injection is useful | 33,055 | |
|
94. | A better way to loop over your arrays in javascript #shorts | 32,394 | |
|
95. | TanStack Start is looking great | 31,831 | |
|
96. | This is why you'll need polling in your web applications | 31,623 | |
|
97. | How to round decimals in Javascript (don’t use for currency) #shorts | 31,617 | Tutorial |
|
98. | How to deploy a react application to Vercel | 31,586 | Tutorial |
|
99. | How I coded a CHAT ROOM with WEBSOCKETS and REACT | 31,122 | Tutorial |
|
100. | From 2.5 million row reads to 1 (optimizing my database performance) | 30,865 | |
|