📰 Dev.to · Sulman Baig
Articles from Dev.to · Sulman Baig · 11 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Sulman Baig
1y ago
Rails CI/CD with Dokku & GitHub Actions
As developers, we're always looking for ways to streamline our deployment process while maintaining...

Dev.to · Sulman Baig
1y ago
Rails 8 Production Setup with Dokku Guide
The Challenge: Modernizing Rails Deployment When I recently needed to deploy my Rails 8...

Dev.to · Sulman Baig
1y ago
Rails 8 CI/CD: GitHub Actions & Kamal 2025
In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...

Dev.to · Sulman Baig
1y ago
Rails 8 CRUD: Modern Development Guide 2025
When our team decided to upgrade to Rails 8, we chose a more Rails-native approach using importmap...

Dev.to · Sulman Baig
1y ago
Deploying Rails 8 Applications: A Complete Guide with Docker, Kamal, and Cloudflare
Introduction When I first started deploying Rails applications, the process felt...

Dev.to · Sulman Baig
1y ago
Rails GraphQL Auth - JWT, Email & Security
Building a secure and scalable authentication system is crucial for modern web applications. Today,...

Dev.to · Sulman Baig
1y ago
Rails Soft Delete & Audit Logging Guide
As financial applications grow in complexity, data integrity becomes paramount. Today, I'll share...

Dev.to · Sulman Baig
1y ago
Rails Testing for Financial Operations
Testing financial applications requires exceptional attention to detail and robust test coverage. In...

Dev.to · Sulman Baig
1y ago
Build a Currency Exchange Service in Ruby on Rails
Working with exchange rates in Rails applications can be tricky. After implementing currency handling...

Dev.to · Sulman Baig
1y ago
Setting Up GraphQL and GraphiQL in Rails: A Comprehensive Guide
GraphQL is becoming increasingly popular as an alternative to REST APIs, offering more flexibility...

Dev.to · Sulman Baig
3y ago
Resolving GraphQL/ExtractType rubocop offense in mutation type rails
Before we do any refactoring, currently, my project’s mutation root looks like the below in...
DeepCamp AI