int main()
{
printf("Hello world! My name is Alex also known as @endlesslydivided. Welcome to my github page and have a great day!");
return 0;
}
ELECTRA is crossplatform web-application for an online electronics shop.
- Development language: JavaScript
- Used technologies and key words: JavaScript, NodeJS, Express, React, React Bootstrap, HTTPS, WSS, WebDav, MVC, PostgresSQL, JWT
FoodTrack (client-server version) is a web-application in which the pattern MVC was implemented. While developing the database architecture, OLAP data processing technology was implemented.
- Development language: Java
- Used technologies and key words: Spring Boot, Spring Security, Spring Data, OpenAPI, Swagger, JPA, Web-application, Client-server, MVC, Repository, Microsoft SQL Server
FoodTrack is an application that allows you to track your callories consumption, modify your diet and achive your sporty goals!
- Development language: C#
- Used technologies: WPF, SQL, Entity Framework Core
This is a project, the main goal of which was to study the process of developing a desktop application using a database. The project implements the architectural pattern MVVM. The database creation script is attached to the project. Year of development: 2021.
This is a course project that is dedicated to the creation of my own compiler. KAA-2020 is a statically typed high-level compiled programming language.
- Development language: C++
- Final-translation language: Assembler
This project implements lexical, syntactic and semantic code analysis, as well as the generation of assembly language code. Year of development: 2020.