Sulman Baig
banner
sulmanweb.com
Sulman Baig
@sulmanweb.com
Sr. Software Engineer #RubyOnRails #VueJS
🚀 Tired of manual Rails deployments?

Learn how to automate your entire deployment pipeline using Dokku & GitHub Actions!

✨ Secure SSH setup
⚡️ Automated CI/CD
🔄 Zero-touch deploys
🛡️ Production-ready config

Check out my step-by-step guide: sulmanweb.com/rails-dokku-...

#Rails #Ruby #GitHubActions
Rails CI/CD with Dokku & GitHub Actions
Learn how to automate Rails deployments using Dokku and GitHub Actions. A step-by-step guide to building a robust CI/CD pipeline for your apps.
sulmanweb.com
February 1, 2025 at 2:57 AM
🚀 Just published my journey of deploying Rails 8 with Dokku! After battling with costly managed solutions, I've crafted a production-ready setup that's both robust & budget-friendly.

Full guide: sulmanweb.com/rails-8-prod...

#Rails8 #DevOps #WebDev #Ruby #RubyOnRails
Rails 8 Production Setup with Dokku Guide
Learn how to deploy a Rails 8 application with multiple databases using Dokku. A comprehensive guide for production-ready deployment and maintenance.
sulmanweb.com
January 28, 2025 at 9:06 AM
🚀 From Heroku to Dokku: How I cut Rails hosting costs by 80% while gaining more control! Run multiple apps on a $10 server, keep git deployments, and manage DBs your way. No compromise on dev experience.

Full guide with code examples:
sulmanweb.com/heroku-to-do...
#RubyOnRails #DevOps #WebDev #ruby
Heroku to Dokku: A Rails Dev's Migration Tale
Discover how a Rails developer cut hosting costs by 80% migrating from Heroku to Dokku, with practical code examples and real-world deployment insights.
sulmanweb.com
January 24, 2025 at 5:06 AM
🚀 Just published a fresh guide on automating Rails 8 deployments!

Ever spent hours manually deploying Rails apps? I've been there. That's why I created a complete guide on automating deployments using GitHub Actions & Kamal.

#Rails #DevOps #RubyOnRails

1/7
January 21, 2025 at 1:53 AM
🧵 1/7 Just dropped a new technical guide on self-referential associations in Rails 8! Ever needed to build tree-like structures in your database but kept hitting walls? Let me show you a clean way to handle parent-child relationships in a single table 🌳
January 17, 2025 at 2:01 AM
🔥 Just published my deep dive into Rails 8 CRUD development!

After months of modernizing our production apps, I'm sharing everything we learned about parallel queries, importmap, and ViewComponents.

The performance gains? Mind-blowing.

Let me break it down for you...
🧵 1/7
January 14, 2025 at 2:14 AM
🛠️ Modernize your Rails deployment game!

Fresh guide on deploying Rails 8 using Docker + Kamal + PostgreSQL on Hetzner servers. From local dev to production in minutes, with complete Cloudflare & 1Password integration.

🔗 sulmanweb.com/deploy-rails...

#RubyOnRails #DevOps #Docker #distilled.rb
Deploy Rails 8 with Docker & Kamal: 2024 Guide
Learn how to deploy Rails 8 apps using Docker, Kamal, and PostgreSQL on Hetzner servers with Cloudflare DNS. A complete production setup guide.
sulmanweb.com
January 10, 2025 at 1:54 AM
🔐 Deep dive into Rails GraphQL Authentication! Learn how to implement:
- JWT token generation with `generates_token_for`
- Service-based email verification
- Secure password handling
- Test-driven auth flows

sulmanweb.com/rails-graphq...

#Rails #GraphQL #WebSecurity #API #RubyOnRails
Rails GraphQL Auth: JWT, Email & Security
Learn how to implement secure JWT authentication, email verification, and password management in Rails GraphQL APIs with practical examples.
sulmanweb.com
January 7, 2025 at 8:00 AM
🔍 Ever wondered what happens when you "delete" financial data in Rails?

I've built a system handling millions of transactions with perfect traceability. From soft deletes to audit logging - here's how we maintain data integrity in fintech.

sulmanweb.com/rails-soft-d...

#Rails #RubyOnRails
Rails Soft Delete & Audit Logging Guide
Learn how to implement soft deletion with robust audit logging in Rails applications, ensuring data integrity and compliance in financial systems.
sulmanweb.com
January 3, 2025 at 2:35 AM
🧪 Learn how to bulletproof your financial Rails apps with rock-solid testing patterns!

From handling multi-currency transactions to audit logging - get battle-tested examples for your fintech projects.

Read more: sulmanweb.com/rails-testin...

#Rails #TDD #FinTech #WebDev #RubyOnRails #Ruby
Rails Testing for Financial Operations
Learn essential testing patterns for building reliable financial applications in Rails, from transaction testing to audit log verification.
sulmanweb.com
December 31, 2024 at 2:24 AM
🚀 From idea to CLI: Built a GitHub Activity tracker in Ruby!

Simple command: `./bin/github-activity username`

Check out the build journey & contribute: sulmanweb.com/building-git...

#Ruby #RubyDev #OpenSource #DevTools
Building a GitHub Activity CLI in Ruby
Hands-on guide: Build your own GitHub Activity tracker in Ruby. Perfect blend of API integration and CLI design for growing developers.
sulmanweb.com
December 27, 2024 at 5:23 AM
December 23, 2024 at 12:18 AM
🔥 Just dropped: Building a Currency Exchange Service in Rails!
From API integration to background jobs - I'm sharing my battle-tested approach to handling multi-currency operations.
Check it out:
sulmanweb.com/rails-curren...

#Rails #RubyOnRails
Build a Currency Exchange Service in Ruby on Rails
Learn how to implement a robust currency exchange service in Rails with live rate updates, background jobs, and proper testing. Complete tutorial + code.
sulmanweb.com
December 20, 2024 at 1:34 AM
🛠️ Organizing Rails Business Logic | Service Objects: Level Up Your Rails Architecture
Just published a guide on implementing clean GraphQL mutations & background jobs with Service Objects! Real-world examples included.
sulmanweb.com/implementing...
#Rails #Ruby #RubyOnRails #WebDev #distilled.rb
Service Objects: Level Up Your Rails Architecture
Master Rails Service Objects pattern to encapsulate business logic, implement clean GraphQL mutations, and build maintainable Ruby applications.
sulmanweb.com
December 17, 2024 at 1:34 AM
🔥 New Tutorial: Set Up GraphQL in Rails 7
Learn how to implement a production-ready GraphQL API with:

Complete setup walkthrough
GraphiQL integration
Auth handling
Type definitions
Best practices

Skip the basics, get straight to building 🚀
sulmanweb.com/implementing... #RubyOnRails #distilled.rb
Set Up GraphQL in Rails 7: Developer Tutorial
Step-by-step guide for implementing GraphQL API with GraphiQL in Rails 7. Includes authentication setup, type definitions, and production-ready code example
sulmanweb.com
December 13, 2024 at 12:41 AM
Struggling with messy codebases? 🤯 I built a Ruby script to turn your entire codebase into clean md docs! 🚀 Perfect for AI tools, onboarding & collaboration. Check out the details and boost your workflow! 👉 sulmanweb.com/transform-co...

#CodeDocumentation #Markdown #Ruby #DevTools #distilled.rb
Convert Your Codebase to Engaging Markdown Documentation with Ease
Convert your codebase into Markdown documentation easily with a Ruby script. Perfect for AI tools, better code analysis, and knowledge management.
sulmanweb.com
December 10, 2024 at 12:40 AM