© 2022 Hashnode
#express
Hello folks, today in this article, we will be going through how you can create a chatbot and integrate it with WhatsApp Cloud API. We will be also giving this chatbot a brain using an OpenAI model. P…
There are many beginner devs who finds hard to send a message in specific room of a chat application. This blog will surely help you resolve your problem and custom dynamic events can be fired once you understand this blog. client side : s…
So, a few days ago I decided to create my portfolio from scratch with React.Js. Everything was going smoothly until I started building the contact me page. It was trickier than I anticipated. In this …
This will be short and sweet. We want to serve an HTML file using node.js and express.js. To make it a bit more interesting, we'll do a lot from the command line. The Setup Open up your VSCode. Go to …
Below is one file that shows how to do session authentication in node.js and express with a minimal example. The only dependencies on the project are express and dotenv index.js require("dotenv").config(); const express = require("express"…
Hello coders, I hope you are doing fantastic. I've been building a simple REST API which queries the Mongo database for some products. The user should be able to sort the products by name, price and company. The user should also be able t…
This is my second blog post and it has been published in my personal blog too Functional programming means using functions as building blocks to construct a process. Unlike OOP, functional programming is not an imperative paradigm but a dec…
What is Mnemonic? Well for starters, mnemonic in the blockchain world refers to a set of words that are used recover a crypto wallet. Crypto wallets use asymmetric key algorithm so you'll have a 'pu…
Introduction Hello! 😀 I created a simple social media site using the MERN stack, so I just wanted to show you guys it. I'm a newbie when it comes to React so it's not something fancy but it's the first thing I created using React. 😆 Impl…
You've probably encountered apps or programs that provide services to users based on their role or membership type. An excellent example is when a system's account types are divided into three categor…