Similar Posts
My Hacktoberfest Journey: From “Maybe Later” to “Merge Successful!”
ByAdilThis is a submission for the 2025 Hacktoberfest Writing Challenge: Open Source Reflections Last year, I registered for Hacktoberfest but never made it past the sign-up page. Between exams, deadlines, and self-doubt, open source felt like a world I’d join “someday.” This year, I finally decided to stop overthinking and start contributing – and wow,…
Fortnite is adding customizable sidekicks and you can unlock the first adorable pet in the next Battle Pass
ByAdilEpic Games has announced Sidekicks for Fortnite, a new pet companion feature that will follow players in-game. 🎬 Watch the Video
Canva just launched its Creative Operating System – a massive upgrade built to supercharge creativity with AI
ByAdilThe all-in-one design tool has just had a major upgrade that adds more AI chops. 🎬 Watch the Video
Affinity takes on Adobe in the best way possible – by making all its software free for everyone
ByAdilMy favorite professional graphic design apps are now free for everyone forever – and I couldn’t be happier with Affinity right now. 🎬 Watch the Video
How to Connect with the HubSpot API
ByAdilHubSpot’s API looks modern on the surface. REST endpoints, JSON payloads, OAuth 2.0, webhooks. Then you actually build something with it and discover the truth: it’s a maze of rate limits, undocumented quirks, and lifecycle stage logic that defies human comprehension. I’ve spent the last three years integrating HubSpot for various clients. Here’s what the…
How to deploy PocketBase on AWS with Docker
ByAdilFirst, I’m a huge PocketBase fan! I use it for many projects (e.g., smartgoutcare) and to prototype fast. This guide shows how to deploy PocketBase 0.31 on AWS EC2 using Docker, complete with persistence and auto-restart. Perfect for indie devs and small apps that want a simple, production-ready backend. This tutorial is up-to-date for PocketBase…