DevOps
Drupal Camp Asheville 2024 - July 12th-14th
From Managed Hosting to Cloud Freedom: Three Pathways to AWS or Digital Ocean
This sessions is about three ways to move your development environments and production hosting to your own cloud provider (like AWS or Digital Ocean). High-level overview of what it takes to migrate from managed hosting to your own cloud providers. We address setup, dev tools, cloud dev and staging environments, scalability, security and release management.
What is an After Action Review? Let's Learn from our Issues.
DoD developed the After Action Review (AAR) as a way to to learn quickly from soldiers' experiences in the field.
Today, AARs have been adapted to allow software developers and security professionals to address issues as they come up with the focus being what can be learned and then put into practice.
Level Up Your DDEVry
DDEV provides a powerful suite of commands and tools that often go underutilized. You may have read about some of them, but have you seen them in action?
This session provides a quick overview of DDEV architecture and how it can empower you and developers of all levels to get up and running in minutes.
Building a LAMP Based Web Server in the 21st Century
When selecting a place to host your Drupal site (or any kind of website) you may feel stuck between the many commercial products out there, from Plesk and CPanel to third-party ISP hosting. There is another option: you can still build your own fully open-source web server in the tradition known as LAMP (Linux, Apache HTTPD, MySQL, PHP). We'll step through the process of standing up
Introduction to GitHub Actions: Understanding Key Terms and Building Your First GitHub Action
We all know we should be doing more automation of our software development lifecycle, but getting started can be challenging. Even if you have experience in continuous integration and continuous delivery (CI/CD) automation, learning a specific platform's terminology and idiosyncrasies can be frustrating.
From Setback to Security: Navigating Data Loss in AWS
Professional Drupal Module Development Tools (Visual Studio Code + DDEV/Lando)
Decoupled Drupal Dev on Docker with Docksal Doing the Dirty Work
When a decoupled project begins one of the hardest parts that I’ve found is setting up a local environment to simulate all the necessary components. How will the CMS be served? How will the decoupled front end be displayed? What about the dev server for rendering previews? Can I still call it headless or is decoupled the only appropriate word?