Just Another Devjustanotherdev.hashnode.dev·Dec 16, 2024Proxy, reverse proxy and API gatewayWhat are the differences between all of them? How do they all relate? There is one overlapping concept that goes into all of those: connecting systems. The main function of all of these is to connect two or more systems that want to communicate. And ...backend
Gedion Danielblog.gediondaniel.dev·Dec 1, 2024AWS Lambda: Pay Only When Your Code RunsAWS Lambda: Pay Only When Your Code Runs Imagine if you only had to pay for your car when you're actually driving it. Sounds great, right? That's exactly how AWS Lambda works - you only pay when your code is running. Let's dive into this game-changin...aws lambda
xiaohanxiaohan.hashnode.dev·Nov 17, 2024软路由网关的实现设备准备 一台路由器,网关电脑,和客户机电脑。 路由器:192.168.1.1 网关机: 有两个网卡,分别为ens33(192.168.1.101), ens34(192.168.1.102) 客户机,有一个网卡(192.168.1.201)。 第一步,网关 效果: 客户机的流量→网关机→公网 实现方式: 开启转发 编译文件/etc/sysctl.conf 加入 net.ipv4.ip_forward=1 然后执行sudo sysctl -p 配置iptables: sudo iptab...gateway
Avinash Dalviwww.internetkatta.com·Oct 28, 2024Building Resilient GenAI pipeline with Open-source AI GatewayHello Devs, Generative AI is rapidly gaining traction, with companies eager to integrate it into their workflows and drive product innovation. As its popularity soars, numerous LLM models and Generative AI companies are emerging. However, this surge ...10 likes·29 readsPortKey
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Oct 10, 2024Automating Scheduled Payments with Paystack API in PHPManaging scheduled payments manually can be tedious and prone to errors, especially when dealing with multiple recipients. Automating this process with the Paystack API simplifies the workflow, ensuring that payments are processed quickly and securel...payout
Shikhar Shuklashikhar99.hashnode.dev·Oct 3, 2024Networking Basics: Switching, Routing, Default Gateway, and DNS Configuration on Linux Made SimpleIntroduction: Networking can feel like a complicated puzzle, but once you understand its core pieces, it all clicks into place! Whether you're managing a home setup or working with enterprise systems, knowing the basics of networking is essential. In...default-gateway
Jitendra Yadavapim.hashnode.dev·Sep 27, 2024Securing Your APIs with Azure API Management: Internal and External VNet OptionsAs businesses increasingly rely on APIs for connectivity and integration, securing these endpoints becomes paramount. Azure API Management (APIM) offers powerful features for managing and securing APIs, including the ability to deploy your API gatewa...APIM
Venu Madhav Emmadivenumadhavemmadi.hashnode.dev·Sep 8, 2024API Gateway vs Load Balancer: Key Differences and Use CasesIn modern distributed systems, API Gateways and Load Balancers are both essential tools for managing network traffic, but they serve distinct purposes. Understanding the differences between them is crucial for designing efficient and scalable archite...2 likesSystem DesignSystem Design
Alla Yasheelacloud-z.hashnode.dev·Sep 8, 2024Understanding Azure NetworkingIn this blog, we'll break down some key networking concepts that are essential for anyone looking to get started with Azure. Don't worry if you're new to this—I'll keep things simple and easy to understand. 1. Virtual Network (VNet) Think of a Virtu...AzureDevOpsnetworking
Ejan Shresthaijanggmu.hashnode.dev·Aug 19, 2024Exploring YARP: The Reverse Proxy for .NET DevelopersIntroduction In modern web development, as applications scale, the need for efficient routing, load balancing, and reverse proxying becomes crucial. A reverse proxy can be a game-changer, helping to manage traffic, improve performance, and add an ext...1 like·163 readsYARP