Okoye Chukwuebuka VictorforOkoye Victorvictorokoye.hashnode.net·Mar 1, 2023Maximizing Performance in Nest.js with Middlewares, Guards, Interceptors and PipesIntroduction Nest.js is a modern and efficient web development framework. It's written in TypeScript and includes a modular architecture, making it simple to maintain and scale web applications. Nest.js's asynchronous programming support ensures that...Discuss·13 likes·340 readsnestjs
Saheed ShittuforSaheed Codessaheedcodes.hashnode.net·Feb 16, 2023How to Handle Errors In Express.jsErrors in Express.js refer to any problems that occur while processing a request or response. These errors can be caused by a variety of factors, such as runtime errors, database errors, validation errors, and more. I'll be discussing the handling of...Discuss·10 likes·57 readsNode.js
Suluh SforTorch Notessooluh.hashnode.net·Mar 9, 2023Minifying HTML Output in AdonisJSLet's start this AdonisJS series with a fairly light topic. How to minify HTML output in AdonisJS? The convenience of AdonisJS, in my opinion, is partly due to AdonisJS being in the Node.js environment, and there are lots of packages that made it eas...Discuss·10 likes·53 readsAdonisJSAdonisJS
Umair Khanumairkhan.hashnode.net·Apr 22, 2023Middleware in Node.js/Express.jsMiddleware is an important topic of backend development but it can get complicated and little bit confusing for new developers, well if you are one of those who are having a tough time in understanding middlewares properly, you are at the right place...Discuss·27 readsMiddleware
Sai Lokesh Reddysailokesh.hashnode.net·Apr 14, 2023Using Middleware with FastAPIFastAPI is a popular web framework for building fast and scalable Python applications. One of the many features of FastAPI is its support for middleware, which allows you to add extra functionality to your application, such as logging, rate limiting,...DiscussFastAPIFastAPI
Aditya Mattostheundeadmonk.hashnode.net·Apr 5, 2023gRPC in Python. Part 4: InterceptorsCode The code for this article is available at: https://github.com/theundeadmonk/python-grpc-demo/ This is part of a series of gRPC in python. We will cover the following [Implementing a server](https://adityamattos.com/grpc-in-python-part-1-buildin...Discuss·43 readsgRPC
Sriram Muralidharanmsris108.hashnode.net·Apr 2, 2023Session Handling Middleware in DjangoAlright, this is my second technical article in a short span. I'm mostly dumping my learnings here, for that serves two purposes. Proof of work duh and next time I'm trying to implement the same thing I visit this for quick reference. Said every tech...Discuss·35 readsDjango
Hirameichgi.hashnode.net·Mar 25, 2023Next.js middleware for supabaseMein kumpeln! It is time for another interesting snippet for Next.js v13. Lately I've been tinkering with this framework and Supabase and I have to say the integrations this BaaS offers are amazing. You definitely need to check out this firebase alte...Discuss·31 readssupabase
Varun Doshivarunx.hashnode.net·Mar 21, 2023The Role of Middleware: Enhancing the Functionality of Your Web ApplicationsMiddleware is a fairly common term when it comes to software computing. However, in my experience most young developers assume it to be a heavy concept. And so, it's rarely used to its full potential. I will try my best to simplify the idea and expla...DiscussNode.js
Ayomide Ayanwolathecodeway.hashnode.net·Mar 18, 2023Mastering File Upload and Validation in NestJS with MulterThis guide will show you how to efficiently incorporate file upload and validation into your NestJS project. The tutorial will walk you through the steps of receiving and verifying files using the Multer middleware package with the Express Adapter. B...Discuss·1 like·196 readsnestjs
Fajar Chaniagorapiter.hashnode.net·Mar 15, 2023Testing Redux: Best Practices and Tools for Effective TestingAs software applications become more complex, ensuring that they are reliable and free from bugs becomes more challenging. One critical aspect of building robust applications with Redux is testing. In this article, we'll discuss best practices and to...Discuss·39 readsReact
Suluh Ssooluh.hashnode.net·Mar 9, 2023Minifying HTML Output in AdonisJSLet's start this AdonisJS series with a fairly light topic. How to minify HTML output in AdonisJS? The convenience of AdonisJS, in my opinion, is partly due to AdonisJS being in the Node.js environment, and there are lots of packages that made it eas...Discuss·10 likes·53 readsAdonisJSAdonisJS
Okoye Chukwuebuka Victorvictorokoye.hashnode.net·Mar 1, 2023Maximizing Performance in Nest.js with Middlewares, Guards, Interceptors and PipesIntroduction Nest.js is a modern and efficient web development framework. It's written in TypeScript and includes a modular architecture, making it simple to maintain and scale web applications. Nest.js's asynchronous programming support ensures that...Discuss·13 likes·340 readsnestjs