Welcome to my TIL (Today I Learned) repository! This is where I document my daily learnings and discoveries related to programming and algorithms. Whether it’s a new technique, a solved problem, or an insightful concept, you'll find it here. 🚀
- Programming: Notes, code snippets, and tips on various programming languages and tools. 💻
- Algorithms: Insights and implementations of different algorithms, including problem-solving strategies and optimizations. 🔍
- System Architecture and Design: Observations and designs related to system architecture, software engineering principles, and best practices. 🏗️
I also share some of these learnings on my Velog. Posts from Velog are periodically uploaded to this repository using GitHub Actions, ensuring that everything is synchronized and up-to-date. 🔄
Each entry in this repository follows a consistent format:
- Date: The date when the learning was recorded. 📅
- Topic: A brief title or summary of the concept learned. 🏷️
- Details: In-depth explanation or notes. 🗒️
- Code: Relevant code snippets or examples. 💡
- References: Links to external resources or documentation, if applicable. 🌐
This repository utilizes GitHub Actions to automatically sync posts from Velog to this repository. You can find the workflow setup in .github/workflows/update_blog.yml
and the workflow Python script in scripts/update_blog.py
. For further instructions, please refer to this repository. 🔧
Feel free to contribute by submitting a pull request or opening an issue if you spot any errors or have suggestions for improvement. 💬
This repository is licensed under the MIT License.