RSSAmplifier

Blog

Dragon Astronauts

dragonastronauts.comRSS feed ↗10 posts

Latest posts

Omarchy Quattro - Driving it on an old beater Mac Air

Can this puppy run on the world's most ancientest computer (2013)

Technical Debt is a Project Killer

Regular code maintenance and refactoring are crucial for project success, productivity, and why refactoring is essential.

How I Blog

My approach to putting words on paper.

Get comfy in the Ubuntu terminal

A beginner's guide to essential Ubuntu terminal commands - learn basic navigation, file management, and version control with mise.

Dragon Astronauts Store Launch! 🚀🐉

Dragon Astronauts merchandise store - space-themed water bottles, stickers, apparel, and more. Show your support for dragon-kind's journey to the stars.

Why you should use Docker in development.

Docker development and containerization simplifies dependency management, speeds up onboarding, and ensures consistency across environments.

Why we unit test.

Team size, project longevity, and edge case importance influence the need for testing, and learn which situations might not require extensive test coverage.

What is a Ruby block?

Ruby blocks work under the hood - blocks, procs and lambdas, how yield works, and understand common gotchas when working with blocks and method calls.

Notes on the Rails 8 Keynote

A comprehensive overview of David Heinemeier Hansson's Rails World keynote including all major Rails 8 features, and the shift back to Linux and self-hosting.

Ruby blocks, procs, lambdas and closures

Demystify Ruby's code blocks, procs, lambdas, and closures - learn the key differences between these similar-looking concepts with clear examples.