Skip to content

Blog

Thoughts, ideas, and insights on various topics.

Setting up Meilisearch on AWS for Python Projects
tech
aws
meilisearch
python
Setting up Meilisearch on AWS for Python Projects

A practical guide to deploying Meilisearch on AWS EC2 for Python applications, with insights from my experience implementing search for Hyperly and StarJobs, including a comparison with Typesense.

March 17, 2025
8 min read
Merging Notion Databases: How I Built a Database Fusion Tool
tech
notion
database
api
Merging Notion Databases: How I Built a Database Fusion Tool

Have you ever needed to combine multiple Notion databases but found yourself copying properties and data manually? Learn how I built a Python-based tool that automatically merges Notion databases, handling property conflicts, preserving data integrity, and even copying page content blocks—turning hours of tedious work into a simple automated process.

March 11, 2025
15 min read
From WhatsApp Chaos to Notion Order: How I Built a Personal Knowledge Bridge
tech
notion
whatsapp
integration
From WhatsApp Chaos to Notion Order: How I Built a Personal Knowledge Bridge

For years, my best ideas lived in the worst place possible: WhatsApp. Learn how I rescued years of ideas, links, and voice notes trapped in WhatsApp by building an AI-powered system to classify and migrate them to a structured Notion workspace—turning a weekend project into a solution that would have taken weeks of manual work.

March 10, 2025
8 min read
Simple OAuth is not simple
tech
oauth
twitter
api
Simple OAuth is not simple

A frustrating debugging journey with OAuth implementation for Twitter API integration, and how we finally found a workaround for our Notion-based social media calendar app.

November 16, 2022
3 min read
First Glimpse of NoCodeLetters
tech
nocode
notion
newsletters
First Glimpse of NoCodeLetters

A sneak peek at NoCodeLetters, a new tool that allows you to create beautiful newsletters directly from Notion without any coding knowledge.

June 12, 2021
1 min read
Why we built NoCodeLetters
tech
nocode
notion
newsletters
Why we built NoCodeLetters

Introducing NoCodeLetters, our new tool that lets you create and send newsletters directly from Notion, eliminating the need to switch between platforms and making email marketing simpler.

June 9, 2021
3 min read
How to build your own Twitter bot in less than 20 lines of code
tech
ruby
serverless
twitter
How to build your own Twitter bot in less than 20 lines of code

Learn how to create a Twitter bot using Ruby and Serverless to automatically post content on a schedule, with step-by-step deployment instructions.

June 10, 2020
4 min read
How to sell your APIs
tech
api
aws
monetization
How to sell your APIs

A step-by-step guide to monetizing your APIs through RapidAPI marketplace, with instructions for API key setup and configuration to start generating revenue.

June 7, 2020
3 min read
Launch your API on AWS with $0 upfront cost using Zappa in 10 minutes
tech
api
aws
serverless
Launch your API on AWS with $0 upfront cost using Zappa in 10 minutes

A step-by-step guide to deploying a serverless Flask API on AWS Lambda and API Gateway using Zappa, with detailed troubleshooting tips for common issues.

May 3, 2020
7 min read
Setting up a Ruby(Sinatra) and MongoDB Based App Server
tech
ruby
sinatra
mongodb
Setting up a Ruby(Sinatra) and MongoDB Based App Server

Learn how to build a lightweight API server using Ruby with the Sinatra framework and MongoDB, with step-by-step instructions for installation, configuration, and testing.

January 22, 2020
6 min read
Securing your WordPress Website hosted on AWS LightSail
tech
aws
wordpress
security
Securing your WordPress Website hosted on AWS LightSail

Learn how to enable HTTPS on your AWS LightSail WordPress site by setting up a load balancer and obtaining a free SSL certificate for enhanced security.

January 7, 2020
3 min read
Hosting a WordPress Website using AWS LightSail
tech
aws
wordpress
cloud
Hosting a WordPress Website using AWS LightSail

Learn how to easily set up and host a WordPress website on AWS LightSail for as little as $5/month, with step-by-step instructions for configuration, static IPs, and domain mapping.

January 3, 2020
6 min read
How to keep your static website up to date
tech
aws
devops
ci/cd
How to keep your static website up to date

Learn how to implement continuous deployment for your static website on AWS using CodePipeline and GitHub to automatically deploy updates whenever you push changes.

December 5, 2019
5 min read
Hosting a Secure Static Website on AWS
tech
aws
cloud
security
Hosting a Secure Static Website on AWS

A comprehensive guide to hosting a static website on AWS with HTTPS enabled, using S3, CloudFront, and Certificate Manager to create a secure, scalable web presence.

November 27, 2019
6 min read
Better Logging with Bunyan
tech
node.js
backend
devops
Better Logging with Bunyan

Learn how to implement robust, production-ready logging in Node.js applications using Bunyan, with examples for file rotation and Express integration.

April 10, 2016
4 min read
Backing up MongoDB on AWS EC2 to S3
tech
aws
mongodb
devops
Backing up MongoDB on AWS EC2 to S3

Learn how to set up automated MongoDB backups from your EC2 instance to S3 storage with this step-by-step guide, perfect for small-scale deployments.

March 30, 2016
3 min read