Skip to content

kronosGR/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 

Repository files navigation

Fullstack | Front-End | Back-End(ASP.NET & Node.js) | Java | Kotlin | C++ | Android with Java | Electron

Projects - KronosGR

Fullstack

  • Simple Product Management A simple web application with Microservices - Source Code

    • Node.js
    • Express.js
    • ejs
    • Microservices
    • SQL Server
    • DataWarehouse
    • Azure
    • PowerBI
  • eStore Admin Panel and Rest API - Source Code - Web

    • Node.js
    • bcrypt
    • bootstrap
    • cookie-parser
    • ejs
    • express
    • express-session
    • http-errors
    • jest
    • jquery
    • jsend
    • jsonwebtoken
    • mysql
    • mysql2
    • sequelize
    • supertest
    • supertext
    • swagger-autogen
    • swagger-ui-express
Username: Admin
Password: P@ssword2023
Email: admin@noroff.no
  • Notez(in progress) - Source Code
    • Typescript
    • React.js
    • Rx.js
    • BootStrap
    • Node.js
    • Express.js
    • MongoDb

Top

Front-End

Top

Back-end

ASP.NET

  • Developement House API - Manage a development company - Source Code
    • ASP.NET Web API
    • Entity Framework
    • MySql
    • Authentication
    • Authorization
    • JWT

Node.js

  • Back-end with Rest API Source Code

    • JWT
    • Sequelize
    • MySQL
    • Swagger
    • jest/supertest
  • Animal Adoption - Source Code

    • Node.js
    • Express.js
    • Sequelize
    • MySQL
    • EJS template engine
    • JQuery
  • Meme Central - Source Code

    • Node.js
    • Express.js
    • Passport (for authentication)
    • Passport-local (for local strategy)
    • EJS template engine
    • Express-Session (session middleware)
    • Express-Session-JSON (JSON file session storage)
    • JQuery

Top

Java

  • Account Service - Source Code
    Master the Spring Security module, learn the basics of user authentication and authorization, know how to register security events, and get acquainted with various requirements, such as modern information security standards for web applications.
  • Code Sharing Platform - Source Code
    Get acquainted with server development on Spring Boot and touch on some basic topics in Web-programming such as HTML, CSS, and JS.
  • Recipes - Source Code
    Get to know the backend development. Use Spring Boot to complete this project. Learn about JSON, REST API, Spring Boot Security, H2 database, LocalDateTime, Project Lombok, and other concepts useful for the backend.
  • Cinema Room REST Service - Source Code
    create a simple Spring REST service that will help you manage a small movie theatre. Handle HTTP requests in controllers, create services and respond with JSON objects.

Top

Java

Java Summary

  • Challenging

    • Account Service - Source Code
      Master the Spring Security module, learn the basics of user authentication and authorization, know how to register security events, and get acquainted with various requirements, such as modern information security standards for web applications.
    • Blockchain - Source Code
      Get a profound understanding of how blockchains work, apply your hashing and multithreading skills and learn about (de)serialization: many great topics in one exciting project.
    • Battleship - Source Code
      Understand the process of developing such a complex program as a game and learn about processing user input and handling errors..
    • Code Sharing Platform - Source Code
      Get acquainted with server development on Spring Boot and touch on some basic topics in Web-programming such as HTML, CSS, and JS.
    • Contacts - Source Code
      Learn the essential basics of object-oriented programming: encapsulation, inheritance and polymorphism. Inheritance will allow you to write code that can perform the same process but for different objects. Polymorphism helps to initiate different processes for different objects by using the same method. Also learn to prevent other users of your code to modify the variables using encapsulation.
    • Readability Score - Source Code
      Learn to call programs from the command-line and get more experience with using regexes and Math class.
    • Recipes - Source Code
      Get to know the backend development. Use Spring Boot to complete this project. Learn about JSON, REST API, Spring Boot Security, H2 database, LocalDateTime, Project Lombok, and other concepts useful for the backend.
  • Hard

    • Cinema Room REST Service - Source Code
      create a simple Spring REST service that will help you manage a small movie theatre. Handle HTTP requests in controllers, create services and respond with JSON objects.
    • Amazing Numbers - Source Code
      The project covers basic operations on integers, as well as with collections. Make a program that indicates the properties of the numbers taken from the input.
    • Car Sharing - Source Code
      During the project implementation, you will learn the basics of SQL and work with the H2 database. You will also learn about advanced Java features such as Collections.
    • Coffee Machine - Source Code
      This project allows you to better understand the basic OOP, its main concepts such as classes, class methods and attributes, and get a taste of Java. Practice working with methods, challenge yourself with loops and conditions, and get more confident with OOP.
    • File Type Analyzer - Source Code
      Figure out multithreading and learn to work with Knuth-Morris-Pratt algorithm, a must-know for every developer. Consider Rabin-Karp algorithm the icing on the cake.
    • JSON Database - Source Code
      Get a firm grasp of working with JSON in Java. Also practice parallelization and see how to implement processing multiple requests at the same time.
    • JSON-XML converter(2/6) - Source Code
      Get to know both formats (JSON and XML), gain more experience with collections and figure out object-oriented programming once and for all.
  • Medium

    • Cinema Room Manager - Source Code
      This project is a good opportunity to work with input and output in Java. You will deal with arrays and functions as well as loops and conditional statements.
    • Encryption-Decryption - Source Code
      Gradually get familiar with Java, paying special attention to working with files and the command line.
    • Music Advisor - Source Code
      Work with Spotify’s API, get acquainted with Java Generics and apply design patterns to make your code from good to superb.
    • Number Base Converter - Source Code
      Master loops and functions, learn about numeric data types, and explore different numeral systems including binary — one of the basic concepts in programming.
    • Tic-Tac-Toe with AI - Source Code
      Get to know a lot about planning and developing a complex program from scratch, using classes and methods, handling errors, and processing user input. Learn to use OOP (Object-Oriented Programming) in the process.
    • SQLite Viewer - Source Code
      Create a SWING application and connect an SQLite database to extract the data into a JTable.
  • Easy

    • Simple Tic-Tac-Toe - Source Code
      Get to know a lot about planning and developing a complex program from scratch, using methods, nested lists, list comprehension, handling errors, and processing user input.
    • Zookeeper - Source Code
      understand some syntax basics and learn how to work with variables, data storage types such as arrays, and while loops.
    • Simple Chatty Bot - Source Code
      know the basic syntax of Java and write a simple program using variables, conditions, loops, and methods.

Top

Kotlin

  • Words Virtuoso - HARD - Source Code
    Work with strings, files, and collections. Learn how to use colors in console applications. These are the basic tools for creating an entertaining and good-looking programs.
  • Number Base Converter - MEDIUM - Source Code
    Master loops and functions, learn about numeric data types, and explore different numeral systems including binary — one of the basic concepts in programming.
  • Unit Converter - MEDIUM - Source Code
    Get comfortable with the basics of coding: loops, conditions, and data input and output.
  • Cinema Room Manager - EASY - Source Code
    This project is a good opportunity to work with input and output in Kotlin. You will deal with lists and functions as well as loops and conditional statements.
  • Simple Tic-Tac-Toe - EASY - Source Code
    Get to know a lot about planning and developing a complex program from scratch, using methods, nested lists, list comprehension, handling errors, and processing user input.
  • Coffee Machine - EASY - Source Code
    better understand the basic OOP, its main concepts such as classes, class methods and attributes, and get a taste of Kotlin. Practice working with functions, challenge yourself with loops and conditions, and get more confident with OOP.
  • Zookeeper - EASY - Source Code
    understand some syntax basics and learn how to work with variables, data storage types such as arrays, and while loops.
  • Simple Chat Bot - EASY - Source Code
    know the basic syntax of Kotlin and write a simple program using variables, conditions, loops, and functions.

Top

C++

From Udacity Nano Degree - Part projects

Top

Android with Java

  • Ship Engine Hour Log - Source Code A application made for a captain to log the ship engine hours

  • Wind Converter - Source Code Converting wind speed between m/s, km/h, mph and beaufort scale

  • Log me - Source Code Log every event happens around you. You can add text, image and audio

Top

Electron

  • Gollama An GUI application for Ollama. The user can manage models, have multiple conversations with different model. Also to copy/paste parts of the conversations. - Source Code

    Work under progress

    • Electron.js
    • React.js
    • TypeScript
    • Tailwind CSS
  • Chronos Simple stopwatch and timer - Source Code - snap, deb, AppImage, exe files

    • React.js
    • Electron

Top

*Difficulty(Challenging | Hard | Medium | Easy)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors