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
O(n) with .Net - An Explainer

O(n) with .Net - An Explainer

Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm.

Josh Josh
Read
Common Data Structures: Part 1

Common Data Structures: Part 1

This article will go through some essential data structures important for a base level of understanding, their time complexities, and some associated algorithms used to work with them efficiently.

Josh Josh
Read
RHEL7 DISA STIG with OSCAP

RHEL7 DISA STIG with OSCAP

Learn how to properly setup compliancy scanning on your DoD RHEL7 instance. We use OSCAP, STIG Viewer and RHEL's OVAL contributions to accomplish a near perfect score.

Josh Josh
Read
Loading...