Skip to content

Commit f389e6d

Browse files
committed
Update latest videos
1 parent 9feace5 commit f389e6d

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ Check out my latest videos:
3939

4040
<table>
4141

42+
<tr>
43+
<td width="160">
44+
<a href="https://www.youtube.com/watch?v=TmcAqw06ZFQ">
45+
<img src="https://img.youtube.com/vi/TmcAqw06ZFQ/mqdefault.jpg" width="150"/>
46+
</a>
47+
</td>
48+
<td>
49+
<a href="https://www.youtube.com/watch?v=TmcAqw06ZFQ">
50+
<strong>Async Won’t Fix This… Here’s Why 😳</strong>
51+
</a>
52+
<br/>
53+
Async is for WAITING, not for WORKING! 💡 Stop blocking your main thread with heavy computations. In 2 minutes, learn the difference between Async calls and Web Workers and why your app’s performance...
54+
</td>
55+
</tr>
4256
<tr>
4357
<td width="160">
4458
<a href="https://www.youtube.com/watch?v=Y3f1H4xGJ9Q">
@@ -67,20 +81,6 @@ Check out my latest videos:
6781
How does Amazon scale its UI? 🤯 Let’s break down Micro Frontends (MFEs) using a shopping mall analogy! 👇 Join the tapaScript community for more! - ⭐ https://www.youtube.com/tapasadhikary Tired of ...
6882
</td>
6983
</tr>
70-
<tr>
71-
<td width="160">
72-
<a href="https://www.youtube.com/watch?v=EGjiq-JDF3I">
73-
<img src="https://img.youtube.com/vi/EGjiq-JDF3I/mqdefault.jpg" width="150"/>
74-
</a>
75-
</td>
76-
<td>
77-
<a href="https://www.youtube.com/watch?v=EGjiq-JDF3I">
78-
<strong>MASTER JS DATES: The Only Guide You Need ⏰🔥</strong>
79-
</a>
80-
<br/>
81-
MASTER JAVASCRIPT DATES! ⏰ Stop struggling with time zones and messy code. This is the ultimate deep-dive to mastering Date and Time in JavaScript once and for all! 🔥 Get the Source Code & Join the C...
82-
</td>
83-
</tr>
8484
<tr>
8585
<td width="160">
8686
<a href="https://www.youtube.com/watch?v=V2OWRUn_cvM">

profile/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ Check out my latest videos:
4141

4242
<table>
4343

44+
<tr>
45+
<td width="160">
46+
<a href="https://www.youtube.com/watch?v=TmcAqw06ZFQ">
47+
<img src="https://img.youtube.com/vi/TmcAqw06ZFQ/mqdefault.jpg" width="150"/>
48+
</a>
49+
</td>
50+
<td>
51+
<a href="https://www.youtube.com/watch?v=TmcAqw06ZFQ">
52+
<strong>Async Won’t Fix This… Here’s Why 😳</strong>
53+
</a>
54+
<br/>
55+
Async is for WAITING, not for WORKING! 💡 Stop blocking your main thread with heavy computations. In 2 minutes, learn the difference between Async calls and Web Workers and why your app’s performance...
56+
</td>
57+
</tr>
4458
<tr>
4559
<td width="160">
4660
<a href="https://www.youtube.com/watch?v=Y3f1H4xGJ9Q">
@@ -69,20 +83,6 @@ Check out my latest videos:
6983
How does Amazon scale its UI? 🤯 Let’s break down Micro Frontends (MFEs) using a shopping mall analogy! 👇 Join the tapaScript community for more! - ⭐ https://www.youtube.com/tapasadhikary Tired of ...
7084
</td>
7185
</tr>
72-
<tr>
73-
<td width="160">
74-
<a href="https://www.youtube.com/watch?v=EGjiq-JDF3I">
75-
<img src="https://img.youtube.com/vi/EGjiq-JDF3I/mqdefault.jpg" width="150"/>
76-
</a>
77-
</td>
78-
<td>
79-
<a href="https://www.youtube.com/watch?v=EGjiq-JDF3I">
80-
<strong>MASTER JS DATES: The Only Guide You Need ⏰🔥</strong>
81-
</a>
82-
<br/>
83-
MASTER JAVASCRIPT DATES! ⏰ Stop struggling with time zones and messy code. This is the ultimate deep-dive to mastering Date and Time in JavaScript once and for all! 🔥 Get the Source Code & Join the C...
84-
</td>
85-
</tr>
8686
<tr>
8787
<td width="160">
8888
<a href="https://www.youtube.com/watch?v=V2OWRUn_cvM">

0 commit comments

Comments
 (0)