Tag: Cloud
-
Introducing workerd: Open source workers runtime
Posted on September 28, 2022, Level intermediate Resource Length medium
Introduction to workerd, the JavaScript/Wasm runtime based on the same code that powers Cloudflare Workers. workerd is Open Source under the Apache License version 2.0. workerd shares most of its code with the runtime that powers Cloudflare Workers, but with some changes designed to make it more portable to other environments. By Kenton Varda.
Tags serverless devops software-architecture apis cloud infosec
-
How agile project managers lead software development teams to success
Posted on September 18, 2022, Level beginner Resource Length medium
Whether you're building websites for an ad agency or software for a company, it's important to understand how to lead your team to success and make your customer happy. Here's what you need to be an agile PM, also known as a Scrum Master. By Donovan Rittenbach.
Tags software app-development cloud cio agile
-
What can a service mesh do?
Posted on September 17, 2022, Level beginner Resource Length short
A service mesh is a force multiplier that can do everything from service discovery to zero trust security, load balancing, multi-cloud connectivity, automation, and north-south traffic. By Van Phan.
Tags app-development cloud cio devops containers kubernetes
-
FinOps 'Crawl, Walk, Run' maturity model applied to Kubernetes
Posted on September 16, 2022, Level beginner Resource Length short
FinOps has become an increasingly popular goal of many organizations. It helps to unite financial teams and cloud operations teams across organizations to speak the same language, understand cloud costs and how they can be optimized. By Danielle Cook.
Tags app-development cloud cio devops miscellaneous
-
What is web3?
Posted on September 15, 2022, Level beginner Resource Length long
Every technology goes through generational cycles, including the internet. When a critical threshold of upgrades is crossed, it marks the beginning of a new generation. This moment, and its significance for the marketplace, can prove confusing. By Rahul Nambiampurath.
Tags web-development crypto cio app-development cloud
-
Key points from the IBM Cost of a Data Breach Report 2022
Posted on September 10, 2022, Level beginner Resource Length short
The volume and impact of data breaches have accelerated largely in 2022, which has contributed to many adverse effects for businesses. Tc highlights several updated factors that have generated great costs across 17 countries and regions, and 17 industries. The report has included new related areas of analysis as well. By tripwire.com.
Tags ibm cloud cio management infosec miscellaneous
-
Hosting ASP.NET Core web api with AWS Lambda – Truly serverless REST APIs
Posted on September 1, 2022, Level beginner Resource Length medium
In this article, we will learn about hosting ASP.NET Core Web API with AWS Lambda in a rather simple-to-follow manner. It is going to be as simple as developing a .NET 6 Web API as you would normally do using Controllers or Minimal APIs, and running some CLI commands which will deploy your API as Lambda Function to AWS Lambda super fast! By Mukesh Murugan.
Tags bots apis programming learning cloud devops
-
Delta Lake and MinIO for multi-cloud data lakes
Posted on August 31, 2022, Level beginner Resource Length medium
Delta Lake is an open-source storage framework that is used to build data lakes on top of object storage in a Lakehouse architecture. Delta Lake supports ACID transactions, scalable metadata handling and unified streaming and batch data processing. By Matt Sarrel.
Tags cio big-data cloud database data-science
-
Seven ways to reduce MySQL costs in the cloud
Posted on August 30, 2022, Level beginner Resource Length medium
With the economy slowing down and inflation raging in many parts of the world, your organization will love you if you find ways to reduce the costs of running their MySQL databases. This is especially true if you run MySQL in the cloud, as it often allows you to see the immediate effect of those savings, which is what this article will focus on. By Peter Zaitsev.
Tags mysql cio devops cloud database
-
Understanding asynchronous APIs
Posted on August 29, 2022, Level beginner Resource Length medium
If you've worked mostly with REST APIs, you might not be as familiar with asynchronous API protocols like WebSocket and gRPC. Asynchronous APIs allow you to stream data, send multiple requests at the same time, and manage communication intelligently between services, while synchronous APIs require you to make a new request every time you need data. By Melinda Gutermuth.
Tags app-development devops apis cloud
-
AWS CDK - The good, the bad and the scary
Posted on August 28, 2022, Level beginner Resource Length medium
AWS Cloud Development Kit (CDK) has become, in its short history, a very popular infrastructure-as-code tool. It's not too surprising why - it allows engineers to use richer programming languages to define infrastructure, rather than having to use JSON or YAML. By Mike Roberts.
Tags app-development devops aws cloud cio programming
-
What is confidential computing?
Posted on August 19, 2022, Level beginner Resource Length medium
With the boom in cloud computing, new types of security threats have emerged. Confidential computing is a solution to the added IT security issues of working with the cloud. By Daniele Buono, James Bottomley, Hubertus Franke, Robert Senger.
Tags app-development infosec cloud ibm big-data