i asked claude instead.
What happens to a remote team when the machine becomes the easiest coworker to talk to.
All of my long-form thoughts on programming, work, data structures, and more, collected in chronological order.
What happens to a remote team when the machine becomes the easiest coworker to talk to.
What changed after coding agents became my default way of working.
the right and probably the easiest way to obtain ssl/tls certificates. you can store them in your file system and use them with your load balancer or directly with your application.
Quickest explanation of software architecture evolution that now serves billions of users.
Little did I know that this experience would be worth a thousand courses that I could have taken on any platform. Sometimes I think what if the lockdown had not happened.
This story might be demoralizing for some people, but I think I just need to blab this out to the world. Also, I hope my family doesn't read this, there are things I haven't told them in here.
It's a niche data structure with a great time complexity when answering range queries on static arrays. Have a quick read and add it to your library.
I cover in depth details about how git stores information, areas, and stashing. Understanding References, merging, history and diffs.
Ever committed some file by mistake? Understand how to quickly and gracefully fix 'em. Make Rebasing your friend and understand forks, & GitHub as well.
Mostly what people interact with the internet is the World Wide Web, that's the www dot something. We all know that but I guarantee you my future daughter will not know what www stands for.
this blog is quite technical and monotonous. it goes about defining hash tables, hash functions, it's properties and collision resolution techniques.