life is too short for a diary

Most popular




Creating Python AWS lambda layer with Docker

When you develop AWS lambda functions, you might feel the need to install additional python libraries. This can be achieved using Lambda layers that can be included in any lambda function...

Continue reading → Tags : docker aws python






Implementing Dark Mode to Your Jekyll Site without learning CSS

Lots of website have added dark themes to their platform. Twitter also has a dark mode which I really love while reading at night. Also there are benefits of using dark mode for the eyes...

Continue reading → Tags : jekyll






Leetcode - All Divisions With the Highest Score of a Binary Array

You are given a 0-indexed binary array nums of length n. nums can be divided at index i (where 0 <= i <= n) into two arrays (possibly empty) numsleft and numsright..

Continue reading → Tags : leetcode hashmap array java python