Kieran Cartoonized

Kieran Wood

Positions

Service Specialist

Information Technologies, Solutions and Service Delivery | Web Services

Contact information

Background

Credentials

Advanced Open Water Diver, PADI, 2016

Rescue Diver, TDI/SDI, 2017

Biography

Undergraduate student majoring in Computer Science with a Minor in Philosophy. I work in the web services team helping to troubleshoot any issues on University of Calgary sites along with providing general support for the University of Calgary sites.

 

Additionally I do contracting work in web development, and plenty of open source development work. Details can be found on my website/github for both.

Projects

ezcv

A python-based static site generator for setting up a CV/Resume site

 

Available for installation through pypi (pip for python 3) by running: pip install ezcv or sudo pip3 install ezcv

 

The source code is available at https://github.com/descent098/ezcv

API Documentation available at: https://kieranwood.ca/ezcv/

User Documentation available at: https://ezcv.readthedocs.io/en/latest/


Simple OTP (One Time Pad)

A very simple implementation & explanation of a one time pad. Designed to help teach the workings in a simplified manner for everyone to understand.

 

The source code is available at  https://github.com/Descent098/simple-otp

Animated explanation is available here: https://www.youtube.com/watch?v=QVV_bUxxiZ8

Walkthrough of the python code available here: https://www.youtube.com/watch?v=50XM-h3h6Fw


Schulich Ignite

As a member of Schulich ignite I have:

  • Helped create the existing website https://schulichignite.com 
  • Helped to create, mentor, and lecture lead several courses (Beginner Python, Intermediate python [flare], Web development [scorch])
  • Participated in third party presentations (NASA Hackathon)
  • Helped build several open source projects
  • Built out content
    • Slides
    • Videos
    • Blog/resource posts

Spark

A jupyter notebook drawing library based off processing used to help teach the courses at schulich ignite

 

Available for installation through pypi (pip for python 3) by running: pip install schulich-ignite or sudo pip3 install schulich-ignite

 

The source code is available at: https://github.com/Schulich-Ignite/spark

Documentation available at: https://spark.schulichignite.com/


sws (Super Web Scripts)

Super web scripts; A CLI and API for simplifying common web tasks such as:

  • Getting domain registrar details
  • Getting DNS records from a domain
  • Downloading YouTube videos
  • etc.

 

Available for installation through pypi (pip for python 3) by running: pip install sws or sudo pip3 install sws

 

The source code is available at https://github.com/Descent098/sws

API Documentation available at: https://kieranwood.ca/sws/

User Documentation available at: https://sws.readthedocs.io/