Welcome to your education hub! This page serves as a central repository for all your academic resources and study materials.

What You'll Find Here

This space is designed to help you organize your educational journey and maximize your learning potential. Feel free to add, modify, and structure content in a way that best supports your academic needs.


Study Tools

Visual Studio 2022 Enterprise - Essential Tips for Beginners

Visual Studio 2022 Hotkeys

Tasks:

Notes


General tips:

  1. Documentation! Documentation of everything you do. ← if not done yet - setup selfhosted wiki for better organization of said documentation

  2. GitHub. Look for a great open source OS repo. These generally have very well written documentation of their code to explain what does what in the codebase. 🔗

  3. The 40-20-40 Rule in Computer Science

    The 40-20-40 rule is a structured approach to problem-solving and coding. It helps ensure a balanced workflow by dividing efforts into three key phases:

    This method helps prevent jumping straight into coding without a plan and ensures enough time is spent refining the final solution.

  4. W3Schools can be used to practice / learn C# in spare time