Programmer Weekly - Programmer Weekly - Issue 194

View this email in your browser

Programmer Weekly

Welcome to issue 194 of Programmer Weekly. Let's get straight to the links this week.
Quote of the Week 

“The cleaner and nicer the program, the faster it’s going to run. And if it doesn’t, it’ll be easy to make it fast.” — Joshua Bloch


Reading List

Scaling ChatGPT: Five Real-World Engineering Challenges
Just one year after its launch, ChatGPT had more than 100M weekly users. In order to meet this explosive demand, the team at OpenAI had to overcome several scaling challenges. An exclusive deepdive.

How Uber Serves Over 40 Million Reads Per Second from Online Storage Using an Integrated Cache
The article discusses Uber's development of an integrated caching solution, CacheFront, to improve request latencies, scalability, and cost efficiency. The article details the challenges faced, the design and implementation of CacheFront, and its impact on Uber's infrastructure, highlighting the significant improvements in request latencies and cache invalidation using Flux and Compare cache mode. 

From 1s to 4ms
So zero-cost abstractions exist?

1.5+ million PDFs in 25 minutes
The article discusses the challenge of processing a large volume of digitally signed PDF reports, known as contract notes, for millions of users following stock and derivative transactions. It details the innovative approach taken by Zerodha to optimize the processing time for generating these reports, highlighting the impact of this technological advancement on their operations.

Popular git config options
The article discusses the author's exploration of popular Git configuration options based on a survey conducted on Mastodon. The author shares a list of Git config options, highlighting some of the most popular ones and their potential impact. The article also reflects on the challenges of summarizing Git options due to changes in default settings over the years and the removal of experimental options.

Google Zanzibar for the rest of us
This post provides an overview of the Google Zanzibar architecture, which serves as the foundation for several authorization implementations. It discusses the key features and tradeoffs of Zanzibar, highlighting its scalability, availability, and centralization, and raises the question of whether it is a practical solution for companies outside of Google. The article offers insights into the technical aspects and implications of adopting a Zanzibar-like model for authorization systems.

Sequential A/B Testing Keeps the World Streaming Netflix Part 1: Continuous Data
The article discusses the development of a statistical procedure for identifying differences in the distribution of play-delay data streams, a type of A/B test that Netflix runs. The article emphasizes the switch from a "fixed time horizon" to an "any-time valid" framing of the problem, and the impact of these developments at Netflix. 

Reduce, reuse, recycle: McDonald’s reusable workflows
The article discusses McDonald’s adoption of reusable workflows and GitHub Actions to enhance its continuous integration process, enabling fast and reliable CI for its diverse technology landscape. The article highlights the company's commitment to creating state-of-the-art CI processes to support its global engineering teams in building, testing, and integrating ongoing changes across various applications.

Serving a Website From a Git Repo Without Cloning It 
This post provides a detailed explanation of serving a website from a Git repository without cloning it, offering insights into Git's internals and its potential for innovative use cases. 

Falsehoods Junior Developers believe about becoming Senior
The article explores the author's reflections on the romanticized perceptions of senior developers held by junior developers, highlighting the common misconception that climbing the ranks will instantly bestow comprehensive knowledge and expertise. The author shares personal experiences and insights to debunk these falsehoods, providing a candid perspective on the journey from junior to senior developer.


Watch and Listen

Let's build the GPT Tokenizer
The Tokenizer, essential for Large Language Models (LLMs), translates between strings and tokens, operating as a distinct stage with separate training sets and algorithms. This lecture builds the GPT series Tokenizer from scratch, uncovering peculiar behaviors in LLMs linked to tokenization. We explore these issues, attributing them to tokenization, and consider the ideal scenario of eliminating this stage altogether."

The Resilience Patterns your Microservices Teams Should Know
The network is reliable, has zero latency, with infinite, free bandwidth... And then you wake up. The plan was to go to microservices to build those reliable, super-scalable systems you saw in the ad. But your systems only communicate over synchronous protocols and the team never had a serious discussion about timeouts, retries, circuit breakers, and bulkhead patterns. If that’s your crude reality, watch this talk!

So You Think You Know Git 
This talk provides insights into advanced Git usage and best practices, presented by an industry expert. The presentation delves into various aspects of Git, offering valuable knowledge for individuals seeking to enhance their proficiency in using the version control system.


Interesting Projects, Tools and Libraries

Continue
The easiest way to code with any LLM—Continue is an open-source autopilot for VS Code and JetBrains.

Owl 
A personal wearable AI that runs locally.

FileQL
A tool that allow you to run SQL-like query on local files instead of database files using the GitQL SDK.

Concurrent.js
Non-blocking Concurrent Computation for JavaScript RTEs (Web Browsers, Node.js & Deno & Bun).

oink
A single-file PHP library to easily build APIs.

htmz
htmz is a minimalist HTML microframework that gives you the power to create modular web user interfaces with the familiar simplicity of plain HTML.
 
Our Other Newsletters
Python Weekly - A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to Python.

Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
Copyright © 2024 Programmer Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.ProgrammerWeekly.com

Our mailing address is:
Programmer Weekly
Brooklyn
Brooklyn, NY 11228

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Programmer Weekly - Issue 193

Monday, February 19, 2024

View this email in your browser Programmer Weekly Welcome to issue 193 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Design patterns should not be applied

Programmer Weekly - Issue 192

Thursday, February 8, 2024

View this email in your browser Programmer Weekly Welcome to issue 192 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week That hardly ever happens is another way of

Programmer Weekly - Issue 191

Thursday, February 1, 2024

View this email in your browser Programmer Weekly Welcome to issue 191 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "All programming languages are sh*t.

Programmer Weekly - Issue 190

Thursday, January 25, 2024

View this email in your browser Programmer Weekly Welcome to issue 190 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Tests are the Programmer's stone,

Programmer Weekly - Issue 189

Thursday, January 18, 2024

View this email in your browser Programmer Weekly Welcome to issue 189 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Dynamic typing is not necessarily

You Might Also Like

Christmas On Repeat 🎅

Monday, December 23, 2024

Christmas nostalgia is a hell of a drug. Here's a version for your browser. Hunting for the end of the long tail • December 22, 2024 Hey all, Ernie here with a refresh of a piece from our very

SRE Weekly Issue #456

Monday, December 23, 2024

View on sreweekly.com A message from our sponsor, FireHydrant: On-call during the holidays? Spend more time taking in some R&R and less getting paged. Let alerts make their rounds fairly with our

The Power of an Annual Review & Grammarly acquires Coda

Sunday, December 22, 2024

I am looking for my next role, Zen Browser got a fresh new look, Flipboard introduces Surf, Campsite shuts down, and a lot more in this week's issue of Creativerly. Creativerly The Power of an

Daily Coding Problem: Problem #1645 [Hard]

Sunday, December 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Implement regular expression matching with the following special characters: .

PD#606 How concurrecy works: A visual guide

Sunday, December 22, 2024

A programmer had a problem. "I'll solve it with threads!". has Now problems. two he ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌

RD#486 (React) Things I Regret Not Knowing Earlier

Sunday, December 22, 2024

Keep coding, stay curious, and remember—you've got this ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

🎶 GIFs Are Neat, but I Want Clips With Sound — Your Own Linux Desktop in the Cloud

Sunday, December 22, 2024

Also: 9 Games That Were Truly Ahead of Their Time, and More! How-To Geek Logo December 22, 2024 Did You Know Dextrose is another name for glucose, so if you see it listed prominently on the ingredients

o3—the new state-of-the-art reasoning model - Sync #498

Sunday, December 22, 2024

Plus: Nvidia's new tiny AI supercomputer; Veo 2 and Imagen 3; Google and Microsoft release reasoning models; Waymo to begin testing in Tokyo; Apptronik partners with DeepMind; and more! ͏ ͏ ͏ ͏ ͏ ͏

Sunday Digest | Featuring 'The World’s 20 Largest Economies, by GDP (PPP)' 📊

Sunday, December 22, 2024

Every visualization published this week, in one place. Dec 22, 2024 | View Online | Subscribe | VC+ | Download Our App Hello, welcome to your Sunday Digest. This week, we visualized public debt by

Android Weekly #654 🤖

Sunday, December 22, 2024

View in web browser 654 December 22nd, 2024 Articles & Tutorials Sponsored Solving ANRs with OpenTelemetry While OpenTelemetry is the new observability standard, it lacks official support for many