Published onJune 29, 2018Generate UUID fields in Phoenix with PostgresqlelixirectopostgresqluuidLearn how to create a non-primary key UUID field in an Ecto schema using PostgreSQL's `uuid_generate_v4()` function.
Published onJune 26, 2018A dive into database multi-tenancy in Elixir with Ectoelixirphoenixmulti-tenancyectoA detailed guide on migrating a Phoenix application from a regular database to a multi-tenancy architecture using Ecto.
Published onJanuary 19, 2018The Rockstar Syndrome in Techtech-industrymental-healthwork-life-balanceA reflection on the pressures of the tech industry and the importance of maintaining a healthy work-life balance.
Published onNovember 28, 2017Generating Breadcrumbs with PostgreSQL WITH QueriespostgresqlelixirqueriesbreadcrumbsLearn how to use PostgreSQL WITH queries to efficiently generate breadcrumbs in a storage system.
Published onAugust 19, 2017Bootstrap SB Admin Base V2 for Railsrailsbootstrapadmin-templateA Rails gem for integrating the Bootstrap-based admin theme SB Admin 2, making asset management easy.