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

Final Chance to Claim Your Bonus Gift 🎁

Tuesday, December 31, 2024

Just sign up to VC+ by January 1st and we'll include a free gift. View email in browser OFFER ENDS JANUARY 1ST Last Chance to Claim Your Free Gift! The Global Forecast Series, presented by Inigo,

Top 5 of 2024, Ninja, Deploying on AWS, and More

Tuesday, December 31, 2024

\#1: Build Captivating Display Tables With Great Tables #662 – DECEMBER 31, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo A lot has happened in the Python ecosystem in 2024 and with our final

Daily Coding Problem: Problem #1654 [Hard]

Tuesday, December 31, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Quora. Word sense disambiguation is the problem of determining which sense a word takes

🐶 Robot Pets Are Making a Comeback — Blu-ray Players Will Soon Be Almost Gone

Tuesday, December 31, 2024

Also: The Issue With EVs Is That They're Doing Too Much, and More! How-To Geek Logo December 31, 2024 Did You Know In Western nations, people celebrate the New Year at the start of the Gregorian

Charted | What Made the News in America in 2024 📊

Tuesday, December 31, 2024

Election-related events and crime dominated the news according to Google's yearly search data drop. View Online | Subscribe | Download Our App FEATURED STORY What Made the News in America in 2024

️🚨 New Windows security bug - what to know

Tuesday, December 31, 2024

LG's AI laptops; Free Apple TV+; Life-saving smartwatch -- ZDNET ZDNET Tech Today - US December 31, 2024 Windows 11 updates New Windows 11 24H2 bug could block future security updates - see

End of Year Sale

Tuesday, December 31, 2024

Discount for the end of the year Sébastien Dubois DeveloPassion's Newsletter End of Year Sale By Sebastien Dubois • 31 Dec 2024 View in browser View in browser I'm launching a sale for the end

Post from Syncfusion Blogs on 12/31/2024

Tuesday, December 31, 2024

New blogs from Syncfusion What's New in WPF Diagram: 2024 Volume 4 By Sarathkumar V This blog explains the new features and enhancements added in the Syncfusion WPF Diagram Library for the 2024

Get Organized for the New Year With This Updated Calendar App

Tuesday, December 31, 2024

Informant 5 is a complete planner in your pocket. Manage Calendars, Tasks, Projects, and Tags in a single app. This app is one of the few that combines both your calendar AND your tasks into a singe

Chinese APT Exploits BeyondTrust API Key to Access U.S. Treasury Systems and Documents

Tuesday, December 31, 2024

THN Daily Updates Newsletter cover Full Stack Web Development ($54.99 Value) FREE for a Limited Time This book offers a comprehensive guide to full stack web development, covering everything from core