Programmer Weekly - Programmer Weekly - Issue 134

View this email in your browser

Programmer Weekly

Welcome to issue 134 of Programmer Weekly. Everyone's obsessed with ChatGPT and trying it for all kinds of things. You will find few cool ChatGPT related links in this week's issue. Enjoy it!

Quote of the Week 

"Programs, like people, get old. We can’t prevent ageing, but we can understand its causes, limit its effects and reverse some of the damage." - Mario Fusco


Reading List

ChatGPT helped me design a brand new programming language
The author forced ChatGPT to be their assistant in designing a brand-new programming language. It understood complex custom constructs and was able to build and interpret programs with it. Crazy.

Real-World Engineering Challenges #7: Choosing Technologies
Choosing frameworks, languages and architecture approaches at Trello, Birdie, MetalBear and Motive.

I Taught ChatGPT to Invent a Language
In which ChatGPT and the author invent a fictional language spoken by slime-people. 

Investing in Internal Documentation
David Nunez, an early hire at Stripe and Uber, shares his step-by-step playbook for establishing good internal documentation habits at your startup. He unpacks his tested tactics for creating a culture of documentation, setting the quality bar and keeping things organized.

The architecture of Mastodon
Let's take a high-level look at the architecture of a single Mastodon instance and how different instances communicate. Specifically, we'll be looking at how the Mastodon network-of-instances might scale.

Building A Virtual Machine inside ChatGPT
Unless you have been living under a rock, you have heard of this new ChatGPT assistant made by OpenAI. You might be aware of its capabilities for solving IQ tests, tackling leetcode problems or to helping people write LateX. It is an amazing resource for people to retrieve all kinds of information and solve tedious tasks, like copy-writing! But did you know, that you can run a whole virtual machine inside of ChatGPT?

When to use gRPC vs GraphQL
We dig into two of the most popular API protocols to see where they work best.

OWASP Top 10 CI/CD Security Risks
This document helps defenders identify focus areas for securing their CI/CD ecosystem. It is the result of extensive research into attack vectors associated with CI/CD, and the analysis of high profile breaches and security flaws.

From Zero to 50 Million Uploads per Day: Scaling Media at Canva
The evolution of media persistence during hypergrowth at Canva.

Why and How eBay Pivoted to OpenTelemetry
In this post, we discuss some of the problems we ran into, especially for metrics scraping, and how we evolved our own solution. We will also discuss in detail about how we have been navigating the evolving open-source landscape with regards to licensing and how we intend to align with OpenTelemetry as an initiative.

Ready-to-go sample data pipelines with Dataflow
This post is for all data practitioners, who are interested in learning about bootstrapping, standardization and automation of batch data pipelines at Netflix.

ChatGPT passes the 2022 AP Computer Science A free response section
For fun, I had ChatGPT take the free response section of the 2022 AP Computer Science A exam. (The exam also has a multiple-choice section, but the College Board doesn't publish this.) It scored 32/36.

Natural Language Processing Demystified
A free, comprehensive course to turn you into an NLP expert.


Watch and Listen

Swift Programming Tutorial – Full Course for Beginners
In this video, we will go through every modern aspect of Swift as a programming language including, variables, constants, functions, structures, classes, protocols. extensions, asynchronous programming, generics and much more. This video will lay the foundation for learning Swift for those who are not familiar with Swift already.


Interesting Projects, Tools and Libraries

chat-gpt-google-extension
A browser extension to display ChatGPT response alongside Google Search results.

extism
Extend anything with WebAssembly.

Monoid
Monoid is an open-source suite of tools for automating data privacy.

commitgpt
Automatically generate commit messages using ChatGPT.

Garage
An open-source distributed object storage service.

modern-errors
Handle errors in a simple, stable, consistent way. 

sniffnet
Cross-platform application to monitor your network traffic with ease.

Benthos
Benthos is a high performance and resilient stream processor, able to connect various sources and sinks in a range of brokering patterns and perform hydration, enrichments, transformations and filters on payloads.

pg_tle
Framework for building trusted language extensions for PostgreSQL.

aoc-gpt
Solve Advent of Code puzzles with GPT-3.
 
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.

Key phrases

Older messages

Programmer Weekly - Issue 133

Thursday, December 1, 2022

View this email in your browser Programmer Weekly Welcome to issue 133 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "The longer it takes for a bug to

Programmer Weekly - Issue 132

Thursday, November 24, 2022

View this email in your browser Programmer Weekly Welcome to issue 132 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "An evolving system increases its

Programmer Weekly - Issue 131

Thursday, November 17, 2022

View this email in your browser Programmer Weekly Welcome to issue 131 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Theory and practice sometimes clash.

Programmer Weekly - Issue 130

Thursday, November 10, 2022

View this email in your browser Programmer Weekly Welcome to issue 130 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Objects are abstractions of

Programmer Weekly - Issue 129

Thursday, November 3, 2022

View this email in your browser Programmer Weekly Welcome to issue 129 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "When in doubt, leave it out." -

You Might Also Like

Tuesday Triage #200 and giveaway

Tuesday, May 14, 2024

Your weekly crème de la crème of the Internet is here! The 200th edition featuring annual subscriptions giveaway, thoughts on nearly four years of ... ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

🎮 How AI Tools Are Changing Game Development — Grab a Pixel 8a Instead of Waiting for Pixel 9

Tuesday, May 14, 2024

Also: Sharing Your Google Maps Trip Progress, and More! How-To Geek Logo May 14, 2024 Did You Know In a bid to keep the ingredients secret, WD-40 was never patented. 🤖 The New GPT It's Tuesday!

Meta shuts down Workplace

Tuesday, May 14, 2024

Plus: Everything that happened at Google I/O and AWS CEO steps down View this email online in your browser By Christine Hall Tuesday, May 14, 2024 Hello, and welcome back to TechCrunch PM. The team

Flattening Lists of Lists, Python 3.13, Sets, and More

Tuesday, May 14, 2024

Flattening a List of Lists in Python #629 – MAY 14, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Flattening a List of Lists in Python In this video course, you'll learn how to flatten a list

Daily Coding Problem: Problem #1441 [Easy]

Tuesday, May 14, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. UTF-8 is a character encoding that maps each symbol to one, two, three, or four

Noonification: 3 Quick Ways to Optimize RecyclerView

Tuesday, May 14, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 14, 2024? The HackerNoon Newsletter brings the HackerNoon

Using 97 fewer cores thanks to PGO

Tuesday, May 14, 2024

Plus an HNSW indexed vector store library, a new Go game hits the Steam store, and is 'ok' ok?. | #​507 — May 14, 2024 Unsub | Web Version Together with Stytch logo Go Weekly Reclaiming CPU for

Ranked | The Top 6 Economies by Share of Global GDP (1980-2024) 📈

Tuesday, May 14, 2024

Gain a unique perspective on the world's economic order from this graphic showing percentage share of global GDP over time. View Online | Subscribe Presented by: Data that drives the

Free online event this Thursday: Getting ahead with time series data

Tuesday, May 14, 2024

Free Online Event Do you know how your competitors use time series data to get ahead? Join us on Thursday, May 16 at 10am PT/1pm ET for a free, hour-long online fireside chat called “Unleash the Full

Here's the deal

Tuesday, May 14, 2024

We wanted you to be among the first to know about our plans to relaunch the Gigantic training courses that Product Collective now powers! Here's the deal: From May 20th - May 31st, anybody that