Angular • Aug 25, 2023 Stop Using console.log in Your Angular Applications and Do This Instead Developers sometimes try `console.log` to debug their Angular applications. Let's use breakpoints and debug mode in JetBrains Webstorm.
React / Redux • Aug 24, 2023 Grouped Stacked Bar Charts with Recharts: Unveiling Snacking Patterns Learn how to create grouped stacked bar charts with Recharts. We'll walk through an example without any extra downloads or fancy CSS.
Development Practices • Aug 23, 2023 Useful Tools for Facilitating Planning Poker Estimation Planning Poker provides an engaging way for the team to discuss implementation approaches and build consensus around the effort involved.
Prisma • Aug 22, 2023 Prisma vs. TypeORM – Which is Right For You? In my current project, we use two popular ORMs, TypeORM and Prisma. Each one has advantages and disadvantages. But which is right for you?
Managing Your Team • Aug 21, 2023 Why Developers and Managers Should Co-Own the Backlog In the most successful projects, the backlog is co-owned by developers and managers. Learn why this approach to backlog management works.
Exploratory Testing • Aug 20, 2023 Bug List Piling Up? Ignore or Learn from Them So after some time, your backlog might start to have a number of bugs logged in it. What to do about that bug list?
Extracurricular Activities • Aug 19, 2023 A Software Professional and an Academic Librarian Get Married… The tools we used in our wedding planning process kept things fun and conflict-free as we prepared for the biggest moment of our lives.
Personal Optimization • Aug 18, 2023 The Low-Tech Tool I Use to Wrangle Runaway Worries at Work Often, worries show up in the shadowy, less-conscious parts of my mind. This tool helps me gain perspective on worrying at work.
Java • Aug 17, 2023 Java’s Discriminated Union: Sealed Interfaces The Sealed Interface is a new addition in Java 17 that allows developers to emulate the discriminated union data structure.
UX & Design • Aug 16, 2023 Save Time, Effort, and Budget: The Benefits of Using a Component Library Whether you're seeking to optimize your time, maintain design consistency, or foster collaboration, component libraries offer a solution
Business Practices • Aug 16, 2023 Toward Fair Pay – Evolving how we Evaluate & Compensate Employees We recently modified our compensation evaluation process to a more formal—and hopefully more fair—compensation system for everyone.
Project & Team Management • Aug 15, 2023 Useful Settings for New Github Repositories One important and easy way to ensure developers are pushing working code is to implement static analysis as Github Actions on your code.