1. 14 July, 2022

    If you are using your mac with two external displays and it keeps forgetting the arrangement of these displays, then welcome to the club. I can't even tell you how frustrating it is, when you unlock your system and it forgets the complete display arrangement. But, don't you worry we have got you covered.

  2. 11 June, 2022

    In the recent months I got a chance to work on a bug which gave me the opportunity to look into memory leaks in NodeJS application. Memory leaks can be very difficult to identify and the process can be tricky. This guide is written to simplify the process for anyone trying to find out memory leaks in Nodejs.

  3. 05 June, 2022

    Over the years of running Adsense ads I have realized one thing - you can generate maximum revenue by displaying adsense ads within posts. So, today we will be looking into how can we display Adsense ads inside posts on gatsbyjs blog.

  4. 27 April, 2022

    I love visual studio code because its easy to use, powerful and has tons of plugins/extensions. Today, I am sharing with you all some of the best visual studio code themes for developers. These visual studio code themes have been handpicked by me, so I hope you all like it.

  5. 20 April, 2022

    If you are a new GatsbyJS user, then one of the first things that you must have observed is no option for pagination on homepage. But, the best things about Gatsby is that you can create anything you want. So, follow this tutorial to learn how to add pagination to your Gatsby blog.

  6. 27 March, 2022

    If you are using Gatsby for your blog, then you must be missing out the functionality to specify categories for your blog posts and the category pages. These category pages not only allow your readers to quickly see all articles belonging to a category, but can also play a pivotal role in gaining SEO benefits.

  7. 06 January, 2022

    When you are working with a big team where everyone has their own code formatting preferences, it becomes very difficult to have consistent formatting across your codebase. This is very common with Java projects as there are tons of options for IDEs too. So, let's get our hands dirty and try to implement provision for auto code format for Java using prettier and git hooks.

  8. 25 March, 2021

    Recently while releasing an update for our iOS app we encountered a weird issue in which images rendered using < Image > component were not getting rendered at all on iOS devices. This was a shocker to us, as no major change was made in our app, then why this issue?