Rant - Your API is broken
API design matters and an API becomes hard to use when you derail from well established standards.
↩API design matters and an API becomes hard to use when you derail from well established standards.
↩Here are few commands that I find myself using a lot when I am working with Kubectl/Kubernetes
↩Connection pooling is the technique used to reduce the workload on a database server by pooling/reusing connections.
Connection pooling has its upside and downsides, Upside is, A connection pooler can reduce the total number & number of idle connection to a db server, while downside it can add latency.
↩Tempfile & Tempdir is the way to create temporary files and directories.
↩I was building a Unity3D application and during its development, I learned few things about Unity’s build system.
↩If you bought something from Amazon or watched a video on YouTube then you have interacted with a Recommender system in action, suggesting you more things to buy or watch.
↩