Managing Your AWS Credentials
Given that hardcoding is a bad idea, how should you manage your AWS keys? AWS gives you three options, which we analyze in this post.
Given that hardcoding is a bad idea, how should you manage your AWS keys? AWS gives you three options, which we analyze in this post.
Joining a project after it has already started is no easy task, especially when the project is launching a complicated enterprise application with a short deadline.
My last post compared different infrastructure tools for creating users and letting them assume roles for cross-account access. I received a few questions about the underlying problem that those scripts were trying to solve, so this post delves a bit deeper into the realm of user management.
This post was written by Emily Melendez, a Software Consultant at Chariot Solutions.
We’ll walk through the process of creating an Android app that can preview 3D-printed sculpture in augmented reality (AR) against a real-time background, and perhaps discover something along the way about what rests at the intersection of art and technology.
A Chariot team led by Eric Snyder migrates a local media giant’s data to the Amazon Web Services cloud.
This post is a head-to-head comparison between CDK, Terraform, and CFNDSL, using a common task: managing the users and their roles in your AWS accounts.
Come away with a deeper understanding of Kotlin Coroutines, along with hands-on experience, after reading Kotlin Coroutines Tutorial for Android: Advanced.
The correct compute platform depends on the workload that you’re running. This post contains criteria for picking the right environment from the choices that AWS gives you.
Stuck on Windows but love Linux? You’ve probably tried everything: sprays, powders, running virtual machines, WSL 1.x. But now on the horizon there’s WSL 2.0, which hosts a full Linux Kernel in your running Windows instance and allows you to run things like Docker. Ken discusses his experiences with WSL 2 and provides some getting started resources.