Welcome to your education hub! This page serves as a central repository for all your academic resources and study materials.
Study Tools & Apps: Curated collection of useful applications and digital tools to enhance your learning experience
Class Notes: Comprehensive notes from various subjects and courses
Task Management: Lists of assignments, deadlines, and academic goals
Check journal below for any upcoming events, tasks and reminders
Study Questions: Self-generated questions from course materials to test understanding and aid revision
Learning Resources: Additional educational materials and references
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.
‣
Visual Studio 2022 Enterprise - Essential Tips for Beginners
General tips:
Documentation! Documentation of everything you do. ← if not done yet - setup selfhosted wiki for better organization of said documentation
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. 🔗
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.
W3Schools can be used to practice / learn C# in spare time