Blog
My personal collection of code snippets, starter guides, tutorials and interesting things I found online.
- Building a Website for Casa Grande: A Case Study
A case study on building a website for Casa Grande, a new Mexican restaurant in Vermont, focusing on design, development, and performance.
- 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
Learn how to implement dark mode to your Astro website using Tailwind CSS, TypeScript and Web Components.