React Native Most Compatible Frontend and Backend Framework Pairings There are many criteria to consider before choosing a frontend or backend framework, such as learning curve, ease of integration with other libraries, popularity, core features, language, and more. Here are some combinations we recommend.
NodeJS Build a Chat App with Node.js and Socket.io Learn how to build a real-time messaging app in your browser using Socket.io and Node.js.
Blueprint How to Manually Setup and Deploy The Crowdbotics Dating App Blueprint The following walkthrough shows technical users how to set up deploy the Crowdbotics Dating App Blueprint from the ground up.
Google Sheets Visualize Google Sheets Data in a NodeJS App Learn how to quickly build an app that displays Google Sheets data in a NodeJS app.
NodeJS How to Create a Chatbot with Dialogflow, NodeJS, and Webhooks In this tutorial, we are going to take a look at Dialogflow, an easy tool for creating conversational experiences for websites, apps, and digital products, using webhooks and NodeJS.
NodeJS How to Connect Github API with a Nodejs Server In this tutorial, you are going to build a web app with Crowdbotics that fetches data from the Github API and renders it using a template. The server is going to be set up from scratch using Nodejs as the platform and Express as the framework.
NodeJS Visualize Google Analytics Data In A Node.js App Learn how to enable Google Analytics API and display that data in a Node.js application.
JavaScript Build your own radio streaming app with Howler.js 🔊 Using Howler.js to build a lightweight streaming radio app
JavaScript 👾 Add some pixel art flair to your GitHub calendar heat map I was so bored lately that I had the crazy idea to make this useless (therefore essential) project, GitHub Spray. This command line interface is build in javascript, available as a npm module, and…
JavaScript 29 Useful Open Source Libraries for NodeJS Node.js has become more and more popular as a framework because provides quick and efficient solutions for back-end development and integrates well with front-end platforms. Created by Ryan Dahl in…
JavaScript Building A NodeJS Crypto Portfolio Tracker Using The Crowdbotics App Builder I recently contributed a few tech tutorials to Crowdbotics. Crowdbotics has an awesome team that really knows how to automate software development and project management. Recently, Crowdbotics’…
Machine Learning Top NodeJS Libraries and Tools For Machine Learning Javascript is often thought of a web programming language but Javascript, and javascript frameworks such as NodeJS, have many applications apart from just web apps including desktop applications…
NodeJS Add Instagram Login To Your NodeJS App Using PassportJS Today, we will learn how to add the Instagram login to a NodeJS application using PassportJS (one of the most popular way to manage authentication in NodeJs). We will learn how Instagram’s APIs works…
NodeJS Building an authenticated MERN Stack App Using Material UI Setting up the the back end and connecting it with a client-side library like React to fetch and display data is just the beginning. One you have the data user will interact with, you need to focus…
AWS How to Build a Serverless Backend with AWS Lambda and Node.js Serverless architecture is a cloud computing execution model where a cloud provider like AWS, Azure or Google Cloud is used to deploy backend or server-side code. In comparison to traditionally…
GraphQL Creating a GraphQL server with NodeJS When it comes to network requests between a client and a server application, REST (which stands for Representational state transfer) is one of the most popular choices for connecting the two. In the…
JavaScript How To Set Up A Node Backend with Hapi.js For A React Web App In this article, I am going to walk you through setting up your own Node.js backend server for a React application. Both frameworks are often used together to build real time, fullstack web…
NodeJS How to Build a REST API with KoaJS There are quite a few Node.js frameworks available for web development to build a back-end server for a web or a mobile application. The most popular framework is ExpressJS, which has been used…
NodeJS How To Build a REST API With Nodejs and PostgreSQL Whether building your own application as a front-end or back-end engineer, you are going to come across them. APIs are the core communication system behind the different software systems including…
NodeJS How to deploy a MERN stack app on Heroku In this article, I will describe how to take an existing Web Application that is build using MongoDB, ExpressJS, Node.js, and React (often called as MERN stack) on a deployment service like Heroku…
Chatbot How To Create Your Very Own Facebook Messenger Bot with Dialogflow and Node.js In Just One Day I’m going to show you how to create a chatbot! We’ll build a chatbot with rich NLP features using Dialogflow, Wit.ai, and Node.js. The best part? It’ll take us just one day.