DORSETRIGS
Home

api-design (10 post)


posts by category not found!

API strategy of known .Net projects

Understanding API Strategy in Notable NET Projects In today s digital landscape the effectiveness of a software project heavily relies on its API Application Pr

3 min read 08-10-2024 98
API strategy of known .Net projects
API strategy of known .Net projects

How do I serve both HTML and JSON content with Flask?

Serving Both HTML and JSON Content with Flask A Comprehensive Guide Flask a popular Python web framework offers flexibility for building diverse web application

2 min read 07-10-2024 88
How do I serve both HTML and JSON content with Flask?
How do I serve both HTML and JSON content with Flask?

Best way to host API on Azure that can serve huge loads (100K requests a second)

Scaling Your API to 100 K Requests Per Second on Azure A Comprehensive Guide Problem You ve built a powerful API thats about to launch but you need to ensure it

3 min read 05-10-2024 131
Best way to host API on Azure that can serve huge loads (100K requests a second)
Best way to host API on Azure that can serve huge loads (100K requests a second)

What is the purpose of returning bool from this init function

Understanding the Purpose of Returning a Boolean Value from the Init Function In programming particularly in languages such as Python or C the initialization of

2 min read 22-09-2024 103
What is the purpose of returning bool from this init function
What is the purpose of returning bool from this init function

XMLHttpRequest cannot load http://localhost:8800/api/proxy due to access control checks

Resolving XML Http Request Access Control Issues in Localhost Development When developing web applications you might encounter the following error message XML H

3 min read 18-09-2024 83
XMLHttpRequest cannot load http://localhost:8800/api/proxy due to access control checks
XMLHttpRequest cannot load http://localhost:8800/api/proxy due to access control checks

Overriding ToString() for debugging and logs - should the string be localized?

Should To String be Localized for Debugging and Logging The question of whether to localize To String for debugging and logging purposes in a NET library is a c

2 min read 07-09-2024 87
Overriding ToString() for debugging and logs - should the string be localized?
Overriding ToString() for debugging and logs - should the string be localized?

Refactoring WCF Service

Refactoring WCF Service Calls for Improved Efficiency The provided code snippet demonstrates a common problem in application development excessive WCF calls for

2 min read 07-09-2024 72
Refactoring WCF Service
Refactoring WCF Service

How do I annotate a function whose return type depends on its argument?

Annotating Functions with Dependent Return Types in Python In Python you often write functions that operate on collections returning specific subtypes based on

3 min read 04-09-2024 63
How do I annotate a function whose return type depends on its argument?
How do I annotate a function whose return type depends on its argument?

Handling Multiple Actors in a Use Case in Clean Architecture and DDD

Navigating Multiple Actors in Use Cases A Clean Architecture and DDD Approach When designing applications using Clean Architecture and Domain Driven Design DDD

3 min read 01-09-2024 144
Handling Multiple Actors in a Use Case in Clean Architecture and DDD
Handling Multiple Actors in a Use Case in Clean Architecture and DDD

restful sub-object best practices for GET method

RES Tful API Design Handling Sub Objects in GET Requests When designing RES Tful APIs you often encounter the need to represent relationships between resources

2 min read 31-08-2024 71
restful sub-object best practices for GET method
restful sub-object best practices for GET method