ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

294 results

Deeecode
CURVED MASK EFFECT with Simple CSS

By using the ::before and ::after pseudo element, I show you how to build this scrollable curved masked image grid. Find the full ...

5:53
CURVED MASK EFFECT with Simple CSS

1,762 views

1 year ago

Deeecode
innerText vs textContent | Does the difference matter?

In this video I explain how innerText and textContent differ, and show you cases where one can be useful or the other. Referenced ...

7:47
innerText vs textContent | Does the difference matter?

484 views

1 year ago

Deeecode
What Exactly is REACT HYDRATION? And why does it matter?

If you've been writing React for a while, or using React-based frameworks like NextJS and GatsbyJS, you may have heard of ...

7:27
What Exactly is REACT HYDRATION? And why does it matter?

9,080 views

2 years ago

Deeecode
React.Lazy vs Dynamic Imports for Lazy Loading

In this video, I explain the difference between React.Lazy and Dynamic Imports and why you cannot use Dynamic Imports for lazy ...

4:54
React.Lazy vs Dynamic Imports for Lazy Loading

4,282 views

2 years ago

Deeecode
The Only Video You Need To Watch About CORS

Cross Origin Resource Sharing is a concept that applies to browsers. But there are a couple of misconceptions around it.

18:55
The Only Video You Need To Watch About CORS

1,640 views

2 years ago

Deeecode
Why AWAIT Can Only Be Used in ASYNC Functions?

JavaScript is a non-blocking language, and that is one of the reasons why AWAIT is restricted to ASYNC functions (or modules).

10:29
Why AWAIT Can Only Be Used in ASYNC Functions?

1,417 views

1 year ago

Deeecode
I Built A Landscape to Portrait Video Desktop App

I built my own desktop app called Reframe — it converts landscape videos to vertical/portrait format, but with full control over what ...

11:24
I Built A Landscape to Portrait Video Desktop App

164 views

5 months ago

Deeecode
A Simplified Behind the Scenes of Agents

I've struggled to understand the concept of "agents" for a while now, and I think it finally makes sense. In this video, I share my ...

15:33
A Simplified Behind the Scenes of Agents

234 views

7 months ago

Deeecode
I Wish Chat Interfaces Supported Threads | I Built Mine

One feature I would really love to see in AI Chat Interfaces is Threads--the idea of having sub conversations within a main ...

5:20
I Wish Chat Interfaces Supported Threads | I Built Mine

97 views

6 months ago

Deeecode
5 Real Life Ways to Grow as an Engineer (My Experience)

In case you missed the update, I started a new role as a full time frontend engineer on Monday. In this video, I share what I've ...

8:47
5 Real Life Ways to Grow as an Engineer (My Experience)

477 views

1 year ago

Dillion Megida
A new channel for Tech+Code | DEEECODE

Hello there, I'm happy to announce a new channel I created which would exclusively be for sharing Tech+code content. There, I'd ...

7:47
A new channel for Tech+Code | DEEECODE

144 views

4 years ago

Deeecode
#1 React + Vite - Setting up React Environment

As a part 1 of this course, I show you how to set up a React environment using Vite. You can find the code used in this video here: ...

11:53
#1 React + Vite - Setting up React Environment

3,892 views

2 years ago

Deeecode
CSS Clamp Simplified, with Fluid Responsive Typography Examples

To create Responsive Typography in your websites, you might immediately want to reach for Media Queries. Well, the clamp ...

9:19
CSS Clamp Simplified, with Fluid Responsive Typography Examples

10,221 views

2 years ago

Deeecode
Event Bubbling in JavaScript, Simplified

Event Bubbling is a concept in the DOM where the event an element receives is propagated to its parent and ancestors, upward in ...

5:00
Event Bubbling in JavaScript, Simplified

25,143 views

3 years ago

Deeecode
What you did not know about HTML IDs

In this video, I talk about html IDs and how they are available in the global scope in JavaScript. Subscribe to My Channel: ...

4:59
What you did not know about HTML IDs

367 views

1 year ago

Deeecode
How are hashed passwords IRREVERSIBLE?

In this video, I explain the difference between reversible and irreversible encryptions. Subscribe to My Channel: ...

8:58
How are hashed passwords IRREVERSIBLE?

651 views

1 year ago

Deeecode
how to create a custom linux service

I have a security camera running on my raspberrypi, but one problem I had with starting up the camera is that I had to ssh into the ...

7:58
how to create a custom linux service

231 views

10 months ago

Deeecode
How to avoid translation issues in setState

I got feedback on a change I made this week in my company; it had to do with translations. I was saving translations in state and ...

6:29
How to avoid translation issues in setState

151 views

10 months ago

Deeecode
3 creative ways I use Arc Boosts

Arc Boosts allow you to add CSS or JavaScript to any website. Taking advantage of this, I've improved my experience on some of ...

9:30
3 creative ways I use Arc Boosts

188 views

9 months ago

Deeecode
How To Optimize Your Applications With setQueryData in React/Vue Query

Since I started using Vue Query (vue's version of react query) this year, it has helped me structure and manage my application ...

8:38
How To Optimize Your Applications With setQueryData in React/Vue Query

277 views

1 year ago