Hello! My name is Jakub Paweł Cichon.

I'm a highly technical IT Professional with 6 years of experience. I find myself drawn to technology because of what it enables me to do. What I enjoyed most about my academic experience was writing code in R and Python for statistical computing. I found that love for solving problems with code manifested itself again when I joined the workforce. I worked as a Web Infrastructure Specialist at a banking software company in Connecticut starting in September 2018 where I had the opportunity to support critical enterprise applications and learn a whole lot more about web technologies and infrastructure than I ever knew, while at the same time learning there was so much more that I didn't know. What started as a level 1 position focused primarily on supporting a million+ user web application with on-premise infrastructure, and doing sometimes repetitive but critical work, blossomed into a role where I learned the power of automation, I discovered the joy of code through learning PowerShell, and I served as a force multiplier for my team by enabling them with custom tools that reduced toil. My ultimate goal was to transform my role into one that aligned with what I had discovered about myself: I like to a) question assumptions, b) solve real problems that you can only identify by doing the actual work, and c) learn new things for the sake of knowledge (I value competency, and strive to improve mine). In September 2022, I enrolled in a Full Stack Coding Bootcamp that enriched me with modern web application development practices and gave me an environment to work collaboratively with eager students of the craft. Given I was still working full-time, this was both a thrilling and exhausting endeavor, though it was invaluable experience despite the latter. After the end of the program, I decided to leave my current employer to take a break and pursue the next phase of my career. In hindsight, I can say that -- given the tech job market -- this wasn't my best idea! I had a brief stint at a local university doing application support, and decided to return to my former employer in a new role and a new domain, focused on technical risk and security.

I'm professionally experienced with supporting distributed applications, application deployment, automation, tool development, and incident management. I love the power of shell scripting, whether it is PowerShell or Bash. I like to build tools to solve my own problems. I'm constantly looking to fill the gaps in my knowledge. I'm particularly interested in web development, Linux system administration, and the command line interface. I have a low-stakes homelab set up in which I run Debian Linux on some old hardware with too many hard drives, which primarily serves as my network storage. I really enjoy using macOS for my main workstation and I've been using Macs alongside Windows for over 10 years now. I love the UNIX Philosophy. I'm also a fan of free open source software and the ethos behind it.

My Projects

Take a look at what I've been working on lately.

kingme website landing page
React
node.js
express.js
MongoDB
GraphQL
TailwindCSS

kingme.gg

kingme.gg is an online checkers game built with Node.js, Express, React, MongoDB, GraphQL, and TailwindCSS. Multiplayer support is still a work-in-progress. Currently users can choose to play in a hot-seat mode where they play against someone else locally on the same device.

GRIMS web application landing page
node.js
express.js
MySQL
Handlebars
Bootstrap 5

G.R.I.M.S

G.R.I.M.S (General Retail Inventory Management System) is an online inventory management system. Users can log in and view, add and edit or delete products. They have the ability to manage the price and current stock of individual items. This application integrates with the cloud image host Cloudinary and is hosted on Heroku.

Mega Tech Blog user dashboard
node.js
express.js
MySQL
Handlebars
TailwindCSS

Mega Tech Blog

Mega Tech Blog is an online micro-blogging platform focused on technical discussions relating to web developement, devops, and security. Users can create an account and post about their experiences with various technologies or their thoughts on anything tech-related. Users can also comment on other users' posts. This application is built with the MVC paradigm, uses the MEHN stack (MySQL, Express, Handlebars and Node.js), and is hosted on Heroku.

screenshot of social network API being tested in Insomnia
node.js
express.js
MongoDB
Mongoose

Social Network API

This is a RESTful API that serves as a backend for a social network web application where users can share their thoughts, react to friends thoughts, and create a friend list. This application uses a NoSQL database and is built with Express.js.

Employee Tracker CLI tool terminal window
node.js
MySQL

Employee Tracker CLI Content Management System

Employee Tracker is a CLI content management system (CMS). The purpose of this tool is to manage a database of employees at your company. This application runs on Node.js and connects to a MySQL database. When you run it you will be presented with choices that include creating, reading, updating, and deleting information from the CMS. The data is displayed in a table in your terminal.