All posts by Red Badger Team

Red Badger Team

Elm, what does the future have in store?

Elm is a functional language that compiles to JavaScript. It competes with projects like React as a tool for creating websites and web apps. Elm has a very strong emphasis on simplicity, ease-of-use, and quality tooling.

Red Badger Team

Why Pipeline as Code is adding value.

Having the build and deployment pipeline as code (PaC) builds on the benefits of having Everything as Code (EaC), e.g. immutable version control, audit trails,peer reviews, textual representation, and knowledge sharing. Furthermore, allowing the…

Red Badger Team

What's Infrastructure as Code (IaC)?

Infrastructure as Code (IaC) refers to the definition and management of IT infrastructure (e.g. networks, virtual machines, load balancers, firewalls, etc.) in a declarative manner, i.e as source code. Declarative IaC has the powerful property of…