• Home
  • Blog

tagged

astro

  • All
  • astro
  • dev-lifestyle
  • frontend
  • nextjs
  • observability
  • react
  • redux
  • typescript

A collection of 5 posts :

How to build a static lightweight MDX blog with Astro and Tailwind CSS: Step-by-step guide
astro How to build a static lightweight MDX blog with Astro and Tailwind CSS: Step-by-step guide

A full, step-by-step guide for developers seeking to implement a portfolio or blog publication with Astro.

astro Feb 02, 2024

12 min read

Aspects of successful web publication from a technical perspective
frontend Aspects of successful web publication from a technical perspective

This article will cover the technical aspects of successful web publication and provide guidance on how to achieve them.

frontend Dec 04, 2023

9 min read

Assigning custom components to HTML elements in Astro collections - Image with figcaption example
astro Assigning custom components to HTML elements in Astro collections - Image with figcaption example

Astro collections allow you to keep your content type-safe and provide a built-in mechanism to render your MDX files. Let's consider an...

astro Nov 29, 2023

3 min read

Generating static Open Graph (OG) images in Astro using @vercel/og
astro Generating static Open Graph (OG) images in Astro using @vercel/og

I prefer my publication to be as automated as possible, allowing me to focus on content creation. Let's explore how to automate og:imag...

astro Sep 14, 2023

10 min read

Why I migrated my blog publication from Next.js to Astro
astro Why I migrated my blog publication from Next.js to Astro

After Astro released version 3.0, I was excited to try out the new features and decided to rebuild my website with Astro. Let me share ...

astro Sep 12, 2023

3 min read