-
Run `git fetch -p && git branch -vv | awk ‘/: gone]/{print $1}’ | xargs git branch -Df` to delete squash-merge auto-deleted branches.
-
Every year, around this time, a bunch of CS majors graduate from university and start complaining about how they don’t know how to do software development work. I took CS classes. I’m also now a software engineer. After quite a few years, I think I have a decent understanding of the two. In summary: software…
-
Buck is bisexual. I think that’s a good thing. I also think Buck and Eddie should not get together.
-
I changed my name because I want to be happy. I’ve been fortunate and blessed to have made it through what I hope was the most difficult period of my life. And the name that I had — that was given to me soon after I was born — is not a name that I…
-
I remember learning about object-oriented programming in some of my earliest computer science and programming classes. To me, the paradigm of OOP is a simple and alluring one: A business application is often filled with things. Users. Emails. Network sockets. These are nouns, and actions happen with them. It makes so much sense to abstract…