• blogs
Sep 6, 2019

Well we made a tool -- RevealURL and benefited from it

I designed my first app, I corrected my mistakes as developer, I used some amazing analysis tools, We launched on PH and we contributed to OSS

Dec 16, 2018

Data Driven SEO for Start-ups

This is my takeaway from a HelloMeets session on Data Driven SEO. If you’d like to attend their sessions, check out www.hellomeets.com for the interesting events they do.

Jul 9, 2017

Let the branch name do all the talking in git

I like and use BEM for CSS, it clearly says all about the code and saves time for developers. And I badly wanted something for git as well. 

Jun 27, 2017

No-Redux Strategy for Siblings communication

Redux is great, but we must also know the basics before using any framework or library, right? Thats what I did before learning bootstrap and doing the same with Redux and ReactJs. So, this article is all about establishing the basic communication channel b/w siblings using just ReactJs.

Jun 26, 2017

git — Rename and Delete Branches

Silly mistakes are common while typing and I do them a lot. But think if it happens while naming any branch in git; you have to react quickly before anyone finds it, right?. And thankfully it is possible to correct them in git and it is very easy.

Jun 24, 2017

5 steps to SetUp SASS with Grunt and NodeJS for Beginners