Programmer Weekly - Programmer Weekly - Issue 235

View this email in your browser

Programmer Weekly

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

Quote of the Week 

"Testing proves a programmer’s failure. Debugging is the programmer’s vindication." - Boris Beizer


Reading List

Diátaxis
A systematic approach to technical documentation authoring.

A First Look at S3 (Iceberg) Tables
The article discusses the integration of Apache Iceberg with Amazon S3. It highlights that AWS introduced a new type of bucket called table buckets that come with new APIs but have slightly higher storage costs. However, this is offset by the significantly reduced effort required for data tools to write Iceberg tables.

Historically, 4NF explanations are needlessly confusing
The article critiques traditional explanations of Fourth Normal Form (4NF) in database design, arguing they are unnecessarily complex and confusing. It suggests that 4NF can be simply understood as using two-column tables for many-to-many relationships, without the need for complicated decomposition explanations.

Modern Staff Engineering at a Startup
Chad McElligott, a Senior Staff Engineer at Smartrr, shares insights on applying DevOps, Platform Engineering, and Staff Engineering principles in a startup environment, emphasizing adaptability, efficiency, and impact in a fast-paced, resource-constrained setting. The article explores how these engineering concepts can be tailored to startup culture, focusing on reducing waste, wearing multiple hats, and driving meaningful technical improvements with limited resources.

Selecting a model for semantic search at Dropbox scale
This post is about semantic search at Dropbox. It discusses the challenges of keyword-based search and the benefits of semantic search. Dropbox used the Massive Text Embedding Benchmark to evaluate different models and selected multilingual-e5-large as the top performer.

Django and Postgres for the Busy Rails Developer
The article compares Django and Ruby on Rails frameworks from a Rails developer's perspective, focusing on database interactions with PostgreSQL. It highlights similarities and differences in language runtime management, library management, migrations, models, and command-line tools, providing insights for developers familiar with Rails who are exploring Django.


Watch and Listen

Facebook Video Delivery
This presentation talks about what it takes from the product and infrastructure perspective to deliver relevant content to the user regularly. In this talk, we will talk about video generally in the industry and at Meta, the key pieces of mobile delivery, video unification and how it has impacted our delivery systems and some new technologies we are able to innovate on due to our new unified product and infra.

Elasticsearch Course for Beginners
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.

Programming As An Expressive Instrument
Sonic Pi is a unique live-coding platform for creating music. Its creator, Sam Aaron, has used it to perform live sets. This podcast episode explores Sam's journey and the design principles behind Sonic Pi, which prioritizes expressivity and productivity for real-time music creation.


Interesting Projects, Tools and Libraries

interview-coder
An invisible desktop application that will help you pass your technical interviews.

postgres_for_everything
How to reduce complexity and move faster? Just Postgres for everything. 

Cerbos
Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and authorization simple to implement and manage by writing context-aware access control policies for your application resources.

Mailroom 
Framework for creating, routing, and delivering user notifications based on events from external systems.

NerveMQ
Portable, SQS-compatible message queue backed by SQLite.

Sequin
Postgres change data capture to streams and queues like Kafka, SQS, HTTP endpoints, and more.

trailbase
A blazingly fast, open-source application server with type-safe APIs, built-in JS/ES6/TS Runtime, Auth, and Admin UI built on Rust, SQLite & V8. 

VectorChord
Scalable, fast, and disk-friendlyvector search in Postgres, the successor of pgvecto.rs. 

Eliza
Autonomous agents for everyone.
 
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 234

Tuesday, December 10, 2024

View this email in your browser Programmer Weekly Welcome to issue 234 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Inheritance is surely a good answer,

Programmer Weekly - Issue 233

Thursday, November 28, 2024

View this email in your browser Programmer Weekly Welcome to issue 233 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "All programmers are playwrights and

Programmer Weekly - Issue 232

Thursday, November 21, 2024

View this email in your browser Programmer Weekly Welcome to issue 232 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Writing software is a very intense,

Programmer Weekly - Issue 230

Thursday, November 7, 2024

View this email in your browser Programmer Weekly Welcome to issue 230 of Programmer Weekly. Let's get straight to the links this week. From Our Sponsor How Google handles authorization at scale

Programmer Weekly - Issue 229

Thursday, October 31, 2024

View this email in your browser Programmer Weekly Welcome to issue 229 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Writing in C or C++ is like running a

You Might Also Like

Edge 458: From Pre-training to Post-training. Inside the Amazing Tülu 3 Framework

Thursday, December 19, 2024

A major release by AI2, includes the major components to build post-training pipelines. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

🎂 Celebrating One Year of Our App!

Thursday, December 19, 2024

From over 300k active users to millions of views, dive into the numbers that made this year on our data storytelling app unforgettable. View Online | Subscribe | Download Our App CELEBRATING A YEAR OF

Spyglass Dispatch: iOS 18.2 • Google v. OpenAI/Microsoft • New FTC Head • GM Crashes Cruise • Sora Slaps

Thursday, December 19, 2024

iOS 18.2 • Google v. OpenAI/Microsoft • New FTC Head • GM Crashes Cruise • Sora Slaps The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary on timely topics found around

Daily Coding Problem: Problem #1634 [Medium]

Thursday, December 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given a start word, an end word, and a dictionary of valid words, find the

Charted | The Top Performing S&P 500 Stocks in the Last Two Decades 📈

Thursday, December 19, 2024

This infographic ranks the top performing S&P 500 stocks over four different time periods, providing unique historical insight. View Online | Subscribe | Download Our App Presented by: Defiance

⏱️ Stop Buying PCs Expecting Them to Last 10 Years — 6 Gmail Mistakes That Can Get You Fired

Thursday, December 19, 2024

Also: You Might Be Sitting Too Far From Your Computer Monitor How-To Geek Logo December 11, 2024 Did You Know The pattern of stripes on a tiger are as unique as our fingerprints, and every tiger has a

Edge 456: Inside the Toughest Math Benchmark Ever Built

Thursday, December 19, 2024

FrontierMath pushes the boundaries of mathematical reasoning in foundation models. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

New Malware Technique Could Exploit Windows UI Framework to Evade EDR Tools

Thursday, December 19, 2024

THN Daily Updates Newsletter cover Python Data Cleaning and Preparation Best Practices ($35.99 Value) FREE for a Limited Time Professionals face several challenges in effectively leveraging data in

Deck Your iPad in Red and Green *Fa-La-La-La-La, La-La-La-La*

Thursday, December 19, 2024

Gift the internet's favorite iPad case. We know we say it every year but, trust us, if feels really good to get ahead of those holiday gifts. Skip the lines, even online, and shop something for

Post from Syncfusion Blogs on 12/12/2024

Thursday, December 19, 2024

New blogs from Syncfusion Build Micro Frontends with single-spa: A Guide By Thamodi Wickramasinghe Learn how to build and deploy micro frontends using the single-spa framework. This step-by-step guide