June Reflection 2025
Impostor syndrome showed up more during my internship. I'm learning to face it one step at a time — figuring things out as I go. Dive into this step-by-step tutorial.
- #monthly-log
Impostor syndrome showed up more during my internship. I'm learning to face it one step at a time — figuring things out as I go. Dive into this step-by-step tutorial.
Python context managers use enter and exit methods to automatically handle resource cleanup and errors in with blocks, making your code more reliable. Read more to learn.
Learn Python dunder methods by building a Coffee class step-by-step. Master init, str, repr, eq & len with clear examples. Perfect for beginners! Dive into the full post.
Linux wget command guide: download files, resume transfers, limit speed & automate tasks with practical examples for efficient downloading. Read the full guide to learn.
Almost done with my first month at Shopify internship—learning to work with large codebases, adapt to AI tools, and improve problem-solving skills. Dive into the full post.
Learn essential SQL constraints - NOT NULL, UNIQUE, CHECK, and DEFAULT - to enforce data integrity and maintain database accuracy with practical examples. Read more to learn.
Understand the difference between PRIMARY KEY and FOREIGN KEY in SQL, how they enforce data integrity, and link database tables with practical examples. Read more to learn.
Learn how to use the SCP command in Linux for secure file transfers between local and remote systems. Master key options & practical examples! 🔐📁. Dive into the full post.
Observing vibe coding trends in software development - how AI tools impact both developers and non-coders, balancing efficiency with technical quality. Read more to learn.
Learn the difference between SQL UNION and UNION ALL—how to combine query results, remove duplicates, and optimize performance. Essential for data analysis! 🚀. Read on.