Scala, Six Months In Sunday, 31 March 2019 5 mins After switching jobs, I was introduced to Scala at my new workplace. I’ve compiled a list of things that I have learned until now. I’ve kept the comparisons to the languages themselves, instead of functionality that can be provided by libraries.
The in keyword of Python explained Saturday, 9 March 2019 6 mins When learning Python, one of the first things we do with lists, dictionaries and other iterators1 is something like the following: (All examples are in Python 3.6.6) for i in mylist: do_something(i) This loops through each element in mylist and calls the do_something function on it. iterator ↩
Initial Commit Saturday, 2 March 2019 2 mins Finally - a use for my personal domain name bought since - wow, 2010 but never used. Potential topics I may or may not cover here: Programming Software Engineering Side projects Ideas … depending on what I feel like.