Skip to content
View Poltanek's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Poltanek

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
Poltanek/README.md

I began my programming journey in 2020 as a complete beginner, exploring coding out of curiosity. Over time, my hobby turned into a passion, and I’ve since learned key programming languages like Python, JavaScript, and Java. This passion led me to pursue a degree in Computer Science, where I’m now in my second year, focusing on areas like AI, web development, and data structures.

Alongside my studies, I’m building real-world projects in AI and full-stack web development, with a focus on creating software that addresses real-world issues. I’m also actively participating in hackathons across the UK and Europe, which have sharpened my problem-solving, teamwork, and leadership skills.

Looking ahead, I aim to further develop my expertise through internships, open-source contributions, and working with cutting-edge technologies like machine learning and cloud computing. Ultimately, I want to contribute to impactful projects and be part of teams that shape the future of technology.

trophy graph

> Website & WebApp Projects

  • Bookstore-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.
  • 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
  • Mern-Blog-WebApp - MERN stack blog using yarn for package management
  • 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

> Python Projects

  • House-Value-Estimator - 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.
  • 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.
  • 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
  • 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
  • Portfolio-Website - Using vite for lite static website project builds, react as my javascript framework using nodejs and netlify for app deployment of static sites
  • Pathfinding_Algorithm - 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.
  • Maze-Code - This program is a maze generation and navigation system written in Python, utilizing the NumPy library. It is designed to create various types of mazes, visualize them in a readable format, and allow simulation of movements within the maze.

> C# Projects

  • 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

> Oracle APEX

  • database-management-analysis - To design, implement, test and demonstrate elements of relational database applications – as well as provide evidence for database analysis

> Network Security/Design

  • HQ-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.

  • Cicso-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.

> Tech Stack

Python Java JS React
python logo java logo javascript logo react logo
HTML5 CSS3 Flask jQuery Express Next.js
html5 logo css3 logo flask logo jquery logo express logo nextjs logo
MySQL SQLite Oracle MDB
mysql logo sqlite logo oracle logo mongodb logo
Pandas NumPy Jupyter Ana Kaggle Cloud
pandas logo numpy logo jupyter logo anaconda logo kaggle logo googlecloud logo
VS VS Code PyCharm Git GitHub Docker Node.js
visualstudio logo vscode logo pycharm logo git logo github logo docker logo nodejs logo
GIMP Figma Canva LaTeX RaspPi Firefox Windows npm
gimp logo figma logo canva logo latex logo raspberrypi logo firefox logo windows logo npm logo

GitHub Stats
GitHub Streak
stats graph languages graph activity-graph graph

Pinned Loading

  1. web-terminal-showcase web-terminal-showcase Public

    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

    JavaScript

  2. Book-Display-WebApp Book-Display-WebApp Public

    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 Mi…

    CSS

  3. mern-blog-WebApp mern-blog-WebApp Public

    MERN stack blog using yarn for package management

    JavaScript

  4. HQ-and-Remote-Site-Network HQ-and-Remote-Site-Network Public

    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.

    1

  5. AI-Crane-Stacker AI-Crane-Stacker Public

    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 …

    Jupyter Notebook

  6. Crane-Random-Search Crane-Random-Search Public

    Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes

    Jupyter Notebook