Angular
Angular was the first JS framework that I've met. My thesis project (still not fully finished tho) was build in Angular. Since I came to front-end technologies from other OOP languages rather than JavaScript itself, thanks for Angular, my begginings were easier.
Louis XIV, the Sun King, the symbol of absolute power in Europe. During his long reign France was the leading European power. Despite his powerful image he sufferd a number of diseases. Louis outlived most of his legitimate sons. Napoleon described him 'the only King of France worthy of the name'.
C# + .NET
Honestly, I run into C# and .NET by accident. That was due to tech stack of group project on university where I was responsible for front-end layer ('Office Pathfinder' in project's section). I've also tried a Java Spring, it wasn't bad, but at the end of the day I find .NET to be more intuitive and less troublesome. I also decided to stick with .NET also for my bachelor thesis project.
Marriage between Henry VII Tudor and Elizabeth of York ended War of the Roses - last episode of 100-Years War. Tudors eventually came victorious among the other noble families competeting for the English crown. Marriage between the members of two opposite factions bring finally a peace and prosperity for England.
React
After Angular, I moved to React, which I was learning while making some smaller projects. It's my most recent and also the biggest intrest for now. Mainly because it's more flexible, since it's more like a library than a framework. But still it can be really powerfull tool, React with Redux can surely compete with Angular in case of larger projects.
Young Peter Romanov was a first heir to the Russian crown who traveled around Europe. During his journey he focused on learning foregin cultures and policies. All for great modernization of his country after taking the rule. In the future, deservedly, will be called 'the Great'.
JavaScript
I wasn't learning JS from scratch, because I had some knowledge of programming, I started straight up with the frameworks simultaniously filling my lack of knowledge in JS.
Just look how well JS icon goes with jaguar skin on Stefan Czarniecki's armour.
SQL
I'm not gonna lie, Entity Framework makes you a bit lazy in case of SQL. However, I was learning about creation and maintanance of relational databases.So writing some queries in SQL won't be a huge surprise for me.
Edward the Confessor reign was remembered as a peaceful time, but in reality even though the king was a honest man, he wasn't a independent ruler, when three english earls held true power. Edward did not have any child and with his death the succession war fired. Eventually England was conquered by the Normans under rule of William the Bastard.
Java
First typically OOP language that I was learning. I left Java for C# and get into .NET framework. Recently, due to my university courses, I got some basic knowledge abot Spring. Return to Java is not impossible.
Henry V Lancaster ruled at the late phase of 100-Years War. His reign was remember due to his victorious campaigns in France, which effected with marriage with french princess assuring french throne for Henry's son. Unfortunetely Henry V died when his only son was an infant. Rule of baby-king came with the chaos in english-french relation and breaks previous agreement. Lately, Henry VI will be called mad and dethroned. Finally House of Tudors took over the english crown.
Description TL;DR: Social media, forum, classic RPG games
Technology stack: Angular 8, C#, .NET Core 3.1
Description:The 'social media' module of this app I made for my bachelor thesis. What I mean by 'social-media' is user profiles, friends lists, creating events and private messages. Client APP was made with Angular 5, when API with .NET Core 2.0 and Entity Framework. After that I was coming back to this project. from time to time. Once I redesigned layouts and added forum module, other time I reworked API, since I wasn't really happy how it was done. Rercently, backed with new experience and knowledge I've returned to it in order to prepare the app for deployment. However, when I saw my code from around 2 years ago, I decided that I should not even bother with deployment of such a monstrosity. After almost a month of reworking the client app, I'm finally ready to present its current stage. In this demo version you can log in as a prepared demo-user (login: kazio7, password: demoacc), however in this case all of the implementation that affects the state of whole app are disabled. Meaning you can only click-around the app, send a message to someone, post new forum message, but you cannot change profile picture or throw away players from existing games. On the other hand if you decide to create new account, all the functionalities will be available. This vesion of the app allows creating and signing-in to the accounts, searching players or games, creating new ones, creating and deleting topics and messages in game's forum, managing players within the game, sending private messages. Also in case of small funny thing that I've implemented here, it is worth to mention about uploading own profile images and also posting forum-messages with images inside. However the app is not completely finished, since it still needs implementation for refreshing access tokens for logged users and probably some SignalR usage for pushing notifications from the server.
Demo:login: kazio7, password: demoacc or create your own