Web Dev Cody

Web Dev Cody

Views:
15,731,767
Subscribers:
254,000
Videos:
1,021
Duration:
14:04:16:15
United States
United States

Web Dev Cody is an American YouTube channel which has over 254 thousand subscribers, with his content totaling roughly 15.73 million views views across approximately 1.02 thousand videos.

Created on ● Channel Link: https://www.youtube.com/channel/UCsrVDPJBYeXItETFHG0qzyw





Top 100 Most Liked Videos by Web Dev Cody


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