1. | This promise technique is important to understand in javascript #shorts | 31,222 | |
|
2. | A better way to doing if statements in javascript #shorts | 27,711 | |
|
3. | What does larger scale software development look like? | 21,614 | |
|
4. | This is why closures are important in javascript #shorts | 17,812 | |
|
5. | Using options objects as parameters will often make your functions easier to manage #shorts | 13,616 | |
|
6. | How to sort an array of strings in Javascript #shorts | 9,820 | Tutorial |
|
7. | How to set dynamic keys on objects in javascript #shorts | 9,402 | Tutorial |
|
8. | How to validate an object using a Proxy class #shorts | 9,109 | Tutorial |
|
9. | How to hide object properties from console logs and iteration #shorts | 8,446 | Tutorial |
|
10. | A subscriber was asked these interview questions for a junior role | 8,325 | |
|
11. | How to use the javascript Proxy class to watch for reads #shorts | 7,705 | Tutorial |
|
12. | What is the "best way" to develop software applications? | 7,157 | |
|
13. | Use optional chaining in javascript to write better code #shorts | 6,806 | |
|
14. | How to get all of the keys in a javascript object #shorts | 6,796 | Tutorial |
|
15. | You'll want to learn this console.log tip in javascript #shorts | 6,724 | Vlog |
|
16. | How promises and async await work in javascript #shorts | 6,559 | |
|
17. | Objects are not the only approach for a map data structures in Javascript #shorts | 6,121 | |
|
18. | Write cleaner JSON with this JSON Stringify tip #shorts | 5,941 | |
|
19. | Keep your database organized using ER diagrams https://eraser.io/cody #shorts | 5,599 | |
|
20. | Making a chrome extension is actually super easy #shorts | 4,640 | |
|
21. | How to use javascript symbols to overwrite default iteration behavior #shorts | 4,593 | Tutorial |
|
22. | How to extract patterns from strings using regex groups #shorts | 4,571 | Tutorial |
|
23. | How to create a class in Javascript #shorts | 4,243 | Tutorial |
|
24. | They had 24 hour to submit this assignment (junior full stack interview) | 4,065 | |
|
25. | What does my typical work week as a web dev like | 4,026 | |
|
26. | How to sum an array in javascript using the reduce method #shorts | 3,998 | Tutorial |
|
27. | Clean up your code using object destructuring in Javascript #shorts | 3,782 | |
|
28. | Is ChatGPT actually useful for coding? | 3,756 | |
|
29. | how to create a setter function on a javascript object literal #shorts | 3,501 | Tutorial |
|
30. | How to use regex to check if a javascript string contains a pattern #shorts | 3,483 | Tutorial |
|
31. | How to loop over each key value pair in a javascript object #shorts | 3,466 | Tutorial |
|
32. | Higher order functions are awesome Javascript patterns for extending function logic #shorts | 3,417 | |
|
33. | When this is undefined, you probably need to use a javascript arrow function #shorts | 3,340 | |
|
34. | How to create a getter function on a javascript object literal #shorts | 3,325 | Tutorial |
|
35. | How to know if a javascript array contains any even numbers using some #shorts | 3,253 | Tutorial |
|
36. | I loved solving this junior react interview challenge | 3,220 | |
|
37. | Using an IIFE in Javascript can help solve strange scope issues #shorts | 3,085 | Let's Play |
|
38. | How to remove elements from an Javascript array #shorts | 3,055 | Tutorial |
|
39. | Now AI can generate full system diagrams 😱 https://eraser.io/diagramgpt #shorts | 2,782 | |
|
40. | How to track execution time of javascript api calls using performance.now #shorts | 2,709 | Tutorial |
|
41. | How To Get Ahead of 99% Of Developers | 4,459 | Tutorial |
|
42. | Can you solve this beginner React interview practice problem? | 2,664 | |
|
43. | The best way to loop over an array in Javascript #shorts | 2,653 | |
|
44. | How to overwrite props of React children dynamically #shorts | 2,651 | Tutorial |
|
45. | This React challenge is fair game for a junior web dev interview | 2,633 | |
|
46. | Component streaming is essential for performant Next.js applications #shorts | 2,564 | |
|
47. | How to implement Clean Architecture in Node.js (and why it's important) | 2,483 | Tutorial |
|
48. | This is a fun front-end challenge for beginners to try (using React) | 2,482 | |
|
49. | How to use Object.fromEntries to convert arrays to objects #shorts | 2,482 | Tutorial |
|
50. | How much 💰 has my SaaS project made since launch? | 2,451 | |
|
51. | How to use array destructuring to simplify your javascript code #shorts | 2,368 | Tutorial |
|
52. | The most important React concepts to learn first (as a beginner) | 2,362 | |
|
53. | Streaming a WebCam using Express, OpenCV, and Socket IO | 2,352 | Tutorial |
|
54. | When should you use forEach vs map in Javascript #shorts | 2,316 | |
|
55. | How to round decimals in Javascript (don’t use for currency) #shorts | 2,308 | Tutorial |
|
56. | How to use ES6 Modules to separate your javascript into multiple files #shorts | 2,148 | Tutorial |
|
57. | This typescript keyword can catch lots of possible errors #shorts | 2,085 | |
|
58. | A better way to loop over your arrays in javascript #shorts | 2,019 | |
|
59. | How to store a unique collection of values in javascript #shorts | 1,952 | Tutorial |
|
60. | Live refactoring a subscriber's React code | 1,852 | |
|
61. | How Much Does It Cost to Run My SaaS Application? You Might Be Surprised | 1,795 | |
|
62. | Why you should not use magic numbers in your Javascript and how to clean them up #shorts | 1,773 | Tutorial |
|
63. | This is the best way to protect your APIs | 1,768 | |
|
64. | This is a good beginner React interview challenge question | 1,723 | |
|
65. | How to easily clone an array in javascript #shorts | 1,636 | Tutorial |
|
66. | Solving a practical intermediate react interview challenge | 1,613 | |
|
67. | My favorite way to learn typescript | 1,704 | |
|
68. | How does block scoping work with javascript variables | 1,584 | |
|
69. | How to build & deploy a MERN stack web application (typescript, mongo, express, react, node) | 1,506 | Tutorial |
|
70. | Generators are cool ways to have infinitely running functions #shorts | 1,472 | |
|
71. | Use this console method for visualizing your objects at runtime in javascript #shorts | 1,437 | |
|
72. | This extension makes logging SO much easier https://console-ninja.com/?referrer=webdevcody #shorts | 1,428 | Vlog |
|
73. | From 2.5 million row reads to 1 (optimizing my database performance) | 1,411 | |
|
74. | This is why queues are important to learn - solving a beginner javascript html css challenge | 1,410 | |
|
75. | How to refresh your react server components when data changes #shorts | 1,360 | Tutorial |
|
76. | The map function is probably the most useful array function in javascript #shorts | 1,333 | |
|
77. | How much money did my channel earn this year | 1,970 | |
|
78. | Learn the power of typescript generics #shorts | 1,277 | |
|
79. | How to combine two arrays together in javascript #shorts | 1,271 | Tutorial |
|
80. | Use the every function to know when an array contains all even numbers #shorts | 1,257 | |
|
81. | Why You Need to Understand Re-rendering in React and useState Hook | 1,245 | |
|
82. | How to find where you declared a variable using this VSCode shortcut #shorts | 1,227 | Tutorial |
|
83. | Live Coding a Shopping Cart using React | 1,225 | Tutorial |
|
84. | Applying clean architecture to my Next.js project | 1,262 | |
|
85. | What services might you need when building a SaaS product? | 1,215 | |
|
86. | Designing cloud architecture diagrams couldn't be easier https://eraser.io/cody #shorts | 1,203 | |
|
87. | Here is a safer way to default variables in Javascript #shorts | 1,194 | |
|
88. | How to make a pull request on an open source project | 1,184 | Tutorial |
|
89. | A subscriber sent me a junior react interview challenge, let's solve it | 1,184 | |
|
90. | My Top 6 Tips for Becoming a Better Web Developer | 1,159 | |
|
91. | How to easily update your NPM dependencies #shorts | 1,150 | Tutorial |
|
92. | This code was messy... live refactoring a subscribers React side project | 1,124 | |
|
93. | This is a good intermediate react interview challenge | 1,089 | |
|
94. | Keep your next.js code cleaner by doing this simple rename #shorts | 1,078 | |
|
95. | This is why learning typescript generics is important | 1,062 | |
|
96. | If you're writing React in Typescript, you'll want to bookmark this site. | 1,045 | |
|
97. | Display better errors in next.js using this approach #shorts | 1,032 | |
|
98. | Learn JWT in 10 Minutes with Express, Node, and Cookie Parser | 1,018 | |
|
99. | Goodbye javascript (for now) | 2,800 | |
|
100. | I don't understand the caching with next.js's app router #shorts | 991 | |
|