Copilot Bills Tokens Now. Context Is the Cost.

Copilot Bills Tokens Now. Context Is the Cost.

The move companies should make is to build a retrieval layer in front of their code and treat it as the product. Two pieces carry it. Embeddings give you semantic recall, so a question maps to the right code without keyword guessing. A code graph gives you structure, so you can walk symbols, references, and dependencies instead of grepping text.

Josh Josh
Read
Git Repository Best Practices

Git Repository Best Practices

This guide is for anyone in the Engineering organization looking to improve developer workflow and productivity, as well as code quality and security. Those responsible for putting together team-wide standard practices and policies would benefit greatly from this guide, but even if you’re a developer not “in charge” of driving such standards, you will find these practices applicable and useful to remember.

Josh Josh
Read
Scroll Detection in JavaScript

Scroll Detection in JavaScript

Knowing how to track a user’s scroll position can unlock some pretty impactful interactions. Turns out, it’s super easy.

Josh Josh
Read
BlazorServer OIDC Authentication

BlazorServer OIDC Authentication

You're not stuck with Microsoft's OIDC implementation. We look at what's involved and highlight a few key use-cases that most developer's expect out of the box. It's not so bad.

Josh Josh
Read
Deploy an AWS VPC with CloudFormation

Deploy an AWS VPC with CloudFormation

This virtual network (VPC) closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS. It helps you to launch resources with a known setup of IP ranges (CIDR blocks) that make communication a bit easier and more secure.

Josh Josh
Read
Loading...