Pinned Repositories
Artifacts
Highlighting the fundamental concepts of Java
basic-form-validation
practice with useReducer building a custom hook to manage multiple form inputs
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
Data-mining
Classify comments from users as offensive or not offensive (neutral) with Naive Bayes, SVM, Random Decision Forest
discord-ui-clone
Built a Discord UI clone using React, Styled Components, React Router
food-order-app
Built a food order SPA from scratch using ReactJS, Context API, React Router, Custom Hooks, vanilla CSS modules and with Firebase serverless service for HTTPS requests
LSTM-Neural-Networks
Neural Networks Long short-term memory for forecasting timeseries, timeseries anomaly detection and convolutional autoencoder for dimensionality reduction
movies-db
A web application that allows users to search for movies and display detailed information about them
quotes-spa
Create a single page application with quotes using react-router and restful api methods. The user can fetch and read the already existing quotes and add comments to them, as well as add new quotes to his collection
shopping-cart-redux
Built a React shopping cart SPA using redux-toolkit
EPantelaios's Repositories
EPantelaios/LSTM-Neural-Networks
Neural Networks Long short-term memory for forecasting timeseries, timeseries anomaly detection and convolutional autoencoder for dimensionality reduction
EPantelaios/Artifacts
Highlighting the fundamental concepts of Java
EPantelaios/basic-form-validation
practice with useReducer building a custom hook to manage multiple form inputs
EPantelaios/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
EPantelaios/Data-mining
Classify comments from users as offensive or not offensive (neutral) with Naive Bayes, SVM, Random Decision Forest
EPantelaios/discord-ui-clone
Built a Discord UI clone using React, Styled Components, React Router
EPantelaios/food-order-app
Built a food order SPA from scratch using ReactJS, Context API, React Router, Custom Hooks, vanilla CSS modules and with Firebase serverless service for HTTPS requests
EPantelaios/movies-db
A web application that allows users to search for movies and display detailed information about them
EPantelaios/quotes-spa
Create a single page application with quotes using react-router and restful api methods. The user can fetch and read the already existing quotes and add comments to them, as well as add new quotes to his collection
EPantelaios/shopping-cart-redux
Built a React shopping cart SPA using redux-toolkit
EPantelaios/Database-Management-System-block-level
Internal operation of Database Systems in terms of low-level block management using primary and secondary hash tables
EPantelaios/expenses-tasker
Create a tasker to manage expenses
EPantelaios/goals-tracker
Tracking schedule app to help you reach your goals
EPantelaios/knn-and-clustering-with-timeseries
Approximate Nearest Neighbor and K-means++ Clustering with timeseries
EPantelaios/Operating-Systems-Semaphores-and-Shared-memory
EPantelaios/Operating-Systems-Virtual-Memory-Simulation
Simulation of Virtual Memory Addresses using Hashtables and mapping to Physical Memory Addresses
EPantelaios/react-ts-selector
Select components the right way with just react and typescript. It also includes best practices for accessibility on the web.
EPantelaios/System-Programming-Low-level-IO-and-Signals
System Calls and low-level communication between processes with named pipes and signals at Unix-based Operating Systems
EPantelaios/System-Programming-Skip-lists-and-Bloom-filters
Implementation of Data Structrures: 1) Skip Lists and 2) Bloom Filters
EPantelaios/System-Programming-Sockets-and-Multithreading
Low-level web programming with Sockets and proper management of processes using Threads at Unix-based Operating Systems