
Building a RESTful API with Adonis.js
In the ever-changing world of frontend and backend frameworks, learning and building RESTful APIs is a demanding skill for any software engineer. Adonis.js allows you […]
In the ever-changing world of frontend and backend frameworks, learning and building RESTful APIs is a demanding skill for any software engineer. Adonis.js allows you […]
JSON Web Token (JWT) is an RFC standard that ensures data being transmitted between a client and a server as a JSON object is secured. […]
Node.js provides an open-source and cross-platform runtime environment for executing JavaScript code outside a browser. Node.js is ideal for building highly scalable data-intensive and real-time back-end […]
REST stands for REpresentational State Transfer. It allows you to create a data object, send the state of that object to the server and return the values of that […]
Amazon Web Services (AWS) is a subsidiary of Amazon offering cloud computing services. The services revolve around storage, application, and infrastructure. S3 is the storage […]
When developing web applications, you might need to render the HTML components inside your server. This will help create interactive pages on the client side […]
Node.js is a JavaScript environment used to develop high-performance applications that are scalable and handle multiple I/O operations. E-commerce systems involve several modules working together. Each […]
Co-operative Bank is a financial service institution operating in the East African Community. As of December 2018, it had recorded over 7.8 million users. Co-operative […]
The Quasar Framework is a Vue.js-based framework used to develop cross-platform applications using one codebase. This helps by saving in development costs. Quasar offers a cutting edge […]
Using links or URLs has been the norm for surfing the web for a long time. Sometimes we need to advertise our businesses on social […]
We use the Node.js Operating System (OS) module to get more information about the underlying computer system. In this tutorial, you will learn the basic […]
What are telegram bots? Bots are third-party application accounts that run inside the Telegram application. Users can interact with bots by sending them messages, commands, […]
Short Message Service (SMS) is one of the best marketing strategies that organizations use to communicate with their clients. Using SMS in your mobile or […]
In this tutorial, we will discuss how to we can use child processes to launch another process to avoid delays while executing our programs. 1. […]
React is a JavaScript library used to build user interfaces and develop single-page applications using reusable UI components. React is used for building frontend apps […]
In this article we are going to learn about EJS templating engine, it is one of the most used templating engines in the Node.js ecosystem. […]
Swagger is a software tool used for designing, building, documenting, and using RESTful APIs. It follows the OpenAPI specification. An API (Application Programming Interface) is […]
This article will give us a heads-up on how to rank the records from a MongoDB database. We are going to add a bit of […]
Connecting an Object-relational Mapper (ORM) to a Node.js application is not an easy task for most developers, since there are no elaborate resources and/or documentation […]
Reverse image search in the simplest form of explanation is searching for occurrences of an image online using the image to be searched for as […]