• Working in the open…

    Working in the open…

    2–3 minutes

    Last week I attended LibrePlanet. Out of the many talks, ‘Diversity in Free Software’ by Marina, Outreachy co-organiser was my favorite <3. Here is an attempt to write sketchnotes from the talk. Yes, sketchnotes is a thing. I used to fancy having an all-green Github dashboard 🙂 I have always wanted to contribute to opensource… Read more

  • Web tracking – cartoon

    Web tracking – cartoon

    1–2 minutes

    Follow up on my earlier article, here is a tech-cartoon explaining Web Tracking! Read the entire article here. Read more

  • Web tracking – An overview

    Web tracking – An overview

    3–4 minutes

    In the wake of the Facebook scandal where all of us are concerned and debating over the rise of online privacy, here is an attempt to explain how web tracking works in a nutshell. What is web tracking? Web tracking is the practice by which websites identify and collect information about users, generally in the… Read more

  • `let` vs `var` – Part 2

    `let` vs `var` – Part 2

    1–2 minutes

    Here is the interview series of posts. The Part 1 of this post is here. In this tech-cartoon post, I am trying to explain the life cycle of variables, the temporary dead zone (TDZ) and how storage is created for let vs var in loops.   Reference: ExploringJS ES6 variables Read more

  • `let` vs `var` – Part 1

    `let` vs `var` – Part 1

    1–2 minutes

    Cover image courtesy – here. This series of posts is aimed at preparing oneself to face JavaScript technical interviews. Here is the source code. In this post, I shall talk about let vs var, scoping, and hoisting of JavaScript variables. let vs var The main difference between let vs var is that they have block vs function scope respectively. What is… Read more

  • 2017 – Reflections

    2017 – Reflections

    1–2 minutes

    Happy 2018 everyone! I wish you all a great year ahead. This post is to summarise my hits and misses for 2017. Here is the biannual update and lot of other things got done after that. 2017 has been my most productive year so far, personal & professional. I submitted my first Pull Request to… Read more

Trending