- 🔗 2-Page Login Pattern, And How To Fix It
- 🔗 Leverage Concurrency Efficiently When Managing Multiple Tasks in Elixir
- 🔗 An end-to-end ES/CQRS example with EventStoreDB and Phoenix/LiveView
- 🔗 Generic "must" helper for Go
- 🐥 The transform function in Laravel collections
- 🐥 Creating decorators using classes in Python
- 🐥 How to alias a method from a trait in PHP
- 🔗 Interfaces in Go: Slices
- 🐥 Laravel's Bus::chain and Bus::batch for efficient task processing
- 🔗 Empty states with CSS and the selector
- 🐥 Dynamically allocating ports in a webserver using Go
- 🔗 Organizing a Go module
- 🔗 The Important Dates Data Model
- 🔗 Again and Again! Managing Recurring Events In a Data Model
- 🔗 Futures in Go, no package required
- 🔗 Some notes on Local-First Development
- 🔗 A Technical Deep Dive on Event Driven Architectures
- 🔗 Why is Go's declaration syntax "backward"? (The Clockwise/Spiral Rule)
- 🔗 How to create and read custom tags in Golang
- 🐥 Efficiently Splitting Text into Chunks with PHP
- 🐥 Grouping a Slice of Structs by a Specific Property in Go
- 🔗 Embed a Javascript website inside a binary with Go 1.16
- 🐥 Removing Items from a Slice in Go Using Generics
- 🐥 Writing an event bus using Generics in Go
- 🐥 The Functional Options Pattern in Go