ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,464 results

Related queries

javascript crash course

fireship typescript

javascript beginner

javascript bro code

fireship react

javascript advanced

javascript async await

javascript promises

javascript شرح

javascript basics

javascript website

javascript dom

javascript objects

javascript projects

javascript functions

Fireship
JavaScript for the Haters

Why does everybody hate JavaScript so much? A complete roast of JS that highlights the strongest criticisms against the world's ...

2:50
JavaScript for the Haters

1,734,561 views

3 years ago

Fireship
JavaScript in 100 Seconds

JavaScript is the the programming language that built the web. Learn how it evolved into a powerful tool for building websites, ...

2:36
JavaScript in 100 Seconds

1,061,626 views

3 years ago

Fireship
100+ JavaScript Concepts you Need to Know

The ultimate 10 minute JavaScript course that quickly breaks down over 100 key concepts every web developer should know.

12:24
100+ JavaScript Concepts you Need to Know

2,796,681 views

3 years ago

Fireship

4.06M subscribers

Fireship
JavaScript Promise in 100 Seconds

Learn JavaScript Promises in 100 seconds, then follow my new IG account for even more content ...

1:39
JavaScript Promise in 100 Seconds

420,253 views

5 years ago

Fireship
JavaScript: How It's Made

Learn the computer science behind #JavaScript by looking at how it works under the hood. Understand why JS is called a ...

10:54
JavaScript: How It's Made

917,285 views

6 years ago

Fireship
Big projects are ditching TypeScript… why?

Why are some big open-source projects like Turbo and Svelte dropping TypeScript in favor of vanilla JavaScript? Learn about the ...

3:38
Big projects are ditching TypeScript… why?

1,559,133 views

2 years ago

Fireship
The JavaScript Survival Guide

The JavaScript Survival Guide provides protection from the so-called "weird" features that you will encounter as a JS developer.

14:47
The JavaScript Survival Guide

760,137 views

6 years ago

People also watched

Fireship
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express

What is an API? What is REST? Learn how an Application Programming Interface (API) can adhere to Representational State ...

11:20
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express

1,781,000 views

4 years ago

Fireship
I built the same app 10 times // Which JS Framework is best?

I built a simple app with 10 different JavaScript frameworks... Learn the pros and cons of each JS framework before building your ...

21:58
I built the same app 10 times // Which JS Framework is best?

2,785,779 views

4 years ago

Fireship
Tailwind CSS is the worst…

People have been debating the merits of Tailwind on twitter recently, so let's look at the pros and cons of this popular CSS library.

3:55
Tailwind CSS is the worst…

1,764,276 views

2 years ago

Fireship
7 Cryptography Concepts EVERY Developer Should Know

Cryptography is scary. In this tutorial, we get hands-on with Node.js to learn how common crypto concepts work, like hashing, ...

11:55
7 Cryptography Concepts EVERY Developer Should Know

1,592,462 views

4 years ago

Fireship
10 Design Patterns Explained in 10 Minutes

Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...

11:04
10 Design Patterns Explained in 10 Minutes

2,703,539 views

3 years ago

Fireship
Bun is disrupting JavaScript land

Let's take a first look at Bun 1.0 - the worlds fastest JavaScript runtime. Find out how Bun compares to Node.js and Deno.

4:30
Bun is disrupting JavaScript land

1,026,486 views

2 years ago

Fireship
I built 10 web apps... with 10 different languages

Which serverside web framework is the best? To find out, I built the same app 10 times with 10 different programming languages.

14:23
I built 10 web apps... with 10 different languages

1,924,634 views

3 years ago

Fireship
The Async Await Episode I Promised

The await is over! Learn how to make your JavaScript Promise code beautiful and concise with async-await ...

12:04
The Async Await Episode I Promised

1,215,925 views

7 years ago

Fireship
7 ways to deal with CSS

Top 7 ways to write CSS code in a React or Next.js app. Learn the tradeoffs between different tools like CSS modules, CSS-in-JS, ...

6:23
7 ways to deal with CSS

1,224,016 views

3 years ago

Fireship
How to make vibe coding not suck…

Deploy your app the easy way with Sevalla and get $50 in free credits - https://sevalla.com/fireship AI coding may be overhyped ...

5:44
How to make vibe coding not suck…

693,171 views

2 months ago

Fireship
The Weird History of JavaScript

The history of JavaScript over the last 25 years. How did a simple scripting language for Netscape evolve into the world's most ...

12:09
The Weird History of JavaScript

1,296,808 views

6 years ago

Fireship
JavaScript Modules in 100 Seconds

Learn how to import and export JS code with ES Modules in 100 seconds. Get the cheatsheet ...

1:44
JavaScript Modules in 100 Seconds

270,733 views

5 years ago

Fireship
Deno vs Oracle: The ugly custody battle for JavaScript…

Try out Atlassian's Rovo Dev CLI for free - https://fnf.dev/fireship The actual owner of the JavaScript trademark didn't create it, ...

5:59
Deno vs Oracle: The ugly custody battle for JavaScript…

378,129 views

3 months ago

Fireship
React for the Haters in 100 Seconds

React is the most popular JS framework ever, but some web developers out there say it sucks. Let's take a look at the criticisms ...

2:34
React for the Haters in 100 Seconds

1,818,699 views

3 years ago

Fireship
Deno 2 is here… will it actually kill Node.js this time?

Take a first look at Deno 2.0 - a JavaScript runtime with first-class TypeScript support, and now full compatibility with Node.js ...

4:16
Deno 2 is here… will it actually kill Node.js this time?

683,231 views

1 year ago

Fireship
10 JavaScript changes you missed in 2023

How has JavaScript and web development changed in 2023? Learn about the top 10 updates to Next.js, React, Angular, Vue, and ...

5:56
10 JavaScript changes you missed in 2023

728,960 views

2 years ago

Fireship
Java for the Haters in 100 Seconds

Java is one of the most successful and most dreaded technologies in the computer science world. Let's roast this powerful ...

2:22
Java for the Haters in 100 Seconds

3,113,821 views

3 years ago

Fireship
JavaScript Pro Tips - Code This, NOT That

New Series! Code this , not that . Learn how to write solid modern JavaScript and avoid bad code from the olden days.

12:37
JavaScript Pro Tips - Code This, NOT That

2,597,180 views

7 years ago

Fireship
Closures Explained in 100 Seconds // Tricky JavaScript Interview Prep

What is a JavaScript Closure? Learn the how closures allow functions to "remember" outside their local scope ...

4:57
Closures Explained in 100 Seconds // Tricky JavaScript Interview Prep

403,324 views

4 years ago

Fireship
What is THIS in JavaScript? in 100 seconds

Learn what the "this" keyword does in JavaScript in 100 seconds. And stay tuned for a few minutes of more advanced discussion ...

6:38
What is THIS in JavaScript? in 100 seconds

235,929 views

5 years ago

Fireship
Solid in 100 Seconds

SolidJS is a JavaScript framework for building fast, declarative UIs on the web. It shares many ideas with React, but does not use ...

2:32
Solid in 100 Seconds

775,705 views

3 years ago