📰 Dev.to · Alexandre Vazquez
19 articles · Updated every 3 hours · View all reads
All
Articles 67,240Blog Posts 99,885Tech Tutorials 16,254Research Papers 13,808News 12,532
⚡ AI Lessons

Dev.to · Alexandre Vazquez
3d ago
Transforming XML to JSON and CSV with XSLT
XSLT is usually associated with XML-to-XML transformations, but in integration work you often need...

Dev.to · Alexandre Vazquez
6d ago
Designing XSLT transforms with parameters and multiple inputs
Many real-world transformations do not run on a single XML document. You often merge a primary...

Dev.to · Alexandre Vazquez
⚡ AI Lesson
1w ago
XSLT performance tuning without losing readability
Performance problems in XSLT are sneaky. The stylesheet looks clean, the output is correct, but the...

Dev.to · Alexandre Vazquez
1w ago
XSLT debugging patterns that save hours
XSLT bugs are rarely loud. More often, a template silently matches the wrong node, a predicate...

Dev.to · Alexandre Vazquez
2w ago
XSLT string functions: complete reference with examples
String manipulation is one of the most common tasks in XSLT. Whether you are formatting output,...

Dev.to · Alexandre Vazquez
2w ago
XSLT grouping with xsl:for-each-group: complete guide
Grouping is one of the most powerful features introduced in XSLT 2.0. Before it, grouping in XSLT 1.0...

Dev.to · Alexandre Vazquez
3w ago
XSLT template matching explained with examples
Template matching is the mechanism that drives every XSLT transformation. Understanding how the...

Dev.to · Alexandre Vazquez
3w ago
Prometheus Alertmanager vs Grafana Alerting (2026): Architecture, Features, and When to Use Each
Prometheus Alertmanager vs Grafana Alerting (2026): Architecture, Features, and When to Use...

Dev.to · Alexandre Vazquez
3w ago
Debugging Distroless Containers: kubectl debug, Ephemeral Containers, and When to Use Each
Originally published at alexandre-vazquez.com/debugging-distroless-containers/ The container works...

Dev.to · Alexandre Vazquez
1mo ago
Istio ServiceEntry Explained: External Services, DNS, and Traffic Control
Istio ServiceEntry Explained: External Services, DNS, and Traffic Control What Is...

Dev.to · Alexandre Vazquez
1mo ago
Istio ServiceEntry Explained: External Services, DNS, and Traffic Control
Istio ServiceEntry Explained: External Services, DNS, and Traffic Control Originally...

Dev.to · Alexandre Vazquez
1mo ago
XSLT validator online: catch errors before running your transform
A broken XSLT stylesheet can fail in several ways: a syntax error stops the processor immediately, a...

Dev.to · Alexandre Vazquez
1mo ago
XSLT online editor: how to test transformations without installing anything
Testing XSLT locally means installing a processor, configuring classpaths, and running command-line...

Dev.to · Alexandre Vazquez
⚡ AI Lesson
1mo ago
Kubernetes HPA Best Practices: When CPU Works, Why Memory Almost Never Does
Kubernetes HPA Best Practices: When CPU Works, Why Memory Almost Never Does How...

Dev.to · Alexandre Vazquez
1mo ago
Kubernetes HPA Best Practices: When CPU Works, Why Memory Almost Never Does
Kubernetes HPA Best Practices: When CPU Works, Why Memory Almost Never Does Originally...

Dev.to · Alexandre Vazquez
1mo ago
Test Title
Test

Dev.to · Alexandre Vazquez
1mo ago
XSLT for beginners: your first transformation
XSLT is a language for transforming XML documents into other formats — another XML structure, HTML,...

Dev.to · Alexandre Vazquez
1mo ago
Debugging Distroless Containers: kubectl debug, Ephemeral Containers, and When to Use Each
Debugging Distroless Containers: kubectl debug, Ephemeral Containers, and When to Use...

Dev.to · Alexandre Vazquez
1mo ago
Kubernetes HPA Best Practices: When CPU Works, Why Memory Almost Never Does
Originally published at alexandre-vazquez.com/kubernetes-hpa-best-practices/ There is a...
DeepCamp AI