Aurélien Delogu

Aurélien Delogu @pyrsmk

About: I'm a senior developer who thinks that coding is pretty much like art. I'm also crazy about sushis 🍣

Location:
Angers, France
Joined:
Jul 2, 2020

Aurélien Delogu
articles - 10 total

I benchmarked several queue algorithms

A few weeks ago I posted a code snippet about an async queue. I wrongly implied that this queue was...

Learn More 5 1Jul 25 '22

What music genre do you listen to when coding?

And share with us your favorite track! For me, I listen to vocals-less music because otherwise it...

Learn More 1 5Jul 14 '22

How to use the contenteditable attribute in Vue 3

Since I'm unemployed, I'm working on a side project in Vue 3 / TypeScript, so I keep myself...

Learn More 39 7Jul 11 '22

Code snippet: a simple rate limiter

This code snippet is different from my previous one: A performant async queue. Even if it works quite...

Learn More 6 0Jul 8 '22

Code snippet: How to test and understand DOM events better with this simple HTML snippet

Because sometimes we don't understand what's going on with DOM events (even more on mobiles), here's...

Learn More 4 0Jul 8 '22

Code snippet: A performant async queue

Here's a queue that handles async functions in order with a wait time between each callback. You can...

Learn More 23 7Jul 8 '22

Code snippet: How to browse a directory recursively

A post by Aurélien Delogu

Learn More 4 0Jul 8 '22

Code Snippet: How to avoid calling a function twice until its task has finished

A post by Aurélien Delogu

Learn More 5 1Jul 1 '22

Fresh is out, neat! But are there other "hybrid" frameworks out there?

Fresh just came out, and it really reminds me of Phoenix which also handles backend development and...

Learn More 1 3Jun 30 '22

How to run a local webserver nowadays

In the early 2000s, when we wanted to develop our website we generally ended up installing Apache...

Learn More 5 0Aug 25 '20