Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Core Technology Stack

A centralized repository for all information technology resources, infrastructure guides, and system documentation. This shelf serves as the primary knowledge base for technical operations and engineering standards.

Software Engineering & Development

This book covers the principles, patterns, and practices of modern software development. It includes comprehensive guides for "Devs," architectural blueprints, and best practices for building scalable applications.

Software
Devs

Java Ecosystem & Programming

Software Engineering & Development

A dedicated section focusing on the Java programming language, including Virtual Machine (JVM) internals, core syntax, and enterprise framework integration.

Java

1º Java Foundations

Software Engineering & Development Java Ecosystem & Programming

Book 1: Java Foundations Chapter 1: The Hello World. 1. Brief Theory: Your First Program! Every journey begins with a first step, and in programming, that step is almost always "Hello World!". This simple program introduces you to the fundamental structure of ...

2º Java Book - OOP Foundations

Software Engineering & Development Java Ecosystem & Programming

Chapter 1: Classes vs Objects Quick Theory: The Object-Oriented mindset is about modeling the real world using software constructs. Instead of thinking about procedures or steps, we think about "things" or "entities" and how they behave and interact. This appr...

3º Java - The Java Engineer: Data, Testing & Tooling:

Software Engineering & Development Java Ecosystem & Programming

Chapter 1: Lambda Expressions Deep Dive Technical Theory: Imperative vs Declarative In software development, we often distinguish between two primary programming styles: imperative and declarative. Imperative Programming: Focuses on how to achieve a result. Y...