InfoQ Homepage Development Content on InfoQ
-
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.
-
Capacity Planning for Crypto Mania
Jordan Sitkin and Luke Demi talk about how Coinbase had to deal with the cryptocurrency spikes of 2017.
-
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.
-
Towards Language Support for Distributed Systems
Heather Miller talks about research in programming languages: building up richer computations making use of CRDTs and implemented as compositions of serverless functions.
-
Fast and Furious: Searching in a Distributed World with Highly Available Spring Data Redis
Julien Ruaux discusses the Redis Enterprise architecture and demos Redis clusters, builds three microservices, performs full-text searches, and views the results using Spring Boot Web and Angular.
-
OWASP Top 10 Vulnerabilities & ASP.NET
Bill Dinger goes over the 2017 OWASP Top 10 vulnerabilities and how they apply to ASP.NET, including a demo of each vulnerability, the risk it poses, how to detect the attack, and how to mitigate it.
-
Reducing Microservices Architecture Complexity with Istio and Kubernetes
Ray Tsang introduces Istio, explaining how the service mesh works, the technology behind it, and how to use it with microservices.
-
Global Event Streams Made Simple with Spring Cloud Stream & Cloud Pub/Sub
Artem Bilan, Kir Titievsky discuss the Google Cloud Pub/Sub binder for Spring Cloud Stream.
-
Hacking Spring Boot Applications Using Visual Studio Code
Rome Li, Martin Lippert give an overview of what is possible (and what is not yet) when using Visual Studio Code as a premier development environment for Spring Boot applications.
-
21st Century Languages Panel
Track hosts Ashley Williams (Core Rust Team member) pulls together an interlanguage working group to discuss newer software languages.
-
Kotlin: Write Once, Run (Actually) Everywhere
Jake Wharton talks about the Kotlin language, how it compiles to run on more than just the JVM, and whether it can fully pull off the multiplatform trick allowing a single codebase to run everywhere.