Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Nov 19, 2024Building a Reverse Proxy with Pingora | RustThis tutorial focuses on how to create a load balancer using the Pingora library. If you have read the Pingora documentation, there won’t be anything new in this article for you, except that we will add a rate limiter from the example posted in the d...Discusspingora
Sahil Sudangrowingdeveloper.hashnode.dev·Nov 17, 2024Discovering ObjectMapper and JsonNode1. ObjectMapper The ObjectMapper class is the core of Jackson's JSON processing. It provides functionality to: Serialize Java objects to JSON (convert Java objects into JSON strings). Deserialize JSON to Java objects (convert JSON strings into Java...DiscussJava Backend Developer JourneyJava
Victor Olusolavictorolusola.hashnode.dev·Nov 17, 2024Why Browser and Device Compatibility is Crucial in Software Development: Lessons from a Real-Life TestUnderstanding Browser and Device Compatibility Browser and device compatibility means making sure that software works well across different web browsers (like Chrome, Safari, and Firefox) and devices (such as desktops, tablets, and smartphones). The ...Discuss·27 readsWeb Development
TechEazy Consultingblog.techeazyconsulting.com·Nov 15, 2024🚀 Launch Your IT Career with Core Tech Skills🖋 Introduction For many recent graduates, launching an IT career seems synonymous with diving into AI and Machine Learning 🤖. AI/ML may be a buzzword today, but the reality is that companies are still looking for well-rounded, foundational skills i...DiscussIt career
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 12, 2024How to Build Multi-Module Projects in Spring Boot for Scalable MicroservicesAs software applications grow in complexity, managing scalability, modularity, and clarity becomes essential. Spring Boot’s multi-module structure allows you to manage different parts of the application independently, which lets your team develop, te...DiscussSpring Boot
Onuh Chidera Theolashecode3.hashnode.dev·Nov 10, 2024Backend Patterns: Response/RequestIntroduction In the beginning, there was nothing. Then, like the spark of creation, the request/response pattern emerged. This pattern, one of the oldest and simplest forms of backend communication, remains fundamental to how computers interact over ...Discuss·34 likes·114 readsBackend Engineering Tacticsbackend-patterns
Hitesh Venugopalanwatch-me-dev.hashnode.dev·Nov 11, 2024Sync vs Async: A Code-Off!Since I already have some knowledge about basic HTML, CSS, and JavaScript, I decided to begin with Asynchronous and Synchronous JavaScript .Let me share what I’ve learnt! Synchronous Code Synchronous code is JavaScript that executes line by line in ...Discuss·3 likes·46 readsJavaScript
Ayush Khemaniayushkhemani.hashnode.dev·Nov 9, 2024Middlewares in Express.jsMiddleware is one of the key concepts for creating HTTP servers in Express.js. By definition, middleware is a function that runs before any route handler. Middleware functions take three parameters: req - the request object. res - the response obje...Discuss·28 readsExpress.js
akash javaliblog.akashjavali.com·Nov 9, 2024Using Node.js for Serverless Functions: A Comprehensive GuideAs applications increasingly move towards cloud-native architectures, serverless computing has become a popular solution for its scalability, flexibility, and cost-efficiency. In this guide, we’ll explore how to use Node.js to build serverless functi...Discussjavascript-serverless
Shefalidevshefali.hashnode.dev·Nov 4, 202411 GitHub Repositories to learn NodeJsIn this post, I’ll share 11 super helpful GitHub repositories to help you learn and get better at Node.js. These repositories cover everything from basic ideas and good practices to building complete apps, giving you the hands-on practice you need to...Discuss·1 likeWeb Development