Implementing Idempotency in Checkout APIs: A Case Study
Exploring the Role of Idempotency in Preventing Duplicate Transactions and Enhancing API Reliability

Search for a command to run...
Exploring the Role of Idempotency in Preventing Duplicate Transactions and Enhancing API Reliability

Understanding Resilience in Modern Systems Through Smart Retry Strategies

Understanding and How to Use Javascript Proxy Object

One of the most important steps of build apps that are highly dependent on data is to model your data the right way. In this post, I will be explaining some rules I follow on how I model data when building apps that are using MongoDB or NoSQL databas...

You are getting this error because you trying to access an object property, using the array square bracket or the object property is of the form 'user name' or 'user-name'. Normally when we want to access an object in php, we make use of the arrow po...

When building API that requires authentication to access the resource in laravel. You get "unauthenticated" as response and code of 401. The illustrattion below is an example of the message you get. {"message" : "Unauthenticated."} I find it quite no...
Takeaways from my way into understanding software development

Debugging laravel queries using the toSql() method

Node (or more formally Node.js) is an open-source, cross-platform runtime environment that allows developers to create all kinds of server-side tools and applications in JavaScript. The runtime is intended for use outside of a browser context (i.e. r...
