Panth Patelhow-is-my-backend.whiteloves.in·Dec 11, 2024A Guide to Node.js Generic Routing Systemhttps://jsr.io/@panth977/routes gives you a cool design system to set up your routes, with support for Middleware, HTTP (req, single res), and SSE. But keep in mind, this package isn't meant to serve your routes! For that, you'll need https://jsr.io/...Discusshttp
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 11, 2024Labels, Selectors, Services, and Endpoints in KubernetesLabels and Selectors: The Backbone of Service Creation In Kubernetes, labels and selectors are essential components, acting like tags to manage and route traffic effectively between Pods and Services. What Are Labels? Definition: Labels are key-valu...Discusslabels services
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Oct 20, 2024VPC Tutorial #5: AWS Private Links: Step-by-Step Guide for Setting Up an Endpoint ServiceIntroduction: In this guide, I will walk you through setting up an AWS Endpoint Service using Private Link. AWS Private Link allows you to access services securely over a private network, without exposing traffic to the internet. Table of contents ...Discuss·10 likes·27 readsVPC and its usecasesAWS
mahpara jabbarmahparajabbar.hashnode.dev·Aug 19, 2024AWS VPC Endpoint for S3In this VPC endpoint lab, you'll set up a Virtual Private Cloud (VPC) with both public and private subnets in AWS. The goal is to configure a VPC endpoint to securely access Amazon S3 from instances within the private subnet, without routing the traf...DiscussAWS
Adaeze Iweadinobi adaeze.hashnode.dev·Aug 14, 2024Unveiling the Backbone of Cybersecurity: The Network (1).What is a Network? A network is a collection of interconnected devices that communicate with each other to share resources and information. These devices, often referred to as nodes, can include computers, servers, printers, and other hardware. Netwo...Discussnetworking
Morgan Bin Bashmorganbinbash.hashnode.dev·Jul 24, 2024Advanced SQLI TechniquesWARNING: If you don't know what you are doing, please refrain from using these techniques. Improper use may harm the database. Advanced Payloads and Techniques Error-Based SQL Injection Advanced Error Payloads: ' AND (SELECT 1 FROM (SELECT COUNT(*...Discuss·34 readscyber security
Rory Murphyapidna.hashnode.dev·Jul 12, 2024API Endpoints: Simplified With Autonomous AgentsAPI endpoints are the vital connectors in software development, enabling different systems to communicate and exchange data. They serve as the access points for applications to interact with back-end services, making them essential for integration an...DiscussAPIs
Mateo Ramirez Rubiomateoramirezr.hashnode.dev·Jul 7, 2024How to Name Endpoints in a REST API: Complete Guide with Best Practices and Practical ExampleIntroduction: Naming the endpoints of a REST API may seem like a simple task, but in reality, it is one of the keys to ensuring that your API is intuitive, easy to use and maintain. Imagine trying to navigate a system where the paths don't make sense...Discuss·151 readsREST API
SHRIRAM SAHUshriram16.hashnode.dev·Jul 7, 2024Exploring Kubernetes Services: ClusterIP, NodePort, LoadBalancer, and ExternalNameWelcome to Day 9 of #40DaysOfKubernetes! Today, we delved into the world of Kubernetes services, understanding how they enable communication between various components within a cluster. We also explored different service types, each serving unique pu...Discuss·10 likes·28 readsKubernetes
Nile Bitsnilebits.hashnode.dev·Jul 2, 2024APIs vs. Endpoints: Breaking Down the DifferencesDespite being basic ideas in web development and programming, APIs and endpoints can lead to misunderstanding. These phrases have different meanings and purposes, despite their close relationship and sometimes interchange, which leads to misunderstan...DiscussAPIs