#education
Read more stories on Hashnode
Articles with this tag
Hot take: It doesn't matter much. · Ah, the age-old question: which tech stack should I learn? Aspiring developers often get bogged down in this dilemma,...
Be careful deciding the best way to learn to code, as not all paths are equally effective. Self-taught developers and bootcamp graduates often...
By Lane Wagner – @wagslane on Twitter If you are familiar with the laws of thermodynamics, you may recognize the second law as dealing with entropy....
I’ve often seen, and have been responsible for, throwing code into packages without much thought. I’ve quickly drawn a line in the sand and started...
Go is a strongly typed language, which means at any point a developer should know exactly what type of value they are dealing with. For example, if we...
time.Time is the perfect choice for most cases, it even comes in the standard library! The problem is that the time.Time{} struct uses more than 24...