Sign In

Forgot your password? Request password reset...

Don't have an account? Register here...

Code Chronicles

In the dim glow of my computer screen, after hours of wrestling with a particularly stubborn bug, it finally happened. The lines of code aligned, the program ran seamlessly, and I felt that rush of triumph. Join me as I revisit these eureka moments and unravel the mysteries behind the code.

I write about my experiences and journey as a software developer, about coding topics that I've struggled with in the hopes that you don't have to, and about things I've learned that I think are awesome. This space is a melting pot of tutorials, discussions on tools, and explorations of intriguing software development concepts. Enjoy!

August 02, 2021 / 13 min read / 3,003 views 3 likes 0 comments

Last Updated: May 12, 2024

awesome lists editors vscode

VS Code logo

Microsoft released VS Code (VisualStudio Code) in 2015, and since then it has become one of the most popular text editors on the market. What has led to that popularity? It is free and lightweight, with a beautiful and intuitive user interface and it is fully customizable through extensions. Extensions can bring nearly any look or functionality you like to VS Code. But with so many extensions to choose from, which ones are right for you? I’m here to guide you with my top 20 favorite VS Code extensions.

July 14, 2021 / 11 min read / 1,741 views 1 likes 0 comments

Last Updated: May 12, 2024

editors settings vim

Vim logo

The command line text editor vim is popular in the world of programming, and for good reason. It can be found on nearly any Unix (and often Windows) system, making it ideal for loading into remote machines and making quick edits to files. It is also very powerful in the right hands. If you watch an expert vim user code with vim, the cursor is bouncing all over as they quickly write or edit their files, all without ever touching a mouse…

I am not one of those people. I picked up vim out of necessity while working on remote hosts without access to a GUI text editor (I’m partial to VS Code). But since I needed to use vim, I wanted to get better at it, so I took a vim Udemy course, and I’ve been using what I’ve learned to get a little more efficient in vim. If you’re a vim beginner, this post will teach you the commands I found most useful while learning vim. And if you’re a casual vim user like me, this post can serve as a cheat sheet reminder for all the vim commands you and I will continue to forget.

Showing 1 to 2 of 2 results