MohammadKhoshnava $ cat ./about_me.py
# about_me.py
# Personal Information for Mohammad Khoshnava name = "Mohammad Khoshnava" title = "Python Developer" date_of_birth = "1998-08-15" # Note: Consider privacy for public display gender = "Male" # Note: Consider privacy for public display marital_status = "Single" # Note: Consider privacy for public display def get_bio(): bio = """ I entered the world of programming in 2015. My deep interest in this field has driven me to continuously learn and enhance my skills, even in my spare time. For me, programming is more than just a job; it's a passion. I find solving complex challenges inherently attractive and am always eager to tackle new problems. I thrive in team environments and am particularly interested in optimizing the performance of code and database queries. My specialization lies in back-end development with Python, utilizing frameworks like gRPC, Django, and FastAPI. However, my curiosity and love for learning have also led me to explore DevOps and full-stack web development. """ return bio if __name__ == "__main__": print(f"Name: {name}") print(f"Title: {title}") print("\n--- Bio ---") print(get_bio()) # print(f"DOB: {date_of_birth}, Gender: {gender}, Marital Status: {marital_status}")
MohammadKhoshnava $ ./run_skills_showcase.js
// Skills Showcase
My technical skill set is diverse, covering various aspects of development. Click on a skill in the sidebar (visible when this tab is active) to see an example.
Select a skill from the sidebar to view a code example.
MohammadKhoshnava $ tail -f experience.log
[WORK_EXPERIENCE_LOG]
Senior Python Developer
Digify
December 2024 - Present
- Developing and maintaining scalable backend services.
- Collaborating with cross-functional teams to define and ship new features.
- Leading code reviews and mentoring junior developers.
Senior Python Developer
Hoshify
August 2024 - Present
- Engineered robust APIs and microservices.
- Improved system performance through code optimization and query tuning.
- Integrated third-party services and managed data pipelines.
Senior Python Developer
Tahlilgaran
May 2021 - November 2024
- Contributed to core product development using Python and Django.
- Designed and implemented database schemas (PostgreSQL, MongoDB).
- Worked with message queues like RabbitMQ for asynchronous tasks.
Senior Python Developer & DevOps
Novin
December 2020 - March 2021
- Managed CI/CD pipelines using GitLab CI and GitHub Actions.
- Containerized applications using Docker.
- Monitored and maintained production systems.
Programmer
NIROZAMINIO
October 2018 - January 2020
- Developed software modules according to specifications.
- Participated in testing and debugging processes.
- Gained foundational experience in software development life cycle.
Freelancer
Freelancer
May 2015 - September 2018
- Undertook various small programming projects.
- Focused on web development using PHP, HTML, CSS, and JavaScript.
- Built foundational skills in client communication and project delivery.
MohammadKhoshnava $ jq . < contact.json
{ "contactInformation": { ... } }
{ "name": "Mohammad Khoshnava", "email": "[email protected]", "phone": "+989999952069", "profiles": [ { "network": "LinkedIn", "url": "https://www.linkedin.com/in/seyed-mohammad-khoshnava/" }, { "network": "GitHub", "url": "https://github.com/mohamadkhoshnava" } ] }