Sun Jan 07 2024

Prettier and ESlint setup in React | NextJs Project.

Prettier is a code formatter, used to beautify your code and ESLint is used to find and fix problems in your JS code. Learn how to setup both in VSCode and ReactJS|NextJS project

Read More >>

Sat Jan 13 2024

How to validate your product ideas?

Review and Rules from the book The Mom Test. I have written the 20% of stuff which i grasped from this book.

Read More >>

Sun Jan 21 2024

How to set the Device Orientation in Flutter?

In Flutter, we can set the orientation for our app using the DeviceOrientation Enum. We have an app that by default supports all the orientations, we want it to support only portraitUp mode so that when the screen is rotated our app remains in **port

Read More >>

Thu Jan 25 2024

Stateful and stateless widgets in Flutter.

We use either StatelessWidget or StatefulWidget to create a new widget by extending one of them depending on our use case......

Read More >>

Wed Jan 31 2024

Get started with the react-hook-form.

Add validation in your form using the react-hook-form. It reduces the amount of code we need to write while removing unnecessary rerenders.

Read More >>

Thu Feb 08 2024

State management in react using redux-toolkit

How to use redux-toolkit in your react app.

Read More >>

Mon Mar 11 2024

Rive: a tool to create interactive graphics.

Rive is a tool to create interactive graphics which then can be used on multiple platforms like Web, Mobile, Unity, Unreal Engine, etc etc.

Read More >>

Mon Mar 04 2024

Do it today

How to not procrastinate and use your time wisely, in this article I am gonna write about the stuff which I learned from the book "Do it today".

Read More >>

Tue Feb 27 2024

Javascript interview questions

I have listed down some commonly asked JS-based interview questions.

Read More >>

Wed Feb 14 2024

Life cycle of a react component.

In this article, we gonna learn about the lifecycle of a React component, do we have any idea about what is called first useEffect or useLayoutEffect?

Read More >>