Update resume

This commit is contained in:
2026-05-25 15:06:57 +02:00
parent 668aacb1c7
commit 330590b39a
4 changed files with 39 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
\photo{2.5cm}{ceda} \photo{2.5cm}{ceda}
\socialinfo{ \socialinfo{
\socialtext{\faVenus}{she/her} \socialtext{\faVenus}{she/her}
\address{Mumbai, India} \\ \address{Amsterdam, Netherlands} \\
\website{https://webionite.com}{webionite.com}\\ \website{https://webionite.com}{webionite.com}\\
\gitlab{ceda\_ei} \gitlab{ceda\_ei}
\git{git.webionite.com/ceda\_ei} \\ \git{git.webionite.com/ceda\_ei} \\
@@ -17,8 +17,8 @@
\makecvheader{} \makecvheader{}
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Irene Sheen --- CV}}{\thepage} \makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Irene Sheen --- CV}}{\thepage}
\input{sections/experience} \input{sections/experience}
\input{sections/skills}
\input{sections/education} \input{sections/education}
\input{sections/skills}
\input{sections/projects} \input{sections/projects}
\input{sections/awards} \input{sections/awards}
\end{document} \end{document}

View File

@@ -1,7 +1,16 @@
\sectionTitle{Work Experience}{\faSuitcase} \sectionTitle{Work Experience}{\faSuitcase}
\begin{experiences} \begin{experiences}
\experience \experience
{Current}{Full Stack Developer}{Influencer Labs}{United Kingdom} {Current}{Python Engineer}{Picnic Technologies B.V.}{Netherlands}
{Mar 2026}{
\begin{itemize}
\item Working on the simulation of warehouses.
\item Customized automated dependency upgrades.
\end{itemize}
}{Python, Simpy}
\emptySeparator
\experience
{Dec 2025}{Full Stack Developer}{Influencer Labs}{United Kingdom}
{Apr 2025}{ {Apr 2025}{
\begin{itemize} \begin{itemize}
\item Worked on legacy system maintenance. \item Worked on legacy system maintenance.
@@ -36,8 +45,8 @@
\begin{itemize} \begin{itemize}
\item Carried out various R\&D tasks such as \item Carried out various R\&D tasks such as
\begin{itemize} \begin{itemize}
\item creating a new ORM for CouchDB \item created a new ORM for CouchDB
\item writing core packages for authorization using bitmasking. \item developed core packages for authorization using bitmasking.
\end{itemize} \end{itemize}
\item Worked as lead developer and team lead for creating an \item Worked as lead developer and team lead for creating an
education system. education system.
@@ -49,8 +58,8 @@
{Jun 2020}{Front End Developer | System Administrator}{The Smart Make}{Netherlands} {Jun 2020}{Front End Developer | System Administrator}{The Smart Make}{Netherlands}
{Mar 2020}{ {Mar 2020}{
\begin{itemize} \begin{itemize}
\item Working on a block code editor used for teaching students robotics. \item Worked on a block code editor used for teaching students robotics.
\item Managing servers for the functioning of the website. \item Managed servers for the functioning of the website.
\end{itemize} \end{itemize}
}{Javascript, Typescript, React, Gulp, WebUSB, Nginx} }{Javascript, Typescript, React, Gulp, WebUSB, Nginx}
\emptySeparator \emptySeparator
@@ -58,7 +67,7 @@
{Aug 2019}{Full Stack Engineer}{Bashir International}{India} {Aug 2019}{Full Stack Engineer}{Bashir International}{India}
{Apr 2019}{ {Apr 2019}{
\begin{itemize} \begin{itemize}
\item Developing and deploying Tana --- An inventory management system. \item Developed and deployed Tana --- An inventory management system.
\end{itemize} \end{itemize}
}{Python, Django, Flask, SQLite, Javascript, React, Material UI} }{Python, Django, Flask, SQLite, Javascript, React, Material UI}
\emptySeparator \emptySeparator
@@ -66,8 +75,8 @@
{May 2018}{Full Stack Engineer | Server Administration}{Tours Mon Ami}{Quebec, Canada} {May 2018}{Full Stack Engineer | Server Administration}{Tours Mon Ami}{Quebec, Canada}
{Dec 2017}{ {Dec 2017}{
\begin{itemize} \begin{itemize}
\item Developing Frontend and Backend for online booking of tours. \item Developed Frontend and Backend for online booking of tours.
\item Managing servers for the functioning of the website. \item Managed servers for the functioning of the website.
\end{itemize} \end{itemize}
}{PHP, MySQL, Stripe, Apache, Server Administration} }{PHP, MySQL, Stripe, Apache, Server Administration}
\end{experiences} \end{experiences}

View File

@@ -4,47 +4,33 @@
{\website{https://webionite.com/}{webionite.com}} {\website{https://webionite.com/}{webionite.com}}
{ {
Darwin is an Ubuntu server used to host \website{https://webionite.com}{webionite.com}, \website{https://cedaei.com}{cedaei.com} and all the services. Darwin is an Ubuntu server used to host \website{https://webionite.com}{webionite.com}, \website{https://cedaei.com}{cedaei.com} and all the services.
\begin{itemize}
\item Used \textbf{Git + Stow} for configuration management.
\item Used \textbf{Systemd} for managing services.
\item Used \textbf{Nginx} as frontend web server.
\item Host \textbf{MariaDB} as database server for various services.
\item Host \website{https://git.webionite.com}{\textbf{Gitea}}, \website{https://bin.webionite.com}{\textbf{Hastebin}}, \website{https://draw.webionite.com}{\textbf{Draw.io}} and \website{https://sky.webionite.com}{\textbf{Sky}.}
\item Host various services
\end{itemize}
}{Git,Stow,Nginx,MariaDB,PHP-FPM,Reverse Proxy} }{Git,Stow,Nginx,MariaDB,PHP-FPM,Reverse Proxy}
\\ \\
\project {Tana}{2019 --- present} \project {Tana}{2019 --- present}
{\website{https://www.youtube.com/watch?v=VfoN7X5-EDQ}{www.youtube.com/watch?v=VfoN7X5-EDQ}} % chktex 29 {\website{https://www.youtube.com/watch?v=VfoN7X5-EDQ}{www.youtube.com/watch?v=VfoN7X5-EDQ}} % chktex 29
{ {
Tana is an inventory management solution for business management that is actively used in production. Tana is an inventory management solution for business management that is actively used in production.
\begin{itemize}
\item Used \textbf{Flask} and \textbf{Python} for Backend to create a \textbf{Rest API} which can be accessed by any client.
\item Used \textbf{SQLite} as database because it is highly portable, extremely lightweight and low maintenance.
\item Used \textbf{React} and \textbf{Javascript} to create a web application which conforms to \textbf{Material Design Guidelines} using \textbf{Material-UI Library}.
\end{itemize}
}{Python,Flask,Django,SQLite,Javascript,React,Material UI,Jenkins} }{Python,Flask,Django,SQLite,Javascript,React,Material UI,Jenkins}
\\ \\
\project {Sonzai}{2020 --- present} \project {Sonzai}{2020 --- present}
{\website{https://gitlab.com/ceda\_ei/sonzai}{gitlab.com/ceda\_ei/sonzai}} {\website{https://gitlab.com/ceda\_ei/sonzai}{gitlab.com/ceda\_ei/sonzai}}
{ {
Sonzai is an \textbf{Android}/\textbf{iOS} app for attendance management. Sonzai is an \textbf{Android}/\textbf{iOS} app for attendance management.
\begin{itemize}
\item Used \textbf{React Native} and \textbf{Javascript} to create the app.
\item Used \textbf{Redux} along with \textbf{Redux Persist} to store the state and the data.
\item Used \textbf{React Native Paper} for \textbf{Material UI}.
\end{itemize}
}{React Native, React, Javascript, Redux, Redux Persist, Android Development, Gitlab CI/CD} }{React Native, React, Javascript, Redux, Redux Persist, Android Development, Gitlab CI/CD}
\\ \\
\project {Questable}{2018 --- 2019} \project {Questable}{2018 --- 2019}
{\website{https://gitlab.com/questable/}{gitlab.com/questable/}} {\website{https://gitlab.com/questable/}{gitlab.com/questable/}}
{ {
Questable is an \textbf{RPG-like-bot} and \textbf{API Server} for maintaining events in real life. It is accessible via Telegram Bot as well as a command line client. Questable is an \textbf{RPG-like-bot} and \textbf{API Server} for maintaining events in real life. It is accessible via Telegram Bot as well as a command line client.
\begin{itemize}
\item Used \textbf{Flask} and \textbf{Python} to create a lightweight \textbf{Rest API}.
\item Used \textbf{Python} and \textbf{Python-telegram-bot} library to create a bot client.
\item Used \textbf{SQLite} as database because it is highly portable, extremely lightweight and low maintenance.
\item Used \textbf{Requests} library to create a \textbf{Python wrapper} around the \textbf{Questable Server API} which was then used along with \textbf{argparse} to create \textbf{CLI} as well as a \textbf{REPL} for \textbf{Questable}.
\end{itemize}
}{Python, Flask, python-telegram-bot, SQLite, Requests, REST API, argparse} }{Python, Flask, python-telegram-bot, SQLite, Requests, REST API, argparse}
\project {Wish}{2019 --- present}
{\website{https://wish.readthedocs.io/}{wish.readthedocs.io}}{
Wish is an extremely configurable, responsive, pluggable bash prompt.
}{Bash, Python, Language Design, Parser}
\end{projects} \end{projects}

View File

@@ -1,17 +1,17 @@
\sectionTitle{Skills and Interests}{\faTasks} \sectionTitle{Skills and Interests}{\faTasks}
\begin{keywords} \begin{keywords}
\keywordsentry{General}{\textbf{Full Stack Development}, \keywordsentry{General}{Full Stack Development,
\textbf{System Administration}, System Administration,
\textbf{Networking}, Networking,
\textbf{Containerization}, Containerization,
\textbf{Source Control (Git, Bazaar)}, Source Control (Git, Mercury, Bazaar),
Database Modeling, Database Modeling,
App Development App Development
} }
\keywordsentry{Languages}{\textbf{Python}, \textbf{JavaScript}, \textbf{TypeScript}, \textbf{HTML}, \textbf{CSS}, \textbf{SASS/SCSS}, \textbf{Bash}, \textbf{SQL}, \textbf{Latex}, PHP, Lua, C/C++} \keywordsentry{Languages}{Python, JavaScript, TypeScript, HTML, CSS, SASS/SCSS, Bash, SQL, Latex, Ruby, PHP, Lua, C/C++}
\keywordsentry{Frameworks/Runtimes}{\textbf{Django}, \textbf{Django Rest Framework,} \textbf{Flask}, \textbf{FastAPI}, \textbf{NodeJS}, \textbf{React}, \textbf{React Native}, \textbf{Vue}, \textbf{Tailwind}, \textbf{Nuxt}, \textbf{Express}, \textbf{Bootstrap}, \textbf{jQuery}} \keywordsentry{Frameworks/Runtimes}{Django, Django Rest Framework, Flask, FastAPI, NodeJS, React, React Native, Vue, Tailwind, Nuxt, Express, Bootstrap, jQuery}
\keywordsentry{Tools}{\textbf{Vagrant}, \textbf{LXC/LXD}, Docker, \textbf{Nginx}, \textbf{Apache}, \textbf{Bash Scripting}} \keywordsentry{Tools}{Vagrant, LXC/LXD, Docker, Nginx, Apache, Terraform, Bash Scripting}
\keywordsentry{Databases}{\textbf{SQL} (\textbf{SQLite}, \textbf{MariaDB}, \textbf{MySQL}), NoSQL (MongoDB, \textbf{Redis}, \textbf{CouchDB})} \keywordsentry{Databases}{SQL (PostgreSQL, SQLite, MariaDB, MySQL), NoSQL (MongoDB, Redis, CouchDB)}
\keywordsentry{CI/CD}{\textbf{Github Actions}, \textbf{Gitlab CI/CD}, \textbf{Jenkins}} \keywordsentry{CI/CD}{Github Actions, Gitlab CI/CD, Teamcity, Jenkins}
\end{keywords} \end{keywords}
\\ \\