11 articles

📰 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
Deploying Rails 8 Applications: A Complete Guide with Docker, Kamal, and Cloudflare
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...
Rails GraphQL Auth - JWT, Email & Security
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,...
Rails Soft Delete & Audit Logging Guide
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...
Rails Testing for Financial Operations
Dev.to · Sulman Baig 1y ago
Rails Testing for Financial Operations
Testing financial applications requires exceptional attention to detail and robust test coverage. In...
Build a Currency Exchange Service in Ruby on Rails
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...
Setting Up GraphQL and GraphiQL in Rails: A Comprehensive Guide
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...
Resolving GraphQL/ExtractType rubocop offense in mutation type rails
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...