"To iterate is human, to recurse divine"
|
—
L. Peter Deutsch,
Software developer and Entrepreneur
|
|
|
|
|
What happens when you run a program on your computer? Learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables. This is my new favorite website. The explanations are really down to earth and it's full of useful illustrations. It is totally recommended!
|
|
|
|
Japanese art is always fascinating. This article goes into an interesting creative rabbit hole: is it possible to recreate Japanese Fireworks illustrations with plain CSS? If you enjoy CSS-only art, you'll find this article interesting!
|
|
|
|
There’s still a lot of misunderstanding about CWV for SEO. This article tries to demystify what Core Web Vitals really mean for SEO and it's really useful if you are working on the performance of a marketing website!
|
|
|
|
Hono is (yet another) JavaScript web framework that just entered the game! It's a bit different than the other though. It focuses on being a small, simple, and ultrafast web framework for the Edges. It works on Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Vercel, Lagon, AWS Lambda, Node.js, and others.
|
|
|
|
Valibot is a schema library for validating structural data, comparable to Zod, Ajv, Joi, and Yup. The big innovation of Valibot is the modular design of the API and optimization of the source code for compression. So you can get the benefits of Zod at a fraction of the weight!
|
|
|
|
Using SVG to easily create sparkline charts, and rendering them on the server side with Elixir and Phoenix. A great peak into what it takes to create SVGs by hand and also a cool case study to see how to generate SVG programmatically from the server!
|
|
|
|
I like microservices, but microservices are not the solution to all evil... and in fairness they bring a hell of a lot of complexity to the game... So this talk actually shines a light on monoliths and makes clear that they are not intrinsically bad... A great watch if you enjoy thinking about systems design and architecture.
|
|
|
|