Daily Bootcamp Reflections

Fractal

Jun 2, 2025

(Anything in italics/parentheses are notes added after the original posts.)

Table of Contents

  • Week 1 - Getting started with TypeScript, React, and tic-tac-toe. Learning fundamentals and deploying first projects.
  • Week 2 - Building chatbots, exploring authentication with Elysia, and participating in hackathon weekend.
  • Week 3 - Starting externship with Cerelog, working with embedded systems and EEG data processing.
  • Week 4 - Algorithm visualization projects, emotional workshops, and balancing externship work.
  • Week 5 - React Native development, mobile app features, and team collaboration on blob game.
  • Week 6 - Team development work and Git collaboration challenges.
  • Break: July 13–20 - One week break from bootcamp.
  • Week 7 - Coming soon
  • Week 8 - Coming soon
  • Week 9 - Coming soon
  • Week 10 - Coming soon
  • Week 11 - Coming soon
  • Week 12 - Coming soon

Week 1

(Weekly reflection: Week 1 Reflection)

EOD 1 - Monday 6/2

Blockers - I think I'm struggling with some fundamental concepts and syntax. I haven't done any TypeScript, which felt like it compounded any problem I ran into. I followed along super well when Andrew built tic-tac-toe, but it felt like I instantly forgot everything I've learned when I sat down to make it. Simple things seem to throw me off very easily, such as moving the game logic to a separate file, certain aspects of functions, or the distinction between game logic and client side. I think I took "no AI" to mean that Googling was also discouraged, and I learn better when I struggle with something on my own anyways, but maybe I'm just in a position where I need to be asking for more help or studying more fundamentals.

Wins - Picked up TypeScript pretty quickly and understand its benefits. Finished most of tic-tac-toe with minimal help/googling, stuck with it even when frustrated. Loved hearing about the culture/expectations and setting the tone for the bootcamp. Didn't get lost as Andrew blazed through our entire day's work.

PRs: tictactoe #1, tictactoe #2, tictactoe #3, tictactoe #4

EOD 2 - Tuesday 6/3

Blockers: Need to deepen my understanding of general CSS layouts and React (specifically props). Made it through the Messages Thread and partly through the Post. I also need to make a point of not letting other areas slip - like code reviews, readings, trainings, etc. - due to hyperfocusing on the exercises all day.

Wins: Lots of 'Aha!' moments today, many of which came from things I struggled with yesterday. Overall, this gave me a much more positive attitude today, even though I wasn't able to finish all the examples. Tailwind came surprisingly naturally and I'm super happy we had a day dedicated to styling, which in a way felt like a "break" from being crushed by tic-tac-toe yesterday. The power of clsx finally became clear around 8pm and I think a lot of things are starting to click.

PRs: styling-practice #1, styling-practice #2, styling-practice #3, styling-practice #4

Code Review: didn't get to this yet - will do tonight/tomorrow before 9am.

EOD 3 - Wednesday 6/4

Blockers: Felt super burnt out today, couldn't focus at all, didn't understand new concepts introduced. Feeling behind already and finding it very difficult to catch up, especially on top of readings/reviews/etc. Being an "out of sight out of mind" person, I'm finding it tough to keep track of everything between the monorepo, Discord channels, and online resources/documentations. A lot of concepts in today's lectures were new to me and it felt like I was expected to already have mastered them - I get that we aren't going to "waste time being taught every concept", but this led to confusing expectations for me and likely contributed to feeling burnt out. I don't mind the feeling of flying by the seat of my pants, but when my whole day is banging my head against the wall and Googling/AI, it feels like I'm not making any progress / getting left behind.

Wins: got a decent conceptual understanding of interfaces and implementations, and expanded on my knowledge of databases and servers.

PRs: tictactoe-multi #1, tictactoe-multi #2

Code Review: Looked over a bunch of PRs but not feeling confident/qualified to assess other people's code. Should I be trying/making comments anyways, even if they are wrong?

EOD 4 - Thursday 6/5

Blockers: Other than having a lot of catching up and learning to do, I'm happy to say there were very few blockers today. Couldn't have asked for better support from the instructors as I navigated some mental/emotional challenges. Need to put some time towards lobbying, routing, live updates, on top of nailing down server/database/api communication.

Wins: Started today from the example tic-tac-toe code from Day 1 and finished the day with a working client-server game and the bones of a client-database game (that at least adds a new game to the Supabase db). Learned a ton about error handling, fetching, useEffect, promises, databases, and interfaces. I have a renewed vigor and am excited to be here.

PRs: tictactoe-main #1, tictactoe-main #2, tictactoe-main #3

EOD 5 - Friday 6/6

Blockers: Deployment was a bit unintuitive - I was just happy to get it working. The last few days have been backwards for me - I deployed my shitty app and now need to go back and do web sockets and add APIs.

Wins: Very few blockers again, yesterday and today have felt like a rocketship learning pace and I'm having a seriously good time. Routing was easier than I expected and unlocked a lot of other insights. By the time I started making my lobby (around lunch), I was in a great flow state and felt like I understood how every file/part of my app was communicating/working with each other. Took a break after deployment to add some cool styles to my lobby and feel a lot more confident with CSS now too.

PRs: tictactoe-main #4, tictactoe-main #5, tictactoe-main #6, tictactoe-main #7, tictactoe-main #8, tictactoe-main #9, tictactoe-main #10

Code Review: BrooksFlannery/tictactoe #9

EOD 6 - Saturday 6/7

Blockers: I spend too much time nitpicking the editing of blog posts, takes longer than I think to write. I got most of the core concepts into my tic tac toe game, but still have the feeling that I'm leaving it unfinished, so I hope to return to it at some point.

Wins: Pumped about the blog, being able to deploy it, and finally posting something publicly. Squibler was very cool to use and prevented me from overthinking. Crazy that it's only been 1 week, stoked to see how much I can get out of this in 12 weeks.

PR: tictactoe-main #11, Blog: https://personal-portfolio-sandy-omega-68.vercel.app/

Week 2

(Weekly reflection: Week 2 Reflection)

EOD 7 - Monday 6/9

Blockers: Struggling with moving on from bothersome low-value low-impact work, like figuring out why my input field was unfocusing after every typed character. Actually, in this case, it was a misunderstanding of React, which IS important and I still need to work on. But in general I tend to get lost in hyperfixation, which wasn't great for my afternoon. It also hit me in the afternoon that a lot of my struggles today came from not being familiar with Next.js and I will likely be spending the evening finishing the App Router course.

Wins: Despite waking up grumpy, I had a super productive morning and felt very measured/methodical working through any instructions, bugs, and mental modeling. I kept the urge to just get something working as quickly as possible at bay, and acknowledged that software is complex and difficult and that "should" statements don't get me anywhere. For a moment there it almost felt like I was a competent engineer AND had great emotional intelligence... Working through the AI chatbot assignment was all wins until at least lunchtime and I soaked up a lot of new info today.

PRs: my-chatbot #1, my-chatbot #3, my-chatbot #4

Code Reviews: dantedupont/chatbot #4, angihe93/chatbot #2

EOD 8 - Tuesday 6/10

Wins: Feeling surprisingly organized and confident after installing some QOL extensions (error lens, indent rainbow, bookmarks), tbh thought this would be another low-value thing. Spent some time in the evening giving the chat bot a "riddlemaster" theme and really happy with it. (my-chatbot-olive-seven.vercel.app). Spent a chunk of time breaking my frontend into React components which was massive for my understanding of props/destructuring and mental modeling.

Blockers: Been struggling to get the supplementary work done - I keep falling prey to the promise that I will keep working when I get home and/or wake up early. Will fall further behind if I don't adapt. Need to build in some open-ended time each day just to explore all the little things I think of of that catch my interest, plus writing/journaling time, so I can stay focused when I need to.

PRs: my-chatbot #5, my-chatbot #6

EOD 9 - Wednesday 6/11

Blockers: Hump day just isn't my day... Today flew by and was unfocused all day. Would like to spend more time with the instructors tomorrow and need to make some kind of catch-up plan. Behind on readings, behind on assignments, behind on sleep. Not sure what to prioritize. The amount of brackets/braces/parentheses used in Elysia seemed very unnecessary and the type errors are infuriating. The syntax feels familiar enough that I can make sense of it but at other times it feels completely foreign.

Wins: Really enjoyed lecture and grasped the diagrams / concepts well.

PRs: auth-app #1, auth-app #2

EOD 10 - Thursday 6/12

Wins: Made a ton of progress with Elysia in the morning, blazed through steps 3-8.

Blockers: Stuck on a user auth bug (steps 9/10), set up test but still not solved. Been crashing hard in the afternoons and can't seem to regain focus. Had some existential "why am I here" thoughts around EOD (transcript available upon request lol) - realized that my main blockers are personal/self-image-related (which is still a big reason I am here) and have less to do with not actually understanding concepts.

PRs: auth-app #3, auth-app #4, auth-app #5

Code Review: HarStu/hserver #2

EOD 11/12 - Friday 6/13 & Saturday 6/14

(Hackathon Weekend)

Wins: Better-auth tutorial went well. Really appreciated the time Friday morning to take a step back and talk through how not to be stuck, the "enemies" of learning, etc. Learned a lot during the hackathon and dispelled the illusion that vibe coding is "too good to be true".

Blockers: Got very frustrated when the AI didn't do what I wanted it to do - feel like it only has a gas pedal and no brakes, trying to solve every problem by adding more code.

PRs: my-chatbot #7, balatrice

Week 3

(Weekly reflection: [Coming soon])

EOD 13 - Monday 6/16

(Skipped EOD post today - I rememeber I was feeling very existential and stressed about being behind on bootcamp work while also considering taking an externship opportunity. I felt like adding _anything to my current workload would be the straw that broke the camel's back.)_

EOD 14 - Tuesday 6/17

(Ended up getting and accepting the externship opportunity with Cerelog. Had a long walk with Andrew and the thing that stuck with me the most was when he said "there's a saying that if you want something done, ask a busy person".)

Wins: Solid externship onboarding, learned a lot already and great to be in a real production environment. Also great to be able to combine MechE knowledge with SWE and be able to see hardware and software working together.

Blockers: Some minor syntax changes going from JS to C++ and Python. Lots of nitty gritty concepts related to buffering, serial reading, hardware integration, ADCs, SPIs, etc.

PRs: Cleaned up AI's slop on my hackathon project: balahtzee slop-cleanup, Captured ADS1299 EEG data stream through Arduino (private repo), Wrote a working test procedure to get Brainflow's expected protocol to work with MacOS (private repo)

EOD 15 - Wednesday 6/18

Blockers: Rough day debugging cross-platform serial issues. Don't understand cmake and why any changes to C++ files require rebuilding. Trouble navigating serial libraries like FTDI. Lots of general frustration with the abstractness of coding.

Wins: Feeling a lot more solid at debugging - i.e. reading the error message and gradually gathering more info through logging. Learned handshakes what handshakes are and created one on my own.

PRs: Established a handshake between Arduino and BrainFlow for EEG data format, Retrieved and parsed data sample from ADC → Arduino → C++ → Python

EOD 16 - Thursday 6/19

Needed a win, got a big one. Started the day failing 2/3 tests; had all 3 running (but not reading data) before lunch; reading data by the afternoon; and had the full EEG live dashboard up and running before 5pm.

No blockers today, just some difficult tasks ahead.

PRs: Implemented a debug mode into Arduino firmware and improved visibility of data transfer, Got C++ data stream working with separate implementations of Python/PySerial and BrainFlow, Got the full EEG live dashboard running and a solid plan for next steps.

Reviews: KaiHay/vibeguessr #9, ostsam/malan #12, vo-eric/decohr #11

EOD 17 - Friday 6/20

Wins: More wins today despite not making much progress until the afternoon. After seemingly solving the cross-platform issues, I was able to get a solid chunk of the high priority externship items done. Feeling like I'm getting a handle on embedded systems / hardware.

Blockers: Trying to balance when to read/watch videos/learn on my own vs. when to ask AI for explanations/guidance. Ultimately need to figure out how to respond to not knowing where to start. Could also work on structuring commits / PRs so they're easier to parse through.

PRs: Implemented port scanning and variable baud rates across all operating systems, BrainFlow integration working with MacOS (view sample data through Python scripts), Arduino is successfully sending UNIX timestamps with EEG data

EOD 18 - Saturday 6/21

(Apparently skipped Saturday.)

Week 4

(Weekly reflection: [Coming soon])

EOD 19 - Monday 6/23

(Posted on Wednesday, fell behind.)

B: Lost the rhythm today, honestly just neglected the things that give my days structure like keeping up on Discord, organizing code into PRs, etc. Expected the algorithms work to go a lot more smoothly - probs partly due to how intuitive it felt and that the last week of externship work has boosted my confidence. Alas, the same blockers from pre-externship greeted me. Had to totally scrap my code when Andrew pointed out that I had mixed React and algorithm logic into one file.

W: Things started making more sense once I started over and separated algorithm logic. Also, I'm on track to finish the externship work early - I'm really enjoying it and feeling very optimistic about job searching (usually I dread it).

PRs: Made UNIX timestamping, port scanning, serial config, etc. much more organized and robust, Created most of insertion sort algorithm, needs a few small tweaks

Review: (Cerelog) reviewed BrainFlow library changes from this past week.

EOD 20 - Tuesday 6/24

(Posted on Wednesday, fell behind.)

B: No learning blockers today, just wish I had a clone so I could work on algorithms and externship simultaneously. Should've come in a bit earlier.

W: Got the insertion sort algorithm working (in the console) by early morning. Spent the afternoon merging Cerelog PRs and testing full system integration. Feeling very optimistic about the mindset of "every frustration is a learning opportunity". AI makes the "easy route" VERY tempting, but I've found a good learning flow by asking tons of curious/nuanced questions until I understand every word.

PRs: Finished insertion sort algorithm (working in console), with ability for user to generate new array of length N, Organized, cleaned up, and merged PRs into main implementation repo, Pushed new firmware for a better handshake setup and integrated the improvements from previous PRs into the secondary Python implementation

Review: (Cerelog) reviewed Arduino firmware and Python implementation changes from this past week.

EOD 21 - Wednesday 6/25

Didn't touch algorithms today but had a fantastic day of externship work. Learned a lot during the animation lecture and feeling more confident when I get back to it tomorrow/tonight. I have a looming concern that my confidence is only based on finishing one of the "easy" algorithms, but I will be happy if I can somehow manage a decent Insertion Sort animation while also balancing externship work.

Cerelog Priority Board

Might be able to wrap up the externship with one more day of work (so basically a week early, which is dope) and considering staying on if the next steps are interesting. Getting paid would be cool too. Only task left as of now is parametric configuration, which I've already set up all the bones for.

PRs: Implemented a 12-byte timestamp handshake between firmware and BrainFlow API with no user input required, Created test for baud rate switching and created a comprehensive "test suite" script, Built variable baud rates into the handshake, also no user input required. Current codebase passes all test scripts.

Code Review: Will do this after dinner 🙂 (Spoiler alert: I didn't do it)

EOD 22 - Thursday 6/26

W: Recognized that I needed to write an algorithm to handle data buffering for my externship work and successfully made it O(n). Learned what data buffers are, the different kinds, and why they are necessary - and then built one.

B: I thought the externship work would only take the morning today but ended up taking most of the day. It felt right to prioritize the externship, but I don't want to use it as an "excuse" for not understanding other fundamental concepts.

PRs/Commits/Review: Implemented continuous ring buffer into firmware for capturing EEG data stream, Implemented O(n) search algorithm for detecting handshake attempts within ring buffer, Reviewed collective firmware changes from this week

EOD 23 - Friday 6/27

W: Proud that I was able to make a main menu with routing for different algorithms, with solid repo organization and breaking down into React components - kinda felt like a wizard being to do all of this quickly, competently, and without help.

B: None

PRs: Main menu and routing, Bubble sort algorithm and visualization, Added shape presets

EOD 24 - Saturday 6/28

W: Emotional workshop was very cathartic and powerful - happy to see that this kind of conversation can be more normalized within our cohort and I think the group feels closer together now. Rode the high from yesterday and kept adding to my algorithm project. Added a few features with Cursor and got very little slop.

B: Still facing resistance to posting blogs unless I feel it's in a "perfect" state. And then bargaining with myself that "I will catch up this weekend" or "work even harder". This weekend my wife was in town and that "set me back from catching up", if that's a real thing.

PRs: Turned the chess piece analyzer into a generic image analyzer, Allowed users to upload any image and turn it into an array of numbers that can be sorted using algorithms

Week 5

(Weekly reflection: [Coming soon])

EOD 25 - Monday 6/30

B: Unfocused. Struggled with scope today. Finding it very difficult to learn when using Cursor and very easy to get carried away with thinking of new features instead of focusing on a more concrete goal. Also struggle with pushing out PRs particularly when using AI.

W: React Native feels pretty intuitive. Got a few small things working.

PRs: core-access-game #1

EOD 26 - Tuesday 7/1

W/B: Bit of a rollercoaster of a day. Woke up super grumpy so I started by doing some readings and wrapping up loose ends with my algorithms project and blog posts. This gave me a lot of momentum into my Native app, but I found myself backtracking to the start of the day due to some Cursor complications with Auth. Found another second wind and got auth working with a Neon database and Express server. Spent way too long without realizing that React Native apps don't really work with Vercel, I think? Not sure if I should've asked for help sooner or if it's a skill issue lol. Learned Render and got deployed backend working with auth. Got integrations with gyroscope, magnetometer, and microphone working on mobile device - worked on camera, accelerometer, wi-fi, and others but having more trouble.

PRs: visual-algorithm #6, core-access-game #2, core-access-game #3, core-access-game #4, core-access-game #6, core-access-game #7 Added portfolio section to personal website and worked on a few posts (pushed straight to main)

EOD 27 - Wednesday 7/2

Blockers: Oh boy, spent almost all day tackling NativeWind and an issue where all my styling disappeared. Ultimately fixed my app and was able to keep some of the additions I made, but I never figured out what was causing it. Took longer than necessary because of disorganized/big PRs.

Wins: Really happy with how the app is coming along and enjoying working with React Native. I'm happy with how much I've been able to break up features/pages into components and modularize things like buttons, headers, borders, etc. into reusable components. Feeling more confident tackling larger codebases.

Review: PushpalPatil/practiceExpo #3

PRs: core-access-game #9, A few troubleshooting PRs, core-access-game #13

EOD 28 - Thursday 7/3

No blockers today, felt great to explore all of the different native features on mobile devices. Feeling more confident using AI and avoiding slop while maximizing my own understanding. Still need to practice externalizing my thinking process into diagrams/mental models rather than "thinking through things" inside of the Cursor chat.

Review: graslowsnail/artefact-ai-mobile #16 PRs: core-access-game #14, core-access-game #15, core-defender-game #16, core-defender-game #17

EOD 29 - Friday 7/4

Was feeling a bit disheartened/disappointed today. Spent too much time trying to get small bugs fixed before moving on to bigger picture features - I find it difficult to move on since odds are I will forget about and never return to an issue once I leave it.

PRs: core-defender-game #18, core-defender-game #19

EOD 30 - Saturday 7/5

B: Still attaching too much self-worth to the things I create - felt like shit because I wasn't happy with my project. Also have a tendency for black and white thinking, i.e. even if only one thing is wrong with the project, the whole thing is doomed in my mind.

W: Was able to solve a bunch of issues and tie up loose ends just in time for presentations, and I'm happy enough with how it turned out. Feeling more confident presenting.

PRs: core-defender-game #20

Week 6

(Weekly reflection: [Coming soon])

EOD 31 - Monday 7/7

Blockers: Don't understand working in a team on Git, merge conflicts are a bitch and feel like a waste of time. Just got pissed off at Git and Cursor all day, not really learning anything.

Wins: fun blob game

Code Review: PRs within game team PRs: andreicstoica/blob-game #3, andreicstoica/blob-game #10, andreicstoica/blob-game #15, andreicstoica/blob-game #19

EOD 32 - Tuesday 7/8

Blockers: Bro, I just needed to work out and all of my blockers disappeared…who knew! Today was the complete opposite of yesterday: everything that made me pissed off yesterday turned into thoughtful, well-articulated conversations and specifications - with my team and with Cursor. Alas, I rode the high a little too hard and ended up working too late and noticed some of those same feelings of frustration creeping back in. I could get better at knowing when to stop, when to be okay calling it a day and be happy with what I accomplish.

Wins: Made a lot of progress on blob game and felt a lot more connected to the team and the work. Optimistic about an externship prospect for the start of August, meeting in-person tomorrow.

PRs: blob-game #24, blob-game #25, blob-game #28, blob-game #31, blob-game #39, blob-game #40

Reviews: blob-game #34, blob-game #33

EOD 33 - Wednesday 7/9

Blockers: Lack of separation of concerns becoming a huge problem for adding any new features to the actual game state.

Wins: Had a morning standup and made a great plan for the day and were able to implement some exciting features in our game.

PRs: blob-game #44, blob-game #45, blob-game #46, blob-game #47 blob-game #48, blob-game #49

EOD 34 - Thursday 7/10

Blockers: Feels like team contributions become less organized/cautious throughout the day.

Wins: Felt really good to have a morning standup meeting and establish priorities for the day. Built in a ton of new features and our game is starting to feel really solid and polished.

PRs: blob-game #57, blob-game #58, blob-game #62, blob-game #65, blob-game #67, blob-game #70, blob-game #72, blob-game #74, blob-game #79, blob-game #81, blob-game #84, blob-game #85

Reviews: blob-game #61

EOD 35 - Friday 7/11

Blockers: Frustrated with rework and sifting through AI slop. Our team (including me) is in the practice of pushing/merging to main without review, testing, deployment checks, etc. I think we are a bit caught up in the excitement of making a game, adding new features, and using AI to accelerate work.

Wins: Despite the challenges, we're making progress and learning about the importance of proper development practices.

PRs: blob-game #89, blob-game #92, blob-game #96, blob-game #100, blob-game #102, blob-game #103, blob-game #111, blob-game #115, blob-game #117, blob-game #118

EOD 36 - Saturday 7/12

Presentation Day, flew to northern Michigan for a wedding. Glad we got the game to a pretty finished state and tied up loose ends.

(Break: July 13–20)

Week 7

(Weekly reflection: [Coming soon])

EOD 37 - Monday 7/21

Blockers: Feeling a little burnt, tired, recovering from the break. Recovery meaning that I haven't really been "working" on anything difficult for a week and getting back into the flow took me a day.

Wins: Felt good to review other people's job plans, both to provide feedback and inspiration for my own.

PRs: personal-portfolio #12, personal-portfolio #13

Documents: Job Search Plan

EOD 38 - Tuesday 7/22

Blockers: Kinda got derailed today by starting a new project, a CLI-only dice rolling game. I learned a ton and have a lot of ideas, but feeling guilty about shirking career week stuff.

Wins: My goal with the game was to make something fun before I make something pretty. When I previously vibe-coded a Balatro-dice game, and then later on made another app based more on the algorithms of Balatro, I got too caught up in the visuals and also inevitably ended up mixing frontend and backend logic, which got very sticky and basically broke both of these games eventually, and it was too late to go back and salvage them. So my goal with this new one was to make a game that is fun before any styling is ever added to it, and that's going very well and leading to deeper understandings of software.

PRs: rollio #1, rollio #2, rollio #3, rollio #4

EOD 39 - Wednesday 7/23

Blockers: Trying to work on my portfolio, which should mean now is NOT the time to add new features, but apparently that signals to my brain that now is the time to create new features IN ORDER TO make my portfolio look good. This creates a cycle where I keep adding complexity instead of focusing on what's actually needed for career week.

Wins: Despite the blockers, made solid progress on game dev. The CLI game is coming together nicely and I'm learning a lot about game state management and user interaction. The modular design approach is working well and making the codebase much more maintainable than my previous attempts.

PRs: rollio #5, rollio #6, rollio #7, rollio #8, rollio #9

EOD 40 - Thursday 7/24

Wins: Found a decent flow with using Cursor, with docs, architecture diagrams, specs, handoffs, context, etc. Been able to produce a lot of cohesive work.

Blockers: Still having trouble with giving Cursor the right context so that it doesn't slip back into bad habits.

PRs: personal-portfolio #14, rollio #10, rollio #11 Resume

EOD 41 - Friday 7/25

Spent a lot of the day Reflecting on career direction and my values as a human. Values clarification and talking with Andrew for a while did a lot for me. I put a lot of unnecesarry guilt / shame / presure on myself, and often make prioritizaiton a moral dilemna.

PRs: rollio #13, rollio #14, rollio #15, rollio #16, personal-portfolio #15

EOD 42 - Saturday 7/26

Blockers: Crazy how I can ship fullstack applications from start to finish in a week, but I struggle to solve leetcode easy problems during mock interviews. Got the hang of it quickly, think I just needed to put some practice into it, as I haven't been practicing this week.

Wins: Great reality check today with the Neetcode mock interviews. Very inspired for career direction. Feeling very strongly about direction, particularly creative coding and game dev, low level programming and hardware, and potentially a FAANG route where I focus on "correct" system design and architecture. Jazzed up about the future and again feeling like this program is extremely valuable! Had a moment where I thought to myself "I could very well NOT be in this room right now, hearing exactly what I need to be hearing right now. I could just not be here. But I am. And it's exactly where I need to be. Who put me in this room? My former self? Good on him."

PRs: Blog updates

Resources: Andrew's Career Specialization Letter

Week 8

(Weekly reflection: [Coming soon])

EOD 43 - Monday 7/28

EOD 44 - Tuesday 7/29

EOD 45 - Wednesday 7/30

EOD 46 - Thursday 7/31

EOD 47 - Friday 8/1

EOD 48 - Saturday 8/2

Week 9

(Weekly reflection: [Coming soon])

EOD 49 - Monday 8/4

EOD 50 - Tuesday 8/5

EOD 51 - Wednesday 8/6

EOD 52 - Thursday 8/7

EOD 53 - Friday 8/8

EOD 54 - Saturday 8/9

Week 10

(Weekly reflection: [Coming soon])

EOD 55 - Monday 8/11

EOD 56 - Tuesday 8/12

EOD 57 - Wednesday 8/13

EOD 58 - Thursday 8/14

EOD 59 - Friday 8/15

EOD 60 - Saturday 8/16

Week 11

(Weekly reflection: [Coming soon])

EOD 61 - Monday 8/18

EOD 62 - Tuesday 8/19

EOD 63 - Wednesday 8/20

EOD 64 - Thursday 8/21

EOD 65 - Friday 8/22

EOD 66 - Saturday 8/23

Week 12

(Weekly reflection: [Coming soon])

EOD 67 - Monday 8/25

EOD 68 - Tuesday 8/26

EOD 69 - Wednesday 8/27

EOD 70 - Thursday 8/28

EOD 71 - Friday 8/29

EOD 72 - Saturday 8/30