Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Learning Resources

Curated learning resources for data and business intelligence, Python, API/JSON workflows, SQL and databases, the Microsoft Data Stack, Java and Spring, build and CI workflows, Linux, containers, Git, networking, C++ and related IT topics.

This repository contains:

  • links to freely available learning materials
  • local copies of selected materials only when redistribution is explicitly permitted
  • link-only reference entries for living documentation that should not be mirrored locally
  • license and attribution notes for included third-party resources
  • checksums for included local files

Important license note

"Freely available" does not automatically mean "freely redistributable".

Each third-party resource keeps its original license. Nothing in this repository should be understood as relicensing third-party books, PDFs, documentation or other materials.

There is no single repository-wide license for all included materials.

Selection criteria

Resources are included when they meet at least one of these criteria:

  • they are an official or primary documentation source
  • they directly support a current DataTideHH learning or portfolio project
  • they provide a stable standards reference or a clearly licensed open learning resource
  • they fill an identified gap in the current FI-DPA, Data/BI, software-development or IT-foundations learning path

The repository is intentionally curated rather than exhaustive. Dynamic product documentation remains link-only so that readers reach the current official version.

Resource overview

Area Resource Format Local copy Official source License Version / Date
Git Pro Git, Second Edition PDF Yes https://git-scm.com/book/en/v2 CC BY-NC-SA 3.0 2.1.450 / 2026-05-25
Git / CI GitHub Actions Documentation Link/reference No https://docs.github.com/en/actions See official GitHub documentation Dynamic documentation
Python Official Python 3 Documentation EPUB EPUB Yes https://docs.python.org/3/ Python Software Foundation License Version 2 3.14.5 / 2026-06-09
Python Think Python, 3rd Edition Notebook ZIP Yes https://greenteapress.com/wp/think-python-3rd-edition/ Text: CC BY-NC-SA 4.0 / Code: MIT 3rd Edition / v3 snapshot
Python Data Stack NumPy Documentation Link/reference No https://numpy.org/doc/stable/ See official NumPy documentation Dynamic documentation
Python Data Stack pandas Documentation Link/reference No https://pandas.pydata.org/docs/ See official pandas documentation Dynamic documentation
Python Data Stack Matplotlib Documentation Link/reference No https://matplotlib.org/stable/users/index.html See official Matplotlib documentation Dynamic documentation
Python Data Stack scikit-learn User Guide Link/reference No https://scikit-learn.org/stable/user_guide.html See official scikit-learn documentation Dynamic documentation
Python Quality / Testing pytest Documentation Link/reference No https://docs.pytest.org/en/stable/ See official pytest documentation Dynamic documentation
Python Quality / Testing Ruff Documentation Link/reference No https://docs.astral.sh/ruff/ See official Ruff documentation Dynamic documentation
Python API / JSON / OAuth2 Python json Documentation Link/reference No https://docs.python.org/3/library/json.html Python Software Foundation documentation Dynamic documentation
Python API / JSON / OAuth2 Python urllib.request Documentation Link/reference No https://docs.python.org/3/library/urllib.request.html Python Software Foundation documentation Dynamic documentation
Python API / JSON / OAuth2 OAuth 2.0 Authorization Framework – RFC 6749 Link/reference No https://www.rfc-editor.org/info/rfc6749/ IETF / RFC Editor Standards reference
Python API / JSON / OAuth2 OAuth 2.0 Bearer Token Usage – RFC 6750 Link/reference No https://datatracker.ietf.org/doc/html/rfc6750 IETF Standards reference
API Standards OpenAPI Specification 3.1 Link/reference No https://spec.openapis.org/oas/v3.1.2.html Apache License 2.0 3.1.2 / 2025-09-19
Python Web APIs Flask Documentation Link/reference No https://flask.palletsprojects.com/ See official Flask documentation Dynamic documentation
Statistics / Data Analysis Think Stats, 3rd Edition Notebook ZIP Yes https://greenteapress.com/wp/think-stats-3e/ Text: CC BY-NC-SA 4.0 / Code: MIT 3rd Edition / v3 snapshot
SQL and Databases Database Design – 2nd Edition PDF Yes https://opentextbc.ca/dbdesign01/ CC BY 4.0 2nd Edition / 2014
SQL and Databases PostgreSQL 18 Documentation PDF Yes https://www.postgresql.org/docs/ PostgreSQL License 18.4 stable release line
SQL and Databases Microsoft SQL and T-SQL Documentation Link/reference No https://learn.microsoft.com/en-us/sql/ See official source repository Dynamic documentation
SQL and Databases MariaDB Server Documentation Link/reference No https://mariadb.com/docs/server See official site Dynamic documentation
SQL and Databases DuckDB Documentation Link/reference No https://duckdb.org/docs/stable/ See official DuckDB documentation Dynamic documentation
SQL and Databases SQLite Documentation Link/reference No https://www.sqlite.org/docs.html See official SQLite documentation Dynamic documentation
Microsoft Data Stack / BI Microsoft Fabric Documentation Link/reference No https://learn.microsoft.com/en-us/fabric/ See official Microsoft Learn documentation Dynamic documentation
Microsoft Data Stack / BI Fabric Medallion Lakehouse Architecture Link/reference No https://learn.microsoft.com/en-us/fabric/onelake/onelake-medallion-lakehouse-architecture See official Microsoft Learn documentation Dynamic guidance
Microsoft Data Stack / BI Power BI Documentation Link/reference No https://learn.microsoft.com/en-us/power-bi/ See official Microsoft Learn documentation Dynamic documentation
Microsoft Data Stack / BI Power Query Documentation Link/reference No https://learn.microsoft.com/en-us/power-query/ See official Microsoft Learn documentation Dynamic documentation
Microsoft Data Stack / BI Data Analysis Expressions (DAX) Documentation Link/reference No https://learn.microsoft.com/en-us/dax/ See official Microsoft Learn documentation Dynamic documentation
Microsoft Data Stack / BI Power BI Star Schema Guidance Link/reference No https://learn.microsoft.com/en-us/power-bi/guidance/star-schema See official Microsoft Learn documentation Dynamic guidance
Microsoft Data Stack / BI Azure Fundamentals / AZ-900 Link/reference No https://learn.microsoft.com/en-us/credentials/certifications/azure-fundamentals/ See official Microsoft Learn / Credentials page Dynamic certification page
PowerShell / Automation PowerShell Documentation Link/reference No https://learn.microsoft.com/en-us/powershell/ See official Microsoft Learn documentation Dynamic documentation
Java / Spring JDK 21 Documentation Link/reference No https://docs.oracle.com/en/java/javase/21/ See official Oracle documentation Java 21 / previous LTS
Java / Spring JDK 25 Documentation Link/reference No https://docs.oracle.com/en/java/javase/25/ See official Oracle documentation Java 25 / current LTS
Java / Spring Dev.java – Learn Java Link/reference No https://dev.java/learn/ See official Dev.java site Dynamic learning resource
Java / Spring Spring Boot Documentation Link/reference No https://docs.spring.io/spring-boot/ See official Spring documentation Dynamic documentation
Java / Spring Spring Data JPA Documentation Link/reference No https://docs.spring.io/spring-data/jpa/reference/ See official Spring documentation Dynamic documentation
Java / Build Tools Apache Maven and Maven Wrapper Documentation Link/reference No https://maven.apache.org/guides/ See official Apache Maven documentation Dynamic documentation
Linux The Linux Command Line PDF Yes https://linuxcommand.org/tlcl.php CC BY-NC-ND 3.0 Seventh Internet Edition / TLCL-25.12
Containers / Dev Environments Docker Documentation Link/reference No https://docs.docker.com/ See official Docker documentation Dynamic documentation
LLM APIs Anthropic / Claude API Documentation Link/reference No https://docs.anthropic.com/ See official Anthropic documentation Dynamic documentation
Local LLMs / Ollama Ollama API Documentation Link/reference No https://docs.ollama.com/api/introduction See official Ollama documentation Dynamic documentation
Networking Computer Networking: Principles, Protocols and Practice Link/reference No https://www.computer-networking.info/ CC BY-SA 3.0 Third Edition
Networking Cisco Catalyst 2950 IOS 12.1EA Reference Link/reference No https://www.cisco.com/ See official Cisco documentation Legacy lab reference
Networking Cisco Catalyst 3560-CX IOS 15.2E Reference Link/reference No https://www.cisco.com/ See official Cisco documentation Main Cisco lab reference
Networking Cisco Networking Academy and Packet Tracer Link/reference No https://www.netacad.com/ See official Cisco resources Dynamic learning platform
Networking Core Internet Standards and RFC Editor Link/reference No https://www.rfc-editor.org/ See official RFC Editor resources Standards reference
C++ Open Data Structures in C++ PDF Yes https://opendatastructures.org/ Creative Commons Attribution License Edition 0.1Gβ
C++ C++ Core Guidelines Link/reference No https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines See official project license Living document

Resources

Git and CI

Python

Python Data Stack

Python Quality and Testing

Python API / JSON / OAuth2

Python Web APIs

Statistics and Data Analysis

SQL and Databases

Microsoft Data Stack and BI

PowerShell and Automation

Java and Spring

Linux

Containers and Dev Environments

LLM APIs

Local LLMs and Ollama

Networking

C++

Checksums

SHA-256 checksums for included local files are available here:

Link-only additions do not change the checksum file because no third-party binaries or documents are added locally.

Repository purpose

This repository documents a curated and license-aware learning path across data analysis, Data/BI, Python web APIs, API/JSON workflows, Microsoft tooling, Java/Spring development, build automation, IT systems and networking fundamentals.

It is not a commercial download mirror or a general-purpose "awesome list". Resource additions should remain connected to current learning goals, verified project work or stable foundational references.

Last catalog review: 2026-07-29

About

License-aware curated learning resources for Data/BI, SQL, Python/API, Microsoft Fabric/Power BI/Azure, Java/Spring, Git/CI, Linux, containers and networking.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors