InfoWorld First Look
Expert articles on cloud, software development, and AI
September 02, 2024
The future of Kubernetes and cloud infrastructure
New development approaches and open-source tools are set to address the complexity and scaling challenges of Kubernetes and evolve cloud infrastructure as we know it today. READ MORE
Identity security as the foundation of cyber resilience, ensuring organizations are well-equipped to protect against cyber threats. READ MORE
Getting map data right and keeping it right
With digital maps and vast databases, thereâs no limit to how rich and real-time maps can get. Accuracy and consistency will come from a system of unique identifiers called GERS. READ MORE
The power of Python enums
The "enum" type in Python lets you create variables constrained to a predefined range of values. Learn how this built-in Python type can be used to express the state of something, whether as a string, an integer, or some other type â and how to ensure the values you create remain consistent both inside and outside your program.READ MORE
The paradox of chaos engineering
Does simulating attacks and failures help you harden your infrastructure, or is it a risky distraction for unprepared teams? READ MORE
Wider horizons: New tools (and languages) for Python developers
The end-of-summer report includes more than one way to tackle data science, a get-started guide to beat the Django 5 learning curve, and what's up with all these new Python tools written in Rust? READ MORE
Static classes and inner classes in Java
Learn how to use the four types of nested classes to better organize your Java code. READ MORE