Evolution of Code Style
When I started programming I developed a particular code style. This style was defined by how I structure my code, how I name things...
Read moreCode Corner: Missing Number
Problem Source: Codility Given an array A of length n filled with integers find the smallest missing positive number. Example: [4,8,1,3,2] => 5 [1,2]...
Read moreCode Corner: Long Factorials
Long Factorials Calculating the factorials is one of the most basic algorithms out there. It’s so basic it’s actually used to teach a harder...
Read moreCode Corner: Permutation Check
The problem: We are doing a permutation check. Given a list A with n elements and the task is to determine if A is...
Read moreHacking My Password Manager
I keep all of my passwords in a password manager. My password manager of choice is Keepass. I used because it’s open-source, free and...
Read moreRemote Work is here
Remote work is here. Developers have known for ages that all you need to work is a laptop and internet, now thanks to COVID...
Read moreHacking the Blockchain
I was having a chat with a friend of mine when the issue of how secure blockchain really was came up. Basically the question...
Read moreJenkins update
So a few weeks ago I started a project to install Jenkins and set up CI/CD on my projects. Well just after I started...
Read moreSetting up Jenkins
This is part 1 of my CI/CD experiment. In this post, I’ll be focusing on getting Jenkins up and running. This build was supposed...
Read moreSetting up my own CI/CD
So I’m a fan of automation because I don’t like repeating stuff and I’m lazy. One of the things I learned at my job...
Read more