Below you will find pages that utilize the taxonomy term “programming”
Posts
IaC
Summary Infrastructure as code (IaC) is an approach to managing and provisioning infrastructure resources through software and automated processes, rather than manual processes. It involves using machine-readable configuration files or scripts to define and control the infrastructure, treating it as code. With IaC, infrastructure resources such as networks, compute services, databases, and storage can be defined, managed, and deployed in a standardized, versioned, and parameterized manner.
Imperative vs Declarative IaC IaC allows you to define your infrastructure resources in a descriptive model, specifying the desired outcome rather than the specific steps to achieve it.
Posts
OOP
OOP (object oriented programming) is a programming paradigm based on the concept of objects. Data is in the form of fields(aka. attributes or properties) and the code is in the form of procedures (aka methods).
OOP Concepts Random fact of the day: The acronym OOP can refer to a lot of things, even as a jargon for software developers.
Object Oriented Positioning Object Oriented Programming Out of Position Ordinary Object Pointer (JDK)