Janishar Ali
Nextjs is a very popular framwork for writing API backend services using Typescript (JavaScript). Building a secure and maintainable service requires understanding software concepts, dependency injection, abstraction, and integration with popular libraries. In this article we will deep dive and develop a complete project to power an actual mobile application.
Node.js backend architecture in Typescript. Learn the concepts behind building a highly maintainable and performant backend server application in ExpressJs. Implement a blog platform - role based APIs using JWT. ExpressJs, Mongodb, Redis, Joi, and Jest
AfterAcademy Tech
Most programming languages have their own debuggers supported by IDEs but Javascript is a scripting language, therefore, it doesn’t have an inbuilt full-featured debugger. We will discuss more on how to debug Node.js Applications.
MVC architecture has become an extremely common and favoured design pattern for creating web applications. Let us explore more and learn why is it so famous and preferred in the world of web design.
Docker is a platform enabling the creation and use of a containerized app which increases application portability in an efficient way. Read the blog to know more.
Docker is an excellent platform that increases app portability in a very efficient manner. We will be discussing how to get started with Docker for beginners.
Deno is this new thing everyone is hyped about. Many say Node is redundant now. Is it? Well, No. But read this blog to find out more!
Middlewares are a set of functions in Javascript which are executed when a request is made to the web-server. We will be discussing the basics of middleware and how to code them in this blog.
npm is the standard package manager for Nodejs. This blog provides an introduction to npm and also how to publish your own package
In this tutorial, we are going to learn about Express.js, why it is used, what all features it offers, and how it is used in the development environment. This tutorial will provide you with the most basic and important knowledge that is required in order to use Express in web application servers.