#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Md. Rifaet - Ullah"
self.role = "Software Engineer"
self.language = {
"en": "English",
"bn": "Bangla",
}
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()I'm a passionate Software Engineer with experience in designing, developing, and deploying robust and scalable software solutions. My expertise spans across full-stack web development, backend systems, and cloud-native applications. I love tackling complex challenges and building efficient, maintainable, and user-friendly software.
I'm always eager to learn new technologies and contribute to innovative projects that make a real impact.
- Full-Stack Development: Building interactive and responsive web applications from front to back.
- Backend Engineering: Designing and implementing RESTful APIs, microservices, and scalable database solutions.
- Cloud Architecture: Deploying and managing applications on AWS, Azure, or GCP, focusing on serverless and containerized deployments.
- DevOps & CI/CD: Automating development workflows, testing, and deployment pipelines.
- System Design: Architecting resilient and high-performance distributed systems.
| Category | Tools & Technologies |
|---|---|
| Languages | |
| Frontend | |
| Backend | |
| Databases | |
| Cloud Platforms | |
| DevOps/Tools | |
| Testing | Pytest UnitTest |
| Version Control |


