
Discover more from Full Stack Ruby on Rails Weekly Bookmarks
How to Make Rails Response Faster
As your document or response size increases , it can result in much slower response time, lets look into some...
The Ruby on Rails Learning Path | GoRails - GoRails
Learn Ruby on Rails with the bootcamp-style Learning Path from GoRails
Why You Should Speak at Conferences - The Lean Software Boutique
Speaking at conferences can be a daunting task, and I am not here to deny that. But beyond that daunting...
a bliki entry for Slack
From Markdown to ActionText | Stanko K.R.
I started this iteration of my blog because I grew dissatisfied with Medium. Like anyone migrating from any one platform...
Hi, this is Greg, bringing you the first edition of the Rails Tricks newsletter. Thank you for subscribing! I hope...
Dark Patterns in UX Design — Which Ones Are the Most Deceptive?
Learn about dark patterns and ways of spotting them, no matter the type of the pattern apply. We will shed...
Caddy + puma-dev for local development with custom domains and HTTPS
I develop a lot of webapps locally, often at the same time. For Ruby-only applications, puma-dev is by far the...
This week in #dev (Mar 24, 2023)
It’s all about databases in this edition!
Building GitHub with Ruby and Rails | The GitHub Blog
Since the beginning, GitHub.com has been a Ruby on Rails monolith. Today, the application is nearly two million lines of...
How does database sharding work?
Learn what sharding is, how sharding works, and some common sharding frameworks and tools.
Your company culture is a meaningless platitude – Dan Shapiro
We’re a team culture and we believe in individual empowerment.
How to Decommission Your Ruby on Rails Application
Did your organization decide to sunset your Rails application? Our team has developed a comprehensive approach to safely decommission your...
Feature flags in Rails: How to roll out and manage your features like a pro
Feature flagging is a widely adopted technique used in software development that enables developers...
Ruby Bytes, or generating standalone generators—Martian Chronicles, Evil Martians’ team blog
Introducing Ruby Bytes, a toolkit to build, install and deploy Ruby and Rails application templates.
How to use React just on one page in a Rails app
Is it possible to do this without setting up a whole separate React app externally and making your Rails app...
RANK() vs DENSE_RANK() vs ROW_NUMBER() in SQL
Understanding the difference between these window functions in SQL