Software

391. Perfect Rectangle

Leetcode Link Problem Given an array rectangles where rectangles[i] = [x i , y i , a i , b i ] represents an axis aligned rectangle. The bottom left point of the rectangle is (x i , y i ) and the top right point of it…

355. Design Twitter

Leetcode Link Problem Design a simplified version of Twitter where users can post tweets, follow/unfollow another user, and is able to see the 10 most recent tweets in the user's news feed. Implement the Twitter class:…

Bahunya - 10KB classless CSS framework

I created a 10KB classless CSS framework Bahunya has responsive typography, navbar, syntax highlighting, and much more. https://kimeiga.github.io/bahunya/ Why I created Bahunya because I wanted a CSS framework that I…

Time to Learn Vim

I know this has been said a thousand times but if you happen to be in a situation where you only have a low end laptop and you want to make a Vue app or code anything really, do give Vim a try. I downloaded Visual…