Here’s a management anti-pattern I see constantly: developers using one AI model for everything. It’s like hiring a brilliant systems architect and asking them to write CSS, review PRs, design your logo, AND refactor your database queries. Sure, they can do it. But should they? I run a five-model AI development team. Each has a…
Tag: software development
Hiring a outsourced tech team
You’re launching a new app or starting an enterprise level software project and looking to outsource development. Time and resources are at stake, and you’ve been handed the responsibility for finding a technology consultant. How do you choose? And how can you be confident you’ve made the right choice? We’ll look at which questions to…
To build, or not to build, that is the question
I often find myself in the position of helping company leaders navigate the challenging decision between building a custom system or buying an off-the-shelf solution. This debate is a recurring challenge, and it requires careful consideration to ensure that the chosen system not only meets current needs but also adapts and evolves alongside the business….
Creating a staging environment with obfuscation
I have created hundreds of development environments. Today, I want to review how to secure your production data in the staging environment. A staging environment is used to test new features being developed but at the scale of production data with production level security enabled. It’s as close to production environment as you can get…