/ posts / 6

# Scientific Coding

2 min read

The how is what you needed most for getting anything done. But in order to connect the dots, you must collectively consider the why. Years of experience often be one of the most gauge when it comes…

Read

# Understanding Docker Multi-Stage Builds

3 min read

Docker has revolutionized the way we develop, package, and deploy applications. It provides a way to run applications isolated in containers, which are lightweight and include everything needed to…

Read