5 useful browser apis

5 Useful Browser APIs That Every Web Developer Should Know

As web developers, we are always looking for ways to enhance the user experience of our web applications. One way to do this is by utilizing the…

Convert-JSON-to-JAVA-Object

How to Create JAVA objects from JSON Easily?

Why do we need to parse JSONs? We need to parse JSONs to get the values from the fields. For a small JSON payload it is fine…

Top 10 most asked react js interview questions

Top 10 Most Asked ReactJS Interview Questions: Are You Prepared?

If you are a ReactJS developer looking for a job, it’s important to be well-prepared for your interview. The interview process can be challenging, but if you know what to expect, you can increase your chances of success.

Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint

How to auto format & clean code on commit?

If you are working a project with more than 2 developers, you might note different formatting code create different kinds of issue like merge conflicts, code…

mysql-events-img

How to Schedule MySQL Events ?

MySQL Events are tasks that execute according to a specified schedule. Therefore, sometimes MySQL events are referred to as scheduled events.

node-cron-img

Node-cron – Schedule a Job in Node

Node-cron is a npm package which you can use to schedule jobs to run at specific times or intervals. It is most suitable for scheduling repetitive jobs such…

terminal-img

MyCli – How To Connect to MySQL DB?

MyCli When working with multiple servers it is convenient to store your host and login configuration so you don’t have to type it in every time.

mycli-img

MyCli – A CLI With Built-in Auto-completion And Syntax Highlighting

What is MyCli? A MyCli is command line client for MySQL that can do auto-completion and syntax highlighting. HomePage: http://mycli.net Documentation: http://mycli.net/docs Installing MyCli on Linux, Mac & Windows If…

python-win

How to install Python On Windows?

How to install python on windows? To install python on windows you just need to follow the following instructions.

github-repos-img

7 Github Repos to Become a Pro JavaScript Developer

JavaScript is the Programming Language for the Web. JavaScript can update and change both HTML and CSS. JavaScript can calculate, manipulate and validate data.