Lisp is Cool

Yet another article trying to convince us that Lisp is cool. Yes, code is data, but that’s not what makes Lisp cool http://blog.rongarret.info/2018/02/yes-code-is-data-but-thats-not-what.html Are you convinced now?

Haskell Overview

Nice Haskell overview from Alexis King. An opinionated guide to Haskell in 2018 https://lexi-lambda.github.io/blog/2018/02/10/an-opinionated-guide-to-haskell-in-2018/ An exhausting read for me. I’m overwhelmed.

For the code monkeys

Good advice from Natalya Maksimenko to avoid the rat race in the software industry. https://mkdev.me/en/posts/5-recommendations-on-how-to-maintain-the-code-quality-and-keep-your-self-development-when-nobody-cares I never managed to follow this advice.

Return type polymorphism in Haskell

Eli Bendersky writes about return type polymorphism in Haskell. https://eli.thegreenplace.net/2018/return-type-polymorphism-in-haskell/ My knowledge of Haskell is too limited to understand all the code. However, it’s interesting to see what is possible.

Software Complexity Is Killing Us

I like this article by Justin Etheredge. However, I doubt that the software industry will ever change. Let’s face it, industrial software development is just like that. https://www.simplethread.com/software-complexity-killing-us/ I think that one of the problems is that most product owners or product managers want to […]

Getting Started with Docker

I have just finished a nice little Docker tutorial from Taylor Lovett. If you are just getting started with Docker, then I recommend you have a look at his tutorial. https://scotch.io/tutorials/getting-started-with-docker I’m using Docker on Ubuntu, by the way. Here’s a tutorial specifically for Ubuntu. […]