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,…
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…
HTML Selects Are Actually Styleable Now
ByAdilThe <select> element has historically been one of the most difficult HTML elements to style. For the longest time, OS defaults made elements nearly impossible to style, forcing developers to build custom dropdowns or rely on libraries. I’m sure most of you have tried appearance: none and the usual hacks to make it look right….