Testing – An activity dreaded by most human beings Testing is an investigation done to make sure that the code we have written is reliable…
View More Test driven development with golangCategory: Coding Tutorials
Speech recognition and synthesis with simple JavaScript
Speech – The action that human beings commonly use to interact with other human beings or even pets. But when it comes to computers, we…
View More Speech recognition and synthesis with simple JavaScriptHow to scrape hashtags from Instagram using nodeJS
Instagram is the most happening social networking platform of the present time. Most of the millennials are on it. It was originally intended to share…
View More How to scrape hashtags from Instagram using nodeJSThe complete guide on how to use Google sheets as a database
Let’s talk about the mighty Google sheets. Mighty? Yes! It is one the best spreadsheet apps on par with Microsoft Excel. Actually, Google sheets is…
View More The complete guide on how to use Google sheets as a databaseBuild your first blockchain with nodeJS
Blockchain is a big buzz word which is heard a lot these days. But it’s like the movie interstellar, everyone thinks its cool but no…
View More Build your first blockchain with nodeJSBuilding Medium’s claps animation using React Native
This is a quick tutorial on composing animations with React Native. This tutorial is made for beginners. Just read the React Native’s Animation documentation and…
View More Building Medium’s claps animation using React NativeReal-time search using basic JavaScript
Introduction We have all seen a lot of websites which have real-time search filtering. This looks really good and provides a convenient user experience. If…
View More Real-time search using basic JavaScriptBuilding Youtube UI in 30 Mins – React Native Tutorial
A quick video showing how to build UI of Youtube mobile app using React Native. This video will help you get started with coding UIs…
View More Building Youtube UI in 30 Mins – React Native TutorialConvert Json to csv and csv to Json in Excel VBA
I recently received a query on how to convert JSON to CSV. Usually, If the JSON file is small or has a simple structure then…
View More Convert Json to csv and csv to Json in Excel VBAImplementing single page architecture with vanilla JavaScript
Introduction Single page architecture is an approach used for building web apps that have smooth inter-page-transitions. The transitions are so smooth and fast that they…
View More Implementing single page architecture with vanilla JavaScript