Build the simplest thing that works, Now improve it.

Search for a command to run...

No comments yet. Be the first to comment.
In case you are using Fastapi, when does one use def and async def and how does using one make a difference over the other? Assuming that you scanned this and know a bit of the async stuff. async @route(“/users/info”) async def userInfo(): user =...

Sometimes it happens that we wanted to load test an application and then in the whole process we forget the basic premise of why we started it. At least I sometimes miss the point. My Use Case: I have an instance with a certain configuration(x cores ...

Why do we get replica conflicts and the reason?

One of the biggest challenges in software development is decision quagmire. For example what to choose when we have multiple options. For a project whose scope is well defined and given the functional and non-functional requirements, we could first c...
