Pinned Repositories
.NET-Console-DependencyInjection-Template
.NET-Console-DependencyInjection-Template
Basic-Calculator-CPP
A basic calculator made in C++. Back-end logic, Unit Tests and GUI made with Qt
DrinkSomeWater
IDLE game build with React.js, CSS, HTML
FizzBuzz-Co.
FizzBuzz Co. Module for serious business.
GAN
A simple GAN made with PyTorch
Machine-Learning---Educational-Material
This repository is focused on providing educational material to those who start learning Machine Learning with python. [Many things I learn myself as I provide material for education, therefore the repository is of an altruistic character; have fun learning new things!]
Master-s-Thesis
Code solution developed in the research for the Master's Thesis
Mega-Playground
A Mega Playground type project where new things could be stacked on top of other things and see how a bigger system interacts and works.
Path-Finding-with-C-Sharp
Path Finding with C#
SortingInSFML
Sorting algorithms visualized using SFML
Si-ja's Repositories
Si-ja/Machine-Learning---Educational-Material
This repository is focused on providing educational material to those who start learning Machine Learning with python. [Many things I learn myself as I provide material for education, therefore the repository is of an altruistic character; have fun learning new things!]
Si-ja/DrinkSomeWater
IDLE game build with React.js, CSS, HTML
Si-ja/FizzBuzz-Co.
FizzBuzz Co. Module for serious business.
Si-ja/GAN
A simple GAN made with PyTorch
Si-ja/.NET-Console-DependencyInjection-Template
.NET-Console-DependencyInjection-Template
Si-ja/Basic-Calculator-CPP
A basic calculator made in C++. Back-end logic, Unit Tests and GUI made with Qt
Si-ja/Master-s-Thesis
Code solution developed in the research for the Master's Thesis
Si-ja/Mega-Playground
A Mega Playground type project where new things could be stacked on top of other things and see how a bigger system interacts and works.
Si-ja/SortingInSFML
Sorting algorithms visualized using SFML
Si-ja/.NET-Core-PostgreSQL-Docker-Template
.NET Core + PostgreSQL + Docker Template to allow for faster start with various projects
Si-ja/Async-And-Threading-with-.Net
Async And Threading with .Net
Si-ja/ConfigurationsExample
A project that presents an option how settings for application functionality purposes can be made to be read effectivelly and mocked if required for testing.
Si-ja/Cython---The-New-Beginning
Let's learn how to use Cython by going through the documentation little by little.
Si-ja/Dashboard-Python
A dashboard made with python and dash module
Si-ja/Drink-Some-Water-v2.0
Re-word of the original project Drink Some Water
Si-ja/Educational-Micro-Projects-in-C-Sharp
Small projects done in a span of few hours at best. The core idea is to study various components of C# language and implement small applications of those components with utmost basic ideas.
Si-ja/Factories-Interfaces-Java
Utilization of Factories & Interfaces performed in Java
Si-ja/HangMan-with-CPP
Hang Man game written with C++
Si-ja/JenkinsSandbox
A smal repo with projects that can interact with each other and created for testing the ability to utilize Jenkins for builds.
Si-ja/KafkaWordEntry
Experimental attempt to get a word counting app going with Kafka Streams
Si-ja/MultipleTimers
A project that experiments adding a background service to the console application.
Si-ja/PySpark-a-new-hope
Getting started with PySpark and Spark one step at a time. All of the script are made in a sequential type of a tutorial by a person who is learning everything himself.
Si-ja/RabbitMQ-between-languages
An example of how rabbitMQ instead of an API can be used to allow for a communication between applications. In this case examples cover Python at the core of all calculatioins, with other languages using its algorithms.
Si-ja/Random-Projects
Various small projects done with Python and Java. Mostly for educations purposes.
Si-ja/Recommend-Me-Something
A random recommendations tool built with Flask, Vue.js and SQLite
Si-ja/Sentiment-Analysis---Java
Sentiment Analysis performed with Java
Si-ja/Si-ja
Si-ja/SortingAPI
An API that implements sorters for the int values - in C# with .NET
Si-ja/SpringBoot-SmallTestingAround
Playing around wityh Spring Boot and remembering how that works with Java
Si-ja/Unit-Testing-Python
Simple example of Unit Testing done with Python