This is my home page. You might want to check out my Linux Page Cache mini book and the “What Every SRE Should Know About” series. What every SRE should know about: # GNU/Linux resolvers and Dual-Stack applications # What every SRE should know about GNU/Linux resolvers and Dual-Stack applications 1. What is a stub resolver? 2. History: gethostbyname() and old good friends 3. getaddrinfo() and POSIX spec 4. getaddrinfo() from glibc 5.
Programmers: You’re Using Google Wrong, and It’s Costing You Valuable Time | by Bill Wohlers | Better Programming
There’s an overused joke in programming that many of the world’s important systems run on code that was copied and pasted from Stack Overflow. But many programmers know that this isn’t entirely a…
9 Hard Lessons I Struggled to Learn During My 18 Years as a Software Developer | by Fernando Doglio | Better Programming
I started writing code in my bedroom at my parents’ house when I was 14 years old. I remember reading everything I could get my hands on via my very slow internet connection. Then when I was 20, I…
Welcome to the Microsoft 365 License optimizer, where you always get the best price and only pay for the office 365 licenses you need or try our Basic Authentication device finder.
How to effectively use git rebase --onto? | Martin Belev
What is git rebase --onto, how to rebase with skipping not needed commits, how to use it to fix Git branches after rebase and how to change Git branch's base? We are going to explore real-world situations in which it is useful to use.
10 NodeJs Things You Should Know & Master to be a Pro | by Elson | Before Semicolon | Medium
NodeJs is a beast on its own, not considering the Javascript side of things. From patterns, best practices, and strategies to work on the Backend, I consider that there are 10 things you should…