Blog

I write articles about the technologies I use the most and share my experiences!

Write in Astro: the syntax โœ๏ธ

Hello everyone ๐Ÿ‘‹ In this article, we'll talk about Astro syntax and how it's...

Contribution? Another one? ๐Ÿฅณ

Ok ok, I did it again. Another contribution, another PR, another help to Open...

Hacktoberfest: First contribution is ok! ๐ŸŽ‰

I'm super excited to announce that my first PR of this Hacktoberfest has been...

7 Open Source Projects You Should Know - Italian Edition โœ”๏ธ [BONUS]

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ This will be an article a little different from the others: in...

Hacktoberfest 2024 is here! ๐ŸŽƒ

Okay, it's almost October and it's time for the Hacktoberfest! ๐ŸŽƒ A mondial event...

7 Open Source Projects You Should Know - Vue Edition โœ”๏ธ [BONUS]

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ This will be an article a little different from the others: in...

7 Open Source Projects You Should Know - C Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - Go Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - Python Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - Rust Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - Java Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - PHP Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - C# Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

7 Open Source Projects You Should Know - JavaScript Edition โœ”๏ธ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at seven OSS repository that...

Reusable UI structure: Layouts ๐Ÿ’ฑ

It may happen during development that you have to reuse the same components for...

Top 3 (+1) Vue libraries for your next project โฉ

Hi everyone ๐Ÿ‘‹๐Ÿผโ€‹ In this article, I'm going to look at my three favorite libraries...

The wrappers for your Components: Pages ๐Ÿ“ƒ

Each website allows you to view so-called "web pages", so that you can interact...

Build your interface in Astro: Components ๐Ÿงฉ

Every frontend framework is based on the concept of Components: Vue, Angular,...