See my post about this one: Learning How to Style Video iframes.
<AroundTheWeb />
-
How to preserve the player aspect ratio on a responsive page
Read:
-
Golang: Go Routines and WaitGroups
Read:
This was great. Long, but really good. Go routines are a huge part of Go and I'm still trying to wrap my head around how they can be used. This post helped a lot with that and is part of a large series of posts on Go, which I will definitely be checking out.
-
Why Delphi and Python are All You Will Ever Need to Succeed
Read:
This was a good read with some history of Delphi that I didn't know before. Mainly I think this points out the need for programmers to be familiar with at least 2 types of languages: one that is statically typed and low level enough to be fast and efficient, the other to be easy and fast to develop with. Your choices could be different.
-
Writing a very fast cache service with millions of entries in Go
Read:
I've never had to write a cache service so I found this interesting to think through the requirements and challenges of writing one in Go.
-
Go lang Docs
Read:
I haven't learned a new programming language in a while and since I do a lot in JavaScript, I wanted to learn a fast statically typed language for contrast. Rust is the current fad, so I'm avoiding it and decided to go with GO.