Abdulrahman Muhammad

104 posts

Abdulrahman Muhammad banner
Abdulrahman Muhammad

Abdulrahman Muhammad

@abdulmuhd_dev

Software & DevOps Engineer | Python, Bash Scripting, Cloud Native, CI/CD | Passionate About Modern Web Technologies

Katılım Temmuz 2024
22 Takip Edilen10 Takipçiler
Abdulrahman Muhammad retweetledi
Tech Fusionist
Tech Fusionist@techyoutbe·
Kubernetes (64 Key Concepts) 👇👇
Tech Fusionist tweet media
Tech Fusionist@techyoutbe

Kubernetes Simplified: Most people get overwhelmed by K8s. Here’s the simplest way to understand it 👇 Part1 (1-5) @techfusionist/note/c-247306631?r=4cjx17&utm_medium=ios&utm_source=notes-share-action" target="_blank" rel="nofollow noopener">substack.com/@techfusionist… Part1 (6-10) @techfusionist/note/c-251142337?r=4cjx17&utm_medium=ios&utm_source=notes-share-action" target="_blank" rel="nofollow noopener">substack.com/@techfusionist

Español
2
55
244
8.7K
ℤ𝕐ℝ𝔸💻
ℤ𝕐ℝ𝔸💻@jasonalakiri·
Writing code: 10 mins. Naming the variable: 45 mins
ℤ𝕐ℝ𝔸💻 tweet media
English
6
1
19
194
Abdulrahman Muhammad retweetledi
Tech Fusionist
Tech Fusionist@techyoutbe·
“How would you Deploy the application to Kubernetes.” 🔴 Candidate A: “I’ll create a Deployment, Service, and Ingress.” starts writing YAML 🟢 Candidate B: “Before that, can I ask a few things?” Interviewer: “Sure.” Candidate B: “Is the app stateful or stateless?” “Expected traffic?” “Any autoscaling needs?” “Do we need high availability across nodes or zones?” Interviewer: “Stateless, high traffic, needs autoscaling.” Candidate B: “Great. I’ll include HPA, resource limits, and readiness probes…” Lesson: Kubernetes is easy to deploy. Hard part is deploying it correctly.
English
3
9
97
12.7K
Amani
Amani@Amani_Thunk·
@abdulmuhd_dev @X Hey, Looking to meet more builders in AI/ML. Let`s connect🤝
English
1
0
1
9
Abdulrahman Muhammad retweetledi
Abdulrahman Muhammad
Abdulrahman Muhammad@abdulmuhd_dev·
Hey @X algorithm 👋 I’m looking to #connect with people interested in: •Frontend •Backend •Databases •Full-stack •DevOps •App Development •SaaS •AI / ML •Data Science •LeetCode & DSA •Startups •Building in public •Web3/Blockchain If that’s you, let’s connect 🤝
English
6
1
5
97
Tech Fusionist
Tech Fusionist@techyoutbe·
AI Video Generation Gone Hilariously Wrong
English
6
1
26
4.2K
Abdulrahman Muhammad
Abdulrahman Muhammad@abdulmuhd_dev·
The biggest driver of DevOps success isn’t tools or processes it’s CULTURE. Teams that prioritize collaboration, transparency, and trust always outperform. What’s your take?
English
1
0
1
19
Dhanian 🗯️
Dhanian 🗯️@e_opore·
In the AI age, Java is more relevant than ever
English
17
0
68
16.3K
Abdulrahman Muhammad retweetledi
Python Developer
Python Developer@PythonDvz·
20 ML algorithms and their real-world use cases. One cheat sheet i wish i had when i started. I spent months confusing random forest with decision trees and had no clue when to use xgboost vs lightgbm. So i made this for myself. Save this and share this with someone who's into data analytics. #machinelearning #datascience #algorithms #python #dataanalyst
Python Developer tweet media
English
2
38
181
4.9K
Abdulrahman Muhammad retweetledi
Tech Fusionist
Tech Fusionist@techyoutbe·
Before you call Kubernetes the solution… understand the problems it was built to solve and you can use the same during interview 🔥🔥
Tech Fusionist tweet media
English
2
6
24
1.6K
Abdulrahman Muhammad
Abdulrahman Muhammad@abdulmuhd_dev·
@REjjami @X I Absolutely agree, Dr. @REjjami ! The AI + full-stack combo is a game-changer right now — being able to integrate LLMs, RAG pipelines, or AI agents directly into scalable web/mobile apps opens up so many possibilities for intelligent SaaS products.
English
0
0
1
18
Abdulrahman Muhammad retweetledi
Dhanian 🗯️
Dhanian 🗯️@e_opore·
AWS Interview Questions: 1. What is Amazon Web Services (AWS), and what are its core services? 2. Explain the difference between EC2 and Lambda. 3. What is S3, and what are its storage classes? 4. How does IAM work in AWS? 5. What is the difference between IAM users, roles, and policies? 6. What is VPC, and why is it important? 7. Explain public vs private subnets in a VPC. 8. What is RDS, and how does it differ from running a database on EC2? 9. What is DynamoDB, and when would you use it? 10. What is CloudFront, and how does it improve performance? 11. What is Route 53? 12. What is the difference between vertical and horizontal scaling in AWS? 13. What is Auto Scaling, and how does it work? 14. What is Elastic Load Balancing, and what are its types? 15. What is CloudWatch used for? 16. What is CloudFormation? 17. What is the difference between CloudFormation and Terraform? 18. What is ECS vs EKS? 19. What is SNS? 20. What is SQS? 21. What is the difference between SNS and SQS? 22. What is API Gateway? 23. How do you secure applications in AWS? 24. What is the AWS shared responsibility model? 25. What are availability zones and regions in AWS? 26. What is disaster recovery in AWS, and what strategies exist? 27. How do you optimize cost in AWS? 28. What is serverless architecture in AWS? 29. What is AWS Elastic Beanstalk, and when would you use it? 30. How do you monitor and log applications in AWS? Grab the AWS Handbook: codewithdhanian.gumroad.com/l/tbpasf
Dhanian 🗯️ tweet media
English
6
53
175
5.9K
Abdulrahman Muhammad retweetledi
avrl ☘
avrl ☘@avrldotdev·
System Design Talks 25 - Stateless Auth [All FAANG Interview] Problem We're using JWTs for our app. An account is hacked, so user changes their password. But the hacker still has the JWT that doesn't expire for 1 hour. How to 'revoke' that stateless token to prevent exploits?
avrl ☘ tweet media
English
19
67
598
32.9K
Abdulrahman Muhammad retweetledi
Tech Fusionist
Tech Fusionist@techyoutbe·
Python + LangChain → LLM Apps Python + LlamaIndex → RAG Systems Python + OpenAI API → AI Assistants Python + Hugging Face → Model Hub Python + ChromaDB → Vector DB Python + FAISS → Similarity Search Python + Pinecone → Managed Vector DB Python + Weaviate → Semantic Search Python + Haystack → NLP Pipelines Python + Whisper → Speech-to-Text Python + TTS → Voice AI Python + Diffusers → Image Generation Python + AutoGen → AI Agents
CY
7
111
632
32K