Weekly Shaarli

All links of one week in a single page.

Week 48 (November 27, 2023)

Designing a SIMD Algorithm from Scratch · mcyoung
thumbnail
What Is GitOps And Why Is It (Almost) Useless? Part 1 | HackerNoon
thumbnail

I discuss Stateless and Stateful, CI/CD, snowflake servers issue, logic of using Flux with Helm, custom Flux resources, checklist for GitOps, SSOT, and more.

Retries – An interactive study of common retry methods – Encore Blog
thumbnail

Visually explore different methods of retrying requests to learn why some methods are dangerous and what the best practice is.

C++ Memory Model: Migrating from X86 to ARM - ArangoDB
thumbnail

Over the past years, we have seen a shift in processors from the previously dominant x86 architecture to the more energy-efficient (and often cheaper) ARM architecture. This trend is true for both consumer hardware, e.g., Apple’s M1 SoC and also server hardware, e.g. AWS’s Gravitron processor. Given that the ARM architecture has a more relaxed…

Chiselled Ubuntu images for containers
Demystifying Web Push Notifications | PQVST

For my recent One Day Build: Expense Tracking project I wanted to enable notifications in a progressive web app. ChatGPT struggled to generate any good code for me, and I also struggled to find any minimal clear explanations online.

Conventional Comments
thumbnail

Comments that are easy to grok and grep

What Is GitOps And Why Is It (Almost) Useless? Part 2 | HackerNoon
thumbnail

I discuss a multiple environments problem in GitOps as well as compare CI Ops vs GitOps. I analyze a rollback procedure, multiple clusters problem, and security

How Render Scaled Knative to Support 100k+ Free-Tier Apps - DEV Community
thumbnail

By Hieu Nguyen - October 3, 2023 In November 2021, Render introduced a free tier for hobbyist... Tagged with kubernetes, knative.

The Architecture of DoorDash's Caching System
thumbnail

DoorDash wrote a great blog post delving into how they implemented caching for their microservices. Plus, why clever code is the worst code you can write and more.