blog.anavela.devHow to Develop a Debugging MindsetGood debugging strategies start well before issues come up. From simple typos to a long list of console errors, you have to deal with a range of bugs throughout your career as a developer. One way to approach debugging in a broader sense is to develo...Mar 11, 2023路5 min read
blog.anavela.devHow To Learn Any Programming LanguageLearning your first programming language or adding a new language to your tech toolbox might feel daunting. Each programming language has specific terminology and a variety of progressively complex concepts which could take years to truly understand....May 21, 2022路3 min read
blog.anavela.devHow to Get Better with GitGit is a version control tool that any developer would benefit from learning. Using git allows you to save your code as you make changes, and you can see what changes have been made over time. When working with other developers, knowing git makes it ...Jul 24, 2021路4 min read
blog.anavela.devHow to Overcome 3 Common Roadblocks When Starting a Developer BlogWhen I decided to start a developer blog last year, it took me months before I actually published my first post. It really didn't need to be this way. Throughout my blogging journey, I've gained some knowledge about what it takes to get started. From...Apr 16, 2021路4 min read
blog.anavela.devHow Checklists Can Help You as a DeveloperWhile listening to an audiobook called The Checklist Manifesto: How to Get Things Right by Atul Gawande, I thought about how checklists might be just the tool developers need to level up. In this book, Gawande shares many stories that illustrate how ...Mar 29, 2021路5 min read