Operations | Monitoring | ITSM | DevOps | Cloud

August 2022

GitKon 2022 Keynote: Drupal Founder & Acquia CTO Dries Buytaert

The first keynote speaker for GitKon 2022, a virtual tech conference for the global Git community, has been announced: Dries Buytaert, Co-founder/CTO of Acquia and founder of Drupal. His session: From the dorm room to The White House – How Drupal grew and became the standard for open source web experiences will tell the story of how Dries was able to achieve commercial success ultimately by embracing open source.

Get Git Info with GitLens

GitLens is a popular extension built for Visual Studio Code that helps developers extract the powerful insights hidden within Git code repositories. This VS Code extension makes development effortless by providing tools to quickly glance through, compare, and track each line of a code. It also helps address the drawbacks and intrusiveness of native Git features in large-scale projects.

Shell Scripting FTW! | Intro to the CLI Part 5

In previous articles in our Intro to the CLI series, we’ve gone over why to master using the command line, some command line basics and tools, and tips for customizing your CLI shell. In case you missed any, feel free to catch up using the links below. And now, you’re going to learn the basics of shell scripting to automate complex jobs and build entirely new applications!