Handling WebSockets in Rails + React
Handling WebSockets in Rails + React By the end of 2022, I was building apps that required real-time updates — […]
Handling WebSockets in Rails + React By the end of 2022, I was building apps that required real-time updates — […]
CI/CD with GitHub Actions for Full-Stack Apps After learning Docker, the next challenge I faced was automation. Manually building, testing, […]
Dockerizing a Rails + React App for the First Time In 2022, I started moving beyond simple deployments on Heroku […]
Caching Strategies in Rails with Redis: Real Performance Gains One of the biggest lessons I learned in scaling Rails apps […]
React Hooks vs Class Components – Lessons from Migration When I first started with React, everything revolved around class components. […]
State Management in Large React Apps (Redux vs Context API) When I first built small React apps, useState was enough. But as […]
Intro to React Components: Building a To-Do App When I first started learning React, the most important idea was that […]
Promises in JavaScript Explained with Real Code Examples When I was a few years into my career, one of the […]