Alex's Slip-box

These are my org-mode notes in sort of Zettelkasten style

Programming posts of interest

:ID: B31DB651-BC64-41FB-9E28-6AEEF933F186

This is list a list of programming articles that I find interesting and may want to reference again in the future. For now I’m going to organize them by language and/or framework.

# Ruby

# Hotwire (Turbo, Stimulus)

# Database

# DevOps

  • Deploying Ruby on Rails with Dokku: this is a kinda of ultimate guide for using Dokku. Includes deploying with docker.
  • AWS Aurora and RoR: Describes the challenges of reducing both application node and database bottle necks by using auto scaling techniques with EC2 and Aurora; and testing by doing performance tests and failovers. Required careful DB and connection pooling configuration.
  • Load Balancing: A visual guide to load balancing strategies like round robin, least connections, PEWMA

# Web Development

  • HTTP caching in RoR: While this is centered on RoR development, the post discusses quite a bit about HTTP cache-related headers.

Search Results