MKMohsin Khansabinblog.khansab.in·May 10 · 1 min readJenkins InstallationSteps to Install Jenkins: Clone the repo https://github.com/mkhansab/install-jenkins-docker and follow the 4 steps present at README.md at this repo Opening http://localhost:8080/ will ask for Admin00
MKMohsin Khansabinblog.khansab.in·Apr 18 · 5 min readWhat Is IMDSv2 in AWS? IMDSv1 vs IMDSv2 Explained with ExamplesOverview The Instance Metadata Service (IMDS) simplifies credential management on EC2 instances by providing temporary, automatically rotated credentials. This eliminates the need to hardcode or manua00
MKMohsin Khansabinblog.khansab.in·Sep 10, 2025 · 8 min readIntroduction to Computer Networks: Key Concepts and BasicsImagine waking up in a world without the internet: No way to instantly message your friends or see what’s trending on social media. No ability to stream music, attend virtual classes, or play online00
MKMohsin Khansabinblog.khansab.in·Nov 25, 2024 · 1 min readSelection Sort Algorithm in JavascriptOverview O(n²) Time Complexity in all cases. Does less “Memory writes” when compared with other algorithms such as Quick sort, Merge sort, Insertion sort and Bubble sort. However, not an optimal algorithm in terms of “Memory writes”. There is othe...00
MKMohsin Khansabinblog.khansab.in·Sep 14, 2024 · 4 min readWhat You Need to Know About Cloud ComputingTraditional IT Overview IT Terminology Network Cables, routers and servers connected with each other. Router A networking device that forwards data packets between computer networks. They know where to send your packets on the internet. Switch Takes ...00