Most programming languages treat NULL as a known value, separate from True and False. SQL does not play by the same rules
How to Create Header Images for Your Blog
Do you want to be able to include header images for your blog without too much (OK, may be one time) effort ? Read on.
How to Implement Role based Access Control With FastAPI
Quick Summary of RBAC concept, working code snippets and how I reached there
Why my tests fail only during pre-commit ?
My unit tests ran successfully on their own, but unit test step would fail during the pre-commit. Confusing ? Yes. Till I found out why
How to run Chrome from Docker in macOS
Do you need access to Chrome only occasionally ? Would you prefer not installing it locally ? If yes, then read on.
Elixir : module not available
How I resolved not-so-obvious error
(UndefinedFunctionError) function HTTPoison.request/5 is undefined (module HTTPoison is not available
How to add Query Params to HTTPoison.request
params
are required to append query params to the URL. But how to do that is unclear in the documentation