Oleksandr Parshakov

Cheat Sheets

React Crash Course

(December 2024)

Summary: This comprehensive React Crash Course provides a structured learning path for beginners to grasp the fundamentals of React development. Through self-paced interactive lessons and a hands-on capstone project (a GitHub User Finder app), learners gain practical experience with core concepts including JSX syntax, component creation, state management, event handling, conditional rendering, and API integration.

GitHub repo: github.com/lzrdGreen/React-Crash-Course

Relevant skills: JavaScript, React, API Integration, DOM manipulation

React Crash Course website screenshot React Crash Course website screenshot React Crash Course website screenshot React Crash Course website screenshot

Click on an image to enlarge it.

In spring 2024 (before joining the ITOL program), I developed a resource focused on intermediate Python concepts and best practices to deepen my knowledge in this area.

Practical Guide to Intermediate Python

(2024)

Intermediate Concepts and Best Practices in Python

Summary: This repository provides a collection of examples and explanations covering intermediate Python concepts and best practices, including object-oriented programming (OOP), lambda functions, generators, regular expressions, data structures from the collections module and beyond, and unit testing. It serves as a practical guide for developers looking to enhance their Python skills beyond the basics.

GitHub repo: github.com/lzrdGreen/Intermediate-Concepts-in-Python

Relevant skills: Python, Unit Testing, Regular Expressions

Jump to the Top