Tag: Devops and ci cd
-
Hardening Amazon EKS security with RBAC, secure IMDS, and audit logging
Posted on July 25, 2021, Level intermediate Resource Length medium
Misconfigurations in infrastructure as code (IaC) can be just as dangerous as vulnerabilities in code. Small mistakes in configuration can lead to the sensitive data being readable on the internet. By Kamil Potrec.
Tags security-and-privacy leadership-and-career cloud-and-infrastructure devops-and-ci-cd
-
4 Patterns for microservices architecture in Couchbase
Posted on July 22, 2021, Level intermediate Resource Length medium
Microservices have emerged as a common architecture pattern over the last decade. By Craig Buckler.
Tags architecture-and-apis devops-and-ci-cd data-and-analytics
-
Writing our 3-year technical vision
Posted on July 19, 2021, Level intermediate Resource Length long
How author went about his goal -- to come up with an overarching technical vision for the whole company aligned with their 3-year business strategy, and that would move us away from a monolithic architecture and central SRE team to a distributed system where we shift ownership to each team. By Daniel Micol.
Tags devops-and-ci-cd leadership-and-career miscellaneous cloud-and-infrastructure architecture-and-apis
-
Guide on how to write documentation for a Rust crate
Posted on July 9, 2021, Level beginner Resource Length short
A guide on how to write documentation in Rust. By Guillaume Gomez.
Tags software-engineering leadership-and-career devops-and-ci-cd product-and-design
-
Getting started with static code analysis
Posted on July 7, 2021, Level beginner Resource Length medium
Static code analysis is the practice of examining application's source, bytecode, or binary code without ever executing the program code itself. Instead, the code under review is analyzed to identify any defects, flaws, or vulnerabilities which may compromise the integrity or security of the application itself. By John Vester, Sr. Architect, CleanSlate Technology Group.
Tags product-and-design frontend-and-mobile devops-and-ci-cd software-engineering security-and-privacy
-
Make Jenkins logs pretty
Posted on July 6, 2021, Level beginner Resource Length medium
Jenkins' default logs can be hard to read, but they don't have to be. By Evan "Hippy" Slatis (Red Hat).
Tags product-and-design frontend-and-mobile devops-and-ci-cd cloud-and-infrastructure
-
Behind the scenes of creating the world's biggest graph database
Posted on July 3, 2021, Level intermediate Resource Length long
How we'd decided to try and build the biggest graph database that has ever existed. By Chris Gioran.
Tags data-and-analytics business-and-emerging-tech software-engineering cloud-and-infrastructure devops-and-ci-cd
-
Using GitHub Actions to deploy serverless applications
Posted on June 30, 2021, Level beginner Resource Length medium
Continuous integration and continuous deployment (CI/CD) is one of the major DevOps components. This allows you to build, test, and deploy your applications rapidly and reliably, while improving quality and reducing time to market. By Gopi Krishnamurthy, senior solutions architect.
Tags cloud-and-infrastructure devops-and-ci-cd architecture-and-apis product-and-design
-
Serverless deployments with Knative
Posted on June 25, 2021, Level intermediate Resource Length medium
Knative is a Kubernetes based tool to deploy and manage serverless workloads and this guide will look at the way how to use it. By Anaïs Urlichs, site reliability engineer.
Tags architecture-and-apis devops-and-ci-cd product-and-design
-
Save yourself a lot of pain (and money) by choosing your AWS Region wisely
Posted on June 18, 2021, Level beginner Resource Length long
Choosing an AWS region is the first decision you have to make when you set up your AWS components. You can't do anything in the AWS Management Console, SDK or CLI without choosing a region. Most AWS customers choose one based on proximity to themselves or to their end users, which sounds like a sensible thing to do. Price calculations using AWS Price List API (2021-05-26). By Ernesto Marquez.
Tags cloud-and-infrastructure architecture-and-apis devops-and-ci-cd leadership-and-career
-
Why monitoring and observability are critical to your hybrid cloud strategy
Posted on June 17, 2021, Level beginner Resource Length medium
According to a 2020 study, over half of the companies that use the public-cloud said that doing so had improved their ability to meet their business goals. By James Harvey, EMEA CTO at Cisco AppDynamics.
Tags cloud-and-infrastructure architecture-and-apis devops-and-ci-cd business-and-emerging-tech
-
How to run Selenium tests in Docker?
Posted on June 11, 2021, Level intermediate Resource Length medium
Automation testing and Continuous Integration (CI) are integral parts of the development and test activity. Selenium test automation is one such approach that helps in the end-to-end testing of the web product. By Himanshu Sheth.
Tags devops-and-ci-cd backend-development testing-and-quality