Developer Tools Step Up Your Code Quality with ESLint I'll share a few techniques I recommend when using ESLint, including one game-changer I only recently discovered.
Rust The Best Development Environment for Rust? 3 Common Options Rust is a popular modern language, but there's no clear standard for best development environment for Rust. Here are 3 popular choices.
Development Practices How to Write Good “Bad” Code Sometimes, writing bad code is actually the right solution. Being a perfectionist can get in the way of progress on your project.
Evolving the Industry GitHub Copilot Should Pay For the Code It Uses Microsoft charges you $10 per month to access its code generation tool. However, none of that money goes to the people who wrote the code.
Extracurricular Activities Treat Your Personal Projects with Respect and See More Progress I started my career in computing with personal projects, and I continue to build and expand my skills with my own projects.
Developer Tools Level Up Your VS Code Game with These Tips Visual Studio Code is a powerful editor with a lot of fantastic features. Learn to take advantage of everything VS Code has to offer!
Python Improve Code Quality in Python Flask with Pylint, djLint, and Black Writing clean code is something everyone can begin immediately simply by leveraging free tools like Pylint, djLint, and Black.
Development Onboarding as a New Dev: How to Wrap Your Head Around a Large Code Base Be patient when learning a large code base. It's a long process, but if you keep working at it, eventually everything will come into focus.
Exploratory Testing Set Team Standards for Unit Test Code Coverage in JetBrains Rider While code coverage is not a perfect indicator of a healthy test suite, JetBrains Rider can help identify areas of potential risk in your solution.
Development Practices New to a Codebase? Try Drilling! Drilling the codebase can help answer many questions without assistance and help you build confidence as an entry-level developer.
Extracurricular Activities Benefit of a Daily Dose of Wordle: Sharpen Your Problem-Solving Skills Simply solving a small problem like Wordle is enough to kick off my day and motivate me to solve more problems throughout it.
Development Practices A Case Study: Understanding Unfamiliar Code Without Aid I’d like to share how I dug into some unfamiliar code to find some direction so you can see how I approach this sort of problem.