Some things I've built

Below you can see my latest projects. All of them have started from my personal need, either I have needed something, or I have wanted to test out something new.

My Web API template (REPO)

This is my opinionated template for creating APIs for my needs. This project started as my place to store the patterns and other cool things that I have found useful, when creating Web APIs with ASP.NET. This also saves so much time when starting a new project, when you have some boilerplate already made. My focus is to keep constantly updating the template, always when I learn something new and useful.

Used technologies: .NET, C#

Priorizer (REPO)

This project is my tinkering project for frontend. On this project I like to try out different concepts and ideas. The latest concept I wanted to try out were the drag and drop functionalities.

Used technologies: React

GetColors browser extension (REPO)

This little project I made, was for my need to get color codes from any website fast and easy. Also to challenge myself, I wanted to make it without any libraries or frameworks.

Used technologies: Plain HTML/CSS/JS stack

Personal page (REPO)

This page you are on right now. I researched different kind of frameworks for this project, and went back and forth with Hugo, Gatsby and Next.js for example. Gatsby documentation seemed good, so I went with. So far it has been really nice experience, everything works splendidly.

Used technologies: Gatsby, React, Styled-Components