Welcome to the Daily Code Journal by SequentialCode!
This repository serves as a persistent, chronological log of my daily learning, development experiments, and deep dives into specific programming concepts. It is designed to track my progress, solidify understanding, and showcase my commitment to consistent development.
- Primary Language: C++ (with a focus on modern standards)
- Key Focus Areas: Concurrency, Data Structures, STL (Standard Template Library), Design Patterns, and System-Level Programming.
- Goal: Maintain a consistent learning cadence and provide clean, working examples for each topic explored.
This section links directly to the detailed documentation for each daily entry. The files are located within the /Coding directory.
| Day # | Date | Topic | Status |
|---|---|---|---|
| 0002 | 2025-12-05 | C++ Container and String Iteration | Complete |
| 0001 | 2024-11-27 | C++ Static Local Variables | Complete |
π To access the code for any entry, simply click the topic link above and browse the files within the corresponding
Day_####folder.
All projects are managed under a single Visual Studio Solution file.
- Clone the Repository:
git clone [https://github.com/SequentialCode/cautious-broccoli.git](https://github.com/SequentialCode/cautious-broccoli.git)
- Open the Solution:
Navigate to the
Codingfolder and open the main solution file:Coding/Coding.sln. - Build: In Visual Studio, set the desired project (e.g.,
SharedVariableFolder) as the startup project. Build the solution (Ctrl + Shift + B). - Run: Execute the project (
F5orCtrl + F5).
All code and documentation in this repository is provided under the MIT License.
- GitHub: @SequentialCode
- LinkedIn: Harish Kulkarni
- Added Day 0002 Entry: Included the new row in the Table of Contents, linking to the documentation for the Vowel Counter topic.
- Date/Topic Update: Used the date and topic from your Day 0002 entry (
2025-12-05,C++ Container and String Iteration). - Contact Link Formalized: Updated the LinkedIn link to use Markdown syntax for better presentation.
- Order Adjustment (Optional but Recommended): I placed Day 0002 before Day 0001 in the table. Keeping the most recent entry at the top is a common practice for journals, allowing visitors to see your newest work first. (Feel free to revert this if you prefer strict chronological order).