DevTuts
DevTuts
  • Видео 25
  • Просмотров 166 969
Map vs WeakMap in Javascript
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w
JS + TS mailing list: buttondown.email/devtuts
Website: nick.scialli.me
--
Learn the difference between these two advanced data structures
Просмотров: 3 786

Видео

How the "this" Keyword Works in Javascript
Просмотров 307Год назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me "this" can be a scary subject to many! Let's learn how it works.
Reassignment vs Mutation in Javascript
Просмотров 1,1 тыс.Год назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w Website: nick.scialli.me Let's discuss reassignment and mutation in JavaScript! Learning the distinction between these two concepts can save you a lot of headaches and debugging pain in your JavaScript career.
Is it Too Late to Be a Software Engineer? (Future You Says “No!”)
Просмотров 2,1 тыс.3 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Have you ever wondered “is it too late to be a software engineer?” Watch this video to learn why it is NEVER too late to become a software developer! This is a conversation between Nick Scialli (experienced programmer and software developer) and Ross Jacobson AKA ...
Using the Fluent Interface Pattern to Build Objects in JavaScript
Просмотров 1,1 тыс.3 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we'll explore how to build objects in JavaScript using the fluent interface pattern!
Learn the Incredibly Helpful but Often Overlooked JavaScript Set Object
Просмотров 5614 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we learn about the built-in JavaScript Set object!
The JavaScript Array.some and Array.every Methods
Просмотров 4904 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we learn about the Array.some and Array.every methods!
Learn the JavaScript Proxy Object: Creating Immutable Objects
Просмотров 7244 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we learn a bit about the JavaScript Proxy object by creating immutable objects using it!
Creating a Custom React Hook: Use Window Size
Просмотров 15 тыс.4 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me In this video, we create a custom useWindowSize hook to keep track of our window's width and height as it changes!
Using a Single Change Handler in React with Typescript
Просмотров 5 тыс.4 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me You may be tempted to use multiple change handlers to set properties of different types in your React Typescript project. In this video, I'll show you how to avoid all the extra overhead and just use one change handler!
The Revealing Module Pattern in JavaScript
Просмотров 2,5 тыс.4 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we'll learn how to create private scope using the revealing module pattern!
JavaScript Interview Practice: Traversing a Linked List
Просмотров 1,8 тыс.4 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Today we do some interview practice by traversing a linked list in JavaScript!
Create a Pure Function Object Validator in JavaScript
Просмотров 7944 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Pure functions are great because they allow you to isolate and test potentially-complex pieces of functionality. In this video, we create a pure function object validator.
The JavaScript Ternary Operator in 2 Minutes
Просмотров 9254 года назад
Please subscribe: ruclips.net/channel/UC-3WU7dH0dvZ5BkSSI7zK_w JS TS mailing list: buttondown.email/devtuts Website: nick.scialli.me Ternary operators in JavaScript can be thought of quick and easy if-else statements!
Quick Tip: Unique JavaScript Arrays using the Set Object
Просмотров 4204 года назад
Quick Tip: Unique JavaScript Arrays using the Set Object
An Introduction to Pure Functions in JavaScript
Просмотров 2,1 тыс.4 года назад
An Introduction to Pure Functions in JavaScript
Callbacks, Promises, and Async-Await in JavaScript
Просмотров 7 тыс.5 лет назад
Callbacks, Promises, and Async-Await in JavaScript
Creating a Todo List App in React using Typescript (Part 3)
Просмотров 13 тыс.5 лет назад
Creating a Todo List App in React using Typescript (Part 3)
Creating a Todo List App in React using Typescript (Part 2)
Просмотров 17 тыс.5 лет назад
Creating a Todo List App in React using Typescript (Part 2)
Creating a Todo List App in React using Typescript (Part 1)
Просмотров 41 тыс.5 лет назад
Creating a Todo List App in React using Typescript (Part 1)
An Introduction to Test-Driven Development in JavaScript
Просмотров 13 тыс.5 лет назад
An Introduction to Test-Driven Development in JavaScript
An Introduction to Memoization in JavaScript
Просмотров 12 тыс.5 лет назад
An Introduction to Memoization in JavaScript
First Class Functions in JavaScript
Просмотров 10 тыс.5 лет назад
First Class Functions in JavaScript
Imperative vs. Declarative Javascript
Просмотров 14 тыс.5 лет назад
Imperative vs. Declarative Javascript