Exploratory Testing • Aug 08, 2023 Snagit: Add It to Your Toolbox Today! One of my favorite tools I use while testing is Snagit from TechSmith. (It's also useful when creating user documentation.)
JavaScript • Aug 02, 2023 Tips for Effective Code Documentation: How to Make Your Next App Readable The best code documentation for a Next.js app is code that is as self-documenting as possible. Here are some tips and best practices.
Personal Optimization • Jul 30, 2023 It’s Not You, It’s Your Filters: How I Finally Ended My Chaotic Relationship with Email So. Many. Filters. Plus labels, priorities, and markers. I batch-archived years worth of emails. And yet, the emails kept coming.
The Software Life • Jul 24, 2023 Level Up Your Business Development Game with ChatGPT I'll offer some tips and tricks for using AI in business development work and help you network with greater confidence.
Culture • Jul 15, 2023 Food Builds Better Software I like eating food, but I love sharing that experience with others more. These are my thoughts on eating with coworkers.
Artificial Intelligence • Jul 13, 2023 3 Strategies for Learning to Program with an AI Assistant There's a real risk of AI becoming a necessary crutch. So, how can you take advantage of an AI assistant without becoming beholden to it?
Growing as Makers • Jul 04, 2023 What My Computer Science Program Didn’t Prepare Me for After Graduation While a computer science program may provide a strong foundation in technical skills, it often overlooks the intricacies of the job market.
Extracurricular Activities • Jul 02, 2023 Programming for Arduino? Use Platform.io instead of the Arduino IDE For a fun side project in Arduino, I discovered you can use the Platform.io plugin to do tons of embedded programming in VSCode.
Culture • Jun 30, 2023 The Multiple Levels of Onboarding: Company, Role, Project When starting a new job, one must onboard to numerous levels, at varying velocities, and within different contexts.
React Native • Jun 29, 2023 Breaking Chains with React Native: My Adventure at Chain React 2023 I recently attended Chain React 2023. Because it's a single-track conference, I had the opportunity to immerse myself in every talk.
Artificial Intelligence • Jun 23, 2023 Is AI an Existential Threat to Tech Workers? If your only skill is turning specifications into a single-page JavaScript application, you should be worried about being replaced by AI.
Developer Tools • Jun 21, 2023 How to Use Docker Layers to Optimize Your Container Size Docker images can quickly become large and unwieldy. Let's explore using Docker layers to build a space-optimized Docker container.