Khilafah

Khilafah "KhilaFAh - Your gateway to IT excellence! Discover top-tier skill development, career support, and resources to shape your tech future. Let's grow together!

Follow us to unlock your potential!

Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
09/02/2026

Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!

08/02/2026
08/02/2026

📌 Software Engineering Roles Dominating the Market in 2026 👇

• Software Engineer / Developer
• Frontend Engineer
• Backend Engineer
• Full-Stack Engineer
• Mobile App Developer
• DevOps Engineer
• Site Reliability Engineer (SRE)
• Cloud Engineer / Cloud Architect
• Data Engineer
• AI Engineer / Machine Learning Engineer
• Cybersecurity Engineer / AppSec
• Platform Engineer
• QA / Test Automation Engineer
• Embedded Systems Engineer

📌 Core skills vary dramatically by role
📌 Real-world experience + proven impact still matters most

Which role do you think is fading fastest due to AI in 2026 ?
Or
Is everything just evolving stronger ? Drop your hot take 👇

Simple way to remember 4 Pillars of OOPS :- Encapsulation → protect data- Inheritance → reuse code- Polymorphism → same ...
08/02/2026

Simple way to remember 4 Pillars of OOPS :

- Encapsulation → protect data
- Inheritance → reuse code
- Polymorphism → same name, different behavior
- Abstraction → hide details

08/02/2026

Python in Plain English
(Only Important Concepts)

1. Python → easy-to-read programming language.
2. Variables → store values.
3. Data Types →numbers, text, list, dictionary.
4. Conditions →make decisions using if.
5. Loops → repeat work.
6. Functions → reusable blocks of code.
7. Modules / Packages → reuse code written by others.
8. pip → install libraries.
9. Virtual Environment → keep project dependencies separate.
10.Exceptions → handle errors safely.
11. Classes & Objects → structure code for large programs.
12.Files → read and write data.
13.APIs → talk to other systems.
14.Automation → use Python to automate tasks.

What is the output? Write your answer in the comments and share it with your friends✅✅
08/02/2026

What is the output? Write your answer in the comments and share it with your friends✅✅

as a developer, which operating system do you prefer ?
05/02/2026

as a developer, which operating system do you prefer ?

05/02/2026

Evolution of programming languages:
- 1940s → Machine Code ( 0s 1s )
- 1949 → Assembly
- 1957 → FORTRAN
- 1959 → COBOL
- 1964 → BASIC
- 1970 → Pascal
- 1972 → C
- 1983 → C++
- 1991 → Python
- 1993 → Ruby
- 1995 → Java
- 1995 → JavaScript
- 1995 → PHP
- 2000 → C #
- 2009 → Go
- 2010 → Rust
- 2011 → Kotlin
- 2011 → Elixir
- 2012 → TypeScript
- 2014 → Swift
- 2015 → Solidity
- 2026 → English

Networking protocols are basically rules or languages that computers use to talk to each other.Think of ports as doors—e...
05/02/2026

Networking protocols are basically rules or languages that computers use to talk to each other.
Think of ports as doors—each service has its own door to send or receive data.

1️⃣ FTP – File Transfer Protocol (Ports 20 & 21)
Purpose: Transfer files between computers.
Analogy: A mailman delivering packages.
Port 21: Control door – gives instructions like “deliver this package.”
Port 20: Data door – actually moves the files.

2️⃣ SSH – Secure Shell (Port 22)
Purpose: Remotely control another computer securely.
Analogy: A secure video call to your computer, where only you can talk.
Use case: Server management, troubleshooting remotely.

3️⃣ HTTP – Hypertext Transfer Protocol (Port 80)
Purpose: Load websites on your browser.
Analogy: Ordering food at a restaurant—your browser asks, server serves.
Note: Data is sent in plain text, not secure.

4️⃣ HTTPS – Secure HTTP (Port 443)
Purpose: Same as HTTP, but encrypted for safety.
Analogy: Sending your bank info in a locked envelope.
Use case: Online banking, e-commerce, login pages.

5️⃣ DNS – Domain Name System (Port 53)
Purpose: Converts website names into IP addresses.
Analogy: A phone book that tells you the number of the person you want to call.
Example: You type www. - .com → DNS gives the IP address.

6️⃣ TCP – Transmission Control Protocol
Purpose: Ensures data arrives safely and in order.
Analogy: A courier who checks every package is delivered completely.

7️⃣ UDP – User Datagram Protocol
Purpose: Sends data fast, without verifying delivery.
Analogy: Throwing flyers – fast, but some may get lost.
Use case: Video streaming, online gaming (speed is key, small loss acceptable).

8️⃣ SMTP – Simple Mail Transfer Protocol (Port 25)
Purpose: Sends emails.
Analogy: Sending letters through the post office.

9️⃣ IMAP – Internet Message Access Protocol (Port 143)
Purpose: Read emails directly on the server without downloading.
Analogy: Reading letters at the post office without taking them home.

🔟 DHCP – Dynamic Host Configuration Protocol (Ports 67 & 68)
Purpose: Automatically assigns IP addresses to devices.
Analogy: Getting an automatic parking spot in a parking lot.
Port 67: Server’s door
Port 68: Client’s door

1️⃣1️⃣ RDP – Remote Desktop Protocol (Port 3389)
Purpose: Remotely view & control another computer’s screen.
Analogy: Driving someone else’s car from your seat.
Use case: Remote tech support, work from home.

1️⃣2️⃣ ARP – Address Resolution Protocol
Purpose: Find a device’s hardware address (MAC) on the network.
Analogy: Finding the exact house number when you know the street name.

Quick Memory Port List:
Web: HTTP = 80, HTTPS = 443
Email: SMTP = 25, IMAP = 143
Remote Control: SSH = 22, RDP = 3389
File Transfer: FTP = 20/21
Auto IP: DHCP = 67/68

Azure Active Directory (Microsoft Entra) vs On-Prem Active Directory — Why Companies Are MovingIdentity is the new secur...
05/02/2026

Azure Active Directory (Microsoft Entra) vs On-Prem Active Directory — Why Companies Are Moving

Identity is the new security perimeter. That’s why many organizations are shifting from traditional On-Prem AD to Azure Active Directory.

Why companies use Microsoft Entra

• Support remote and hybrid work
• Secure cloud and SaaS applications
• Reduce on-prem infrastructure dependency
• Centralized identity for Microsoft 365, Azure, and third-party apps

Key features of Microsoft Entra

• Cloud-based identity and access management
• Single Sign-On (SSO) for applications
• Multi-Factor Authentication (MFA)
• Conditional Access policies
• Device and user identity management

Benefits

• No domain controllers to maintain
• High availability built-in
• Strong security with MFA and Conditional

Access

• Scales easily as the organization grows
• Ideal for modern and remote workplaces

Disadvantages

• Not a full replacement for traditional AD
• Limited support for legacy applications
• Requires internet connectivity
• Advanced security features need paid licenses
• Less control compared to on-prem AD

Reality check

Most organizations don’t replace On-Prem AD completely.

They use Hybrid Identity — combining On-Prem AD with Azure AD for the best of both worlds.

Address

Savar
Dhaka
1341

Website

Alerts

Be the first to know and let us send you an email when Khilafah posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share