Development Category
Focused on coding, languages, and development.
04/04/2023
How to win the race with hackers when new vulnerabilities are publicly disclosed!
by Frank Rietta
Keeping deployed web applications up-to-date is imperative to prevent data breaches. Here's how to use automated testing of custom web application software to patch quickly after a support chain vulnerability is publicly disclosed.
09/21/2022
Top 5 Tips and Tricks on Developing with Docker
by Frank Rietta
A five tips and tricks I've built up working daily with Docker professionally for three years.
08/31/2021
The Ripples From SolarWinds
by Wren Steitle
The effects of the Solar Winds breach are felt throughout the tech community. More important than the breach though is the aftermath and the response to the incident. How does that affect others?
02/09/2021
Streamlining Workflows With Docker
by Wren Steitle
Working on numerous projects can require significant time to set up locally. With Docker, we have streamlined this process to mere minutes.
01/14/2021
Disable Low Quality Webcam Microphone in Ubuntu Linux 20.04
by Frank Rietta
How to ensure your high quality microphone is always used and not the low quality USB webcam audio when joining Google Meet, Zoom, Microsoft Teams, and other video calls. Block list the webcam sound with udev and use it only for video, not audio.
01/12/2021
How to Set Up and Encrypt an External SSD and Run Docker Images Externally
by Jack Cullen
Running multiple Docker images locally can eat up a lot of disk space. Computers with smaller hard drives will have a problem keeping up. We can mitigate this issue by setting up an encrypted external ssd to run our Docker images and free up local disk space
12/15/2020
Learning Object-Oriented Programming in Ruby vs C/C++
by Maddii Brigham
Learning object-oriented programming is a fundamental piece of computer science education. But is C/C++ the best environment to do it in?
12/12/2020
Remote Team Culture - Code Review and Style Guides
by Chris Choi
Code review and style guides are valuable when delivering clean and reliable code which is a team effort, especially in distributed teams.
05/04/2020
Implementing Proper Application Maintenance Practices
by Rob Stringer and David Hardy
Technology changes, application functionalities will be deprecated and vulnerable to security threats. This is why consistent, and proper maintenance is essential.
10/22/2019
What is Web Accessibility?
by Christopher Choi
It's important to answer the demand for accessible websites to proactively avoid legal implications after the Supreme Court declined to hear the Domino's Pizza appeal in an ADA case.