Kurabombei
Skyrocketing my Front-end skills up and higher. Angular 10+, Vue.js (3), web3.js, three.js.
Lviv, Ukraine
Pinned Repositories
advanced-fe-topics
A repository for own learned advanced (and not really) topics in js, ts, css, rxjs, Angular and other FE technologies and frameworks.
basic_todoapp
An Angular + .NET basic todoapp with tasks. Done using basic MVC architecture
CinemaNetSystem
ciphers
A website with different ciphers (caesar cipher etc.) built for studies.
employee-system-frontend
An Angular app with an full jwt-token authorization for an employee system project. It has also the back-end part written in Java in other repository.
GettingStartedWithThreeJS
A simple html + css + vanilla JS project to grasp all the possible features of Three.js library.
parallel-calculations-with-gpu.js
A project for testing out basic calculation using CPU and integrated GPU with a gpu.js lib.
react-firebase-chat-app
A basic react + firebase chat, which is built with material-ui components and google login with firebase auth. In addition, a firestore was used to save messages in a NoSQL database.
self-watering-plant
arduino project #1
vuejs_minimalistic_todolist
A minimalistic Vue.js To Do App, built during js practice at Eleks with a mentor's guidance.
Kurabombei's Repositories
Kurabombei/self-watering-plant
arduino project #1
Kurabombei/basic_todoapp
An Angular + .NET basic todoapp with tasks. Done using basic MVC architecture
Kurabombei/CinemaNetSystem
Kurabombei/parallel-calculations-with-gpu.js
A project for testing out basic calculation using CPU and integrated GPU with a gpu.js lib.
Kurabombei/advanced-fe-topics
A repository for own learned advanced (and not really) topics in js, ts, css, rxjs, Angular and other FE technologies and frameworks.
Kurabombei/ciphers
A website with different ciphers (caesar cipher etc.) built for studies.
Kurabombei/employee-system-frontend
An Angular app with an full jwt-token authorization for an employee system project. It has also the back-end part written in Java in other repository.
Kurabombei/GettingStartedWithThreeJS
A simple html + css + vanilla JS project to grasp all the possible features of Three.js library.
Kurabombei/react-firebase-chat-app
A basic react + firebase chat, which is built with material-ui components and google login with firebase auth. In addition, a firestore was used to save messages in a NoSQL database.
Kurabombei/vuejs_minimalistic_todolist
A minimalistic Vue.js To Do App, built during js practice at Eleks with a mentor's guidance.
Kurabombei/angular-13-template
A template app with all that's needed for an Angular 13+ application.
Kurabombei/angular8-dashboard-proj
An Angular8 project, in which i am learning to create a responsive dashboard with Angular Material and fancy ng2-charts.
Kurabombei/change-detection-strategy-practice
An app to investigate change detection mechanism, it's strategies and fallbacks as well as upsides.
Kurabombei/d3-graphs
A d3.js/vanilla js project built for passing "Discrete models in CAD" course in Lviv Polytechnic National University.
Kurabombei/Demodon.com
Kurabombei/express-js-simple-server
Simple express js server which returns an index.html file and does calculations from seconds to hours. It is done as a task for my masters' studies.
Kurabombei/matrix-vector-mult-with-gRPC-on-NodeJS
An implementation of basic matrix & vector multiplication, where the matrix rows are divided into groups of 2 and sent to a server with a vector as a message. The server uses GPU.js to make multiplications faster (true if the matrix size is bigger than 350x350) and outputs results into its console.
Kurabombei/mean-stack-e-commerce-app
MEAN Stack E-Commerce App: Angular 15, NX, PrimeNg made during free time.
Kurabombei/mentorcape
MentoKPD or Mentor-caped or MentoCape (work in progress) is an Angular 13 + firebase app, which will be built to organize mentorship in universities between students. It is my dyploma project. ^_^
Kurabombei/next-js-practice-app
An next.js app for learning usage of next.js for SSG / SSR.
Kurabombei/programming_principles
A collection of directories with simple examples (in Javascript) on many cool and awesome principles, which make our developer experience better, and guarantee easier expansion of our projects. Currently added SOLID principle, more to go in 1-2 weeks.
Kurabombei/pwa-boilerplate-with-sw
A basic app, which has service worker set up and is ready to be a Progressive Web Application. At least, It has the badge in Lighthouse ;D
Kurabombei/python-ml-uni-studies
A basic repo made solely for python machine learning lab work during masters degree at Lviv Polytechnic National University.
Kurabombei/react-animal-farm-search
A react+node.js app (i mean express.js server as node) which has randomized animals and has a server-side search feature with cached search query. It was used to learn creating, maintaining and expanding hooks in react.
Kurabombei/react-practice-app
An app for react practices, learning new features and best practices of react.
Kurabombei/recursive-multiplication-of-matrices
A node JS app for multiplying 2 square-shaped matrices iteratively with Promises and recursively.
Kurabombei/risk_and_uncertainty
A console js app, which helps you to choose the business development strategy with evaluation given in a file. It uses Wald's criteria and Routh–Hurwitz stability criterion and some other stuff.
Kurabombei/sellioneer
Kurabombei/three-js-particles
A three.js project, in which I am practicing adding and customizing particles to a web page.