forked from ismk/ismk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.md.backup
156 lines (110 loc) · 5.01 KB
/
resume.md.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: page
title: Resume
permalink: /resume/
---
{::options parse_block_html="true" /}
<div class="resume-page">
<a href="/public/ismail_kalimi_resume.pdf" id="resume-download"><h7>Download Résumé</h7></a>
<h1>Ismail Kalimi</h1>
Chicago, IL
***
<h3>SKILLS_</h3>
Languages:
Ruby
JavaScript
HTML
CSS
Python
Java
Go Lang
Elixir
Processing
Frameworks:
Ruby on Rails
ReactJS
AngularJS
NodeJS
AJAX
jQuery
Tools:
Amazon Web Services
Jenkins (Continous Integration)
Nokogiri
Mechanize
MemcacheD
Redis
Sidekiq
Testing:
Rspec
Jasmine
Capybara
Databases:
SQL (Postgres, SQLite)
IDE:
Vim + Tmux
Designing/Visualization:
Adobe Photoshop, Adobe Illustrator, Sketch
Autodesk 3Ds Max, V-Ray, Rhinoceros 3D, Autodesk Maya
<h3>EXPERIENCE_</h3>
<h4>Software Engineer</h4><h5><italic>Jan '16 - Present'</italic></h5>
<h4>ExtendMed Inc</h4>
* Creating Web Applications on Ruby on Rails with ReactJS on the Front End
* Building and Deploying projects to Amazon Web Services
<h4>Software Engineer</h4>
*Dec '14 – Jan '16*
<h4>Context Media Inc</h4>
* Working on HTML, CSS, JS, Flash (SWF) assets on our Android Platform
* Automating numerous tasks using Ruby scripts delivering data to Amazon Web Services
* Deploying, implementing various features and bug fixes on Android applications
<h4>Phase 0 Guide Instructor</h4>
*Sep '14 – Jan '16*
######Dev Bootcamp
* Teaching various topics including workflow with Git and Github, Basic overview of HTML and CSS, Introduction to Ruby with Algorithms and Object Oriented Design and working with SQL and Databases
* Emphasizing cultural aspects of pair programming
* Scheduling Guided Pairing Sessions, Office Hours and Tutoring Sessions for students
* Assessing students on assignments, exercises and conducting Code Reviews addressing their strengths and weaknesses
####Technical & Systems Administrator
*Jun ‘12 – Jun ‘13*
######Al Rawi Group
* Principal head of CAD/CAM Technologies in the company
* Deployed and implemented cloud based database for engineering drawings.
* Wrote and designed documentation for project submittals
* Organized and monitored performance evaluations of employees and staff
* Initiated and authorized new policies, procedures and administration guidelines for smoother workflow
* In charge of company logo rebranding, website design and copywriting
***
###EDUCATION_
*Present*
<h2>Masters of Science in Computer Science</h2>
<h3>Georgia Tech</h3>
####Coursera
*Sep 13 - Present*
I am active student in various MOOCS on Coursera, with subjects related to Computer Science
* Creative Programming for Digital Media & Mobile Apps University of London
* Interactive Programming in Python
* Algorithms, Part I (On Going)
####Bachelor in Architecture
*Jun ’07 - Jun ‘12*
*Grade: First Class*
* Focus in Parametric & Computational Design
* Created installations and models based on the parametrically programmed designs
* Designed and scripted in Rhinoceros 3D, Autodesk 3Ds Max and Autodesk Maya
* Worked extensively BIM (Building Information Modeling in Autodesk Revit)
* Designed, wrote specifications, created construction documents, structural and working drawings for over 15 projects for housing and shopping complexes, resorts and recreational parks.
***
<a href="#" id="projects">PROJECTS_</a>
<h4>[Project Pothole](http://project-pothole.herokuapp.com/)</h4>
<img src="/imgs/projectpothole.jpeg" class="prjimg">
[Source Code](https://github.com/ismk/chipot)
*Timeline: 5 days*
Built a platform for users to quickly look and report potholes to the City of Chicago, data about city potholes are pulled in real-time using Open Data of Chicago and various API’s, The project was built as to provide a fast User Experience for optimum feedback from the residents of Chicago, Application was built on Ruby on Rails as backend and AngularJS, AJAX and jQuery on the front with additional statistics and graph built on D3js
After working together to get up the site running with google map integration my primarily role on this project shifted to parse and scrape the data from the City of Chicago API and make it accessible to the client from the server, I also took up the charge to optimize page load times and callback functions for the data, achieved those results using Dalli Cache and making the data JSON friendly
<h4>[Historical Wiki](http://historic-wiki.herokuapp.com/)</h4>
<img src="/imgs/historicwiki.jpeg" class="prjimg">
[Source Code](https://github.com/ismk/Historical_Wiki)
*Timeline: 4 days*
Created a site where users could create posts focused on historical events, which would visually represented on a timeline. Application was built on Ruby on Rails with AJAX, jQuery on the frontend and the timeline was created with D3js
Subsequently after getting the basic rails skeleton up and running, I implemented technologies like Mechanize and Nokogiri to parse and scrape data from the web (specifically wikipedia) and add it to our database
***
</div>