Last active
August 29, 2015 14:05
-
-
Save alixedi/3fb03af552f0793634b9 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
{ | |
"settings": { | |
"icons" : true | |
}, | |
"firstname": "Ali", | |
"familyname": "Zaidi", | |
"linkedin_id": "alixedi", | |
"github_id": "alixedi", | |
"bio_data": { | |
"email": "alixedi @ gmail.com", | |
"phone": "+92 3468280165", | |
"website": "http://alixedi.github.io", | |
"stars": ["Python","Django","Agile","Startup","Design"], | |
"summary": { | |
"points":[ | |
"Full-stack developer with 3 years startup experience" | |
] | |
}, | |
"github_projects": { | |
"details": [ | |
{ | |
"project_name": "alixedi/django_coffee_table", | |
"tagline": "Template tag to render HTML tables with automtic query optimization" | |
}, | |
{ | |
"project_name": "alixedi/django_filtered_feed", | |
"tagline": "Hacking Django's syndication framework to generate users-defined feeds" | |
}, | |
{ | |
"project_name": "alixedi/django_popcorn", | |
"tagline": "Add-another pop-ups a la django-admin using class-based views" | |
}, | |
{ | |
"project_name": "alixedi/semantic_parser", | |
"tagline": "Format-agnostic parsing of spreadsheets by semantic header detection" | |
}, | |
{ | |
"project_name": "alixedi/typewriter", | |
"tagline": "A minimal, functional and beautiful theme for Jekyll" | |
} | |
] | |
}, | |
"skills": { | |
"details": [ | |
{ | |
"type": "Programming Languages", | |
"items": [ | |
"Python", | |
"Javascript", | |
"C/C++", | |
"CUDA", | |
"Verilog", | |
"Prolog" | |
] | |
}, | |
{ | |
"type": "Technologies", | |
"items": [ | |
"Django", | |
"PosrgreSQL", | |
"Apache", | |
"Redis", | |
"Celery", | |
"jQuery", | |
"CSS", | |
"Heroku", | |
"Git" | |
] | |
} | |
] | |
}, | |
"education": { | |
"show_gpa": false, | |
"schools": [ | |
{ | |
"degree": "Master of Science", | |
"major": "Advanced Computing", | |
"institution": "Imperial College London", | |
"graduation_year": 2008 | |
} | |
] | |
}, | |
"acad_achievements": { | |
"items": [ | |
"Distinction in coursework as well as final thesis from Imperial College", | |
"Graduate fellowship award from Imperial College" | |
] | |
}, | |
"experience": { | |
"items": [ | |
{ | |
"title": "Development Lead", | |
"organisation": "Bitswits", | |
"location": "Pakistan", | |
"from": "Sept. 2011", | |
"to": "Present", | |
"details": [ | |
"Developed a complete business analytics and reporting suite using Django." | |
], | |
"technology_used": { | |
"tools": [ | |
"Python", | |
"Django", | |
"PostgreSQL", | |
"Javascript" | |
] | |
} | |
}, | |
{ | |
"title": "Visiting Lecturer", | |
"organisation": "Institute of Business Administration", | |
"location": "Pakistan", | |
"from": "Sept. 2009", | |
"to": "Sept. 2012", | |
"details": [ | |
"Taught Distributed Computing and Computer Vision at the leading CS institution in Pakistan." | |
], | |
"technology_used": { | |
"tools": [ | |
"Python", | |
"Hadoop", | |
"OpenCV" | |
] | |
} | |
}, | |
{ | |
"title": "Product Manager", | |
"organisation": "Maritime Technologies", | |
"location": "Pakistan", | |
"from": "May. 2008", | |
"to": "Sept. 2009", | |
"details": [ | |
"Was part of a team which developed navigation solutions for ships." | |
], | |
"technology_used": { | |
"tools": [ | |
"Python", | |
"QGIS" | |
] | |
} | |
} | |
] | |
}, | |
"other_projects": { | |
"items": [ | |
{ | |
"headline": "[Dripl](dripl.herokuapp.com) - Never publish spreadsheets again.", | |
"points": [ | |
"Developed as a non-profit, free side project for human right activists" | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment