InfoWorld First Look
Expert articles on cloud, software development, and AI
August 26, 2024
The definitive guide to data pipelines
Data pipelines are essential for connecting data across systems and platforms. Here's a deep dive into how data pipelines are implemented, what they're used for, and how they're evolving with genAI. READ MORE
The slow evolution of enterprise tech
Enterprises have largely favored the same programming languages and databases for the past decade, so donât panic that you havenât mastered AI yet. READ MORE
Intro to FastHTML, the Python framework for frontend and backend web development
FastHTML, a new web framework for Python from the folks at answer.ai, is designed to make web development on both front- and backend easier. Rather than write HTML, CSS, or JS by hand or use templates, you use Python code to programmatically describe what your frontend looks like, including interactivity via the htmx framework. This video shows off some simple, and more complex, examples of FastHTML at work.READ MORE
2-Minute Linux Tips: How to use Operators
In this Linux tip, we look at operators that determine whether two variables are equal or not equal â very useful in scripts.READ MORE
Developing agile ETL flows with Ballerina
The extract, transform, and load phases of ETL typically involve multiple tasks, each of which can be executed independently. This means you can develop each task as a microservice. READ MORE
Method overloading in the JVM
Learn how and why Java developers use method overloading, then test your learning against the Java virtual machine itself. READ MORE
The reality of AI-centric coding
When AWS CEO Matt Garman told developers that âit's possible that most developers are not codingâ by 2026, it raised the question of how different AI-centric coding environments would look. READ MORE