Programmer Weekly - Programmer Weekly - Issue 228

View this email in your browser

Programmer Weekly

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

Quote of the Week 

"Deprecate yourself. Don’t be the go-to person for the code. Optimize it for people to find their way fixing bugs and adding features to the code. Free yourself to move on to the next project/company. Don’t own the code or you’ll never grow beyond that." – Alex Ewerlöf


Reading List

Why techies leave Big Tech
A job in Big Tech is a career goal for many software engineers and engineering managers. So what leads people to quit, after working so hard to land these roles?

Using Rust in Non-Rust Servers to Improve Performance
This article discusses strategies for incrementally integrating Rust into servers written in other languages to improve performance of CPU-bottlenecked functions. It presents a tiered approach, ranging from no Rust adoption to a full server rewrite in Rust, offering various methods to incorporate Rust for specific performance improvements.

Attacking APIs using JSON Injection
Learn how to use JSON injection to manipulate API payloads to control the flow of data and business logic within an API.

Full Text Search on PDFs With Postgres
With all these LLMs flying around, PDFs have become popular data sources again. Wait, can a blob of binary be considered a data source, just because human eyes can interpret it visually? Well, no. Unless you can run SQL queries on top of them. This post discusses that.

Sequence models for Contextual Recommendations at Instacart
Instacart's engineering team developed a sequence-based recommendation system using transformers to improve product suggestions for customers. The model takes into account the order of items added to the cart and other contextual information, resulting in more relevant recommendations and increased customer engagement.

How to make Product give a shit about your architecture proposal
The article provides strategies for aligning product teams with architectural proposals by emphasizing business value and clear communication. It suggests framing technical changes in terms of user impact and product goals to gain stakeholder buy-in.

How to secure your new VPS: a step-by-step guide
From sensible user management to automated security patches, by the end of this guide you'll sleep confidently with a VPS you know is secure.

How we built a new powerful JSON data type for ClickHouse
We’re excited to introduce our new and significantly enhanced JSON data type, purpose-built to deliver high-performance handling of JSON data. Our core engineer, Pavel Kruglov, dives into how we built this feature on top of ClickHouse's columnar storage.


Watch and Listen

How is this Website so fast!?
This video analyzes the McMaster-Carr website's exceptional speed, detailing techniques like server-rendered HTML, prefetching, aggressive caching, critical CSS, and optimized image loading. It demonstrates how the site achieves rapid performance using both modern and older technologies, emphasizing that fast websites can be built with various tools when implemented strategically.

Learn Claude AI – Build Text Summarizers, Image Describers, and More with the Anthropic API
Discover how to harness the power of Claude, Anthropic's cutting-edge AI language model.

Beyond the Hype: Obstacles on the Path to Clojure Adoption
This talk explores why Clojure, despite its passionate community and strengths, hasn't experienced explosive growth, citing challenges like perceived complexity and lack of familiar tooling. It proposes solutions such as beginner-friendly resources, domain-specific focus, and increased outreach to attract new users and enhance its industry adoption.


Books

Introduction to Zig
This an open, technical and introductory book for Zig, a new general purpose, and low-level programming language for building optimal and robust software. This book is designed for both beginners and experienced developers. It explores the exciting world of Zig through small and simple projects.
 

Interesting Projects, Tools and Libraries

Arch
Arch is an intelligent prompt gateway. Engineered with (fast) LLMs for the secure handling, robust observability, and seamless integration of prompts with APIs - all outside business logic. 

BitNet
Official inference framework for 1-bit LLMs.

OpenVMM
OpenVMM is a modular, cross-platform Virtual Machine Monitor (VMM), written in Rust.

KaibanJS 
The JavaScript Framework for Building Multi-Agent Systems.

Rwf
Comprehensive framework for building web applications in Rust. 

TidesDB
TidesDB is a library that provides an embeddable, persistent key-value store for fast flash and ram storage.

heic-to
Convert HEIC/HEIF images to JPEG, PNG in browser.

Drasi
Drasi is a data processing platform that simplifies detecting changes in data and taking immediate action. It is a comprehensive solution that provides built-in capabilities to track system logs and change feeds for specific events, evaluate them for relevance, and automatically initiate appropriate reactions.

learn-thing
Create mind maps to learn new things using AI. 

Kloudlite
RemoteLocal Environments to build distributed applications. 

clipscreen
Mirror a portion of your screen to a virtual monitor for easier screen sharing.

Brisa
The Web Platform Framework. Build web applications with speed and simplicity.

Civet
A TypeScript superset that favors more types and less typing. 
 
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 227

Sunday, October 20, 2024

View this email in your browser Programmer Weekly Welcome to issue 227 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "The mark of a mature programmer is

Programmer Weekly - Issue 225

Thursday, October 3, 2024

View this email in your browser Programmer Weekly Welcome to issue 225 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "What matters for simplicity is that

Programmer Weekly - Issue 224

Thursday, September 26, 2024

View this email in your browser Programmer Weekly Welcome to issue 224 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Programmers regard themselves as

Programmer Weekly - Issue 223

Thursday, September 19, 2024

View this email in your browser Programmer Weekly Welcome to issue 223 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "It's tempting to write a long

Programmer Weekly - Issue 222

Thursday, September 12, 2024

View this email in your browser Programmer Weekly Welcome to issue 222 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Referential transparency is a very

You Might Also Like

JSK Daily for Nov 7, 2024

Thursday, November 7, 2024

JSK Daily for Nov 7, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Unveiling the New Angular 3D Circular Charts Component The Angular 3D Circular Charts

Daily Coding Problem: Problem #1601 [Easy]

Thursday, November 7, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This question was asked by Apple. Given a binary tree, find a minimum path sum from root to a leaf. For example,

Mapped | Median Home Sale Price by U.S. State 🏘️

Thursday, November 7, 2024

As of August 2024, the median home sales price for a single-family home in the US is about $385000. Which states have the highest prices? View Online | Subscribe | Download Our App Presented by:

Spyglass Dispatch: Trump's PayPals • Threads Real-Time Fail • Streaming Clint Eastwood • The True Value of Xitter

Thursday, November 7, 2024

Trump's PayPals • Threads Real-Time Fail • Streaming Clint Eastwood • The True Value of Xitter The Spyglass Dispatch is a free newsletter sent out daily on weekdays. Feel free to forward it on to

Issue 338 - Blind spot safety for parked vehicles

Thursday, November 7, 2024

View this email in your browser If you are just now finding out about Tesletter, you can subscribe here! If you already know Tesletter and want to support us, check out our Patreon page Issue 338 -

We're revealing our biggest secrets... 🔓

Thursday, November 7, 2024

After 13 years of pioneering data storytelling, Visual Capitalist is revealing the secrets behind its success. View Online | Subscribe | Download Our App We're revealing our biggest secrets... The

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

AI Does No-Coding Web App in Minutes, Non-Commercial JetBrains Rider IDE vs. VS 2022 Community Edition, More

Thursday, November 7, 2024

Home | News | How To | Webcasts | Whitepapers | Advertise .NET Insight November 7, 2024 THIS ISSUE SPONSORED BY: ■ Build Great UI With Easily Customizable Page Templates and Building Blocks ■ VSLive!

Data Science Weekly - Issue 572

Thursday, November 7, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The Product Manager’s Decision Making Dilemma

Thursday, November 7, 2024

Top Tech Content sent at Noon! NODES 2024, a Dev Conference on AI, Knowledge Graphs & Apps Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today,