Blog Posts By Our Founder

How I Built a Profitable Software Development Consulting Business
6 tips for starting a service based business as a software developer
Continue reading on The Startup
Search Engine and Social Media Optimization for Web Developers
A checklist to build your page rank and make sure your site reaches its audience
Continue reading on JavaScript in Plain English
Lessons Learned From Migrating a Large PostgreSQL Database From EC2 to RDS
A useful checklist to ensure a smooth transition
Continue reading on Better Programming
Rails 6 Development With Docker
A practical guide to supercharging your Rails workflow with a deterministic development environment
Continue reading on Better Programming
Using React 17 With Phoenix 1.5
An incremental approach to adding React components to your Phoenix application
Continue reading on Better Programming
Hotwire, ActionText, and Rails 6
The quickest way to build a real-time application
Continue reading on Better Programming
Tips on Passing Your AWS Certification
How I scored 947 in less than 3 weeks of studying with no prior experience
Continue reading on Better Programming
How to Provision a Cheap PostgreSQL Database in AWS EC2
When RDS is beyond your budget, run Postgres on EC2
Continue reading on Better Programming
Bishop: a free web app monitoring platform
an introduction to my latest project that can watch over your passion projects
Continue reading on Medium
Build an Image Classification App
A guide to building an AI model using TensorFlow, Python, matplotlib, and packaging it for the web using Ruby on Rails
Continue reading on Better Programming
Test-Driven Development With Stripe and Ruby on Rails
A practical guide to testing your payment integration
Continue reading on Better Programming
Building a Facial Recognition Lock Client With Raspberry Pi
A guided tour featuring Express.js, WebRTC, React and a dash of automation
Continue reading in The Startup
Using a Raspberry Pi for Prototyping Web Applications
A guided tour on how to host your apps on a Pi server with Node.js, Rails and Ngrok
Continue reading at The Startup
Unit Testing Complex React Components With Jest & Enzyme
The Complete Guide
Continue reading at The Startup
A comprehensive guide on testing and automation for Rails API’s with Rspec
How can we create an automated test suite that tests models, controllers, jobs and calculates test coverage at the end? Read on to find out.
Continue reading in Level Up Coding
Securing API’s with JWT-in-a-cookie Using Rails 6 and React
A guide on serving an API and frontend application on the same domain for cookie based authentication
Continue reading in Level Up Coding