ProjectsAbout
Profile picture
Hi There, I am Peter Urbanovics

I am a software engineer specializing in full-stack web development. I am passionate about designing and building software solutions that are both scalable and high-performance.

Github page of Peter UrbanovicsLinkedIn page of Peter UrbanovicsFacebook page of Peter Urbanovics

Projects

Why did I migrate to jekyll?

React
Static site
WebDev
Blog

Finally I've decided to fully migrate my blog from React to a static site generator. Why did I do that? Let's find out.

Fourier Series

Interactive
Typescript
Math
Fourier

The Fourier Series is a project that uses the Fourier series to draw complex shapes and curves. The user inputs the shape they want to draw, and the program approximates it by drawing a series of rotating circles using the Fourier series.

Animated blocks with ThreeJS

Interactive
Three.js
JavaScript

Simple ThreeJs animation. 10x10 blocks are growing and shrinking over time.

Github Actions Automatic Cancel

Golang
AWS

This project was created to cancel redundant github actions running for the same branch. Its written in Golang and running on AWS.

Shamir's Secret Sharing

Python
Cryptography
Math

Implementation of the Shamir's Secret Sharing algorithm in Python based on the Wikipedia article about the algorithm