Tag: Cloud
-
How to supercharge string search through a directory hierarchy on a Linux/Unix
Posted on December 1, 2020, Level intermediate Resource Length short
Usually, I use the grep command/egrep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems. By Vivek Gite.
Tags linux devops software cloud performance
-
Mapping the future of legal personality
Posted on November 22, 2020, Level beginner Resource Length long
This article evaluates how to adapt to disruption by examining the concept of legal personality as applied to DAOs, taking into account the unique features of DAOs, and reimagining how these and other Innovative Technology Arrangements might be regulated more effectively. By Max Ganado, Joshua Ellul, Gordon Pace, Steven Tendon, and Bryan Wilson.
Tags blockchain teams crypto miscellaneous how-to cloud cio
-
How to use Azure spot to reduce Azure virtualization costs
Posted on November 21, 2020, Level beginner Resource Length medium
One of the key benefits of cloud computing is the resource optimization achieved through hardware abstraction. This article explains how Azure Spot can provide a scalable virtualization management solution saving you from using unnecessary VMs. By Symon Perriman.
Tags azure cloud cio servers
-
Modern Distributed Data Architecture with Event Streams, Stream Processing and Derived Data
Posted on November 12, 2020, Level beginner Resource Length medium
Some of the most interesting projects I worked on at LinkedIn involved building large scale real-time pricing and machine learning products. They required crafting fault-tolerant distributed data architectures to support model training, forecasting and dynamic control systems. By Luthfur Chowdhury.
Tags cloud streaming software-architecture big-data cio data-science
-
In search for future of cloud storage, researchers look to holographic storage solutions
Posted on November 11, 2020, Level beginner Resource Length medium
Data storage has always been a key tenet of compute, and with the massive growth in cloud compute, the demand for cloud data storage has opened an avenue for both revisiting prior technologies and developing new ones. It is projected that around 125 zettabytes of data will be generated annually by 2024, and storing this in a cost-effective way is going to be a big challenge. By Benn Thomsen , Senior Principal Researcher Dushyanth Narayanan , Senior Principal Researcher Ant Rowstron , Distinguished Engineer / Deputy Lab Director.
Tags cloud performance servers miscellaneous machine-learning
-
Getting started with DevOps automation
Posted on October 31, 2020, Level beginner Resource Length medium
Automation is one of the key principles for accelerating with DevOps. It enables consistency, reliability, and efficiency within the organization, making it easier for teams to discover and troubleshoot problems. By Jared Murrell.
Tags devops teams cloud programming
-
Edge computing architecture and use cases
Posted on October 26, 2020, Level intermediate Resource Length long
Benefits, challenges, and architectures when enterprises implement edge computing in Telecom and other industries. By Jason Gonzalez, Jason Hunt, Mathews Thomas, Ryan Anderson, Utpal Mangla @IBM.
Tags cloud startups software-architecture cio apis iot
-
How data blending is leveling the playing field in online marketing
Posted on October 25, 2020, Level beginner Resource Length medium
Online marketing today is about successfully manage your social media marketing, social media advertising, PPC ads, email campaigns - if you're not careful, it can feel like throwing spaghetti at the wall just to see what works. Fortunately, data analysis and - more specifically - data blending can make your marketing decisions faster and easier to make, with more impact. By Zac Johnson.
Tags startups cloud cio teams data-science
-
Rebuilding Linkerd's continuous integration (CI) with Kubernetes in Docker (kind) and GitHub Action
Posted on October 24, 2020, Level intermediate Resource Length medium
In mid-2019, the Linkerd project's continuous integration (CI) took 45 minutes, all tests were serialized on a single Kubernetes cluster, and multi-hour backups were common. A migration onto one-off Kubernetes in Docker (kind) clusters and GitHub Actions got CI below 10 minutes, and made it parallelizable. By Andrew Seigner.
Tags cloud docker kubernetes containers devops
-
Mapping Moving clouds: How to stay on top of your ephemeral environments with Cartography
Posted on October 21, 2020, Level intermediate Resource Length long
Staying on top of ephemeral environments is a challenge many organizations face. This blog post describes the process we undertook at Thought Machine, a cloud-native company with environments spanning across multiple cloud providers, to identify a solution able to detect, identify, categorize, and visualize all the cloud assets being deployed in an organization. Written by Marco Lancini, Security Engineer.
Tags cloud infosec cio devops software-architecture
-
InnoDB Data Locking – Part 1 Introduction
Posted on October 20, 2020, Level intermediate Resource Length long
In this blog series, we would like to introduce you gently to the topic on which we were working over last 2 years. Improving how InnoDB locks data (tables and rows) in order to provide illusion to clients that their queries are executed one after another, while in reality there is a lot of concurrency. By Kuba Łopuszański.
Tags cloud mysql database devops software performance
-
Zero downtime on MySQL schema change
Posted on October 19, 2020, Level beginner Resource Length short
Have you ever deployed a feature which interrupted your application because the schema change on the MySQL database has locked the table? Then I have good news for you! There are some tools like the Percona Toolkit which can apply the operation without a downtime. By Michi Lehr.
Tags cloud mysql database devops performance