PinnedIntegrating Bandit Security Analysis into DevSecOps Practices for Python ProjectsOur rapidly changing technology solely depends on data, through which AI gives us the power to challenge the impossible. The demand for…Apr 19, 20243Apr 19, 20243
Simple tmux Configuration for My Every MachineTmux can be a very powerful tool if used correctly and help efficiently work. I have a very simple setup for tmux even though I have…2d ago2d ago
Comparing Kubernetes Manifest Application Methods: Single file vs Multiple fileskubectl apply -f k8s/ vs cat k8s/*.yaml | kubectl apply -f -Jan 21Jan 21
Setting Up an Ubuntu Mirror Cache on a Raspberry Pi with NginxI have multiple Raspberry Pi’s and workstation running Ubuntu. I usually run Same Linux Distribution for all my SBC’s. They are now running…Sep 19, 2024Sep 19, 2024
Finding Myself as an Excellent Starter but Wonderfully Disastrous as a FinisherI am excellent with starting something new and maybe so are you. But are you also terrible with finishing things up? I do hope not.Sep 5, 2024Sep 5, 2024
The Paradox of Uniqueness: Understanding the Probability of Collisions in UUIDs and the Birthday…We use UUID to generate unique identifiers. A survey by statista says in 2024, connected devices are above 29 Billions globally. By 2030…Sep 3, 2024Sep 3, 2024
Build Latest Python from source in UbuntuWhen it is about a language which has versatility, ease of use, and large collection of libraries apart from other numerous reasons, Python…Aug 26, 2024Aug 26, 2024
Ways to Optimize Slow Python Code and Explore GILThe idea of this story is to share my recent silly approach to understand towards the vast world of Python. This article is not that…Aug 25, 2024Aug 25, 2024
Data Flow: Integrating High-Performance Redis Search with Lightweight Fluent Bit for Data…I think we have already been passed the mental state we fell after the first encounter of GPT. Specifically, the GPT models are neural…Aug 17, 20241Aug 17, 20241
Kubernetes: Understand Basic of Kubectl Command and its ConfigurationKubernetes has one of the most unique ways to give ways to communicate with cluster. I am mostly fascinated with the ~/.kube/config file…Jul 2, 2024Jul 2, 2024