fossgeek's profile picture. The Opensource Geek • Golang👨‍💻 • Coding🖥️ • Linux🐧 • Tech❤ • Automation Junkie🔁• Docker & Containers🐬

Chad Crouch | The Opensource Geek

@fossgeek

The Opensource Geek • Golang👨‍💻 • Coding🖥️ • Linux🐧 • Tech❤ • Automation Junkie🔁• Docker & Containers🐬

Przypięty

Let's Connect🖥️ 🐙Github: github.com/chaddyc 📰Newsletter: linktr.ee/opensourcegeeks 🌐Website: opensourcegeeks.net


Chad Crouch | The Opensource Geek podał dalej

Before AWS existed, one company ran the servers for Twitter, LinkedIn, and Facebook's entire app ecosystem. They owned Node.js, invented containers 8 years before Docker, and Peter Thiel even backed them. Then something happened...


Chad Crouch | The Opensource Geek podał dalej

What Every Programmer Should Know About Memory: • RAM • CPU caches • Optimization techniques • Memory performance tools This paper is still the best primer on how memory works. By Ulrich Drepper from Red Hat. 100% Free. Download it here: people.freebsd.org/~lstewart/arti…

Franc0Fernand0's tweet image. What Every Programmer Should Know About Memory:

• RAM
• CPU caches
• Optimization techniques
• Memory performance tools

This paper is still the best primer on how memory works.

By Ulrich Drepper from Red Hat. 100% Free.

Download it here:

people.freebsd.org/~lstewart/arti…

Chad Crouch | The Opensource Geek podał dalej

It’s crazy that sqlc exists and no one in the tech world seems to care. It’s the best abstraction for data access with a relational database. sqlc.dev The combination of sqlc and PGX is just insane. With just annotations, you can generate batch code,…

Chikor_Zi's tweet image. It’s crazy that sqlc exists and no one in the tech world seems to care.

It’s the best abstraction for data access with a relational database.

sqlc.dev

The combination of sqlc and PGX is just insane.

With just annotations, you can generate batch code,…

Chad Crouch | The Opensource Geek podał dalej

Wait what? CloudFlare supports Docker containers now?

theo's tweet image. Wait what? CloudFlare supports Docker containers now?

Chad Crouch | The Opensource Geek podał dalej

PostgreSQL added Row-Level Security (RLS) in 2016. But most teams still don’t turn it on. Which is wild — because Postgres is already the backbone of: • Multi-tenant SaaS • Embedded analytics • Mobile backends It’s ACID-compliant. Rock-solid. Built for transactional…

RaulJuncoV's tweet image. PostgreSQL added Row-Level Security (RLS) in 2016.

But most teams still don’t turn it on.

Which is wild — because Postgres is already the backbone of:

• Multi-tenant SaaS
• Embedded analytics
• Mobile backends

It’s ACID-compliant. Rock-solid. Built for transactional…

Chad Crouch | The Opensource Geek podał dalej

A Go-based Wireshark for your Docker containers. It lets developers see all incoming and outgoing requests in their backend server to resolve production issues faster. #golang #Devops github.com/subtrace/subtr…

golangch's tweet image. A Go-based Wireshark for your Docker containers. It lets developers see all incoming and outgoing requests in their backend server to resolve production issues faster.
#golang #Devops

github.com/subtrace/subtr…

Chad Crouch | The Opensource Geek podał dalej

A Go package for generating beautiful charts and graphs #golang github.com/go-analyze/cha…

golangch's tweet image. A Go package for generating beautiful charts and graphs
#golang

github.com/go-analyze/cha…

Chad Crouch | The Opensource Geek podał dalej

💵 Coolify is highly profitable—at least in my opinion. In February: 💰Gross income: $15,700 (Cloud ~$10.5k + donations ~$5.2k) 💸 Expenses: $2,800 🤑Net income (before tax): $12,900 (For comparison, my last 9-5 job paid $1,700/m) I never took money out from the business,…

A bit offtopic but I still think the pricing page and overall the financial side of this could have a little bit of love and perhaps more publicity, I really want this project to succeed and be profitable in the long run.



Chad Crouch | The Opensource Geek podał dalej

The TypeScript team just announced that they are porting to Go. It's already 10x faster 🤯

theo's tweet image. The TypeScript team just announced that they are porting to Go. It's already 10x faster 🤯

Chad Crouch | The Opensource Geek podał dalej

The Command and Conquer source code was open sourced today and it's full of amazing comments 😂 Exhibit A: The "we will fix it later"

marcelpociot's tweet image. The Command and Conquer source code was open sourced today and it's full of amazing comments 😂

Exhibit A: The "we will fix it later"

Chad Crouch | The Opensource Geek podał dalej

Everybody says you need monitoring. Nobody explains what. These four metrics tell you everything you need to know about your system's health. 1. Latency: Is it slow? • Measures the time taken to service a request. • Includes both successful and failed requests. • High…

RaulJuncoV's tweet image. Everybody says you need monitoring. Nobody explains what.

These four metrics tell you everything you need to know about your system's health.

1. Latency: Is it slow?

• Measures the time taken to service a request.
• Includes both successful and failed requests.
• High…

Chad Crouch | The Opensource Geek podał dalej

🐬 Shopify's world-class database fleet, powered by MySQL 8, processed an incredible 45 million queries per second and more than 1.4 billion row operations per second at peak. That’s commerce at a truly planetary scale 🌐


Chad Crouch | The Opensource Geek podał dalej

My Notes on the Famous Book 'Clean Code'. Enjoy!!

techNmak's tweet image. My Notes on the Famous Book 'Clean Code'. Enjoy!!

Chad Crouch | The Opensource Geek podał dalej

Go-blueprint allows users to spin up a quick Go project using a popular framework #golang github.com/Melkeydev/go-b…

golangch's tweet image. Go-blueprint allows users to spin up a quick Go project using a popular framework
#golang

github.com/Melkeydev/go-b…

GHA Runner - Github Actions runner in a docker container. This repo covers the container and docs on how to deploy it with docker run, docker compose(also multi-container example), and Kubernetes. 👉 Check it out here: github.com/chaddyc/gha-ru…


Chad Crouch | The Opensource Geek podał dalej

My goto list of Go books: 1. Learning Go 2. Effective Go Recipes 3. Powerful Command-Line Applications in Go 4. Learn Concurrent Programming in Go 5. Efficient Go 6. 100 Go Mistakes And How To Avoid Them What else should be on my list?


Chad Crouch | The Opensource Geek podał dalej

If you've used Proxmox Helper Scripts, you know the incredible work of ttek, who made Proxmox more accessible to all. Sadly, he has passed away. He may no longer be with us, but his impact lives on through his work and through the community that carries on his legend.…


Chad Crouch | The Opensource Geek podał dalej

I recently learned that you can run programs directly by just providing a GitHub link in Golang. Pretty cool huh.

anthdm's tweet image. I recently learned that you can run programs directly by just providing a GitHub link in Golang.

Pretty cool huh.

Chad Crouch | The Opensource Geek podał dalej

How to scale an app to 10 million users on AWS: I spent hours studying about it, so you don't have to. Here's a summary of what I learned:


Chad Crouch | The Opensource Geek podał dalej

I've worked in tech for 14 years, and my career can be split in 2 parts: 1st part: - Office based - Local company - Low salary - Low diversity 2nd part: - Remote - International companies - High salary - Diverse teams Remote work changed my life. Forever. I'll never go back!


Loading...

Something went wrong.


Something went wrong.