Last active
May 10, 2025 08:31
-
-
Save ibrkhalil/3a0ddf35a7a94e86f831275bc79c7c4b 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Ibrahem Khalil", | |
"label": "Full stack developer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+201153338668", | |
"url": "https://github.com/ibrkhalil", | |
"summary": "From Cairo, Egypt. He has earned a Bacherlor's from Modern Academy in Maadi in Computer Science. He is a full stack developer with 3 years of experience in web development. He has worked on various projects open and closed sources projects, including mobile and web projects, and custom web applications. He is proficient in HTML, CSS, JavaScript, React, React Native, Golang, Node.js, Next.js, MySQL, and PostgreSQL, Clojure(Script), YAML and many more. He is also familiar with cloud services such as AWS but on a beginner level. He is a quick learner and enjoys working in a team environment. He is always looking for new challenges and opportunities to grow his skills.", | |
"location": { | |
"address": "56 Misr Helwan Agricultural Rd, Maadi", | |
"postalCode": "11728", | |
"city": "Cairo", | |
"countryCode": "EG" | |
} | |
}, | |
"work": [ | |
{ | |
"name": "LifeCheq", | |
"location": "Capte town, South Africa", | |
"description": "Awesome fintech company", | |
"position": "Junior Software Engineer, Got promoted to Intermediate after 1.5 years and was employed full time", | |
"url": "http://lifecheq.co.za", | |
"startDate": "2022-07-01", | |
"summary": "LifeCheq is a fintech company that provides financial planning (B2C) and insurance policy automation solutions (B2B). The company uses technology to help clients manage their finances and make informed investment decisions and it helps other insurance companies automate their policy creation and management.", | |
"highlights": [ | |
"Converted a Clojure(Script) re-frame application from using figwheel as a build tool to shadow-cljs which allowed my to have optimization features like code splitting and a lot faster build time also the ability to have build reports that describes the impact of each NPM package on the final bundle size of the outputted JS bundle.", | |
"Built landing pages singlehandedly and alongside the design system team using Next.js and React, which allowed me to learn a lot about the Next.js framework and how to build a design system that is reusable and easy to maintain.", | |
"Learned simple Terraforming to write IaC to adjust global/local configuration variables and to have version control and a single source of truth for values that can be tedious when debugging around", | |
"Wrote bash scripts to automate mundane repetitive tasks, And wrote CircleCI jobs to automate some deployment jobs and to run some chron jobs", | |
"Mentored interns and junior developers on the design system squad and helped them learn about the codebase and how to write clean and maintainable code and how to learn/use Clojure(Script)", | |
"Build full stack features end to end and wired them up with our schema and GraphQL APIs", | |
"Worked on automation scripts written using JavaScript (Cypress to write E2E tests) and Clojure (PlayWright to build a simple delcarative web scraper)" | |
] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "ayasan Belajar Widya Seraya", | |
"position": "Teacher", | |
"url": "https://www.worldpackers.com/locations/yayasan-belajar-widya-seraya?host_invite=clicked_to_apply&utm_campaign=Host_active_search_invite_from_host&utm_content=user_invited_to_apply&utm_medium=Platform_email&utm_source=Host_active_search", | |
"startDate": "2025-05-16", | |
"endDate": "2025-06-12", | |
"summary": "Teaching basics of software and basics of english to kids in Bali, Indonesia" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Modern Academy in Maadi", | |
"url": "https://mng.modern-academy.edu.eg/", | |
"area": "Computer Science", | |
"studyType": "Bachelor", | |
"startDate": "2017-09-01", | |
"endDate": "2021-05-01", | |
"score": "3.5", | |
"courses": [ | |
"DB1101 - Basic SQL", | |
"CS2011 - Java Introduction" | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript" | |
] | |
}, | |
{ | |
"name": "Compression", | |
"level": "Master", | |
"keywords": [ | |
"Mpeg", | |
"MP4", | |
"GIF" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Excellent" | |
}, | |
{ | |
"language": "Arabic", | |
"fluency": "Native" | |
}, | |
{ | |
"language": "German", | |
"fluency": "Beginner, Used to learn it in school but forgot most of it but relearning it now" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Wildlife", | |
"keywords": [ | |
"Ferrets", | |
"Unicorns" | |
] | |
} | |
], | |
"references": [ | |
{ | |
"name": "Andrea Maria Piana", | |
"reference": "I had the pleasure of managing Ibrahem Khalil at Status for two years, during which time he demonstrated a remarkable level of enthusiasm, helpfulness, and a strong desire for personal and professional growth From the very beginning, Ibrahem stood out for his enthusiastic approach to his work. He consistently brought a positive attitude to the office, which not only uplifted the team's morale but also created a more productive and enjoyable work environment. His eagerness to take on new tasks and challenges was truly commendable. One of Ibrahem's most notable qualities is his willingness to lend a hand whenever needed. He was always among the first to volunteer for picking up github issues or to assist colleagues with their tasks. Furthermore, he has a strong commitment to self-improvement. He regularly sought feedback on his performance and actively worked on incorporating it into his professional development. This drive to continually better himself not only enhanced his own skill set but also contributed to the overall growth of our team. Please feel free to contact me if you need any further information or have any questions. Andrea Maria Piana [email protected]" | |
} | |
], | |
"meta": { | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/sample.resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment