Cindy A
cindyawho.bsky.social
Cindy A
@cindyawho.bsky.social
bookworm, web dev, former math teacher, dog mom, craft enthusiast (she/her)
💻 Day 41 of #100DaysOfCode

Classic Fibonacci recursive solution- but this time in Java for me!
This was much easier than a different recursive problem I had to work on 😅
September 30, 2025 at 9:28 PM
💻 Day 40 of #100DaysOfCode

The before and after I optimized today's daily Leetcode for Big O time complexity :D I was using a full on 2D matrix at first so that I could visualize this literal spreadsheet. After submitting I realized no one is seeing this sheet so I can make it a dictionary instead!
September 19, 2025 at 4:40 AM
💻 Day 39 of #100DaysOfCode

Hi all! Lots of exciting things happening in my world of code. ✨

I solved a leetcode-style problem for my Java class today, am continuing to work on two React JS projects with some friends, started dabbling with Lua through Solarus, aaaand did #9 in Leetcode.
September 17, 2025 at 2:42 AM
💻 Day 38 of #100DaysOfCode

Started my DSA class yesterday, and it’s going to be in Java (gasp!)
Worked on my first lab with the target sum premise, solved it with the non-optimal solution and the hashmap solution.

Java's not my favorite but I learned more about hashmaps in Java with this problem
September 8, 2025 at 1:52 AM
💻 Day 37 of #100DaysOfCode

Completed today’s Leetcode Daily Problem: #3446. Sort Matrix by Diagonals (medium). Not the most optimal in terms of runtime, but the memory was decent!

Going through nested arrays always makes me think of using nested for loops- just me? 👀
August 28, 2025 at 10:24 PM
💻 Day 36 of #100DaysOfCode

Completed a quick Clash of Code on CodinGame where you’re given a log of parentheses and you need to determine what floor the elevator ended up on. “(“ meant 1 floor up, and “)” meant 1 floor down.
August 24, 2025 at 6:47 PM
💻 Day 35 of #100DaysOfCode

🚧 Worked on today’s Leetcode problem. I think I'm close but feeling fuzzy so I haven’t solved it entirely. Posting now before I forget! Will try to work on it later.
August 20, 2025 at 9:04 PM
💻 Day 34 of #100DaysOfCode

Today’s Medium Leetcode was a fun one for me because it had me searching “factorial for addition” lol and it reminded me of an existing formula for that! Even though I didn’t solve it optimally, I’m glad I got a solution for this problem.

Yay Coding! 💻
August 19, 2025 at 4:35 PM
Day 33 of #100DaysOfCode

Big Milestone yesterday as it marked the end of my job as Snap Engineering Academy Coach! It was such a wonderfully rewarding experience and I’m so excited to see what our scholars do next. 💛

Here’s two easy Leetcode problems I did this morning :)
August 16, 2025 at 4:20 PM
After over 7 years, I've officially beat all Flow levels 🥳😄
One of my favorite casual puzzle games, this is one of the few games I bought the ad-free version for and it's given me actual years of fun. Thank you Big Duck! 🦆
August 11, 2025 at 11:57 PM
Day 32 of #100DaysOfCode

- Attempted today’s hard Leetcode problem of Rearranging Fruits (passed 4 test cases where only 1 swap is needed)
- Completed yesterday’s Leetcode problem for Pascal’s Triangle
August 2, 2025 at 9:07 PM
Day 31 of #100DaysOfCode

Today I worked on an easy Leetcode problem to boost my confidence.
(note to self - though I've been coding more often, I'll just count every post as a day)
Some other things I've been doing: deploying a react site via github, coaching eng scholars, and reviewing DSA
July 20, 2025 at 4:20 AM
💻 Day 30 of #100DaysOfCode

✅ Worked on my EER to relational mapping
✅ Fixed up my tkinter project with styling options
🚧 Want to work on having text font be white if it's a certain hue

Check out the Tkinter project where users can make their own basic website by their inputs :D
May 24, 2025 at 11:37 PM
💻 Day “29” of #100DaysOfCode

✅ Today I worked on my full-stack project, broke a few things but resolved the conflicts!
🚧 I added notes on what I need to fix for my page.

Learning a lot of backend with this project- confusing but ok :) Have had more fun with Tkinter which I hope to share tomorrow
May 23, 2025 at 4:35 AM
💻 Day 28 of #100DaysOfCode

✅ Survived my tech interviews a couple of days ago
✅ Did some Clash of Codes today
✅ Did the first Olymbits round of hurdles! That was fun to figure out with conditional statements and debugging my string index being out of range

Have a nice weekend all
May 18, 2025 at 12:42 AM
💻 Day 27 of #100DaysOfCode

✅ Coding problems by following solutions when needed - attached 2 problems I did today
✅ Reviewed my Give Fund project codebase
✅ did some Neetcode python for beginners modules for confidence boosting X)

Hope you all have a good Wednesdayyyyy
May 14, 2025 at 7:26 AM
💻 Day 26 of #100DaysOfCode

✅ Yesterday (5/12) I completed Neetcode’s Is Valid Sudoku problem. I had to do a lot of debugging to figure out I had forgotten to add 3 at some point. Fun problem!
🚧 Started working on their Rain Water problem but haven’t solved it.

Hope you all have a nice day ✨
May 13, 2025 at 4:12 PM
Adding this on because I coded more tonight lol

✅ Feel confident about SQL and using mySQL Workbench after creating sample databases & tables pictures below.
❌ Could not get mysql to work through terminal!! So frustrating. I attached one of my many searches lol

-- end of day 24 of #100DaysOfCode
May 11, 2025 at 6:24 AM
💻 Day 24 of #100DaysOfCode

✅ Solved a plusOne problem on Neetcode that I failed a month ago, growth lol
✅ Managed to get my nonprofits dummy data for my old project today!! That was making me the most nervous so big win!! Woohoo
May 10, 2025 at 4:24 PM
💻 Day 23 of #100DaysOfCode

✅ Pulled group React code and fixed dependencies
✅ Looked into restoring an old project with Supabase and React Native
❓ Did small Codewars and Coding Games challenges but even those stumped me bc I was doing it late and tired lol

Hope you all are having a good day!!
May 10, 2025 at 4:07 PM
💻 Day 22 of #100DaysOfCode

✅ Did a Clash of Codes and some Mad Pod Racing on Coding Games
❌ Made progress on the 4kyu kata "Most frequently used...” from yesterday
May 7, 2025 at 6:12 AM
💻 Day 21 of #100DaysOfCode

✅ Had class today and worked on our EERD, also looked at sample code for SQL project
✅ Completed 8kyu kata “Sum Arrays"
❌ Attempted 4kyu kata "Most frequently used..." but the lambda function gets me every time. Please recommend any good YouTube video explaining it, ty!
May 6, 2025 at 4:16 AM
💻 Day 19 of #100DaysOfCode

✅ Codewars “So Many Permutations!” 4kyu and “Which are in?” 6kyu (after struggling with a few other codewars problems)
✅ Did a little bit of React to review Routers and Links in preparation for our group project
May 4, 2025 at 4:22 AM
💻 Day 18 of #100DaysOfCode

Early post today bc it's Fridayyy ✨
✅ Submitted my Ordering Kiosk tkinter app, added a Canva image I made for styling fun.
✅ Codewars "Sum of Digits/Digital Root"

Might do some React later to prepare for a group project. Hope you all have a nice weekend!
May 2, 2025 at 8:35 PM
forgot to attach my usual screenshot whoops!
May 1, 2025 at 6:25 AM