Tag: Devops and ci cd
-
Gitflow with automation for mobile apps
Posted on May 1, 2021, Level beginner Resource Length short
Gitflow is a great branching strategy for mobile apps. As mobile developers we can only publish one stable release through the App Store and Google Play Store, therefore we do not need to—nor are we able to—ship bug fixes for older intermediate versions of the software. By Oliver Binns.
Tags devops-and-ci-cd software-engineering product-and-design frontend-and-mobile
-
How to establish a DevSecOps organization
Posted on April 29, 2021, Level intermediate Resource Length long
DevSecOps integrates automated security checks and hardening into every stage of the software development and deployment process. Practitioners aim to have risk-checked applications fully developed and into production at the speed the business needs, making continuous incremental improvements. By Chris Buijs.
Tags security-and-privacy devops-and-ci-cd leadership-and-career
-
Network MOP's as automated workflows
Posted on April 29, 2021, Level intermediate Resource Length long
While there are generic use-cases, the real value of automation is truly uncovered when you are able to translate your existing processes into automated workflows that need no human intervention in order to be executed. By Nicolas Leiva.
Tags cloud-and-infrastructure devops-and-ci-cd leadership-and-career
-
ML Ops and the promise of Machine Learning at Scale
Posted on April 27, 2021, Level intermediate Resource Length medium
Enterprise interest in artificial intelligence, fueled by machine learning, continues to expand. In its most recent survey on AI Adoption in the Enterprise, O'Reilly found that 85% of organizations are at least exploring the use of artificial intelligence. By James Kulich.
Tags data-and-analytics ai-and-machine-learning devops-and-ci-cd
-
A pragmatic architecture
Posted on April 25, 2021, Level intermediate Resource Length medium
REST, CQRS and messaging are not just buzzwords to you? But you want to know how to put them all together? Then let's make a plan! By Michael Zangerle.
Tags cloud-and-infrastructure product-and-design frontend-and-mobile backend-development devops-and-ci-cd
-
The architecture behind a one-person tech startup
Posted on April 24, 2021, Level intermediate Resource Length medium
This is a long-form post breaking down the setup author uses to run a SaaS. From load balancing to cron job monitoring to payments and subscriptions. There's a lot of ground to cover, so buckle up! By Anthony N. Simon.
Tags business-and-emerging-tech product-and-design frontend-and-mobile devops-and-ci-cd
-
Kubernetes in space - Azure
Posted on April 21, 2021, Level intermediate Resource Length medium
Brendan Thompson published this article about deploying Kubernetes (k8s) to the major public clouds. There is a lot of drive with Cloud Native technology and consuming public clouds native PaaS offerings and I think we are losing some of the joy and certainly flexibility when it comes to consuming those.
Tags devops-and-ci-cd cloud-and-infrastructure leadership-and-career
-
Tackling Java cold startup times on AWS Lambda with GraalVM
Posted on April 10, 2021, Level intermediate Resource Length medium
Have you ever tried running a Java application on AWS Lambda? Well, even the simplest Java application takes significant time to start up at first. The reason behind is simple. AWS has to prepare a runtime environment for your application when it executes the first time. This is called cold-start. By Arnold Galovics.
Tags backend-development software-engineering leadership-and-career devops-and-ci-cd architecture-and-apis
-
2020 Tech lead survey looks at developers & hints into 2021
Posted on April 6, 2021, Level beginner Resource Length medium
Couchbase has surveyed IT decision makers annually to find out the challenges they face in executing their digital transformation strategies. Perhaps unsurprisingly, 2020 was different from previous years. However, it may come as a surprise to find out how attuned CIOs are to the plight of developers. By Christina Knittel.
Tags devops-and-ci-cd leadership-and-career miscellaneous software-engineering
-
Ceph geo replication
Posted on April 4, 2021, Level beginner Resource Length short
Ceph is our go-to choice for storage clustering (creating a single storage system by linking multiple servers over a network). Ceph offers a robust feature set of native tools that constantly come in handy with routine tasks or specialized challenges you may run into. By Joe Milburn.
Tags devops-and-ci-cd leadership-and-career cloud-and-infrastructure architecture-and-apis
-
Progressive delivery, the future of software development: Ship faster with less risk
Posted on April 2, 2021, Level beginner Resource Length long
So far, Continuous Integration/Continuous Delivery (CI/CD) has been at the centre stage of DevOps Services, steering the modern software development industry forward. However, the current and future demands of the industry require new practices that make the deployment process progressive. By Tapan Vora @cuelogic.
Tags devops-and-ci-cd product-and-design cloud-and-infrastructure leadership-and-career
-
Terraform: Create AKS cluster
Posted on March 30, 2021, Level beginner Resource Length long
While there are several ways to host container workloads in Azure, Azure Kubernetes Service (AKS) provides the easiest way to deploy Kubernetes for teams needing a full orchestration solution. By Jim Counts.
Tags devops-and-ci-cd product-and-design backend-development cloud-and-infrastructure architecture-and-apis