Projects in Awesome Lists by Poltanek
A curated list of projects in awesome lists by Poltanek .
https://github.com/poltanek/hq-and-remote-site-network
Designed and securely configured using Cisco Packet Tracer, applying L2 VLAN Security, Site-to-site VPN, Appropriate Access Control Lists (ACL), Port Security and Basic Device Security.
network network-design network-design-for-an-organization network-design-problem network-security network-security-auditing network-security-lab network-security-management network-security-monitoring network-testing
Last synced: 28 Feb 2026
https://github.com/poltanek/cisco-packet-tracer
Whilst learning Cisco Packet Tracer I began to create and work on certain projects that helped me design and secure my HQ Operated Network with a site to site established network connection with VLANs and Internet setup with security steps necessary to prevent malicious attackers
cisco cisco-ios cisco-it-networking cisco-packet-tracer network-monitoring network-security network-security-lab network-security-management network-security-monitoring network-security-tool networking networking-tools
Last synced: 06 Mar 2026
https://github.com/Poltanek/Simulation-Software-Testing
Through testing I learnt how to apply pytest and unittest using various different types of software testings for my simulation ensuring all values and features are processed properly and to ensure safety of critical systems.
pytest python python3 software-testing testing testing-framework testing-library testing-tools unittest
Last synced: 13 Mar 2025
https://github.com/Poltanek/Book-Display-WebApp
Full-stack website using MERN stack and integrating a server-side database using monolithic application structure. The website is calle Midnight Manuscripts and is supposed to be deployed using Microsoft Azure.
css express html javascript mongodb mongoose node postman react restful-api
Last synced: 10 Sep 2025
https://github.com/poltanek/simple-tcp-chat-room
A Simple TCP Chat Room created through Python I wanted to implement and use threads and sockets to create a Chat System between two users through a local hosted server
Last synced: 18 Jul 2025
https://github.com/poltanek/horsepower-car-prediction
This script trains a linear regression model to predict horsepower using features like MPG, cylinders, weight, acceleration, and model year. The model achieves an MSE of 250.23 and an R² score of 0.82, explaining 82% of the variance.
Last synced: 29 Jun 2026
https://github.com/poltanek/pathfinding_algorithm
This repository contains an implementation of the A* Pathfinding Algorithm, a widely-used search algorithm for finding the shortest path in a grid or maze. The project is optimized for performance using a priority queue and a heuristic function for efficient navigation.
Last synced: 18 May 2026
https://github.com/poltanek/simulation-software-testing
Through testing I learnt how to apply pytest and unittest using various different types of software testings for my simulation ensuring all values and features are processed properly and to ensure safety of critical systems.
pytest python python3 software-testing testing testing-framework testing-library testing-tools unittest
Last synced: 22 Mar 2025
https://github.com/Poltanek/House-Value-Estimation
I plan to use the House Sales in King County, USA dataset to train a model that predicts house prices based on features such as the number of rooms and other property details.
Last synced: 29 Jun 2026
https://github.com/poltanek/ai-crane-stacker
This project focuses on designing and implementing an intelligent system for optimizing crane operations in a warehouse setting. The crane's task is to efficiently move and stack containers across multiple loading bays while adhering to specific constraints, such as weight limits, stacking rules, and time costs.
Last synced: 30 Jul 2025
https://github.com/poltanek/hotel-booking-system
hotel booking system created in JavaFX
Last synced: 08 Aug 2025
https://github.com/poltanek/snake-game-py
Simple snake game made in python using pygame
Last synced: 04 Oct 2025
https://github.com/poltanek/mern-blog-webapp
MERN stack blog using yarn for package management
css express html javascript mongoose node react yarn
Last synced: 10 Apr 2026
https://github.com/poltanek/motionspace
Using vite for lite static website project builds, react as my javascript framework and netlify for app deployment of static sites to be usable on IPADS and Desktop
deployed deployed-to-production netlify node portfolio portfolio-website react vite vitejs web-application website
Last synced: 10 Apr 2026
https://github.com/poltanek/school-management-system
A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output
Last synced: 29 Jun 2025
https://github.com/Poltanek/MotionSpace
Using vite for lite static website project builds, react as my javascript framework and netlify for app deployment of static sites to be usable on IPADS and Desktop
deployed deployed-to-production netlify node portfolio portfolio-website react vite vitejs web-application website
Last synced: 01 Sep 2025
https://github.com/poltanek/book-display-webapp
Full-stack website using MERN stack and integrating a server-side database using monolithic application structure. The website is called Midnight Manuscripts and is supposed to be deployed using Microsoft Azure.
css express html javascript mongodb mongoose node postman react restful-api
Last synced: 11 Apr 2026
https://github.com/poltanek/analyzing-ecdc
Using The latest available public data on geographic distribution of COVID-19 cases worldwide from the European Center for Disease Prevention and Control (ECDC). Each row/entry contains the number of new cases reported per day and per country or region.
Last synced: 16 Jul 2026
https://github.com/poltanek/database-management-analysis
In my database analysis and design practice I dedicated towards transforming raw data into structured, efficient and scalable databases that support organizations needs.
database-design database-management oracleapex sql
Last synced: 02 Mar 2026
https://github.com/poltanek/sorting-algorithm-visualizer
This algorithm visualizer leverages the Tkinter Canvas widget to provide an interactive and intuitive platform for understanding how algorithms work. By animating the step-by-step execution of algorithms, the visualizer illustrates changes in data structures, interactions between algorithmic components
algorithms practice python tkinter
Last synced: 14 Jun 2026
https://github.com/poltanek/gift-wrapping-application
Began coding in python by creating my very own gift wrapping application dedicated towards just learning python as well as connecting a functioning database to the program
Last synced: 24 Apr 2026
https://github.com/poltanek/crane-random-search
Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes
numpy python python3 random-search-algorithm
Last synced: 01 May 2026
https://github.com/poltanek/house-value-estimation
This script analyzes housing data using machine learning, predicting house prices and classifying modern homes. It includes feature engineering and saves predictions to a CSV file.
Last synced: 03 May 2026
https://github.com/poltanek/web-terminal-showcase
A web-based terminal application simulating CLI experience and users can interact with the terminal, input commands and receive responses as if they were working in a real shell environment
css html javascript jquery terminal-website
Last synced: 06 May 2026
https://github.com/poltanek/hackerrank
Answering HackerRank questions and completing certifications on there
Last synced: 10 Jun 2026
https://github.com/poltanek/javapractice
Bunch of Java Programs I created for learning purposes from simple programs towards creating some low level programs.
Last synced: 14 Jun 2026
https://github.com/poltanek/pathfinding_testing
For my software testing portfolio I used PyTest for my testing plan for a FSD Tesla Software
Last synced: 12 Jun 2026