Ivan Ivanovlogo

Projects

This is a selection of personal open-source projects and work done as an employee and freelancer.

2024

Sensor Network

Simple microservice based architecture system to collect data from IoT measurement devices. For software realization using Spring Boot, Spring Cloud, Spring Eureka, MongoDb and Next.js
2023

PasteX

My Next.js fork of popoular PasteBin application.

Blogy

Simple blog system built with Spring Boot, Thymeleaf and PostgreSQL, also using best practices in the world of Java programming, Spring web development and JPA mapping.
2022

Sticky Notes

A simplified and lightweight version of the popular application built with React.js and fully uses React Hooks for software part and localStorage for store notes.
2021

Weather Station

System for measuring temperature, atmospheric pressure, humidity and air quality index is fully implemented through ESP32 for microcontroller and BME680 for sensor. Later I realized communication via LoRa for remote measurement and local processing.
2018

Paste Bin

My PasteBin.com project fork for fast paste sharing. This is my first ASP.NET Core MVC project, also using Entity Framework for ORM with MS SQL Server.
2017

Blog System

A simple blog system built with ASP.NET MVC and MSSQL with Entity Framework and used best practices for software development and design patterns. This project have administration area for manage pages, posts and main blog navigation. All project implementatiion based on MVC arhitecture, AJAX requests, Design Patterns.
2015

2048

he popular game 2048 implemented entirely with VannilaJS without external libraries and TypeScript. The design is entirely original. The game using LocalStorage API for store results.