Published onDecember 9, 2018Help others by sharing your experiences in mental healthmental-healthsoftware-industrywork-life-balanceneurodiversityA personal reflection on mental health in the software industry, the pressures developers face, and resources to support well-being.
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.