MKMohsin Khansabinblog.khansab.in·Jul 1 · 6 min readWhat is Managed File Transfer (MFT)? Understanding IBM Connect:DirectWhat is Managed File Transfer (MFT)? Every organization exchanges files. Banks transfer transaction records, retailers exchange inventory updates, hospitals share medical data, and manufacturing compa00
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