Tag: Cloud
-
How Kubernetes creates and runs containers: An illustrated guide
Posted on January 18, 2022, Level intermediate Resource Length long
Understanding how Kubernetes handles containers gives you greater flexibility to create custom configurations for specific needs. Kubernetes enables you to do a lot of productive work without having to understand a lot about the underlying details. By Bob Reselman.
Tags cloud devops software-architecture cio how-to
-
Why the global chip shortage isn't ending anytime soon
Posted on January 8, 2022, Level beginner Resource Length medium
The semiconductor chip crisis is real, and it's had a serious impact on our lives. Cars are more expensive and harder to build. Computer makers are rushing to keep up with an insatiable consumer demand for remote work and school devices. Expect low stock and high prices to last until 2023 for GPUs, consoles and many other gadgets. By D. Hardawar @devindra.
Tags miscellaneous cio cloud management
-
Flattening forgetting curve with learning-by-doing
Posted on December 27, 2021, Level beginner Resource Length short
Use technology to your advantage and enhance the retention rates of your training sessions. Classrooms change. Courses change. But the age-old struggle of any learning or development session stays intact. How to retain knowledge gained beyond the training session? And how to apply the concepts taught during training to a real-life scenario? By David Hand.
Tags cio learning miscellaneous cloud
-
How Airbnb enables consistent data consumption at scale
Posted on December 25, 2021, Level intermediate Resource Length long
In this post, we will focus our story on how Minerva drastically simplifies and improves the data consumption experience for our users. Specifically, we will showcase how a unified metric layer, which we call the Minerva API, helps us build versatile data consumption experiences tailored to users with a wide range of backgrounds and varying levels of data expertise.
Tags data-science database cloud python distributed
-
Test your APIs further using HTTP Toolkit
Posted on December 24, 2021, Level intermediate Resource Length long
If you're a tester or developer who needs to work with APIs across different platforms, HTTP Toolkit is a valuable tool to keep by your side. By Anshul Behl. By Dennis Martinez.
Tags restful cio apis devops tdd cloud
-
Introduction to ansible-test
Posted on December 23, 2021, Level beginner Resource Length medium
As automation becomes crucial for more and more business cases, there is an increased need to test the automation code itself. This is where ansible-test comes in: developers who want to test their Ansible Content Collections for sanity, unit and integration tests can use ansible-test to achieve testing workflows that integrate with source code repositories. By Anshul Behl.
Tags devops ansible tdd cloud
-
Why lazy coding practices will ALWAYS cost you more in the long run
Posted on December 19, 2021, Level beginner Resource Length long
The idea of clean code gained popularity with the publication of Robert Cecil Martin's "Clean Code: A Handbook of Agile Software Craftsmanship" in 2008. However, the principles of clean code date back to the beginning of software development, and Martin's book is an essential manual for people who aim for cleanly written code. It's a programming classic, and if you're serious about coding, you should read this book cover to cover! By Ritesh Shah.
Tags web-development software-architecture startups microservices cloud cio
-
Managing Active Directory Objects with Azure AD provider for Terraform
Posted on December 15, 2021, Level intermediate Resource Length medium
Learn how to manage Active Directory Objects with Azure AD Provider for Terraform and see examples of how to authenticate and grant the correct permissions. By Adam Connelly.
Tags cloud infosec microservices
-
How to connect R to Google Sheets using googlesheets4
Posted on December 14, 2021, Level beginner Resource Length short
Manipulating data in sheets can be a tedious task, but if you have at least a bit of a programmer inside you, you can make your work with Google sheets much easier. How – you ask? By connecting R to Google sheets using the googlesheets4 package provided by tidyverse. By Zuzanna.
Tags cloud google big-data analytics
-
Are containers always the best way to save money and provide more agility?
Posted on December 13, 2021, Level beginner Resource Length medium
From time to time, it is good to review the solutions that make up your infrastructure. Perhaps there are efficiencies or cost savings to be made. Perhaps your needs as a company have evolved. Or perhaps a new technology or trend is challenging or supplanting existing approaches. By Naomi Scott, Callum Jackson @IBM.
Tags cloud containers ibm performance
-
Running VMware Tanzu RabbitMQ on VMware Tanzu Kubernetes Grid
Posted on December 11, 2021, Level intermediate Resource Length medium
Whether you're integrating multiple microservices or building a new streaming app, you'll need a modern messaging and streaming service. RabbitMQ is one of the most popular open-source messaging and streaming brokers. By Yimeng Liu.
Tags cloud containers kubernetes devops distributed
-
Tiered datastore solution for high data growth MySQL using Distributed SQL Databases (DSQL)
Posted on December 10, 2021, Level intermediate Resource Length medium
Usually, entities like order, order items etc tend to grow substantially year on year as we scale more and serve large customers. Generally, MySQL is the widely used datastore due to its durable & ACID guarantees. While MySQL is a brilliant tech stack, it comes with the overhead of data maintenance. By Manohar K.
Tags cloud database sql cio distributed