Skip to main content

On This Page

InfoQ Launches January Architect Cohort Focusing on Socio-Technical Leadership

2 min read
Share

These articles are AI-generated summaries. Please check the original sources for full details.

A Focus on Applied Learning

InfoQ announced its January 2026 Certified Architect Program intake, led by Principal Solutions Architect Luca Mezzalira. This 5-week online cohort is designed to equip experienced engineers with socio-technical leadership skills, culminating in the ICSAET certification.

The program directly counters the common problem of successful technical architects lacking the skills to achieve organizational buy-in – a disconnect that can lead to failed projects and wasted resources exceeding millions in potential loss.

Key Insights

  • 85% of senior engineers struggle with organizational alignment: InfoQ cites this statistic as a primary driver for the program’s focus.
  • Architecture Canvas and ADRs: Essential tools taught for bridging technical decisions with business value and documenting rationale.
  • ICSAET certification: Offers a standardized credential to demonstrate expertise in emerging technologies.

Working Example

# Example Architecture Decision Record (ADR) template
---
title: Choose REST over GraphQL for Public API
status: Approved
context: We need to expose a public API for our mobile application.
decision: We will use REST for the public API.
consequences:
  - Easier implementation for existing clients.
  - Lower initial development cost.
  - Potential for slower data fetching compared to GraphQL.

Practical Applications

  • Use Case: Large enterprises using the program to upskill architects and improve project delivery success rates.
  • Pitfall: Over-reliance on purely technical expertise without considering organizational dynamics can hinder innovation.

References:

Continue reading

Next article

Kimsuky Spreads DocSwap Android Malware via QR Phishing

Related Content