5 Community Management Tips For Effective Moderation

5 Community Management Tips For Effective Moderation

  • January 8, 2019

I have already written a detailed post about my experiences as a community manager in the past. It was a generic one containing some interesting insights life pro tips as well. However, in trying to make it generic, I omitted some community management tips that I wanted to share. I...

3 Simple strategies to help you to stick to your goals

3 Simple strategies to help you to stick to your goals

  • December 18, 2018

Whenever we start thinking of making fresh starts, we tend to prepare a list of short-term goals that we want to achieve. And most of us (9 out of 10 people) end up not fulfilling our goals/resolutions. In this post, we will talk about simple tips that help you to...

Using React.memo() in React 16.6

Using React.memo() in React 16.6

  • October 26, 2018

React 16.6 was released a couple of days and and it brings a couple of new features. One of these is React.lazy() which is something that requires a separate post in itself along with React Suspense. The other one, which we will talk about in this post is React.memo(). What...

How to import/export ES6 modules in Node

How to import/export ES6 modules in Node

  • June 19, 2018

If you have been following the javascript ecosystem for a while, you already know that even though ES6 modules are a thing, you still cannot import/export ES6 modules in node.js as of today. Node 10 experimental flag for importing/exporting ES6 modules in Node Though Node 10 has added an experimental...

How React, Relay, and GraphQL fit together

How React, Relay, and GraphQL fit together

  • March 21, 2018

If you are a javascript developer, chances are you would have heard about React, Relay, and GraphQL recently. And if you are a react developer who has been happily using redux for a while now, the very first question that comes to mind is why another set of technologies? Why should I...

Using Prettier to format your JavaScript code

Using Prettier to format your JavaScript code

  • February 15, 2018

If you have been programming for a while, you would be familiar with the hassles of writing clean code and maintaining consistency across a project on some specific code style guidelines. Even if you spend a few days making everything consistent, some other developer might check-in their changes or disable some...

Introduction to CSS Grid

Introduction to CSS Grid

  • December 11, 2017

Building advanced layout designs using CSS is a troublesome process. Anyone who has ever worked on CSS has faced this challenge. At times, even the simplest div may not always position itself correctly, looking so messy and untidy – just like kitten litters. And right when you manage to perfect...