MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
14077
today
Tutorials
Quickie: Building Ruby with Memory Profiling
Ruby's garbage collector has some really interesting memory profiling capabilities. If you build with them turned on, they'll be reported as extra entries in GC.stat.
Writing C and Sharing Memory... in Ruby!
In this episode of “Doing terrible things in the name of science” we will look into how we can write C extensions for Ruby. This would be pretty harmless… so… we will look into sharing memory between two Ruby processes and two-way communication. O...
My Notes about a Production-grade Ruby on Rails Deployment on Google Cloud Kubernetes Engine
I've been using Google Cloud with Kubernetes Engine for 2 months and change, from zero to production. Actually, it didn't take me a month to put it...
Deploying to AWS Part III: Log aggregation
In our last video, we deployed our Rails app to AWS ECS with Fargate. In this video, we'll walk through logging. We'll switch to a more useful log output format and learn how to ship Cloudwatch logs to an external log aggregation service (LogDNA i...
Deploying to AWS Part II: Running a Rails app on Fargate
Today's video is the next in the series of setting up our produciton app for production use in AWS ECS. In our last video, we Dockerized the app to prepare it to run on ECS / Fargate.
Deploying to AWS Part I: Dockerizing a Rails app
What's the 2018 approach to deploying a Rails app to AWS? We've partnered with DailyDrip on a series of videos to guide you through the process. We'll be covering how to Dockerize a Rails app, AWS Fargate, logging, monitoring, and CDN support.Toda...
SpreadsheetArchitect
SpreadsheetArchitect lets you turn any activerecord relation or ruby object collection into a XLSX, ODS, or CSV spreadsheet.
5 habits that made me a better Ruby developer | Christoph Lupprich
2016 was the second year I worked as a freelance developer. Of course my previous roles in companies involved some level of development, but I often considered those to be too quick .
Creating a Heroku-like Deployment Solution with Docker
Learn how to build your own deployment solution similar to Heroku, without the need to use any specific cloud provider or tool apart from Docker.
Enough With the Service Objects Already
Once upon a time I was writing a web app that needed to accept notifications of payments. Once it was notified of a payment (via a webhook) it needed to take certain actions to fulfill the purchase.
<
1
…
227
228
229
230
231
…
265
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other