Blog

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

7 Open Source Projects You Should Know - Rust Edition ✔️

In this article, I'm going to look at seven OSS repository that you should know written in Rust, interesting projects that caught my attention and that I want to share.

7 Open Source Projects You Should Know - Java Edition ✔️

In this article, I'm going to look at seven OSS repository that you should know written in Java, interesting projects that caught my attention and that I want to share.

7 Open Source Projects You Should Know - PHP Edition ✔️

In this article, I'm going to look at seven OSS repository that you should know written in PHP, interesting projects that caught my attention and that I want to share.

7 Open Source Projects You Should Know - C# Edition ✔️

In this article, I'm going to look at seven OSS repository that you should know written in C#, interesting projects that caught my attention and that I want to share.

7 Open Source Projects You Should Know - JavaScript Edition ✔️

In this article, I'm going to look at seven OSS repository that you should know written in JavaScript, interesting projects that caught my attention and that I want to share.

Reusable UI structure: Layouts 💱

It may happen during development that you have to reuse the same components for the entire use of the application.

Top 3 (+1) Vue libraries for your next project ⏩

In this article, I'm going to look at my three favorite libraries for developing Vue applications.

The wrappers for your Components: Pages 📃

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

Build your interface in Astro: Components 🧩

Every frontend framework is based on the concept of Components. Astro is no exception!

Pieces of interactives: Astro Islands ☄️

Astro's philosophy is centered around not using JavaScript, but it may happen in some situations that you need to use it to give interactivity to certain elements of the page.

Astro: the new frontier of Frontend Frameworks 🪐

In recent years, frontend frameworks have been emerging that focus on performance and speed, Astro is part of this generation of technologies.