Ganz egal ob total oder partiell - heute zeige ich dir, wie du ganz leicht eine Sonnenfinsternis fotografierst. Der Beitrag Sonnenfinsternis fotografieren – Tipps und Einstellungen erschien zuerst auf Stephan Forstmann Fotografie.| Stephan Forstmann Fotografie
I recently added an RSS feed to my website and wanted to cross-post my writings from my blog to other platforms like dev.to. Following the official docs was fine, however, there was one issue if you were using relative paths in your markdown for your image assets. The images were not correctly pointing to the URL where it was hosted. I did find a way to fix this in this post.| Billy Le | Blog
Sometimes you may find your .astro type definitions out of sync of your content configuration file. I don't know why this happens but I wanted to fix this since I want to rely on Typescript whenever I'm accessing properties from my collections. The fix is relatively simple by utilizing Husky.| Billy Le | Blog
This tutorial covers how to hook up your front-end contact form to a back-end email server using Resend. You can apply the concepts discussed in this post to any front-end or back-end framework. If you're using a form provider like FormSpree or FormSubmit and want to move away from them, then this blog post is for you.| Billy Le | Blog
After creating my Table of Contents for my blog, I needed a way to let the readers know which part of it they are viewing. By adding text decorations to the Table of Content links, I'm able to give a visual indicator by using the Web API Intersection Observer.| Billy Le | Blog
I had a problem where my draft blog posts were being committed to my GitHub repository. This might seem like an insignificant issue, but I didn't want a work-in-progress to be publicly viewable. So that's where I came up with a solution to use Husky and a Node script to prevent that.| Billy Le | Blog
There isn't a well-documented source on how you can create a custom Table of Contents from your markdown with the Astro Content Collection API. The 'remark-toc' plugin does the job but offers little control over where you can place it. In this post, I'll show you how I created my ToC for my blog.| Billy Le | Blog
If you're planning to shoot the night skies, you'll need the best camera for astrophotography. Tim Coleman and the AP team make some picks.| Amateur Photographer
When it comes to creating websites, performance is crucial, but how do you achieve a performant website? This is why Astro was created; let's look at how it works and why it's so effective.| iO tech_hub
A comparison of page size after rebuilding this site in Astro| alan.norbauer.com
A development team migrated from Next.js to pure React after hitting slow build times, failures with the recent […]| DEVCLASS
Astro allows us to construct our website using our preferred framework; React, Vue, Svelte, SolidJS, Preact, Alpine, Lit, Web components, etc.| Apiumhub
My experience building a static site backed by an Airtable database, including some fairly complex TypeScript.| xavd.id