InfoQ Homepage Programming Content on InfoQ
-
TypeScript for Enterprise Developers
Jessica Kerr talks about some of the great things in TypeScript, like the flexible type systems and the possibility to test before compilation, but also things that make TypeScript painful.
-
Making AI FaaSt
Dragos Dascalita Haut and Akhilesh Kumar demo an AI app built with serverless, composing multiple AI functions into one workflow deployed on a FaaS on Apache OpenWhisk..
-
.NET Core on a Raspberry Pi Cluster with Docker and OpenFaaS
John Callaway explores creating and deploying Python and C# serverless functions on a cluster of Raspberry Pi using the OpenFaas framework.
-
Secure Isolation in Rust: Hypervisors, Containers, and the Future of Composable Infrastructure
Allison Randal discusses how to obtain security through isolation in Rust using hypervisors and containers.
-
Path to Production: Value Stream Mapping in a DevOps World
Ben Kamysz and Jamie O'Meara discuss the ideas and concepts of value stream mapping and how it’s been applied to software delivery and DevOps.
-
Six Simple Steps to Service Level Objectives (SLOs)
Marie Cosgrove-Davies covers a user-focused approach to SLOs and some common pitfalls that teams encounter when they're first trying to adopt SLO methods.
-
Event-Driven Architectures with Apache Geode and Spring Integration
Charlie Black deploys Spring Integration pipelines to react to changes of the data stored in Apache Geode.
-
CredHub and Secure Credential Management
Peter Blum and Scott Frederick discuss how to enhance security within Cloud Foundry and applications through secret management by utilizing CredHub.
-
Heavyweights: Tipping the Scales with Very Large Foundations
Jim Basler provides an update on the Very Large Cloud Foundry Environment (VLCFE) user group and capabilities for tackling the challenges of hosting 10s of thousands of applications.
-
Building Production-Ready Applications
Michael Kehoe explores how to deploy microservice to production. He talks about best practices for designing, deploying, monitoring & documenting applications.
-
Three Things I Wish I Knew When I Started Designing Languages
Peter Alvaro talks about the reasons one should engage in language design and why many of us would (or should) do something so perverse as to design a language that no one will ever use.
-
Unit Testing Strategies & Patterns in C#
Bill Dinger discusses design principles and ways to make C# code testable, as well as using testing tools such as Moq, Autofixture, & MsTest.