Business Practices • Feb 02, 2024 Beyond Software Best Practices: Why I Prefer “Leading Practices” Over the past few years, I’ve ditched "best practices" and adopted a new term, “leading practices." I think you should too.
.NET / WPF • Feb 01, 2024 Create and Implement .NET-Compatible JSON appSettings Using Consul Template and HashiCorp Vault Secrets As secret handling gets sophisticated, applications must ensure secrets are secure and easily managed. One method is using HashiCorp Vault.
Exploratory Testing • Jan 31, 2024 Test Network Requests with Cypress Intercepts Use Cypress requests to validate server responses and ensure network requests complete before tests continue.
Swift • Jan 30, 2024 How to Customize SwiftUI Toggle Colors with a New ToggleStyle How can you customize the on, off, and tint colors in the SwiftUI Toggle? One solution is to make a custom ToggleStyle.
Artificial Intelligence • Jan 29, 2024 Generative AI Adoption is Competitive Table Stakes – Don’t Get Left Behind Businesses must begin adopting Generative AI tools to remain competitive. Find out why AI generative adoption is essential.
Culture • Jan 28, 2024 How to Host a LGBTQIA+ Lunch and Learn We hope you'll feel a little more empowered to participate or even host an LGBTQIA+ Lunch and Learn event like this for your community.
Personal Optimization • Jan 27, 2024 Ask These 10 Questions in a Job Interview When Your Top Priority is to Make More Money In this first installment in a three-part series, here are 10 questions to ask in a job interview when your priority is making more money.
DevOps & System Admin. • Jan 26, 2024 Docker Compose Dependency Management Isn’t a Silver Bullet The dependency management in Docker Compose, particularly with the depends_on attribute, isn't a silver bullet.
The Software Life • Jan 25, 2024 Nobody Cares About Your Git History The topic of Git history, rebasing, squashing, and commit messaging often ignites debates as fiery as those over pineapple on pizza.
Development Practices • Jan 24, 2024 Achieve Cleaner Test Setup with the Blueprint Pattern The Blueprint pattern abstracts the creation of data models into reusable, type-safe helpers, reducing boilerplate and improving readability.
Exploratory Testing • Jan 23, 2024 Deal with Flaky Cypress Tests: Cloud vs. Parallelized Testing Glen Bahmutov's cypress-split plugin offers the prospect of parallelized testing without the hefty price tag of Cypress Cloud.
Developer Tools • Jan 22, 2024 Beginner Tips for Creating Composables with Jetpack Compose So, you're creating your first composable in Jetpack Compose. Here are some tips that are easy to apply to your first composable.