
Open-sourcing my bookmark manager
In March (2024), I built a very simple bookmark manager and it has served me very well for the past 7 months. So I decided to open-source it and share it with the world.
I went back to self-hosting 2 months ago, here's an update on the progress and what I've accomplished so far. Spoiler alert: Why haven't I done this sooner?!
Find out how I went back to self-hosting by putting together a personal cloud with a Raspberry Pi 4. I dive into the world of open-source software for top-notch security, flexible storage options, and total control over my online stuff. Let's team up to build a digital haven that's all about being secure, stable, and private.
Learn how effective storytelling can connect emotionally with your target audience, build trust and loyalty, set your brand apart from the competition, and create engaging content that hits your audience right in their soul. Elevate your marketing strategy with the art of storytelling.
Explore the choices of database systems and their unique advantages in this guide. Dive into MySQL, MongoDB, and Neo4j, understanding their use cases and effective data modeling tips. Ideal for software developers eager to optimize data storage and management.
Discover the simplicity of setting up SSL certificates with Caddy and Cloudflare in this comprehensive guide. Learn how to integrate the Cloudflare DNS module in Caddy with Docker, create a Cloudflare API token, and utilize your token with Caddy for automatic SSL certificate generation. Say goodbye to the hassle of manual SSL certificate maintenance!
Flysystem is a fantastic library to interact with the filesystem and adding support for interacting with an S3 bucket is very easy, but it comes with the downside of having to include the massive AWS PHP SDK. Let's fix that!