You are browsing as a guest. Sign up (or log in) to start making projects!

arfa_mariyam

@arfa_mariyam

Joined June 12th, 2026

  • 3Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Open comments for this post

7h 34m 55s logged

I have successfully completed Phase 2 of Parkello! In this update, I focused on making all the mathematical calculations work dynamically in real-time.
Now, whenever a vehicle arrives or departs, the system actively updates the live record and changes variables like totalAmount, totalVehicles, bikeCount, and carCount on the fly.
Finally, I fixed up the whole console text layout so all the records and menus print out completely clean and aligned in the terminal!

Next step is Phase 3 to build the login gate keeper loop!

0
0
6
Ship

What I Made:
I created a terminal-based Car Parking Management System application written in native C++ (Phase 1: Navigation & Interface Framework), bundled alongside a structured, concept-sequenced progression map of my programming fundamental practice scripts.

What Was Challenging:
As a complete beginner who didn't even know how programming languages worked before this summer, the biggest challenge was figuring out control flow mechanics. I initially ran into a logic bug where my brackets trapped the console inside an infinite menu loop, completely ignoring my conditional statements. Breaking down that structure, fixing the scopes, and learning how to cleanly handle continuous lifecycle loops without crashing the program was a massive learning curve.

What I Am Proud Of:
I am incredibly proud of moving completely past the beginner barrier! I went from zero coding knowledge to designing a clean, optimized terminal UI engine. I also successfully compiled and published my very first binary release asset (index.exe) directly on GitHub so anyone can run my code with one click.

What Reviewers Should Know to Test It:
Reviewers can test my project in these ways:
1. Run the Prebuilt Binary: Go to my repository's Releases section, download 'index.exe', and double-click it to run the live console layout instantly on Windows.
2. Compile from Source: Clone the repository and run: g++ Car_parking_project/index.cpp -o index && ./index
3. You can choose options 1 through 14 to navigate the system, and enter 14 to cleanly exit. I've also pushed a short screen recording inside the 'demo' folder showing the interface in action!

  • 2 devlogs
  • 17h
  • 2.88x multiplier
  • 36 Stardust
Try project → See source code →
Open comments for this post

2h 33m 45s logged

🚀 Phase 1 is officially alive, looping, and running smoothly!

I spent these last 3 hours squashing some critical execution bugs and completely restructuring the project’s foundational layout.

What’s updated in this sprint:

  • Continuous Execution Loop: Shifted the navigation logic inside an active ‘while(true)’ loop. Instead of instantly crashing or terminating after a single button press, the program now stays active in the terminal, letting users navigate back and forth seamlessly.
  • Optimized UI Engine: Condensed the entire 14-option terminal menu dashboard into a single, clean chained string using inline ‘\n’ markers. This prevents terminal screen flickering and runs much faster.
  • Clean Routing: Options 1 through 14 are now perfectly mapped to independent confirmation text outputs, and option 14 breaks the loop cleanly to close the app.
  • Shipped the Binary: Compiled and published my first official Windows binary asset release (index.exe) along with clear quick-start installation rules right inside the project README.

🔮 The Next Phase (What’s coming next):
Now that the interface map loops perfectly, my very next coding milestone is waking up the tracking data containers! I will be writing the math algorithms for options 1 through 10 so that checking cars or bikes in and out dynamically alters our total cash balance and live parking spot counts in real time inside the option 11 registry.

Phase 1 architecture is officially wrapped and ready for community shipping! Let’s go! 🚀

0
0
16
Open comments for this post

14h 46m 27s logged

Hey everyone! I am officially establishing my summer timeline for the Stardance challenge. Before this month, I barely even knew what programming languages were or how code actually worked. I chose C++ because it’s a part of my college curriculum, but learning out in the open alongside an amazing global community has turned this summer break into a massive adventure!

I’ve logged over 14 hours so far, systematically breaking down fundamental concepts in a sequenced progression to build deep muscle memory:

  1. Output & Spacing (cout): Formatting text streams, line breaks, and practicing syntax by writing panels about Pakistan, the Earth, and the solar system.
  2. Memory Containers: Figuring out how computer memory isolates and treats data flags (integers, floats, double, strings, and booleans).
  3. Arithmetic Operations: Writing math calculation engines covering additions, subtractions, multiply, and divide commands.
  4. Inputs & Decisions: Pausing the console to capture keyboard text via ‘cin’ and building logical branching panels with if-else structures.
  5. Automation & Code Architecture: Mastering process iteration loops (for, while, do-while) and packaging reusable instructions into clean, functional blocks.

🚗 Flagship App Update: The Car Parking Framework!
I brought these individual concepts together to initialize Phase 1 of my main project: /Car_parking_project/index.cpp. I have successfully built out the structural baseline user interface via a custom helper function menu() that maps out arrival/departure operations for 5 vehicle types. It reads keyboard input to test menu choice selections and outputs an confirmation validation statement cleanly.

Thank you to everyone on the Slack channels for the daily inspiration. Let’s keep building! 🚀

0
0
19

Followers

Loading…