Application Development
Deploying a Go Microservice in Kubernetes
·1427 words·7 mins
Application Development
Most of my experience with web applications is with monoliths deployed to a PaaS or using configuration management tools to traditional servers. Last week, I submerged myself in a different paradigm, the one of microservices.
Rails Routing: Advanced Constraints for User Authentication without Devise
·431 words·3 mins
Application Development
Many times we mount engines and restrict access to admin users via Devise. In this post, I’ll show you how to do the same when using a different authentication mechanism.
JSON Data Type
·450 words·3 mins
Application Development
Whenever we save data from one of our Rails models, each attribute is mapped one to one to a field in the database. These fields are generally of a simple type, like a string or an integer.
ActiveRecord Except
·375 words·2 mins
Application Development
August 19 was Whyday, and to commemorate it, I decided to write a gem called activerecord-except.