Last active
April 15, 2025 12:30
-
-
Save Pedramx/32276a5cdd8fecdfb95a06f35f4465a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Pedram Mohammadi", | |
| "email": "[email protected]", | |
| "phone": "+98 (993) 424 29 66", | |
| "location": { | |
| "city": "Tehran", | |
| "country": "Iran" | |
| }, | |
| "summary": "Accomplished Backend Developer with a strong track record in crafting high-performance, scalable systems utilizing Java, microservices, and cloud platforms (AWS, GCP). Proficient in event-driven architecture and fault-tolerant system design, I consistently optimize core features for latency, throughput, and availability. My expertise includes seamless integration of NoSQL databases, secure data handling, and building complex, large-scale applications. Recognized for overseeing high-impact projects and enhancing product capabilities, I bring a proactive, Agile-driven approach to innovation and performance optimization in critical environments." | |
| }, | |
| "skills": [ | |
| { | |
| "name": "Programming & Frameworks", | |
| "keywords": [ | |
| "Java", | |
| "Spring Boot", | |
| "OOP", | |
| "Functional Programming", | |
| "Reactive Programming", | |
| "Hibernate", | |
| "JPA", | |
| "JVM" | |
| ] | |
| }, | |
| { | |
| "name": "Testing", | |
| "keywords": [ | |
| "JUnit" | |
| ] | |
| }, | |
| { | |
| "name": "Databases", | |
| "keywords": [ | |
| "NoSQL", | |
| "MongoDB", | |
| "Redis", | |
| "SQL", | |
| "ORM" | |
| ] | |
| }, | |
| { | |
| "name": "Architecture & Design", | |
| "keywords": [ | |
| "Architecture Design", | |
| "Design Patterns", | |
| "Microservices", | |
| "Event-Driven Architecture" | |
| ] | |
| }, | |
| { | |
| "name": "Cloud & DevOps", | |
| "keywords": [ | |
| "AWS", | |
| "S3", | |
| "EKS", | |
| "Lambda", | |
| "GCP", | |
| "GKE", | |
| "Pub/Sub", | |
| "GCS", | |
| "Docker", | |
| "Kubernetes", | |
| "CI/CD" | |
| ] | |
| }, | |
| { | |
| "name": "Collaboration & Methodologies", | |
| "keywords": [ | |
| "Agile", | |
| "Scrum", | |
| "Kanban", | |
| "SOLID", | |
| "Clean Code" | |
| ] | |
| }, | |
| { | |
| "name": "Soft Skills", | |
| "keywords": [ | |
| "Problem Solving", | |
| "Adaptability", | |
| "Collaboration", | |
| "Creativity", | |
| "Innovation", | |
| "Effective Communication" | |
| ] | |
| } | |
| ], | |
| "work": [ | |
| { | |
| "name": "Fakir Technology Consultants GmbH", | |
| "location": "Remote", | |
| "position": "Software Engineer", | |
| "startDate": "2022-09", | |
| "endDate": null, | |
| "summary": "Worked on microservices for music distribution and tenant scoring applications.", | |
| "highlights": [ | |
| "Developed and maintained microservices for music distribution and tenant scoring platforms.", | |
| "Delivered and scaled RentCard to 4,000+ active users/month.", | |
| "Integrated systems including ItsMyData (credit scores), Stripe (payments), and Vertex AI (AI services).", | |
| "Built an OCR system for document analysis using Vertex AI.", | |
| "Achieved 99.97% uptime with no major incidents.", | |
| "Secured sensitive data using OAuth2, JWT, and encryption.", | |
| "Refactored distributor system microservice to replace FTP with REST APIs, caching, and improved retry mechanisms.", | |
| "Led microservice development with over 90% test coverage.", | |
| "Reduced storage cost by 10% via migration and garbage cleanup strategies." | |
| ] | |
| }, | |
| { | |
| "name": "Tecnotree Corporation", | |
| "location": "Remote", | |
| "position": "Software Engineer", | |
| "startDate": "2019-11", | |
| "endDate": "2022-09", | |
| "highlights": [ | |
| "Implemented microservices architecture supporting 100,000+ users.", | |
| "Designed secure REST APIs and OAuth-based authentication.", | |
| "Built cross-platform software solutions in various languages.", | |
| "Contributed to CLM and DMS modules within BSS/OSS systems.", | |
| "Migrated from EIA to service mesh, improving performance by 20%." | |
| ] | |
| }, | |
| { | |
| "name": "SmartTrust Corporation", | |
| "position": "Java Software Developer", | |
| "startDate": "2019-03", | |
| "endDate": "2019-11", | |
| "highlights": [ | |
| "Developed and maintained PKI and PKE systems for secure communication.", | |
| "Resolved software issues and improved system stability.", | |
| "Collaborated on requirement assessments and customer-driven improvements." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "IAU", | |
| "area": "Software Engineering", | |
| "studyType": "Bachelor", | |
| "endDate": "2021-04" | |
| } | |
| ], | |
| "certificates": [ | |
| { | |
| "name": "Reactive Architecture (1): Introduction to Reactive Systems" | |
| }, | |
| { | |
| "name": "Reactive Architecture (2): Domain Driven Design" | |
| }, | |
| { | |
| "name": "Reactive Architecture (3): Reactive Microservices" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment