Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2025 Yearly Social Media] Victor O @Tuxtor Spanish Videos #1026

Open
emecas opened this issue Feb 17, 2025 · 1 comment
Open

[2025 Yearly Social Media] Victor O @Tuxtor Spanish Videos #1026

emecas opened this issue Feb 17, 2025 · 1 comment
Assignees

Comments

@emecas
Copy link
Contributor

emecas commented Feb 17, 2025

Related to #914

Before starting / updating the correspondent design, we have got in touch with Victor (@tuxtor) asking for his feedback about how to approach this in 2025, invited him, if it is possible, to join one of out calls (MKT and/or Community call) to provide his input regarding to this subject.

  • 02/17/2025 Contacted Victor via x.com and LinkedIn asking for his feedback and invited him to MKT and community calls

[2025 Yearly Social Media]

Inventory sheet Yearly Spreadsheet Media Inventory

Media Description
280 characters

Time
PDT

Schedule
Frequency

Design Card
Minimal requirements

Notes
To help with everything

@emecas emecas self-assigned this Feb 17, 2025
@emecas
Copy link
Contributor Author

emecas commented Feb 18, 2025

Blog post : https://microprofile.io/2021/09/01/videotutoriales-recorriendo-microprofile-en-espanol/

List of Video Titles and Topics

Number Video Title Topics Puntos importantes Key Points Comments
1 ¿Qué es MicroProfile? History of MicroProfile, its relationship with Java EE, Jakarta EE, Eclipse, and its adoption by various vendors. - 00:00 – Que es Java EE
- 01:34 – Java Community Process
- 03:21 – Java EE 8
- 06:20 – Oracle libera Java EE
- 07:18 – Que es MicroProfile
- 09:58 – Jakarta EE
- 11:18 – Implementaciones de Jakarta EE
- 11:41 – Implementaciones de MicroProfile
- 00:00 – What is Java EE
- 01:34 – Java Community Process
- 03:21 – Java EE 8
- 06:20 – Oracle releases Java EE
- 07:18 – What is MicroProfile
- 09:58 – Jakarta EE
- 11:18 – Implementations of Jakarta EE
- 11:41 – Implementations of MicroProfile
2 Servicios REST con MicroProfile, JAX-RS y Apache TomEE Creating REST APIs with JAX-RS and Apache TomEE. - 00:00 – Qué es JAX-RS
- 01:52 – Apache TomEE
- 03:35 – Microservicios con MicroProfile Starter y Maven
- 06:23 – UberJar y TomEE Maven Plugin
- 10:06 – Creando un servicio JAX-RS
- 26:25 – Probando el microservicio REST
- 00:00 – What is JAX-RS
- 01:52 – Apache TomEE
- 03:35 – Microservices with MicroProfile Starter and Maven
- 06:23 – UberJar and TomEE Maven Plugin
- 10:06 – Creating a JAX-RS service
- 26:25 – Testing the REST microservice
3 Inyección de dependencias con CDI, MicroProfile y Payara Micro Dependency injection with CDI, Payara Micro, and lifecycle management. - 00:00 – Que es CDI
- 01:53 – Payara Micro
- 03:15 – Microservicios con Payara Maven Plugin
- 10:00 – Inyección de dependencias con CDI
- 21:30 – Ciclos de vida y scopes en CDI
- 30:55 – Productores
- 00:00 – What is CDI
- 01:53 – Payara Micro
- 03:15 – Microservices with Payara Maven Plugin
- 10:00 – Dependency injection with CDI
- 21:30 – Lifecycles and scopes in CDI
- 30:55 – Producers
4 Serialización de JSON y Java con MicroProfile, JSON-B y Wildfly Bootable JAR JSON serialization with JSON-B and Wildfly Bootable JAR. - 00:00 – Que es JSON-B
- 02:15 – Wildfly
- 03:58 – Wildfly Bootable Jar
- 06:38 – Creando un proyecto con MicroProfile Starter y Wildfly Bootable Jar
- 14:05 – Wildfly Bootable Jar dev-watch
- 17:17 – Serialización con JSON-B y JAX-RS
- 28:06 – Serialización manual con JSON-B
- 00:00 – What is JSON-B
- 02:15 – Wildfly
- 03:58 – Wildfly Bootable Jar
- 06:38 – Creating a project with MicroProfile Starter and Wildfly Bootable Jar
- 14:05 – Wildfly Bootable Jar dev-watch
- 17:17 – Serialization with JSON-B and JAX-RS
- 28:06 – Manual serialization with JSON-B
5 Manipulación de JSON con MicroProfile, JSON-P y OpenLiberty Granular JSON manipulation with JSON-P and OpenLiberty. - 00:00 – Que es JSON-B
- 02:10 – OpenLiberty
- 06:38 – Creando un proyecto con MicroProfile Starter y OpenLiberty
- 11:14 – OpenLiberty development mode
- 12:45 – Creación de objetos JSON con JSON-P
- 20:17 – Manipulación de objetos JSON con Json Pointers
- 26:58 – Manipulación de objetos JSON con Json Patch
- 00:00 – What is JSON-B
- 02:10 – OpenLiberty
- 06:38 – Creating a project with MicroProfile Starter and OpenLiberty
- 11:14 – OpenLiberty development mode
- 12:45 – Creating JSON objects with JSON-P
- 20:17 – Manipulating JSON objects with Json Pointers
- 26:58 – Manipulating JSON objects with Json Patch
6 Externalización de configuración de servicios con MicroProfile, Kubernetes y Helidon Externalizing configuration with MicroProfile Config, Helidon, and Kubernetes. - 00:00 – Que es MicroProfile Config
- 04:07 – Oracle Helidon
- 06:25 – Creando un proyecto con Helidon CLI
- 10:29 – Analizando el proyecto Maven de Helidon
- 11:45 – Externalización de la configuración con Java y MicroProfile Config
- 15:53 – Externalización de la configuración con microprofile-config.properties
- 17:00 – Externalización de la configuración con variables de entorno
- 18:50 – Externalización de la configuración con Docker y Kubernetes
- 25:23 – Despliegue del microservicio en Oracle Cloud
- 00:00 – What is MicroProfile Config
- 04:07 – Oracle Helidon
- 06:25 – Creating a project with Helidon CLI
- 10:29 – Analyzing the Helidon Maven project
- 11:45 – Externalizing configuration with Java and MicroProfile Config
- 15:53 – Externalizing configuration with microprofile-config.properties
- 17:00 – Externalizing configuration with environment variables
- 18:50 – Externalizing configuration with Docker and Kubernetes
- 25:23 – Deploying the microservice on Oracle Cloud
7 Documentación de APIs con MicroProfile, KumuluzEE, Swagger UI y Docker API documentation with MicroProfile OpenAPI, KumuluzEE, and Swagger UI. - 00:00 – Que es MicroProfile OpenAPI
- 03:31 – KumuluzEE
- 05:43​ – Creando un proyecto con KumuluzEE
- 08:02​ – KumuluzEE Generator
- 11:35​ – Creación rapida de un API REST y documentación automatica de OpenAPI
- 19:00​ – Documentación con OpenAPI mediante archivo manifest YAML
- 22:00​ – Documentación con OpenAPI y anotaciones Java
- 27:55​ – Integración de Swagger UI
- 30:14​ – Creación de un contenedor docker con Liberica JVM
- 00:00 – What is MicroProfile OpenAPI
- 03:31 – KumuluzEE
- 05:43​ – Creating a project with KumuluzEE
- 08:02​ – KumuluzEE Generator
- 11:35​ – Quick creation of a REST API and automatic OpenAPI documentation
- 19:00​ – Documentation with OpenAPI using a YAML manifest file
- 22:00​ – Documentation with OpenAPI and Java annotations
- 27:55​ – Integration of Swagger UI
- 30:14​ – Creating a Docker container with Liberica JVM
8 Tolerancia a fallas con MicroProfile, Quarkus y Docker Fault tolerance with MicroProfile Fault Tolerance, Quarkus, and Docker. - 00:00 – Que es MicroProfile Fault Tolerance
- 09:00​ – Quarkus
- 10:43​​ – Creando un proyecto con Quarkus
- 16:45​​ – API REST con Quarkus
- 19:15​​ – Fallas en servicios REST
- 24:20​​ – Tolerancia a fallas con Fallback
- 28:09​​ – Timeout
- 31:04​​ – Retry
- 32:30​​ – Circuit Breaker
- 34:53​​ – Bulkhead
- 38:27​​ – Empaquetando servicios Quarkus con Docker
- 00:00 – What is MicroProfile Fault Tolerance
- 09:00​ – Quarkus
- 10:43​​ – Creating a project with Quarkus
- 16:45​​ – REST API with Quarkus
- 19:15​​ – Failures in REST services
- 24:20​​ – Fault tolerance with Fallback
- 28:09​​ – Timeout
- 31:04​​ – Retry
- 32:30​​ – Circuit Breaker
- 34:53​​ – Bulkhead
- 38:27​​ – Packaging Quarkus services with Docker
9 Cliente Rest Typesafe Java con MicroProfile, GraalVM Native y Kubernetes Type-safe REST clients with MicroProfile Rest Client, GraalVM, and Kubernetes. - 00:00​ – Que es MicroProfile Rest Client
- 05:42​ – Creando un cliente con MicroProfile Rest Client y Quarkus
- 22:00​​ – Compilación nativa de Java con GraalVM Native
- 30:52​​ – Compilación de una aplicación Java nativa para Docker
- 35:35 – Minikube
- 36:35 – Creando un plan de despliegue para Kubernetes
- 40:06 – Despliegue de 50 replicas del servicio en Minikube
- 44:22 – Despliegue de 99 replicas del servicio en Minikube
- 00:00​ – What is MicroProfile Rest Client
- 05:42​ – Creating a client with MicroProfile Rest Client and Quarkus
- 22:00​​ – Native Java compilation with GraalVM Native
- 30:52​​ – Compiling a native Java application for Docker
- 35:35 – Minikube
- 36:35 – Creating a deployment plan for Kubernetes
- 40:06 – Deploying 50 replicas of the service in Minikube
- 44:22 – Deploying 99 replicas of the service in Minikube
10 Health checks y reinicios automáticos con Java, MicroProfile y Kubernetes Probes Health checks and automatic restarts with MicroProfile Health and Kubernetes. - 00:00 – Que es MicroProfile Health
- 04:10​​ – Creando un servicio con Oracle Helidon
- 06:57​​​ – Tipos de Health check y Health check automaticos con Helidon
- 10:02​​​ – Creando Health check personalizados con MicroProfile
- 16:41 – Configurando Docker y Minikube
- 17:39​ – Compilación nativa con GraalVM
- 19:07​ – Creando Liveness Probes con Kubernetes
- 26:38​ – Desplegando 100 servicios nativos con Oracle Cloud y ejecutando Liveness Probes
- 00:00 – What is MicroProfile Health
- 04:10​​ – Creating a service with Oracle Helidon
- 06:57​​​ – Types of Health checks and automatic Health checks with Helidon
- 10:02​​​ – Creating custom Health checks with MicroProfile
- 16:41 – Configuring Docker and Minikube
- 17:39​ – Native compilation with GraalVM
- 19:07​ – Creating Liveness Probes with Kubernetes
- 26:38​ – Deploying 100 native services with Oracle Cloud and running Liveness Probes
11 Métricas en Java con MicroProfile Metrics, Payara, Prometheus, Grafana y Kubernetes Metrics with MicroProfile Metrics, Prometheus, Grafana, and Kubernetes. - 00:00​ – Que es MicroProfile Metrics
- 02:15​ – Creando microservicio con Payara Micro y MicroProfile 4.0
- 05:18​​ – Ajustando el plugin de Payara Micro
- 07:49 – Creando un servicio REST para demostrar métricas
- 08:56 – Counted (métrica) con CDI
- 11:13 – Metricas base, metricas vendor y metricas application
- 13:58 – Counted (métrica) con decoradores (anotaciones)
- 16:33 – ConcurrenteGauge (métrica)
- 22:47 – Gauge (métrica)
- 27:48 – Timed (métrica)
- 34:43 – Metered (métrica)
- 38:26 – Subiendo el servicio a Docker Hub
- 40:00 – Publicando el servicio en Oracle Cloud y recolectando las métricas con Kube Prometheus
- 44:53 – Creando el service monitor
- 52:00 – Accediendo a Prometheus y probando la recolección de métricas
- 55:00 – Accediendo a Grafana y probando un dashboard simple
- 00:00​ – What is MicroProfile Metrics
- 02:15​ – Creating a microservice with Payara Micro and MicroProfile 4.0
- 05:18​​ – Adjusting the Payara Micro plugin
- 07:49 – Creating a REST service to demonstrate metrics
- 08:56 – Counted (metric) with CDI
- 11:13 – Base metrics, vendor metrics, and application metrics
- 13:58 – Counted (metric) with decorators (annotations)
- 16:33 – ConcurrentGauge (metric)
- 22:47 – Gauge (metric)
- 27:48 – Timed (metric)
- 34:43 – Metered (metric)
- 38:26 – Uploading the service to Docker Hub
- 40:00 – Publishing the service on Oracle Cloud and collecting metrics with Kube Prometheus
- 44:53 – Creating the service monitor
- 52:00 – Accessing Prometheus and testing metric collection
- 55:00 – Accessing Grafana and testing a simple dashboard
12 Seguridad en microservicios Java con MicroProfile JWT, Quarkus, Keycloak y Kubernetes Security with MicroProfile JWT, Keycloak, and Kubernetes. - 00:00​ – Que es MicroProfile JWT Propagation
- 04:40 – Instalación de Keycloak sobre Kubernetes (Oracle Cloud)
- 08:54​​ – Creando un servicio REST para demostrar JWT con Quarkus
- 12:39 – Creación de grupos, usuarios y roles en Keycloak
- 20:30 – Generando un token con Keycloak
- 23:35 – Protegiendo servicios REST con MicroProfile JWT
- 00:00​ – What is MicroProfile JWT Propagation
- 04:40 – Installing Keycloak on Kubernetes (Oracle Cloud)
- 08:54​​ – Creating a REST service to demonstrate JWT with Quarkus
- 12:39 – Creating groups, users, and roles in Keycloak
- 20:30 – Generating a token with Keycloak
- 23:35 – Protecting REST services with MicroProfile JWT
13 Tracing de microservicios en Java con MicroProfile OpenTracing, Helidon, Zipkin y Kubernetes Tracing microservices with MicroProfile OpenTracing, Zipkin, and Kubernetes. - 00:00​ – Que es MicroProfile OpenTracing
- 08:35 – Creando microservicio uno con Oracle Helidon
- 16:55 – Creando microservicio dos con Oracle Helidon
- 25:05 – Ejecutando Zipkin a través de Docker
- 27:02 – Agregando soporte para Zipkin a proyectos basados en Oracle Helidon y MicroProfile
- 30:28 – Probando el tracing con Zipkin
- 31:29 – Agregando componentes CDI a Tracing
- 35:39 – Utilizando Zipkin en Oracle Cloud
- 36:22 – Preparando los microservicios para Docker y Kubernetes
- 52:43 – Probando Zipkin sobre Oracle Cloud
- 00:00​ – What is MicroProfile OpenTracing
- 08:35 – Creating microservice one with Oracle Helidon
- 16:55 – Creating microservice two with Oracle Helidon
- 25:05 – Running Zipkin through Docker
- 27:02 – Adding Zipkin support to projects based on Oracle Helidon and MicroProfile
- 30:28 – Testing tracing with Zipkin
- 31:29 – Adding CDI components to Tracing
- 35:39 – Using Zipkin on Oracle Cloud
- 36:22 – Preparing microservices for Docker and Kubernetes
- 52:43 – Testing Zipkin on Oracle Cloud
  1. ¿Qué es MicroProfile?

    • Topics: History of MicroProfile, its relationship with Java EE, Jakarta EE, Eclipse, and its adoption by various vendors.
  2. Servicios REST con MicroProfile, JAX-RS y Apache TomEE

    • Topics: Creating REST APIs with JAX-RS and Apache TomEE.
  3. Inyección de dependencias con CDI, MicroProfile y Payara Micro

    • Topics: Dependency injection with CDI, Payara Micro, and lifecycle management.
  4. Serialización de JSON y Java con MicroProfile, JSON-B y Wildfly Bootable JAR

    • Topics: JSON serialization with JSON-B and Wildfly Bootable JAR.
  5. Manipulación de JSON con MicroProfile, JSON-P y OpenLiberty

    • Topics: Granular JSON manipulation with JSON-P and OpenLiberty.
  6. Externalización de configuración de servicios con MicroProfile, Kubernetes y Helidon

    • Topics: Externalizing configuration with MicroProfile Config, Helidon, and Kubernetes.
  7. Documentación de APIs con MicroProfile, KumuluzEE, Swagger UI y Docker

    • Topics: API documentation with MicroProfile OpenAPI, KumuluzEE, and Swagger UI.
  8. Tolerancia a fallas con MicroProfile, Quarkus y Docker

    • Topics: Fault tolerance with MicroProfile Fault Tolerance, Quarkus, and Docker.
  9. Cliente Rest Typesafe Java con MicroProfile, GraalVM Native y Kubernetes

    • Topics: Type-safe REST clients with MicroProfile Rest Client, GraalVM, and Kubernetes.
  10. Health checks y reinicios automáticos con Java, MicroProfile y Kubernetes Probes

    • Topics: Health checks and automatic restarts with MicroProfile Health and Kubernetes.
  11. Métricas en Java con MicroProfile Metrics, Payara, Prometheus, Grafana y Kubernetes

    • Topics: Metrics with MicroProfile Metrics, Prometheus, Grafana, and Kubernetes.
  12. Seguridad en microservicios Java con MicroProfile JWT, Quarkus, Keycloak y Kubernetes

    • Topics: Security with MicroProfile JWT, Keycloak, and Kubernetes.
  13. Tracing de microservicios en Java con MicroProfile OpenTracing, Helidon, Zipkin y Kubernetes

    • Topics: Tracing microservices with MicroProfile OpenTracing, Zipkin, and Kubernetes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant