Programmer Weekly - Programmer Weekly - Issue 125

View this email in your browser

Programmer Weekly

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

“One of the things I’ve been trying to do is look for simpler or rules underpinning good or bad design. I think one of the most valuable rules is avoid duplication. “Once and only once” is the Extreme Programming phrase.” — Martin Fowler


News

Browsers with built-in VPNs — the new normal?
Microsoft bakes a VPN into Edge and turns it on.

DALL·E Now Available Without Waitlist
New users can start creating straight away. Lessons learned from deployment and improvements to our safety systems make wider availability possible.


Reading List

Posits, a New Kind of Number, Improves the Math of AI
Training the large neural networks behind many modern AI tools requires real computational might: OpenAI’s most advanced language model GPT-3 required a million billion billions of operations to train, and cost about US $5 million in compute time. Some researchers now think they have a better way.

The Thorny Problem of Keeping the Internet’s Time
An obscure software system synchronizes the network’s clocks. Who will keep it running?

Postgres WASM by Snaplet and Supabase
postgres-wasm is a PostgreSQL server that runs inside a browser. It provides a full suite of features, including persisting state to browser, restoring from pg_dump, and logical replication from a remote database.

Running 1000 tests in 1s
Most code doesn't require the amount of test isolation modern test runners apply by default. If you only opt into the amount of isolations you need, you can easily run 1000 tests in 1s.

How to write your own state management library
Ever wondered what happens behind the scenes of the most popular state management libraries? How do they re-render only the relevant components instead of the whole tree? How are they different from the Context API? This article is a deep dive into the inner workings of selectors, subscribers, preventing re-renders, and more. 

node_modules: How one character saved 50 GB of disk space
Have you ever worked with JavaScript? Have you been annoyed by the three hundred copies of left-pad in all of the node_modules folders on your disk? Would you prefer if all of your projects shared their node_modules folders instead of each getting their own copy? If you answered these questions with "Hell, yeah!" then this post is for you!

Software engineering practices
A good list of some of the best practices for development teams.

Be Lean, Go Far: leveraging Kubernetes for an elastic right-sized platform
This article will tell you the story of the technical and mindset evolution.

The case for spreading technical leadership in engineering teams
You must either practice pushing out leadership responsibility or recognize that your whole team isn’t practicing leadership.

26 AWS Security Best Practices to Adopt in Production
We share 26 AWS security best practices that are indispensable to follow in order to to prevent unnecessary security situations.

Highlights from Git 2.38
Another new release of Git is here! Take a look at some of our highlights on what's new in Git 2.38.

From Development to Real Users: How to Create a Web Performance Story
Some of the most common questions asked when it comes to work with performance are, How do you convince stakeholders that improving the performance of your project is actually worth the investment? How can you prove that the work is necessary to begin with? Or prove that you have shipped improvements? And what is the impact of certain changes on users in different scenarios? The answer to those questions? Data!

I turned JS into a compiled language (for fun and Wasm)
This is one of those times where I got so fascinated by the idea of a thing that I forgot to ask myself whether it’s a good idea to build the thing. The idea being, transpiling JavaScript to C++ so I can compile that to whatever I need.


Watch and Listen

Expert Software Developers' Approach to Error
Drawing on decades of research with professional software developers, this talk will summarise insights about how experts and high-performing teams use 'error as opportunity' – leading to better software.

Yonatan Zunger // Creator of the WXZ Layers of the System Approach
Discover new ways to think about ethical engineering and technical architecture in this CTO podcast featuring Yonatan Zunger, Creator of WXZ Layers of System Approach and Distinguished Engineer at Twitter.  This is your opportunity to hear from someone whose architectural philosophy is inspiring companies like Github

Android's Unlikely Success
How a ragtag team of developers created the world's most popular mobile OS.

How AI Image Generators Work (Stable Diffusion / Dall-E) 
AI image generators are massive, but how are they creating such interesting images? Dr Mike Pound explains what's going on. 


Interesting Projects, Tools and Libraries

Make-A-Video
Make-A-Video is a state-of-the-art AI system that generates videos from text.

Imagen Video
Not to be outdone by Meta’s Make-A-Video, Google’s newest AI generator creates HD video from text prompts.

natbot
Drive a browser with GPT-3.

GoogleTest
Google Testing and Mocking Framework.

Reflio
Create a privacy-friendly referral program without breaking the bank.

system-design-resources
These are the best resources for System Design on the Internet.

Telefunc
Remote Functions. Instead of API. 

harmony
An experiment with WebAssembly. Create and/or modify local files, on the fly, in your browser. Use git branches and commits to keep track of multiple "workspaces". Jump between files and branches in one click.

RapidRows
RapidRows is an open-source, zero-dependency, single-binary API server that can be configured to run SQL queries, perform scheduled jobs and forward PostgreSQL notifications to websockets.

Alinea
Alinea is a modern content management system.
 
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 © 2022 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 124

Thursday, September 29, 2022

View this email in your browser Programmer Weekly Welcome to issue 124 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Rules of Optimization: Rule 1: Don

Programmer Weekly - Issue 123

Thursday, September 22, 2022

View this email in your browser Programmer Weekly Welcome to issue 123 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “Beauty is more important in computing than

Programmer Weekly - Issue 122

Thursday, September 15, 2022

View this email in your browser Programmer Weekly Welcome to issue 122 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "First, solve the problem. Then, write

Programmer Weekly - Issue 121

Thursday, September 8, 2022

View this email in your browser Programmer Weekly Welcome to issue 121 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “Reusing pieces of code is like picking off

Programmer Weekly - Issue 120

Thursday, September 1, 2022

View this email in your browser Programmer Weekly Welcome to issue 120 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Inside every large program, there is

You Might Also Like

Weekend Reading — More time to write

Sunday, November 24, 2024

More Time to Write A fully functional clock that ticks backwards, giving you more time to write. Tech Stuff Martijn Faassen (FWIW I don't know how to use any debugger other than console.log) People

🕹️ Retro Consoles Worth Collecting While You Still Can — Is Last Year's Flagship Phone Worth Your Money?

Saturday, November 23, 2024

Also: Best Outdoor Smart Plugs, and More! How-To Geek Logo November 23, 2024 Did You Know After the "flair" that servers wore—buttons and other adornments—was made the butt of a joke in the

JSK Daily for Nov 23, 2024

Saturday, November 23, 2024

JSK Daily for Nov 23, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Not Ready For The Camera 📸

Saturday, November 23, 2024

What (and who) video-based social media leaves out. Here's a version for your browser. Hunting for the end of the long tail • November 23, 2024 Not Ready For The Camera Why hasn't video

Daily Coding Problem: Problem #1617 [Easy]

Saturday, November 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You are given an string representing the initial conditions of some dominoes.

Ranked | The Tallest and Shortest Countries, by Average Height 📏

Saturday, November 23, 2024

These two maps compare the world's tallest countries, and the world's shortest countries, by average height. View Online | Subscribe | Download Our App TIME IS RUNNING OUT There's just 3

⚙️ Your own Personal AI Agent, for Everything

Saturday, November 23, 2024

November 23, 2024 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Convergence. Imagine if you had a digital

Educational Byte: Are Privacy Coins Like Monero and Zcash Legal?

Saturday, November 23, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 23, 2024? The HackerNoon

🐍 New Python tutorials on Real Python

Saturday, November 23, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Black Friday Giveaway @ Real Python This Black

Re: Hackers may have stolen everyone's SSN!

Saturday, November 23, 2024

I wanted to make sure you saw Incogni's Black Friday deal, which is exclusively available for iPhone Life readers. Use coupon code IPHONELIFE to save 58%. Here's why we recommend Incogni for