Adeniyi Adedotun (nisun-dot)adeniyiadedotun.hashnode.dev·Sep 6, 2024Step-by-Step Guide to Setting Up API Gateway with AWS Lambda Using Python FastAPIWhen setting up API Gateway with AWS Lambda and FastAPI, understanding how to properly configure API Gateway is crucial. This section will give you a more detailed breakdown of setting up API Gateway, including how to map requests and responses betwe...DiscussScalable APIs
David Fegandavidfegan.hashnode.dev·Sep 6, 2024A Guide To API DevelopmentAPI development is not only a technical activity but a critical aspect of contemporary software design. No matter what you are developing—a web app, a mobile app, or a system of systems; APIs are always necessary. They make it possible for software c...DiscussA Guide To API Development
Imran Khanimrankhan101.hashnode.dev·Aug 19, 2024Building a .NET Core 8 API with Hangfire and SQL ServerIn this tutorial, we'll guide you through creating a .NET Core 8 API project that leverages Hangfire for background processing and uses SQL Server for job storage. Hangfire is a powerful library that allows you to run background jobs, schedule tasks,...Discuss·74 readsdotnetcore
Dipak Ahiravdipakahirav.hashnode.dev·Aug 18, 2024Modern API Development with Node.js, Express, and TypeScript using Clean ArchitectureAPIs are the backbone of modern web applications. As the complexity of applications grows, it's crucial to adopt an architecture that promotes scalability, maintainability, and testability. In this blog, we'll explore how to build a modern API using ...Discuss·32 readsdevdivewithdipak
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 14, 2024API 101 : Advanced Topics in API DevelopmentIn this final part of our API 101 series, we’ll explore advanced topics in API development that go beyond the basics. These topics include performance optimization, error handling, monitoring, and versioning strategies. Mastering these concepts will ...DiscussFlask Framework
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 14, 2024API 101 : Securing and Documenting Your RESTful APIIn the previous articles, we walked through building your first RESTful API. Now, it’s time to address two critical aspects of API development: security and documentation. Securing your API ensures that it’s protected from unauthorized access and pot...DiscussFlask Framework
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Building Your First RESTful APIIn the previous articles, we covered the basics of APIs and explored the principles of RESTful APIs. Now, it's time to put theory into practice by building your first RESTful API. This hands-on guide will walk you through the process of setting up yo...DiscussAPI development
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Understanding RESTful APIsIn the first part of this series, we introduced the concept of APIs and their importance in modern software development. Now, let’s delve deeper into one of the most widely used types of APIs: RESTful APIs. REST, or Representational State Transfer, i...DiscussAPI development
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Introduction to APIsAPIs, or Application Programming Interfaces, are essential tools in modern software development. They are the backbone of digital communication, enabling different software systems to interact, exchange data, and perform tasks collaboratively. This a...DiscussAPI development
Niranjan Gblog.securityinsights.io·Aug 4, 2024Managing CVE Data Locally with CVE Database ManagerIntroduction In the cybersecurity landscape, keeping track of vulnerabilities is crucial for maintaining secure systems. The Common Vulnerabilities and Exposures (CVE) list is a comprehensive catalog of such vulnerabilities. However, using public API...Discuss·1 like·82 readsCVE Database