#apis
Read more stories on Hashnode
Articles with this tag
Curl is a powerful command-line tool that allows developers to transfer data from or to a server using various protocols. It is widely used for...
When building enterprise backend APIs, it is important to log events that occur within the system. Logging provides valuable insight into what is...
Vertical slicing is a technique used in API implementation that involves breaking down a feature into smaller, more manageable parts. This approach is...
GraphQL is a query language for APIs that was first introduced by Facebook in 2012. It is designed to provide a more efficient, powerful, and flexible...
Test-driven development (TDD) is a software development practice that has gained popularity over the years. It is a process that involves writing...
Domain-driven design (DDD) is a software development methodology that emphasizes the importance of domain modeling in creating complex applications....