Programming

Programming

1461 bookmarks
Custom sorting
Null References: The Billion Dollar Mistake
Null References: The Billion Dollar Mistake
Tony Hoare introduced Null references in ALGOL W back in 1965 "simply because it was so easy to implement", says Mr. Hoare. He talks about that decision considering it "my billion-dollar mistake".
·infoq.com·
Null References: The Billion Dollar Mistake
Writing Load Balancer From Scratch In 250 Line of Code
Writing Load Balancer From Scratch In 250 Line of Code
Hey, everyone. It's another weekend, and I was exploring what to build. So I decided to build a simple yet completely functional load balancer. Let's discuss it in this post.
·beyondthesyntax.substack.com·
Writing Load Balancer From Scratch In 250 Line of Code
Why DSLs for OpenAPI Are Slowing You Down | Curiosum
Why DSLs for OpenAPI Are Slowing You Down | Curiosum
Discover how DSL-based OpenAPI specs hurt productivity, complicate AI use, and why plain YAML is a smarter choice for documenting REST APIs.
·curiosum.com·
Why DSLs for OpenAPI Are Slowing You Down | Curiosum
Andy Jones
Andy Jones
Andy Jones personal website
·andyjones.co·
Andy Jones
Northwind Elixir Traders
Northwind Elixir Traders
Immersive, project-based adventure that reimagines the classic Northwind database.
·pragprog.com·
Northwind Elixir Traders
A leap year check in three instructions
A leap year check in three instructions
How to test for leap years (until year 102499) in the proleptic Gregorian calendar with just three 32-bit instructions, with detailed explanation of the bit-level tricks.
·hueffner.de·
A leap year check in three instructions
Understanding Elixir's Broadway - Samuel Mullen
Understanding Elixir's Broadway - Samuel Mullen
Broadway is Plataformatec's fourth attempt at streamlining the retrieval and processing of data in Elixir. This article gives you a glimpse into that journey, provides a deeper understanding of the library, giving you everything you need to build your own Broadway application.
·samuelmullen.com·
Understanding Elixir's Broadway - Samuel Mullen
Creating a multiplayer game server in Elixir - Erlang Solutions
Creating a multiplayer game server in Elixir - Erlang Solutions
This game was a highlight at Code BEAM Lite London and Code BEAM America. For those attendees lucky enough to experience AstroBEAM, Hernán Rivas Acosta...
·erlang-solutions.com·
Creating a multiplayer game server in Elixir - Erlang Solutions
How to Async Tests in Elixir
How to Async Tests in Elixir
It can be hard to keep tests asynchronous as Elixir applications grow in size and complexity. Let's see why, and explore fixes.
·andrealeopardi.com·
How to Async Tests in Elixir
Design in TDD
Design in TDD
Another follow up to Gergely Orosz’ interview of Prof.
·tidyfirst.substack.com·
Design in TDD
HTML man pages
HTML man pages
I think I'm finally done dicking around with man pages.
·leancrew.com·
HTML man pages
Structs vs Embedded Schemas in Elixir
Structs vs Embedded Schemas in Elixir
A comprehensive guide to choosing between structs and embedded schemas in Elixir, with practical examples and best practices
·gabriel.perales.me·
Structs vs Embedded Schemas in Elixir
The Art of Ruby Scripting
The Art of Ruby Scripting
Forget Complicated Scripts, Ruby is Your Secret Weapon for Automation!
·medium.com·
The Art of Ruby Scripting
Understanding Multitenancy in Ash Framework: A Practical Guide
Understanding Multitenancy in Ash Framework: A Practical Guide
In multi-customer applications, securely separating customer data is essential. While Elixir developers might be familiar with Ecto's manual approaches to multitenancy, Ash framework offers this as a built-in feature. Ash uses both simple attribute-based and powerful context-based strategies. This provides flexible, effective data isolation and identity management, which maintains a clean API as your needs evolve.
·alembic.com.au·
Understanding Multitenancy in Ash Framework: A Practical Guide