Filip Grzymski

What I do

Backend development

Web development

Task automation

Web scraping

Preferred stack

Python

Nginx

Docker

Django

PostgreSQL

Other technologies/skills

  • BSc degree
  • Git
  • Linux
  • C Programming
  • Cybersecurity
  • SQL
  • API
  • HTML/CSS
  • Javascript
  • jQuery
  • Wordpress
  • Redis
  • LaTeX
  • Grafana
  • Prometheus
  • Jupyter Notebook

My project history

2024
Web interface/API for an electronic thermometer

I've made a web interface and an API for a microcontroller measurement instrument. This project challenged me with many unique performance issues. The difficulty stemmed from the many limitations of the relatively microcontroller, which forced me to optimize the interface to be lightweight and utilize caching as much as possible. I've made this project as a part of my BSc thesis.

2023
Commercial work

For about a year I was employed at a company. My tasks: I developed an automation script for an internal API, I maintained two websites and simultaneously developed and deployed two new ones (I was the sole developer).

2022
Hermes framework bots

During this year I've made a few web scraping bots based on my framework. I've used them to scan the news page of my university's website and online shopping offers.

Hermes framework

Framework designed to aid in the creation of a certain type of web scraping bots. I've found myself often making small web scraping applications that monitor news or product feeds and notify me when new posts appear. Framework is made in such a way to streamline the implementation of such apps while also offering design flexibility.

2021

This is an online notepad website. Notes can be shared between multiple people. I've made this project mostly to learn more about web development.

Passwords are generated using a dictionary of least used english word which are joined together. This method produces passwords which can be very secure while being fairly easy to remember and type at the same time. I've made this project mostly to learn more about web development.

This was a first website I've ever built. User can calculate some hashed of an arbitrary string. It's design leaves a lot to be desired, but I've improved a lot since.

A Python app with a GUI that simulates parabolic throws based on user given variables (angle, velocity etc.). During the programming of this application I've understood the importance of writing good quality code. This was my largest project at the time and I remember getting constantly lost in my unorganized code. I've made this project to familiarize myself with desktop application development.

Simple desktop stopwatch application. My first application with a graphical interface, quite the step up from console apps. I've made this project to familiarize myself with desktop application development.

2020

Python app that sends e-mails with weather forecasts. It's designed to run daily on Linux systems using cronjob. My first web scraping program.

2019
Encryptor

My first programming project. Originally written in C, but at some point later I've also made a similar version in Python. This is a console program that encrypts/decrypts short messages using my own simple encryption algorithm.