Sanaullah Khan

132 posts

Sanaullah Khan

Sanaullah Khan

@SkhanOps

// Locked in learning by doing // Data analysis and problem solving, hands-on with spreadsheets, SQL, and Python.

เข้าร่วม Eylül 2025
331 กำลังติดตาม25 ผู้ติดตาม
Surendar
Surendar@Surendar__05·
Be honest guys, which is the Best platform to actually learn and build?
Surendar tweet mediaSurendar tweet mediaSurendar tweet mediaSurendar tweet media
English
50
5
97
7.8K
Sanaullah Khan
Sanaullah Khan@SkhanOps·
2/2 • SRE / Systems Engineer (15–45 LPA) • Robotics & Embedded Engineer (13–38 LPA) • MLOps & Data Engineer (14–42 LPA) Build the systems that power AI. Future-proof your career. Save & share! #TechCareers #FutureJobs #JobAlert #job #skill
English
0
0
1
10
Sanaullah Khan
Sanaullah Khan@SkhanOps·
1/2 Tech jobs AI can't easily replace in 2026 • AI/ML Infrastructure Engineer (20–55 LPA) • Cloud Architect (22–60 LPA) • Cybersecurity Engineer (12–45 LPA) • DevOps & Platform Engineer (12–40 LPA)
English
1
0
1
26
Sanaullah Khan
Sanaullah Khan@SkhanOps·
(1/2) Stop overthinking Python. Most people get stuck in "tutorial hell" because they forget the point: building. Here is the condensed roadmap to mastery: Print statements → Understand your output. Variables & Loops → Master the logic. Functions → Stop repeating yourself.
English
1
0
0
7
Sanaullah Khan
Sanaullah Khan@SkhanOps·
Finally, Coursera added dark mode. Doesn’t sound like a big deal, until you are studying or coding for hours. Most people underestimate how much environment affects consistency. #Python #Coding #Learning #LearningByDoing
Sanaullah Khan tweet media
English
0
0
1
15
Sanaullah Khan รีทวีตแล้ว
Tech Fusionist
Tech Fusionist@techyoutbe·
🐧 Linux runs the internet ☁️ AWS runs on Linux 🌐 Most web servers run Linux 📦 Docker containers run on Linux ☸️ Kubernetes nodes run Linux 🔒 Security tools run on Linux 📡 Networking appliances run Linux 📱 Android is built on Linux kernel 🖥️ Supercomputers run Linux 🚀 Space systems run Linux 🤖 IoT devices run Linux 📊 Cloud infrastructure runs Linux 🧠 AI clusters run Linux 💾 Datacenter servers run Linux The backbone of cloud, DevOps, cybersecurity, AI, and modern infrastructure is Linux. -Frameworks change. -Tools evolve. -Platforms rise and fall. -Linux stays. Maybe it's time to understand what the internet actually runs on.
English
19
128
666
22.1K
Abdulkadir | Cybersecurity
Abdulkadir | Cybersecurity@cyber_razz·
LINUX KNOWLEDGE CHECKPOINT Which command is used to display the current working directory in Linux? A. ls B. pwd C. whoami D. cd
English
181
13
629
57.1K
Cyber_Racheal
Cyber_Racheal@CyberRacheal·
Chmod 700. Add yours
Cyber_Racheal tweet media
English
885
43
1.2K
116.1K
Sanaullah Khan รีทวีตแล้ว
sachin.
sachin.@sachinyadav699·
-Linux costs ₹0 - Docker costs ₹0 -Kubernetes costs ₹0 -Git + GitHub cost ₹0 -GitHub Actions costs ₹0 -Python costs ₹0 -Amazon Web Services - free tier -Terraform costs ₹0 -Argo CD + Flux cost ₹0 -Prometheus + Grafana cost ₹0 -Infra: free. -Tools: free. -Knowledge: free. Only thing expensive? Your consistency
sachin. tweet media
English
21
27
273
29.6K
Sanaullah Khan
Sanaullah Khan@SkhanOps·
@clcoding Because strings and tuples are immutable in python. Once created, you cannot modify its elements. The line a[0] = 10 attempts to change the first element of the tuple.
English
0
0
1
429
Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? a = (1, 2, 3) a[0] = 10 print(a)
English
14
5
51
13.5K
Sanaullah Khan รีทวีตแล้ว
• nanou •
• nanou •@NanouuSymeon·
You don't need money to start coding. GitHub has free repos. VS Code is free. freeCodeCamp is free. YouTube is free. Stack Overflow is free. MDN is free. Figma has a free tier. Replit is free. Vercel has a free tier. Netlify has a free tier. Postman has a free plan. All you need is Wi-Fi and consistency.
English
23
15
115
4.7K
Sanaullah Khan
Sanaullah Khan@SkhanOps·
Improving Memory Efficiency in pandas Data Cleaning Two methods with the exact same output but; Method 1: Sorts entire dataset, Then groups Slightly slower Easy to understand Method 2: Directly finds maximum index More efficient Cleaner logic Better for large datasets
Sanaullah Khan tweet media
English
1
0
1
14