Skip to content

Instantly share code, notes, and snippets.

@legennd48
legennd48 / My_Monthly_Work-log_June-2025.md
Last active June 22, 2025 10:21
my monthly work log for june 2025

My Monthly Work-log

June 2025


Summary of What I Worked On

Cybersecurity Certification

  • Certified in Cybersecurity (CC):
  • Successfully passed the CC exam and completed registration.

My Monthly Work-log


May 2025

  • Summary of what I worked on:
    • Django Fundamentals: Began exploring the Django framework, focusing on core concepts and utilizing the python manage.py startapp command amongst others. Spent significant time on relevant documentation and other resources to build a foundational understanding.
    • Advanced Python Concepts: Deepened understanding of Python with a focus on decorators, generators, and context managers.
    • Asynchronous Programming in Python: Learned how to write non-blocking code using asyncio and libraries like aiosqlite. Practiced running multiple database queries concurrently and managing asynchronous tasks.