-
Looping images and icons infinitely using CSS only
A CSS-only infinite carousel that is easy to use, easy to understand and can serve a variable number of images. It does not depend on SAAS or other tools and works for any type of content.
-
Use Bootstrap with Astro
Bootstrap is still one of the most popular CSS frameworks. For the times you are not in a plain CSS / Tailwind-ish mood, here is how to use it with Astro.
-
Write files from Docker without ownership and permission issues
Some things you wish you knew beforehand. This very convenient method for writing files from Docker to a local filesystem without any ownership and permission issues, might be one of them.
-
Access VS Code Dev Containers from your local network
There are two ways to publish ports to the host and make them available on the local network: Forwarding and publishing.