Skip to content
View JanezSedeljsak's full-sized avatar
🖥️
CS student & Polyglot developer
🖥️
CS student & Polyglot developer
  • Slovenia
  • 18:46 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report JanezSedeljsak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JanezSedeljsak/README.md

Hi there, I'm Janez 👋

I'm a software developer currently studying computer science at The Faculty of Computer and Information Science in Ljubljana while partially working for PRO-BIT as a full-stack engineer.

Personal info

Road map

  • 2016 - The first actual project - a simple static html & css website
  • late 2017 - Learning Java & JavaScript (basics of programming)
  • early 2018 - C# - windows forms, small web apps with JS
  • late 2018 - Electron, Flask, AngularJs
  • 2019 - Smart contracts (basics of blockchain with Solidity)
  • 2021 - Introduction to AI (machine learning, search algorithms, data science, visualizations & prediction models)
  • early 2022 - Language complilation, creating a Java interpreted language
  • late 2022 - Decision models in Python, WebGL2 + GLSL shaders, software engineering concepts, enterprise React Native
  • early 2023 - Distributed systems & algorithms with CUDA, deeper dive into data science, devops (ci/cd, nginx, docker)
  • mid 2023 - Deep dive into relational databases, indexing & development of my own DBMS integrated into the Python programming language - graduated with a comp. sci. degree
  • late 2023 - Containerization (Kubernetes, logging, metrics, ...), Metaheuristic Algorithms, Machine learning and Bioinformatics

Mentoring experience

  • 2019 january - Python - beginner course
  • 2019 july - Python & Django - intermediate course
  • 2020 january - Electron & Vue - beginner course
  • 2020 july - Unity 2D game development - beginner course
  • 2020 august - Devolper onboarding - AngularJS & Flask (advanced)
  • 2022 august - React & Node - intermediate course
  • 2023 july - HTML & CSS & JS - beginner course

Pinned Loading

  1. graphenix graphenix Public

    Graphenix is an integrated DBMS for Python that allows you to easily store and retrieve data within your Python application. The core of the library is written in C++, making it a high-performance …

    C++

  2. game-theory-app game-theory-app Public

    🤖🎮 Game-theory-app is a product of the minimax algorithm on Tic-tac-toe and Connect-4 with some crafty techniques to optimize the algorithm

    Go

  3. movie-book movie-book Public

    This project showcases a full-stack development and devops landscape, through a simple movie recommendation application.

    TypeScript

  4. space-pirates space-pirates Public

    🎮 Space pirates is a 3D game developed with WebGL2. The main goal is to collect the required amount of space rocks....

    JavaScript

  5. mysql-scheduled-exporter mysql-scheduled-exporter Public

    The repo provides a solution for scheduled exports of MySQL data. The workflow, utilizing Docker and cron, streamlines the process of exporting, encrypting and decrypting data.

    Shell

  6. path-finder path-finder Public

    🤖📈 A visual representation of labyrinth solving with common traversal and heuristic algorithms + basic AI patterns

    Java 2