Blog
My personal collection of code snippets, starter guides, tutorials and interesting things I found online.
- My first hackathon
I participated in my first hackathon ever. Here are some details about the project I worked on and the experience I had.
- 10 tips to get started with open source
Ten tips to get started contributing to open source projects and landing your first pull request from a beginner maintainer.
- Introducing astro-layouts, my first npm package
I wrote and published my first npm package "astro-layouts". Here some details about how I got the idea and how it works
- Generate OG images on the edge with Netlify
In this guide, you will learn how to generate open graph images on the edge using Netlify edge functions, deno, and Astro
- Add google analytics to Astro with Partytown
In this guide, you will learn how to add google analytics to Astro without blocking the main thread using the partytown integration
- Add dark mode to Astro with Tailwind CSS
In this guide, you will learn how to add perfect dark mode to your Astro project using Tailwind CSS and the prefers-color-scheme media query