Codeium Windsurf: 100x Engineering Starts Now (Part 1)

Windsurf’s Game-Changing IDE Experience, Part 1 – 100x Engineering Starts Now

John Hoestje Agentic AI & AI-Accelerated Development, Articles, Artificial Intelligence, Retrieval-Augmented Generation (RAG), Spring Leave a Comment

Windsurf Series Introduction

This is Part 1 of a 2-part blog series. In Part 1, you’ll learn:

How to go from 10x to 100x productivity using the AI-assisted coding tool Windsurf
What Windsurf is and how it enhances your IDE with Retrieval-Augmented Generation (RAG)
Best practices for using features like Autocomplete, Supercomplete, Chat, Command, and Cascade
How context-aware code generation can save time and reduce errors
Tips to get the most out of Windsurf without falling into common pitfalls

Whether you’re aiming to automate repetitive tasks or radically accelerate full-project development, this guide will show you how Windsurf can reshape your workflow and maximize your impact. Then in part two, we’ll move from theory to practice, showcasing real-world code examples.

POCs from an Engineer's Perspective

POCs From an Engineer’s Perspective

Joel Buckingham Articles, Consulting, Soft Skills Leave a Comment

In enterprise software development, one type of project stands out from most others – a Proof of Concept. At times, you may come across planning or technical questions that have far-reaching consequences and no clear or easy answer. In these cases, it can be a good idea to spend a small amount of time and resources to build either a single example project or even a series of similar projects using various languages or libraries to determine what works and what does not. These kinds of projects are called Proof of Concepts (or POCs).

From AI Resumes to Fake Candidates: Protecting Your Company from Hiring Scams

Gena Cockrell Articles, Artificial Intelligence, Consulting, Hiring and Recruitment, Keyhole 2 Comments

The hiring landscape is evolving, and so are the scams targeting companies. From AI-generated resumes to remote job location deception, bad actors are finding new ways to infiltrate hiring processes. In this blog, we break down common hiring scams, how they work, and—most importantly—how to protect your organization from costly mistakes. At Keyhole Software, we take the headache out of hiring by providing vetted, U.S.-based consultants you can trust—eliminating the risks and ensuring quality talent for your team.

C# LINQ Hacks Every Developer Should Know

C# LINQ Hacks Every Developer Should Know

Alex Cassells .NET, Articles, C# Leave a Comment

LINQ (which stands for Language Integrated Query) is a library of collection manipulation methods that makes organizing and picking data out of collections much easier. LINQ can save a lot of time that would otherwise be spent writing complicated for or foreach loops. As with the nature of collections in programming, sometimes you will be working with gargantuan data sets and other times with smaller yet complicated collections.