How to truncate multiple line text using CSS ? (Adding ellipsis at the end of the text)May 30, 2021May 30, 2021
Top 3 ways to center align a div using CSSAligning a div to the center of its parent div might sound simple to many of us, but believe me, its a nightmare to so many people. So, I…Apr 27, 2021Apr 27, 2021
Bye Bye Postman. Using VS Code extension to test APIs.I have been using Postman to test out HTTP requests or APIs for years now. But I came across a VS Code extension that might replace it…Apr 24, 2021Apr 24, 2021
Creating and Managing Vue.js Projects with Graphical User Interface (GUI) or Vue UIVue 3.0 gives us a Graphical User Interface (GUI) to create and manage Vue.js projects.Mar 28, 20211Mar 28, 20211
Creating a React Accordion — The easy way !!Accordions are useful when you want to toggle between hiding and showing large amount of content. An accordion menu is a vertically…Feb 19, 2020Feb 19, 2020
How to implement Google Maps in your React Application using pure JavaScript ?Embedding Google Maps in the web pages has become very common these days. It becomes very helpful for the user who wants to navigate to…Feb 18, 2020Feb 18, 2020
How to produce the Google Maps API key ?The Google Maps JavaScript API browser key is used to display maps on your website. Without this key, you’ll see the following error:Feb 8, 2020Feb 8, 2020
How to login into a React application using FacebookYou can find my full source code in my github repo. https://github.com/premdas92/React-Facebook-LoginAug 1, 2019Aug 1, 2019
User login and logout with Google Auth in a React applicationUser login using Google is pretty easy and very helpful as we do not have to take care of the credentials and validations. Google does it…Jul 25, 2019Jul 25, 2019
Building a simple calculator using React.JSWhen I started learning React.JS , I went through a lot of tutorials and videos. I gained a lot of theoretical knowledge, but they were of…Jul 25, 2019Jul 25, 2019