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·1 likeVPC 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·32 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·123 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
Muhammad Abubakarabubakarwebdev.hashnode.dev·Jun 11, 2024Understanding N+1 Query Problems and Their Impact on API SpeedHave you ever noticed your endpoint response takes too long to respond? There could be many reasons for that, but one of the most common is spending a lot of time on database calls. A frequent cause of database problems in business logic is the N+1 q...Discuss·30 readsproblems solution
Adeoye Davidoluferanmidavid.hashnode.dev·May 13, 2024Mastering the Art of API Documentation: Best Practices and Pitfalls to AvoidIntroduction API documentation serves as a crucial bridge between developers and the functionality of software systems. It provides clear guidance on how to interact with an application's backend services, enabling seamless integration into various p...Discuss·10 likesRequest methods