Dex Entry #001: Nikhil
Hey everyone! Welcome to my little corner of the internet~
If you’re reading this, you’ve stumbled onto my Code-Dex. I’m Nikhil! A college student trying to navigate the tall grass of software engineering. Come join me as I share what this site is all about!
Honestly, I mostly set this up so I’d have a place to dump my thoughts, log the projects I’m working on, and share whatever bugs I’m currently fighting. The theme comes from wanting to lighten things up—CS gets pretty intense, so tying it back to one of my favorite childhood series makes the whole process a lot more fun for me.
This is just a quick first post to get the site running and make sure the Markdown formatting actually looks right. I’ll be posting actual project stuff soon.
Testing the code blocks…
# Just making sure the syntax highlighting works
def start_journey():
dex_complete = False
print("Code-dex initialized. Let's see how this goes.")
dex_complete = True
start_journey()