ravinwashere.comHow to Use Fastify to Migrate MySQL to HarperDB in an App.Migrating data from one database to another can be a challenging task, especially when dealing with a large amount of data. In this tutorial, I will show you how to use Fastify to simplify the process and make it easier to migrate your MySQL database...Jan 31, 2023·7 min read
ravinwashere.comWhat is a JavaScript console? ExplainedIn this article, You will learn about the JavaScript Console and types of console methods with examples of how to use them. What is a console in JavaScript? Console in JavaScript is an object that provides access to the browser's web console. It can ...Sep 14, 2022·3 min read
ravinwashere.com7 ways to iterate over arrays in JavaScriptA "clean" iteration is just one that goes from the beginning to the end of the array with no conditions attached to it. This implies that we will not be employing methods such as filter( ), every( ), or some( ) since they include inherent conditions....Mar 17, 2022·3 min read
ravinwashere.comLearn How To Contribute To Your First Opensource Project In 5 MinutesHave you ever wanted to contribute to a project you liked on Github but didn't know how to? Here's is a complete guide for you. ↓ Step 1: Explore Find a project that you want to contribute to. Here I use as an example one of my favourite open source ...Feb 3, 2022·2 min read