JuliusSaik
Software Engineering student @ Vilnius Tech. Currently Full-Stack web app developer. Ex Android app dev.
Lithuania
Pinned Repositories
3SumProblem
gargbage solve medium
Android-RateThisApp
Android library to show "Rate this app" dialog
AR-Practice-App
booklibrary-api
Bubble-Sort-Implementation
Compass-app
Compass app to learn android sensors
Currency-Length-Weight-Converter
My app that converts all metrics of size, weight & curency
fivebulls
Stock intrinsic value analyzer app
gauk10
Flash card learning app [FE]
gauk10-be
The backend API of the "Gauk10" flash card learning web app with a docker-compose file to set up the mySQL database.
JuliusSaik's Repositories
JuliusSaik/fivebulls
Stock intrinsic value analyzer app
JuliusSaik/3SumProblem
gargbage solve medium
JuliusSaik/Android-RateThisApp
Android library to show "Rate this app" dialog
JuliusSaik/AR-Practice-App
JuliusSaik/booklibrary-api
JuliusSaik/Bubble-Sort-Implementation
JuliusSaik/Compass-app
Compass app to learn android sensors
JuliusSaik/Currency-Length-Weight-Converter
My app that converts all metrics of size, weight & curency
JuliusSaik/FirebaseImageDb
Firebase storage practice app (android)
JuliusSaik/gauk10
Flash card learning app [FE]
JuliusSaik/gauk10-be
The backend API of the "Gauk10" flash card learning web app with a docker-compose file to set up the mySQL database.
JuliusSaik/RetrofitApp
My retrofit api practice app
JuliusSaik/wallpaper-practice-app
JuliusSaik/Data-engineering-resources
Resources, main commands, code, concepts etc. used for data engineering. All of it in a readme file for easy access and memory.
JuliusSaik/Heap-Implementation
Implementation of the min-heap data structure (java)
JuliusSaik/Linked-List-Implementation
Learnt how to implement linked list
JuliusSaik/NotifyMe
A Android Library for persistent and time based notifications
JuliusSaik/Queues-Implementation
learnt how to properly implement queues
JuliusSaik/Quick-Sort-Implementation
JuliusSaik/recylerview-practice-app
A practice app to figure out recyler views
JuliusSaik/Red-Black-BST-Implementation
An implementation of RedBlack BST with an in order traversal
JuliusSaik/Remove-Duplicates-From-Sorted-Array
Using a right side while loop and selection sort algorithm, I solved a leetcode problem in O(n) (Easy, first data structures and algorithms practice)
JuliusSaik/rv-dealer
rv dealer website with 4 tabs
JuliusSaik/SearchableSpinner
Fully Searchable Spiner Dialog(Dark Themed)
JuliusSaik/Stacks-Implementation
Learnt how to implement stacks
JuliusSaik/Subscriptions-app-cinamon
Keep track of your subscriptions, a not finished app
JuliusSaik/ToDo-List-Mint
TOdoList
JuliusSaik/Tries-Implementation
Tries implementation