Luca Del Puppo

@puppo92.bsky.social

#GoogleDeveloperExpert, Codemotion Ambassador, GitKraken Ambassador, Former Microsoft MVP, Senior Software Developer at NearForm and javascript enthusiastic. ๐Ÿ˜Ž http://dev.to writer http://dev.to/puppo

New JavaScript Workers Video! In our latest video, we show you how to use Node.js worker threads to offload intensive tasks and keep your Main-Thread snappy. Learn how to create a new thread to run high-intensive processes and prevent blocking the main thread.

JavaScript Workers

๐Ÿš€ Dive Deep into the World of JavaScript Workers! ๐Ÿš€Are you ready to unlock the full potential of JavaScript in your web applications? Join us in this thril...

youtu.be

Hey there! ๐Ÿ‘‹ I just made a new video about JavaScript loops to help clear up any confusion between the different for loops. ๐Ÿš€ Check it out and let me know what you think in the comments section. Don't forget to like and subscribe if you enjoy it! Here's the link:

Looping into the JavaScript loops

๐ŸŒ€ Dive deep into the heart of JavaScript loops with our latest video, 'Looping into the JavaScript Loops'! ๐Ÿš€ Whether you're just starting out or you're a s...

youtu.be

๐Ÿš€ I'm back on my YouTube channel and blog, and I've just released a new video and post about JavaScript Promise. The title is "A Promise is forever", and it's filled with useful information to help you become an expert. ๐Ÿ“‘ dev.to/this-is-lear... ๐Ÿ“บ www.youtube.com/watch?v=ROwJ...

A Promise is forever

๐Ÿš€ Dive Into JavaScript Promises! ๐Ÿš€Explore the world of JavaScript Promises with me and unlock the secrets to mastering asynchronous programming. This video...

youtube.com

๐Ÿ”ฅ Just dropped a new YouTube video + blog post combo: "Cracking the JavaScript Code: Unveil the Magic of Object Descriptors!" ๐Ÿง™โ€โ™‚๏ธ ๐ŸŽฅ Unlock the secrets behind writable, enumerable, & configurable in JS objects! ๐Ÿ‘‰ Watch www.youtube.com/watch?v=AHLd... ๐Ÿ“– Read dev.to/this-is-lear...

Cracking the JavaScript Code: Unveil the Magic of Object Descriptors

JavaScript is a language full of wonders, and Object Descriptors are one of its hidden gems. In this eye-opening video, we're pulling back the curtain to unv...

youtube.com

๐Ÿš€ JavaScript devs, it's time to master memory management! ๐Ÿง โœจ Check out my latest YouTube video, "JavaScript FinalizationRegistry Unraveled." Watch now: www.youtube.com/watch?v=3sgI... ๐Ÿ“š Want more details? Dive into my blog post on the same topic: dev.to/this-is-lear...

JavaScript FinalizationRegistry Unraveled: Memory Management Magic Explained!

๐Ÿš€ Dive into the fascinating world of JavaScript memory management with our latest video! ๐ŸŽฉโœจ In "JavaScript FinalizationRegistry Unraveled: Memory Managemen...

youtube.com

๐Ÿš€ Unleash JavaScript's Hidden Heroes - Proxies! ๐Ÿช„ From coding novices to seasoned wizards, this content is for YOU. ๐Ÿฆธโ€โ™‚๏ธ๐Ÿ’ผ ๐Ÿ“บ Watch the video: www.youtube.com/watch?v=e7_l... ๐Ÿ“– Read the blog: dev.to/this-is-lear... Share this magic with your fellow devs! ๐ŸŒ

Unlocking the Power of Proxies: JavaScript's Secret Superheroes

In this spellbinding episode, we delve deep into the mystical world of JavaScript with a focus on the enigmatic Proxy object. Whether you're a JavaScript jou...

youtube.com

๐Ÿช„โœจ JavaScript's Memory Management Unveiled! Dive into the Magic of WeakRefs in my latest YouTube video and blog post.๐Ÿ’ก๐Ÿš€ YouTube: youtu.be/-rN03KAHGC4 Blog Post: dev.to/this-is-lear... Let's unravel the mysteries of memory management together! ๐Ÿง ๐Ÿ’ป

JavaScript WeakRef Explained: Harnessing Memory Management Magic

In this eye-opening tutorial, we'll unravel the mysteries of WeakRefs in JavaScript ๐Ÿง™โ€โ™‚๏ธ and discover how they wield memory management magic. ๐Ÿ’ซ๐Ÿ” What you'...

youtu.be

๐ŸŽบLetโ€™s close the week with a fantastic new๐ŸŽบ Iโ€™m happy to share that Iโ€™m officially a Google Dev Expert in Web Technologies. Thanks to Francesco Sciuti for the help and the nomination! Itโ€™s a pleasure to be part of this program ๐Ÿ™Œ

Bild

๐Ÿš€ Dive into JavaScript WeakSet! ๐Ÿ’Ž ๐Ÿ“ Blog Post: dev.to/this-is-lear... ๐Ÿ“บ YouTube Video: youtu.be/m3BKqgeVAa4 Master WeakSet and level up your JavaScript skills.๐Ÿ’ก๐Ÿง™โ€โ™‚๏ธ Like, share, and subscribe for more coding adventures! Questions? Drop a comment.

Unlock the Power of JavaScript WeakSet: Mastering a Hidden Gem!

Are you ready to elevate your JavaScript skills? Dive deep into the world of WeakSet, the unsung hero of memory management in JavaScript! Whether you're a co...

youtu.be

๐Ÿš€ Just dropped my latest blog post and YouTube video: "Unlocking JavaScript's Secret Weapon: The Power of WeakMaps." ๐Ÿ’ก๐Ÿ’ป ๐Ÿ”— Blog Post: dev.to/this-is-lear... ๐Ÿ“บ YouTube Video: youtu.be/8Z4ZYDSxN3A JavaScript devs, don't miss this deep dive into the world of WeakMaps! ๐Ÿ’ช

Unlocking JavaScript's Secret Weapon: The Power of WeakMaps

๐Ÿ”‘ Ready to supercharge your JavaScript skills? Join us in this deep dive into the incredible world of WeakMaps! ๐Ÿ’กWeakMaps are a lesser-known but incredibly...

youtu.be

๐Ÿš€ Just dropped a new YouTube Shorts video! ๐Ÿ“ฝ๏ธ In this quick snippet, I dive into the powerful world of TypeScript and explore how to use the "Exclude" utility type to streamline your code. Check it out now and let me know your thoughts.

Excluding values from literal types in typescript

In this video, you will learn how to exclude values from #literaltypes using the #exclude utility in #typescript.#tipsandtricks #learnbetter

youtube.com

๐Ÿš€ Just dropped a new blog post! ๐Ÿ“š "Mastering JavaScript Async Iterators: Unlocking Asynchronous Magic" ๐Ÿง™โ€โ™‚๏ธโœจ ๐Ÿช„ Dive into the world of async iterators and level up your async coding skills! ๐Ÿš€๐Ÿ’ป Read it here ๐Ÿ‘‡๐Ÿป๐Ÿช„โœจ

Mastering JavaScript Async Iterators: Unlocking Asynchronous Magic

In the ever-evolving landscape of JavaScript, staying up-to-date with its latest features is crucial...

dev.to

๐Ÿš€ Excited to share my latest blog post: Unleashing the Power: Demystifying JavaScript Generators! ๐Ÿ’ก ๐Ÿ”— In this article, I dive into the world of JavaScript Generators, breaking down their complexities and uncovering their incredible potential. ๐Ÿ–ฅ๏ธ๐Ÿ‘ฉโ€๐Ÿ’ป

Unleashing the Power: Demystifying JavaScript Generators

Welcome to this blog post, where we're diving into the fascinating world of JavaScript generators. If...

dev.to

The array includes method is fantastic, but do you know its execution time is unpredictable? The array's size and the element's position can change the execution time drastically! Check out my last youtube video to find out more https://youtu.be/ak0fhG3zIyA

Avoid arrays. Sometimes, sets could be better

Learn how to prevent #performance issues by avoiding the #arrays' includes method and using a #set to check if a value exists in your collection.Obviously, a...

youtu.be

Modern HTML has many performance controls: ๐Ÿ”‘ Prioritize a key image: <img fetchpriority=high> ๐Ÿ’ค Lazy-load images: <img loading=lazy> ๐ŸŒ Warm connections to origins: rel=preconnect ๐Ÿ• Fetch late-found resources: rel=preload โญ๏ธ Fetch next-page navigations: rel=prefetch

99/100 on Lighthouse