📕
Knowledge
  • Knowledge Repository
  • Java
    • Intro
    • Persistence
      • Java Persistence API (JPA)
        • Entity Manager
        • Transaction Management
        • Relationship Mapping
      • Java Transaction API (JTA)
    • Resources
  • Angular
    • Intro
    • Overview
    • CLI Commands
    • Directives
  • Tools
    • IDEs
      • IntelliJ
        • Shortcuts
  • Book Notes
    • Intro
    • Java A Beginner's Guide
      • Chapter 1. Java Fundamentals
      • Chapter 2. Data Types and Operators
      • Chapter 3. Program Control Statements
      • Chapter 4. Introducing Classes, Objects, and Methods
      • Chapter 5. More Data Types & Operators
      • Chapter 6. Closer Look At Methods and Classes
      • Chapter 7. Inheritance
      • Chapter 8. Packages & Interfaces
      • Chapter 9. Exception Handling
      • Chapter 10. Using I/O
    • Data Pipelines With Airflow
      • Chapter 1. Meet Airflow
      • Chapter 2. Anatomy Of a DAG
  • Course Notes
    • Intro
    • Spring: TDD With JUnit
Powered by GitBook
On this page
  • Java
  • Angular
  • Tools
  • Book Notes
  • Course Notes

Was this helpful?

Knowledge Repository

NextIntro

Last updated 2 years ago

Was this helpful?

This area of my website is designed to be my 'digital garden', a place where I can document what I'm learning, without the necessity of writing a complete and polished blog.

The idea is to document anything of value, small nuggets of information or full blown topics, with the intention to let the topics or idea grow overtime.

And, just like a garden, it will never be finished, some areas will grow and other areas will die, so my main focus is for this to be a place to gather my knowledge without the pressures of overthinking how it should be presented.

With that in mind, this is my personal development space, designed to help me retain knowledge over time.

Final note, as I'm using this as a learning tool, some of my notes may be incorrect at the time of writing, so if you spot any issues, just let me know. Thanks.

Java

Angular

Tools

Book Notes

Course Notes

Intro
Persistence
Java Persistence API (JPA)
Entity Manager
Transaction Management
Relationship Mapping
Java Transaction API (JTA)
Resources
Intro
Overview
CLI Commands
Directives
IDEs
IntelliJ
Shortcuts
Intro
Java A Beginner's Guide
Chapter 1. Java Fundamentals
Chapter 2. Data Types and Operators
Chapter 3. Program Control Statements
Chapter 4. Introducing Classes, Objects, and Methods
Chapter 5. More Data Types & Operators
Chapter 6. Closer Look At Methods and Classes
Chapter 7. Inheritance
Chapter 8. Packages & Interfaces
Chapter 9. Exception Handling
Chapter 10. Using I/O
Data Pipelines With Airflow
Chapter 1. Meet Airflow
Chapter 2. Anatomy Of a DAG
Intro
Spring: TDD With JUnit