Tag: Cloud
-
How to navigate the hidden risks of AI and digitization
Posted on June 19, 2023, Level beginner Resource Length medium
Discover how businesses can harness the potential of AI-powered digitization while mitigating risks related to data governance, ethics, workforce adaptability and cybersecurity to drive optimization and achieve unprecedented growth. By Alon Ghelber.
Tags ai cloud miscellaneous cio bots
-
How generative AI changes everything about the observability industry
Posted on June 18, 2023, Level beginner Resource Length medium
In the last 40 years, I've seen three truly disruptive technologies: the world wide web in the early 1990s, Steve Jobs' introduction of the iPhone in 2007, and ChatGPT a few months ago, now the fastest growing app in history. By By Peter Pezaris.
Tags apis cloud devops ai bots
-
How DevSecOps teams should approach API security
Posted on June 13, 2023, Level intermediate Resource Length medium
A recommended setup that addresses the unique concerns of developers, security and DevOps teams. It is common for these roles to lack a unified vision on how they approach API security. Therefore, in this post, I will provide a recommended API security setup that benefits all parties involved. By Gary Archer.
Tags apis cloud devops web-development infosec
-
A brief history of MicroStack
Posted on June 7, 2023, Level beginner Resource Length medium
OpenStack is no doubt a wonderful and successful piece of software. It allows you to create your own cloud infrastructure, and thanks to its open-source nature, it's free to use for everyone. By Andre Ruiz.
Tags devops app-development cloud software-architecture
-
How to keep docker secrets secure: Complete guide
Posted on May 29, 2023, Level intermediate Resource Length medium
Secret values such as API keys, passwords, and certificates need to be safely handled throughout the software development process and your app's runtime. Exposure of secrets can be catastrophic, as unauthorized actors could use the credentials to perform privileged interactions with your services. By James Walker.
Tags docker infosec cloud containers devops
-
Cloud sustainability and the path to green software
Posted on May 28, 2023, Level beginner Resource Length medium
In an increasingly sustainability‑conscious world, cloud software, services, and infrastructure are no longer evaluated only in terms of performance, resilience, scalability, and reliability, but also according to their environmental impact. So, considering cloud sustainability means tools impact on the environment needs to be observed. By aster.cloud.
Tags management cio miscellaneous cloud learning
-
Deploying securely into Azure architecture with Terraform Cloud and HCP Vault
Posted on May 23, 2023, Level beginner Resource Length medium
Learn how to build a secure infrastructure as code workflow with Terraform Cloud dynamic provider credentials, Microsoft Defender for Cloud, and HCP Vault. By David Wright, Arnaud Lheureux.
Tags cloud azure devops learning
-
Building and deploying MySQL Raft at Meta
Posted on May 19, 2023, Level intermediate Resource Length medium
At Meta, we run one of the largest deployments of MySQL in the world. The deployment powers the social graph along with many other services, like Messaging, Ads, and Feed. Over the last few years, we have implemented MySQL Raft, a Raft consensus engine that was integrated with MySQL to build a replicated state machine. By Anirban Rahut, Abhinav Sharma, Yichen Shen, Ahsanul Haque.
Tags mysql database cloud software-architecture app-development
-
How to build an NFT gallery using QuickNode's GraphQL NFT API
Posted on May 18, 2023, Level intermediate Resource Length medium
A step-by-step tutorial on building an interactive NFT Gallery using QuickNode's GraphQL NFT API, icy.tools, JavaScript, Next.js, and Tailwind CSS. By Aayush Gupta.
Tags blockchain apis cloud fintech app-development
-
How to mock HTTP APIs with MockServer
Posted on May 17, 2023, Level intermediate Resource Length medium
This post covers step-by-step instructions on how to use MockServer to mock an HTTP API, as well as an overview of limitations one may encounter. As the name suggests, MockServer is a powerful tool that allows developers to mock HTTP APIs, making testing much easier and more efficient. It aims to solve the problem of testing APIs that are still in development or not yet available, allowing developers to continue working without being held up by dependencies. By Kasper Siig. Kasper Siig.
Tags app-development apis cloud agile web-development
-
Achieving unbrickable remote firmware updates on MCUs with a Microvisor architecture
Posted on May 16, 2023, Level intermediate Resource Length medium
For many years, microcontrollers have been a staple in various products, continuously revolutionizing their feature sets, reliability, and performance. Moore's Law has brought 16- and 32-bit processing to even the smallest and most affordable consumer products. The presence of larger memory and CPU power has allowed the use of real-time operating systems (RTOS) where previously developers had to rely on "bare metal" coding. However, as products have evolved to become connected devices in the context of IoT, it has revealed fundamental shortcomings in the traditional methods of software development for microcontrollers. By Jonathan Williams.
Tags big-data iot streaming robotics cloud infosec
-
The REST API Handbook – How to build, test, consume, and document REST APIs
Posted on May 5, 2023, Level intermediate Resource Length long
This tutorial aims to show you an example of how you can fully implement a REST API. We'll cover basic setup and architecture with Node and Express, unit testing with Supertest, seeing how we can consume the API from a React front-end app and finally documenting the API using tools such as Swagger. By Germán Cocca.
Tags app-development restful apis cloud devops web-development react