Redes y DevOps
Redes de computadoras, TCP/IP, pipelines CI/CD y práctica DevOps.
Python CI/CD Curriculum Overview
Adjust pacing for semesterlong courses by adding supplemental labs or guest lectures.
Leer artículo →Lab: Continuous Deployment Practical Exercise
In this handson lab, you will deploy the sample Python application to Amazon EKS using Docker, Kubernetes, and Terraform. You'll build a complete CD pipeline that automatically deploys your application from code commit t
Leer artículo →Module 10 – GitHub Actions Deep Dive
Illustrate workflow lifecycle with diagram: trigger ➜ job matrix ➜ artifacts ➜ downstream workflow.
Leer artículo →Module 11 – Jenkins for Enterprise CI/CD
Draw architecture with SCM triggers → Jenkins controller → agent nodes → artifact registry.
Leer artículo →Module 1 – Foundations: Why CI/CD Matters
Highlight real situations—latenight release crunches, broken production hotfixes, untested merges—to ground the conversation before introducing CI/CD.
Leer artículo →Module 2 – Designing a Python CI Pipeline
Illustrate each stage with a swimlane diagram showing automated progression and feedback loops to developers.
Leer artículo →Module 3 – Continuous Delivery for Python Services
Tie each stage back to automated triggers manual approval or automated policy gate.
Leer artículo →Module 4 – CI/CD Tooling Landscape and Stack Options
Encourage students to evaluate tools by repository hosting, compliance needs, budget, and familiarity.
Leer artículo →Module 5 – Guided Python CI/CD Project
Provide students with starter repo; each section of the lab enhances a specific component.
Leer artículo →Module 6 – Advanced CI/CD Practices
Guide students to align branching strategy with team size, compliance requirements, and deployment frequency goals.
Leer artículo →Module 7 – Assessments, Labs, and Further Learning
Provide answer key and evaluation criteria full credit requires explanation, not just letter choices.
Leer artículo →Module 8 – Docker for CI/CD Practitioners
Use diagrams to show Docker client ↔ daemon ↔ registry interactions and layer caching.
Leer artículo →Module 9 – Kubernetes for CI/CD Pipelines
Use architecture diagrams to show API interactions and label components.
Leer artículo →Module: Continuous Deployment Fundamentals for Beginners
By the end of this module, students will be able to: Understand the difference between Continuous Integration CI, Continuous Delivery, and Continuous Deployment Identify the key stages of a CD pipeline Explain why Docker
Leer artículo →Module: Complete Continuous Deployment Pipeline
By the end of this module, students will be able to: Understand how Docker, Kubernetes, and Terraform work together in a CD pipeline Design an endtoend CD pipeline architecture Implement a complete CD pipeline using GitH
Leer artículo →Module: Docker for Continuous Deployment Beginner's Guide
By the end of this module, students will be able to: Understand what containers are and why they're essential for CD Install Docker and run their first container Build Docker images for Python applications Use multistage
Leer artículo →Module: Kubernetes Basics for Continuous Deployment
By the end of this module, students will be able to: Understand what Kubernetes is and why it's essential for CD Explain core Kubernetes concepts Pods, Deployments, Services Understand Amazon EKS and its benefits Deploy
Leer artículo →Module: Terraform for Kubernetes Continuous Deployment
By the end of this module, students will be able to: Understand Infrastructure as Code IaC and why Terraform matters Write basic Terraform configuration HCL syntax Provision an EKS cluster using Terraform Deploy Kubernet
Leer artículo →Slide Deck Outline
Leer artículo →Sample Python CI/CD Application
This repository accompanies the Python CI/CD teaching curriculum. It provides a FastAPI service and endtoend automation examples covering linting, testing, packaging, containerization, and deployment.
Leer artículo →TAMECO 資訊工程師 — 實作練習題與模擬面試逐字稿
配套教材,搭配《TAMECO資訊工程師面試教材.md》使用 內容分兩大部分: Part A:實作練習題與解答(動手做,比死背有用) Part B:模擬面試逐字稿(含面試官提問、建議回答、評語)
Leer artículo →臺灣飛機維修公司(TAMECO)資訊工程師 — 面試準備教材
適用對象:準備應徵 TAMECO「資訊工程師」(月薪 44,000 起、MIS 程式設計師/系統工程師/網路管理工程師)的學生 教材目標:協助學員建立企業 IT 全才知識、通過面試、並能順利上工 建議學習期程:6 週密集養成
Leer artículo →臺灣飛機維修公司(TAMECO)資訊工程師 — 面試準備教材【完整詳細版】
適用對象:準備應徵 TAMECO「資訊工程師」(月薪 44,000 起;職類涵蓋 MIS 程式設計師/系統工程師/網路管理工程師)的學生 教材目標:建立企業 IT 全才知識體系、通過面試、並能順利上工 使用方式:本版為《面試教材》的深入擴充版,每章都包含「觀念原理 → 實務做法 → 指令/範例 → 面試怎麼答」四個層次 建議學習期程:6 週密集養成
Leer artículo →TAMECO 資訊工程師 — 8 週讀書計畫總覽
本資料夾把 60 天讀書計畫拆成 8 個獨立的每週計畫檔案。 每週包含:學習目標、每日進度、重點速記、實作任務(產出)、自我檢核。 建議搭配主教材《TAMECO資訊工程師面試教材完整版.md》與《TAMECO實作練習與模擬面試.md》一起使用。
Leer artículo →