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…
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 – 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…
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 – 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…
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.
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.