-
C# to JavaScrip cheat sheet
This is an opinionated and incomplete Cheat Sheet for developers familiar with C# who are learning JavaScript.
I have been working with JavaScript for the last year or so, and created this Cheat Sheet in the process.
more -
Thoughts after 6 months of using Docker
For the last half year I have been using Docker to deploy an application based on micro services. I learned a thing or two in this period which I try to share in this post. A lot has been written on using Docker and best practices. I still decided to write this since I encountered a thing or two I did not see coming.
more -
Lessons from a dev
I have been working as a software developer for the last eight years or so. In this time I have worked at a bunch of different companies in different industries and environments. Through success and lots of failures I have learned a lot. In this post I try and share some of those lessons.
more -
Importance of a decent password strategy
Passwords are the main thing that protect your online valuables, be it your emails, Facebook account, or your PayPal. Do you pay enough attention to the strength of your passwords and do you do everything possible to keep your passwords secure?
In this post I’ll explain why you need to think about your passwords, some of the risks your passwords are exposed to, and describe my password strategy.
more -
Using Vagrant to create Ansible playbooks
Recently I have been using Ansible to provision and manage a couple of servers. Developing playbooks for me involves some trial and error. Having some kind of playground to quickly test and experiment is a real time saver!
This post describes my setup for developing Ansible playbooks.
more