Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 24, 2025Risk Management in Agile Projects: Balancing Speed and StabilityAgile projects are often characterized by their speed and flexibility. Teams work in iterative cycles, constantly adjusting based on feedback, delivering new features rapidly, and staying responsive to market or product direction changes. The need fo...risk management
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 23, 2025How Middleware Transformed Qoala's Software Development Process?"You can't improve what you don't measure." This classic saying couldn't be more true when it comes to software development. And that’s exactly what Qoala, a dynamic company in the insurance tech space, realized when they decided to use Middleware to...Case Study
Fırat TONAKfirattonak.com·Jan 15, 2025Enhancing API Security with Middleware: Filtering and Masking Requests in .NET CoreMiddleware is a key part of how modern web apps are built, working as a middle layer that handles requests and responses. In API systems, middleware helps make things safer, work better, and follow rules about protecting data. One big problem develop...30 readsASP.NET Core SnippetsRequest Filtering
Strngestrngeblogs.hashnode.dev·Jan 14, 2025Next.js API Rate Limiting with MiddlewareAs your application scales, managing API usage becomes crucial to maintain performance and security. Rate limiting is a key strategy to control the frequency of API requests, prevent abuse, and ensure fair usage among clients. In this guide, we’ll ex...Next.js
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 11, 2025The Hidden Costs of Manual Sprint Reporting: How Automation Can Save You 8+ Hours Every WeekSprint reporting is the backbone of agile project management—it ensures visibility into team progress, highlights bottlenecks, and fosters informed decision-making. However, for many Technical Program Managers (TPMs), manual sprint reporting is a tim...technical project managers
Aditya Bondeadityabonde.hashnode.dev·Jan 9, 2025Mastering NestJs :The Framework for Scalable Backend ApplicationsThe world of backend development is vast, with many frameworks vying for attention. One standout is NestJS—a progressive Node.js framework for building scalable, reliable, and maintainable server-side applications. In this introductory blog, we’ll ex...27 readsDev Blogbackend
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 5, 2025Data-Driven Decision-Making: Leveraging Sprint Metrics for Strategic InsightsData is today’s oil. For many organizations, the ability to use data to steer decisions is a game-changer. But here’s the thing: While most companies are collecting data, few are truly using it effectively. One area where this issue plays out often i...jira plugin
Yug Jadvanitheyugjadvani.hashnode.dev·Jan 5, 2025Mastering Image Uploads in Node.js: A Beginner-to-Advanced Guide with Multer and CloudinaryEfficiently handling image uploads is a critical aspect of backend development, particularly in modern web applications. In this comprehensive guide, we'll demonstrate how to store images using Node.js, TypeScript, PostgreSQL, Multer, and Cloudinary....Node.js
Arka Infotecharkainfotech.hashnode.dev·Jan 2, 2025Exploring Next.js Middleware for Better CustomizationIntroduction Middleware plays a pivotal role in web development, providing a way to process requests and responses before reaching your application's core logic. In Next.js, middleware enables developers to intercept requests and execute custom logic...#EdgeRuntime
Strngestrngeblogs.hashnode.dev·Dec 28, 2024Using Middleware in Next.jsMiddleware in Next.js allows you to run code before a request is completed. It’s a powerful tool for tasks like authentication, logging, redirects, and more. With middleware, you can enhance your application’s behavior on both server-side and edge fu...Next.js