Posts

Building a Multiroom Chat Application in Node JS

Image
  Github: https://github.com/mehulk05/Chat-app-using-Nodejs Live Url: https://chatapp-using-node.herokuapp.com/ In this tutorial, we will use the Node.js platform to build a  real-time chat application  that sends and shows messages to a recipient instantly without any page refresh. Also, we have some validations like if the username is taken then we will have to choose some other username. If two users are in the same room then only they can see the message of each other Before we start, let’s have a quick look at the prerequisite Prerequisite: Basics of Node.js Good understanding of Javascript Basics of Jquery Node.js Node.js  is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside the browser. The most important advantage of using Node is that we can use JavaScript as both a front-end and back-end language. As we know, JavaScript was used primarily for client-side scripting, in which scripts were embedded in a webpage’s HTML and run cl

Personal Portfolio Using Angular

Image
  Technology : Angular 8, BootStrap,HTML5,CSS3. Github Link:  https://github.com/mehulk05/Personal-Portfolio-Angular-Updated Working Demo:  https://personal-portfolio0320.000webhostapp.com/ Angular  is one of the most popular Javascript frameworks in the world for building modern web applications. Angular is created & developed by  Google  and has huge community support behind it. I made my Personal Portfolio Using Angular 8. Though I have used Angular8 there is not much difference in other versions of angular Prerequisites for an Angular 8 Project Angular brings a solution to deal with all of the configurations:  Angular CLI . We can start developing an Angular project within a couple of minutes by using Angular CLI. 1. Node js version 10.9.0 2. Npm (version 8.x or 10.x). What is Angular CLI? CLI stands for  Command Line Interface.  Angular CLI is being used for automating operations in Angular projects rather than doing them manually. CLI supports developers in an Angular proj

Read data from Google spreadsheet in Angular

Image
Mehul Kothari Dec 12, 2020 · 4 min read Github :  https://github.com/mehulk05/MyShop Demo Link:   https://mehulk05.github.io/MyShop/#/ If you’ve ever found yourself asking ‘how can I access Google Sheet spreadsheets with JavaScript?’, then you’re probably not alone. You only have to type something like ‘reading google sheets data using javascript’ into Google and you’ll be inundated with a bevy of solutions to this conundrum. The problem is, in my experience, they’re either   very complex and overblown, or quite difficult to get up and running with (e.g. poor documentation), or they’re just a bit too prescriptive with how they serve you those precious results. So that's why I am taking this opportunity to write a simple solution Firstly, is this right for my needs? The following blog allows for  reading only  from a publicly published Google Sheet. If your needs look like these, then it might be a great fit: You are able to publish your Google Sheet publicly You have a relativel