Oleksandr Parshakov

Portfolio

Introduction: In late August 2024, I embarked on the ITOL program (ITonlinelarning Academy), a focused learning experience designed to equip its students with practical skills in web development and cloud technologies. While I already possessed a solid foundation in many of these areas, including HTML and CSS experience dating back to around 2000, the program's structured curriculum provided a valuable opportunity to refine my existing knowledge, explore new techniques, and gain practical experience through project work. The program encompassed three key projects and two cloud certification exams (Azure Fundamentals AZ-900 and AWS Cloud Practitioner CLF-C02), providing a clear path for skill development. My project work reflects this progression, starting with foundational web concepts and culminating in a cloud-ready web application.

Front End Design

Static Website on AI

(October 2024)

Summary: This website offers a balanced perspective on Aritificial Intelligence, moving beyond the hype and fear to showcase its potential for positive impact. It provides concrete examples of how AI can be used constructively in business, creativity, and everyday life, offering practical insights and applications.

GitHub repo: github.com/lzrdGreen/AIConsultancy

Relevant skills: HTML, CSS

AI website screenshot AI website screenshot AI website screenshot AI website screenshot

Click on an image to enlarge it.

Building on this foundation, I wanted to explore the dynamic aspects of web development and delve into the world of JavaScript.

JavaScript-Powered Interactive Website

(October 2024)

Summary: This interactive website showcases my proficiency in front-end development using JavaScript and related technologies (React and d3.js). It features a variety of dynamic elements, including data visualisations with d3.js, responsive image galleries, and interactive demos, demonstrating my ability to create engaging and functional web experiences.

GitHub repo: github.com/lzrdGreen/jsplayground

Relevant skills: HTML, CSS, JavaScript, React, d3.js

JavaScript demo website screenshot JavaScript demo website screenshot JavaScript demo website screenshot JavaScript demo website screenshot JavaScript demo website screenshot

Click on an image to enlarge it.

While developing the interactive website in October 2024, I recognised the power and potential of React but felt it needed more focused practice to become a natural part of my development toolkit. To address this, I created a comprehensive React Crash Course.

With a solid understanding of front-end development under my belt, I was ready to tackle a more complex challenge: building a full-stack web application.

Full Stack Design

Project Management System

(November 2024)

Summary: The PMS app offers a user-friendly and versatile solution for managing projects. Featuring intuitive list and board views, project timelines, it simplifies task creation, organisation, and tracking, empowering you to enhance productivity and achieve project goals efficiently. Key features include CRUD operations for tasks and projects, task prioritisation, keyword search, and filtering by tags.

Tip: Wait 2s & Reload if you see a confusing message like "Something went wrong while trying to load this site".

Actually, nothing went wrong. The hosting provider is free so they hybernate the website if unused.

As I wanted hosting with free Django backend, I could find just one provider which offers it free of charge for 1 project only. Please be patient and sorry for the inconvenience.

GitHub repo: github.com/lzrdGreen/pms

Relevant skills: Django, MVT framework, URL mapping, QuerySet API, Form API, Django admin panel, template language, SQL

Project Management System screenshot Project Management System screenshot Project Management System screenshot Project Management System screenshot Project Management System screenshot Project Management System screenshot

Click on an image to enlarge it.

Project Management System MVP with DRF API

(Ongoing Development - API Access & Static Frontend)

(May 2025)

Summary: This iteration delivers a robust API built with Django REST Framework, providing a structured interface for project and task management. The API currently offers essential CRUD operations while serving as a scalable foundation for future expansion into diverse client applications (such as mobile apps or Progressive Web Apps, PWAs). The system can be accessed through three distinct methods: direct API endpoints (internal use), a functional static website demonstrating real-world implementation via Axios requests, and a traditional Django template system utilising ORM. This decoupled architecture creates a flexible and adaptable project management solution, positioning the system for containerisation with Docker and eventual AWS EC2 deployment.

GitHub repo: github.com/lzrdGreen/api-pms

Relevant skills: Django, DRF (Django REST Framework), API request lifecycle, JSON and XML API output, database model serialisation, function and class-based views, Test and Debug APIs (curl, Insomnia, Postman), API throttling and caching