updated resume page and Welcome post

This commit is contained in:
Andrei Stoica 2019-01-08 14:00:51 -05:00
parent 7cef268b34
commit 8f6ae09ed8
11 changed files with 90 additions and 61 deletions

View File

@ -1,13 +1,12 @@
baseurl = "https://skaterdude97.github.io"
languageCode = "en-us"
title = "Code Corner"
title = "Andrei Stoica - Code Corner"
theme = "light-hugo"
author = "Andrei Stoica"
copyright = "© Copyright 2017 Andrei Stoica"
copyright = "© Copyright 2019 Andrei Stoica"
[Params]
email = "andrei.stoica.365@gmail.com"
github = "skaterdude97"
linkedin = "andrei-stoica"

View File

@ -4,91 +4,96 @@ title = "Resume"
+++
Skills and Abilities
------------------------
* Organization skills
* Teamwork skills developed/demonstrated during during volunteer work and
during school projects,worked teams of 3 to 4
* Strong independent worker throughout education getting assignments
completed on time, and during volunteer work
Education
---------
* **Bachelor of Science - Computer Science**, {{< date "2018" >}}
<br>*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
Computer Skils
* **Master of Science - Computer Science**,
{{< date "Expected Completion 2020" >}}
<br>*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
Work Experience
--------------------
* **Teaching Assistant**
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
<sup>{{< date "Sept. 2017 - Apr. 2018; Sept 2018 - Present" >}}</sup>
- Lead students on in-class activities
- Corrected student work and provided feedback for improvement
- Courses:
{{< shortlist >}}
Mobile Devices
- Programing Workshop
- System Development and Integration
{{< /shortlist >}}
* **Research Assistant**
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
<sup>{{< date "May 2018 - Aug. 2018" >}}</sup>
- Worked toward developing a framework for classifying text data
- created a neural network that can classifies Computer Science terms
Software Development Experience
--------------
* Multiple Operating Systems - Linux and Windows experience in both school
work and personal life
* **Programing languages used in school projects**
- Java and JavaFX Library
* **Programing languages and Frameworks**
{{< shortlist >}}
Java and JavaFX Library
- Kotlin and Anko Library
- Assembly
- C/C++
- Python
- Tensorflow
- Numpy
- Clojure and ClojureScript
- Javascript
- Node.js
- HTML
- CSS
{{< /shortlist >}}
* **Software Design and Development tools**
- Unified Modeling Language
{{< shortlist >}}
Unified Modeling Language
- Git
- Visual Studio
- Eclipse
- Android Studio
- MS Visio
Work Experience <sub><sup>*2017-present*</sup></sub>
--------------------
* **Teaching Assistant**
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
- Lead students on in-class activities
- Corrected student work and provided feedback for improvement
Volunteer Experience <sub><sup>*2013-2014*</sup></sub>
--------------------
* Canadian Cancer Society Halton Unit
- Worked in a team fundraising, selling daffodils to public to raise money
for cancer
* Oakville Ensemble
- Organized musical equipment for live performance
* Drew Hildenbrand Teen Benefit Fund
- Registered participants, assigned identifying numbers to each runner to be
tracked by organizers
- Supplied multiple refreshments booths
* Food for Life
- Independently picked up food from local business to be donated to homeless
and impoverished people
* Oakville Family Ribfeast
- Organized Recyclables, compost and waste to reduce ecological impact of
event
Education
---------
* **Bachelor of Science - Computer Science**, *Graduating 2018*
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
- 2.88 GPA
{{< /shortlist >}}
Project Experience
------------------
* **Vigenère Cipher**, *April 12, 2016*
* **Vigenère Cipher**, {{< date "April, 2016" >}}
- Created a program that encrypts a user provided string using a user
provided key, and can decrypt a ciphertext using a user provided key
using assembly language
* **Java File Server**, *April 8, 2016*
* **[Java File Server](github.com/andrei-stoica/csci2020u-TeamHypeFileSharing)**,
{{< date "April, 2016" >}}
- Programed a server and a client that used to upload files to the server
and retrieve them using Java.
* **AVL Tree**, *December 4, 2015*
* **[AVL Tree](github.com/andrei-stoica/CSCI-2010U_Assignment3_AVL_trees)**,
{{< date "December, 2015" >}}
- Created a program that processes a stream of integers and stores them in an
AVL tree, then print a graph of the tree and traverse it to find a specific
number using Java
* **Falling Object Simulation**, *November 26, 2014*
* **Falling Object Simulation**, {{< date "November, 2014" >}}
- Programed a simulation of the motion of an object that is a connected to
a bungee cord through the air using C++.
Hobbies <sub><sup>*2013-Present*</sup></sub>
Hobbies
-------
* Build computers for others, source and consult on components required,
install and teach then to install themselves
troubleshoot software issues; fix problems and after suggestion on avoiding future problems
install and teach then to install themselves troubleshoot software issues;
fix problems and after suggestion on avoiding future problems
* Set up printers; wired and wireless configuration
* Maintain a home media and storage server for family running the latest
Ubuntu LTS
* FOSS enthusiast

View File

@ -1,11 +1,23 @@
+++
date = "2017-05-03T12:01:01-04:00"
date = "2019-01-07T15:32:55-05:00"
title = "Welcome"
+++
Welcome to Code Corner!
=======================
The purpose of this website is to serve as a spot to track my experiences and
knowledge I gain during my exploration of computer science. It will also host
my resume and links to my social media.
Welcome to my website/blog. Going forward this will serve as a outlet for me to
document and share my experiences as I explore the intricate world of computer
science. I will be updating the blog portion of this site as I discover new
interesting technologies.
I am currently pursuing a Masters in Computer Science, supervised by
[Dr Ken Pu](http://db.science.uoit.ca/). My work will focus on automatic topic
discovery and understanding of text data. This will provide a large part of
the posts made here in the future.
This site also host my resume and links to my profiles on other platforms.
Stay tuned for more,
<br>Andrei

View File

@ -0,0 +1,4 @@
<div id='copyright' style="padding-top: 1%;">
This site is built using <a href="https://gohugo.io/">Hugo</a> using the
<a href="https://github.com/tblyler/light-hugo">light-hugo</a> theme
</div>

View File

@ -0,0 +1 @@
<link rel="stylesheet" href="css/resume.css">

Binary file not shown.

View File

@ -0,0 +1 @@
<span style="white-space: nowrap;"><em>{{ .Get 0 }}</em></span>

View File

@ -0,0 +1,3 @@
<div class="shortlist" style="margin-left:2em; margin-bottom:1em">
{{.Inner}}
</div>

2
public

@ -1 +1 @@
Subproject commit 7ea1d3457b9fb6d91adc980385dd653399b6ff4e
Subproject commit 42a2ac8b70e8c7ad79abee4481f6874ba3734c75

4
static/css/resume.css Normal file
View File

@ -0,0 +1,4 @@
..shortlist {{
margin: 2%;
color: red;
}

@ -1 +1 @@
Subproject commit ef661d427ef75775051712162000b33cacfbb5bf
Subproject commit 82bbfc025125821767845fd9106579bf318ff2cc