kevin francisforkevin's team blogdorustree.hashnode.dev·Dec 4, 2023What is the process for estimating an API development project?Estimating an API development project involves a systematic approach to understanding requirements, planning tasks, allocating resources, and predicting timelines and costs. Accurate estimation is crucial for project success, ensuring that the develo...DiscussAPI development
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Nov 29, 2023Chopping the monolith in a smarter wayIn my previous post Chopping the Monolith, I explained that some parts of a monolith are pretty stable and only the fast-changing parts are worth being "chopped." I turned the post into a talk and presented it at several conferences. I think it's pre...Discuss·21 likesarchitecture
Vaibhav Sahuvaibhavsahu.in·Nov 29, 2023Introduction to Microservices Architecture PatternsWelcome! Let's explore microservices and how they communicate with clients and among themselves. Discover their strengths and challenges in a nutshell. What to expect? Application Architecture Patterns Microservices Architecture Monolithic Archite...Discuss·2 likes·104 readsMicroservices 101: From Concept to Creation Microservices
Danial Habibcodingcss.hashnode.dev·Nov 28, 2023Random Fact Generator App | JavaScript Project With Source Codehttps://youtu.be/u0W_5yj694E Certainly! The provided text outlines the concept of creating a random fact generator app using HTML, CSS, and JavaScript. Let's break down the key points: Objective: The primary goal is to guide users in building a w...Discuss·1 likeJavaScript
Bobur UmurzokovforApache APISIXapisix.hashnode.dev·Nov 26, 2023Implement Fallback with API GatewayAPI resilience is the ability of an API to fail fast or ensure that it continues to function after failure when faced with error high traffic, or partial system failures. This involves implementing common API resilience design patterns such as retrie...Discuss·12 likesAPIs
Melanie NgomeforZaycodes Publicationzaycodes-1686045136273.hashnode.dev·Nov 25, 2023Building an API With X TechnologyApplication programming interfaces (APIs) are one of the fundamental components for data transfer and communication. As a developer, you’d use it in many of your projects as they serve as building blocks for modern apps. Understanding how to use them...Discuss·5 likesAPI basics
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 14, 2023Automate Your API Gateway with TerraformIntroduction :- In today’s world of cloud-native applications, managing your APIs efficiently is essential for streamlined communication and seamless integration between different services. AWS API Gateway is a powerful tool that allows you to create...Discuss·1 likeAPI Gateway
Ayush Mehtaayushmehta651.hashnode.dev·Nov 11, 2023Building Your First AWS Serverless Application: A Beginner-Friendly Project with Lambda, DynamoDB and API GatewayLet's build a beginner friendly serverless application using AWS. In this blog, we'll see how we can do it step by step. First we will create the lambda function using python, you can choose any python version as per your choice, preferably python 3....Discuss·29 readsAWS
Karthik Kulkarnidevscribbles.hashnode.dev·Nov 11, 2023Mastering Microservices: Setting API Gateway with Spring Cloud Gateway🚀 Welcome to our new blog, Mastering Microservices: Setting API Gateway with Spring Cloud Gateway! 🌐 In this insightful journey, we'll guide you through the process of setting up an API Gateway using Spring Cloud Gateway. 🛠️ Get ready to delve int...DiscussMicroserviceAPI Gateway
Bobur UmurzokovforApache APISIXapisix.hashnode.dev·Nov 9, 202310 Common API Resilience Design Patterns with API GatewayAPI resilience is about building robust APIs that can withstand a variety of challenges, ensuring that they continue to function effectively. API Gateways play a key role in this, acting as the entry point for external requests and managing the commu...Discuss·32 likes·29 readsAPIs