To Github’s 38%: AI Coding Tools Are Worth Pushing Past the Fear
According to Github’s recent AI in Software Development survey, over 97% of software developers, engineers, and programmers in the U.S., Brazil, Germany, and India…
GitHub content on the Revelry Blog: Navigate our lab notes by using the tag system.
According to Github’s recent AI in Software Development survey, over 97% of software developers, engineers, and programmers in the U.S., Brazil, Germany, and India…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
VS Code extensions help software developers streamline and accelerate their workflow process; they enable additional languages, themes, commands, debuggers, and more. We recently asked…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
A Guide to Getting Off the Island When you’re stuck at a computer, in a room by yourself, on a problem you can’t solve,…
Planning poker is an important part of estimating time spent on a project. But how do companies that recently went remote do planning poker? Here’s how we do planning poker for remote teams.
Setting up an exposed service or ingress on a Kubernetes cluster needs authentication with OAuth 2 Proxy: here’s how to get it done in 6 easy steps.
I was lying in bed this morning planning the best way to handle a merge conflict I know is coming with a colleague’s PR today, and I realized I’d like to know a couple of tricks for certain situations. Here they are:
Make sure you’re doing this consistently, because down the line it makes a big difference to somebody digging through git history.
If you write tests after you wrote the code, it’s hard to be 100% the tests are legit… If they wouldn’t have failed without the code you just wrote, they’re basically useless.