Tag: Cloud
-
A gentle introduction to event driven architecture in Python, Flask and Kafka
Posted on November 24, 2025, Level intermediate Resource Length medium
A Gentle Introduction to Event Driven Architecture in Python, Flask and Kafka. In today's fast-paced and scalable application development landscape, event-driven architecture (EDA) has emerged as a powerful pattern for building systems that are decoupled, reactive, and highly extensible. By Sefik Ilkin Serengil.
Tags cloud messaging queues software-architecture python
-
AIOps features drive cloud-managed revenue higher
Posted on October 3, 2025, Level beginner Resource Length short
AIOps is fueling significant growth in cloud-managed LAN and Campus NaaS markets, as enterprises prioritize reduced network management overhead and AI-focused initiatives. By Dell'Oro Group.
Tags ai cio cloud
-
How are MIT entrepreneurs using AI?
Posted on September 28, 2025, Level beginner Resource Length long
The Martin Trust Center for MIT Entrepreneurship strives to teach students the craft of entrepreneurship. Over the last few years, no technology has changed that craft more than artificial intelligence. By Zach Winn.
Tags ai startups cloud cio
-
Cloud-native security in 2025: Why runtime visibility must take center stage
Posted on September 20, 2025, Level intermediate Resource Length medium
The article from The Hacker News outlines the transformative shift in cloud-native application security as industries increasingly adopt containerized and serverless architectures. This evolution has expanded attack surfaces beyond what traditional security models can effectively manage. It introduces runtime visibility as a critical component for contemporary security strategies, allowing teams to understand active threats within production environments. By The Hacker News.
Tags infosec cio devops cloud servers serverless
-
PHP 8.5 adds pipe operator: What it means
Posted on August 26, 2025, Level beginner Resource Length short
PHP 8.5, due out November of this year, will bring with it another long-sought-after feature: the pipe operator (|>). It's a small feature with huge potential, yet it still took years to happen. By Larry Garfield.
Tags php cloud software-architecture app-development web-development
-
Four hot startups aim to keep AI data centers cool
Posted on August 24, 2025, Level beginner Resource Length short
Data centers consume up to one-third of their energy for cooling, driving demand for innovative solutions. Direct-to-chip cooling, a emerging technology, uses cold plates to target heat sources directly on CPUs/GPUs, improving efficiency and sustainability. Traditional cooling relies on large chillers and water systems, while direct-to-chip cooling attaches cold plates to processors. These plates use liquid or advanced materials to absorb heat locally, reducing reliance on centralized cooling and lowering energy use. By Heather Clancy.
Tags startups cloud cio performance
-
Microservices for machine learning
Posted on August 7, 2025, Level intermediate Resource Length medium
Learn how author scaled my ML-powered finance tracker by breaking a monolithic design into microservices for better performance, maintainability, and deployment. Author's finance tracker project started with a simple idea: automatically categorize bank transactions using a text classification model. Author trained a basic logistic regression model on my transaction history, wrapped it in a Flask API, and called it done. By Ramya Boorugula.
Tags microservices machine-learning big-data cloud agile
-
New Akka deployment options: elasticity on any infrastructure
Posted on July 25, 2025, Level advanced Resource Length medium
Akka's latest deployment options represent a significant evolution in distributed systems architecture, addressing long-standing challenges in transitioning from development to production environments. The introduction of self-managed nodes and self-hosted Platform regions extends Akka's "build once, deploy anywhere" philosophy while maintaining the framework's core technical advantages. By Tyler Jewell.
Tags akka devops cloud java jvm
-
DIY Docker volume drivers: What's missing
Posted on July 6, 2025, Level advanced Resource Length medium
This post explores the limitations of the current Docker volume plugin ecosystem, emphasizing the difficulty in finding unprivileged solutions. The author details their journey in creating a custom volume plugin as a way to address this limitation. By Adam Faris.
Tags cloud docker app-development software
-
Docker's best-kept secret: How observability saves developers' sanity
Posted on July 6, 2025, Level beginner Resource Length medium
Observability is crucial for managing the increasing complexity of modern distributed software systems, especially those built with Docker containers and microservices. Traditional monitoring often falls short, leading to slow troubleshooting and increased Mean Time To Resolution (MTTR). End-to-end observability, particularly through distributed tracing, provides deep insights into system behavior, enabling proactive detection of performance issues and improved reliability. By Aditya Gupta.
Tags cloud docker devops how-to
-
How to run GUI-based applications in Docker
Posted on July 4, 2025, Level beginner Resource Length medium
Docker is commonly used for server-side and command-line apps. However, with the right setup, you can also run GUI-based applications inside containers. These containers can include GUI libraries and display tools, which enable apps to run in a secure and isolated environment. Docker containers can run GUI applications by configuring display sharing with the host system. This approach packages applications with their dependencies while maintaining isolation, enabling consistent cross-platform deployment without cluttering the host system. By Anees Asghar.
Tags programming cloud docker devops iot how-to
-
Multimodal AI for IoT devices requires a new class of MCU
Posted on July 2, 2025, Level beginner Resource Length long
Context-aware computing enables ultra-low-power operation while maintaining high-performance AI capabilities when needed. The rise of AI-driven IoT devices is pushing the limits of today's microcontroller unit (MCU) landscape. While AI-powered perception applications—such as voice, facial recognition, object detection, and gesture control—are becoming essential in everything from smart home devices to industrial automation, the hardware available to support them is not keeping pace. By Todd Dust.
Tags programming cloud ai infosec servers iot how-to