Mohammad Abdul Wahab's Résumé
Auteur
Abdul Wahab Abrar
Last Updated
il y a 6 ans
License
Creative Commons CC BY 4.0
Résumé
My Resume, forked from DD
My Resume, forked from DD
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.1 (30/4/2014)
%
% Original author:
% Debarghya Das (http://debarghyadas.com)
%
% Original repository:
% https://github.com/deedydas/Deedy-Resume
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% This template uses several fonts not included with Windows/Linux by
% default. If you get compilation errors saying a font is missing, find the line
% on which the font is used and either change it to a font included with your
% operating system or comment the line out to use the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TODO:
% 1. Integrate biber/bibtex for article citation under publications.
% 2. Figure out a smoother way for the document to flow onto the next page.
% 3. Add styling information for a "Projects/Hacks" section.
% 4. Add location/address information
% 5. Merge OpenFont and MacFonts as a single sty with options.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CHANGELOG:
% v1.1:
% 1. Fixed several compilation bugs with \renewcommand
% 2. Got Open-source fonts (Windows/Linux support)
% 3. Added Last Updated
% 4. Move Title styling into .sty
% 5. Commented .sty file.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Known Issues:
% 1. Overflows onto second page if any column's contents are more than the
% vertical limit
% 2. Hacky space on the first bullet point on the second column.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Mohammad}{Abdul Wahab}{ \urlstyle{same}\url{http://abdulwahababrar.me} \\
\href{mailto:abdulwahababrar@gmail.com}{abdulwahababrar@gmail.com} | +91 8686 022 029
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\subsection{ISL ENGINEERING COLLEGE}
\descript{B.E. in Computer Science}
\location{Expected May 2019 | Hyderabad \\ Cum. GPA: 70/100}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Links}
Github:// \href{https://github.com/abdulwahababrar}{\custombold{abdulwahababrar}} \\
LinkedIn:// \href{https://www.linkedin.com/in/abdulwahababrar}{\custombold{abdulwahababrar}} \\
Twitter:// \href{https://twitter.com/abdulwahababrar}{\custombold{@abdulwahababrar}} \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{COURSEWORK}
\subsection{Undergraduate}
Database Systems \\
Operating Systems \\
Computer Networks \\
Object Oriented System Development \\
Software Engineering \\
Design and Analysis of Algorithms \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\subsection{Programming and Tools}
\location{Programming Languages:}
Python \textbullet{} CSS+HTML \textbullet{} Matlab \\
\location{Tools}
Pandas \textbullet{} NumPy \textbullet{} Excel \textbullet{}
Matplotlib \textbullet{} SQL \\
\location{Other Tools:}
Premiere \textbullet{} Photoshop \textbullet{} XML
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\runsubsection{FAST.AI}
\descript{| Artificial Intelligence Fellowship }
\location{ May 2018 – April 2018 | Remote Program}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item 600 out of 2500 applicants chosen to be a Fellow 2018
\item Theories of Machine Learning algorithms were taught in this Fellowship
\item used fast.ai ML library on AWS to make Computer Vision models
\end{tightemize}
\sectionsep
\runsubsection{Flow}
\descript{| Content Curation and Operations Intern }
\location{June 2018 – July 2018 | Bangalore, IN}
\begin{tightemize}
\item Analyzed and Visualized various datasets scraped from Facebook Groups and responses received on makemeflow.org website
\item Researched and curated source nodes for opportunities and resources including Facebook Pages, People, Facebook Groups, Twitter handles, Reddit and subreddits, Discord and Slack channels
\item Managed a community of 6,000+ designers and developers, ML Engineers and Data Scientists around the world with our viewership of 100k impressions per month
\item Worked closely with the CEO to prioritize, strategize and implement operations related to hiring, market research, pitch deck, content and setting up institute chapters
\end{tightemize}
\sectionsep
\runsubsection{ZeoLearn LLC}
\descript{| Technical Content Writer}
\location{February 2018 – Present | San Fransisco, CA (Freelance Writer)}
\begin{tightemize}
\item ZeoLearn is classroom and online training Institute in San Fransisco
\item I write Data Science and Mathematics Articles for their magazine called as ZeoMag
\item Two articles on Descriptive and Inferential Statistics are published and few are under review
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PROJECTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\runsubsection{Telegram Bot in Python}
\descript{| Hyderabad Python Community}
\begin{tightemize}
\item HydPy-Bot is a Telegram Bot written in Python
\item When it is tagged in a Telegram Group, it gives information
\item Information about the Date, Time, Location of the meetups,
\item Information about the social accounts of the community
\item Right now, this bot is in the deployment phase, code is available at Github repo of HydPy
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% AWARDS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Community Services}
\begin{tabular}{rll}
& Community Organizer & AI Saturdays Hyderabad\\
& Volunteer & PyCon India\\
& Content Curator & Everipedia.org (First Blockchain Encyclopedia)\\
\end{tabular}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SOCIETIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Courses and Certifications}
\begin{tabular}{rll}
2017 & Python Programming & IIT Madras\\
2018 & Data Analysis in Excel & Rice University | Coursera\\
2015 & Wireless Networks & ATI-EPI Ramantapur, Hyderabad\\
\end{tabular}
\sectionsep
\end{minipage}
\end{document}
\documentclass[]{article}