Jul 14, 2025 · 2 min read · I started my journey in the world of computers with a diploma in Computer Science. Back then, I genuinely developed an interest in coding. I used to love building things, writing logic, and seeing my code come to life. My dream was clear — I wanted t...
Join discussion
Dec 11, 2024 · 3 min read · Hey there, This post might be a bit messy because, honestly, I'm feeling messy right now. I've been feeling stuck for months, and if there's one thing I've learned, it's that sharing your struggles can help ease the burden. So, here are my thoughts p...
Join discussion
Jun 3, 2023 · 3 min read · I was working on this Nest.js project, and after a while, I got annoyed by having to restart the server manually using the Ctrl+C command and then retyping the start command (luckily, I just used the up arrow). Fortunately, I remembered a package I u...
Join discussion
May 14, 2023 · 3 min read · I completed my CSE degree a year ago. After completing the degree when I was searching for a job, I found myself in an ocean of requirements. I don't have the knowledge. My path of learning has gone in several directions. I had no mentor at that time...
Join discussionJan 20, 2023 · 1 min read · It takes some time to search right keywords. #!/usr/bin/python3 import sys from kubernetes import client, config from kubernetes.client.api import core_v1_api from kubernetes.client import configuration def main(): config.load_kube_config("/ho...
Join discussion