Luca Del Puppo

Luca Del Puppo @puppo

About: @Microsoft MVP, @Google Developer Expert, @GitKraken Ambassador, Senior Software Developer and JavaScript enthusiastic Youtube Channel https://youtube.com/@Puppo_92

Location:
Povegliano, TV
Joined:
Dec 1, 2020

Luca Del Puppo
articles - 106 total

Do you really need the Cloud to work with AI?

We are in the AI era. New models emerge daily, and many applications have already integrated AI into...

Learn More 6 0Jun 25

A Promise is forever

In the ever-evolving world of web development, mastering asynchronous operations is a crucial skill...

Learn More 4 1Feb 6 '24

The Reflect API: The Swiss Army Knife Every JavaScript Developer Needs

Ever wished for a magical toolkit that gives you superhero-like control over JavaScript objects? Say...

Learn More 20 3Nov 9 '23

Cracking the JavaScript Code: Unveil the Magic of Object Property Descriptors

👋 Hey, JavaScript developers! Ever wondered what makes your objects tick? Or how to go all...

Learn More 11 4Nov 2 '23

JavaScript FinalizationRegistry Unraveled: Memory Management Magic Explained!

Introduction JavaScript's memory management can be tricky, especially when it comes to...

Learn More 9 1Oct 25 '23

Unlocking the Power of Proxies: JavaScript's Secret Superheroes

JavaScript's Proxy object is a powerful feature that enables you to intercept and customize...

Learn More 16 3Oct 18 '23

JavaScript WeakRef Explained: Harnessing Memory Management Magic

Introduction to WeakRef WeakRef is a powerful feature in JavaScript that allows developers...

Learn More 9 2Oct 11 '23

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

In the vast landscape of JavaScript, many powerful features often go unnoticed. One such hidden gem...

Learn More 14 0Oct 4 '23

Unlocking JavaScript's Secret Weapon: The Power of WeakMaps

Introduction JavaScript is a powerful and versatile programming language that has evolved...

Learn More 33 7Sep 27 '23

Unveiling the Magic: Exploring JavaScript Symbols

Introduction to JavaScript Symbols JavaScript Symbols are a new primitive data type...

Learn More 23 0Sep 20 '23

JavaScript Async Generators Unleashed: Harnessing Asynchronous Power

In the dynamic realm of JavaScript, the ability to efficiently handle asynchronous operations is...

Learn More 9 1Sep 15 '23

Mastering JavaScript Async Iterators: Unlocking Asynchronous Magic

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

Learn More 28 11Sep 8 '23

Unleashing the Power: Demystifying JavaScript Generators

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

Learn More 6 0Sep 1 '23

Iterate Like a Pro: Mastering JavaScript Iterators for Effortless Code

Welcome to this blog post, where we're about to unravel the power and versatility of JavaScript...

Learn More 76 0Aug 25 '23

🏆 My journey to the MVP Award 🏆

This history started many years ago! I was a student, and I was going to the ITS in Pordenone. I...

Learn More 7 4Jun 9 '23

React Query - Infinite Queries

Hey Folks, Today it's time to learn how you can build an infinite query with React Query. To build...

Learn More 12 0Jun 7 '23

React Query - Paginated List

Hey Folks, Today it's time to learn how you can paginate a list with ReactQuery. It's common to...

Learn More 11 7Jun 1 '23

React Query - Abort Request

Hey Folks, Today it's time to learn how you can abort an ongoing request with ReactQuery. Before...

Learn More 5 1May 17 '23

Improve user experience with optimistic update

Hey Folks, Sometimes to improve the user experience you can decide to bet on the success of your...

Learn More 6 3May 11 '23

React Query - Keys & Prefetching

Hey Folks, Today I want to share two important things if you are using ReactQuery. The first is how...

Learn More 4 0May 3 '23

React Query - Enable Query

Hey folks, Do you know that you can enable or disable a query in react query? Noooo! Ok, it's time to...

Learn More 6 0Apr 26 '23

React Query - Filter Your Data

Hey folks, Did you know that you can filter your data in react query? Noooo! Ok, it's time to learn...

Learn More 10 0Apr 19 '23

React Query - Authentication Flow

Every application should handle an authentication flow; in this article, you'll learn how to build an...

Learn More 85 14Apr 12 '23

Playwright - UI Mode

Hi folks, In release 1.32, Playwright released a new cool feature for us, the UI Mode! This feature...

Learn More 5 0Apr 6 '23

React Query - DevTools

Hey Folks, In this post, you'll learn how to debug and check whatever happens in your React Query...

Learn More 20 0Apr 5 '23

OramaSearch, a full-text search in your React application

In some applications, you need to create a full-text search to improve the search of data. In some...

Learn More 7 0Mar 30 '23

React Query - useIsFetching & useIsMutation

Hey folks, Today it is time to talk about two hooks exposed by react query: useIsFetching and...

Learn More 30 3Mar 29 '23

React Query - useMutation

Hey Folks, It's time to talk about the second core concept in React Query, mutation. What is...

Learn More 22 0Mar 22 '23

React Query - useQuery

Hey Folks, It's time to take a journey on react query. Don't you know it? Perfect, you are in the...

Learn More 38 1Mar 15 '23

Why I love GitLens in my VsCode - Interactive Rebase

One of the processes I typically do in my daily work is interactive rebase. I commit a lot, and then...

Learn More 0 0Feb 28 '23