Expert articles on cloud, software development, and AI
July 27, 2020
From storage and network innovations to eye-popping AI solutions, Alibaba offers a number of advantages over the leading cloud rivals Read more â¶
Kubernetes solves only half the problem of modernizing applications. The next stage will be filling the gap between Kubernetes and applications
Graph databases are proven architectures for storing data with complex relationships. Why aren't more companies using them?
Sometimes in Python programs you need to acquire external resources, like file handles, and then free them again. Python's context manager construction lets you automatically free things up when you're done with them, and in a way that lets you see at a glance the scope of what's used and when.
The world of computing has changed dramatically over the past decade and as a result, so have the requirements of DevOps. As DevOps seeks to reduce risk and deliver insight at an increasingly faster pace, the tools that drive those initiatives need to change as well.
Use annotations to associate metadata with application elements in your Java programs
Challenges posed by the COVID-19 pandemic have lit a fire under decision makers to speed up their cloud journey.
Explore the various ways in which you can pass parameters to action methods in ASP.NET Core MVC