Lynette Miles

Introduced in Goose 0.7, Async enables the simulation of considerably more "users" by giving up the CPU when a task is blocked. For example, when a Goose "user" requests a web page, it's blocked until the server responds. Without Async, Goose blocks an entire CPU core while waiting for that response. With Async, Goose makes the request, then gives up the core (ie, sleeps) allowing another "user" to make a request with that same core...

Lynette Miles

DrupalCons are unquestionably the biggest events of the year in the Drupal community. It’s an opportunity for developers, designers, users, customers, and businesses to get together and talk about everything Drupal! This year has been a difficult one for conferences, as everyone cancels, reschedules, or moves online. DrupalCon has been no exception to this, bringing both of this year’s conferences online, in an effort to continue fostering the project’s strong community. Always wanted to go...

Preston So

Tag1 TeamTalk #028.3

Drupal 8’s end of life is only a year away (Nov 2021), and that date is unchangeable. Are you ready? Do you need to know more about why you should get started upgrading? Do you want to know if there’s going to be a Drupal 8 Extended Support program (spoiler: there isn’t).

Lynette Miles

DrupalCon Global Revisited:

Peta Hoyes, COO, and Fabian Franz, Vice President of Software Engineering, of Tag1 Consulting discuss how teams are working collaboratively in real time and asynchronously more than ever before. Content management systems (CMS) need to meet the needs of users, but to date no system offers real time collaboration, because building collaborative software is extremely complex. Yjs, a real-time collaboration framework abstracts all this complexity, allowing you to enable collaboration in any application. Working with...

Preston So

Tag1 TeamTalk #028.2

Tag1 Quo, Tag1's extended support service for Drupal, offers you peace of mind when it comes to receiving all of the important security updates that Drupal 7 Extended Support (D7ES) vendors maintain. But Tag1 Quo goes well beyond the minimum requirements of the D7ES program, because we cover all of your contributed modules and notify you right away of security patches that need your attention.

Preston So

Core Confidential #3.2

Part 1 | Part 2 Drupal is notorious for its "everyone has a voice" approach to open-source development, but it isn't easy to reach consensus across thousands of people with different backgrounds and opinions. In addition, Drupal has witnessed countless paradigm shifts in its lengthy history, both in the surrounding world of web development and in its internal workings. As Drupal has grown to power over two percent of the websites on the...

Preston So

Tag1 TeamTalk #028.1

Drupal has undergone a huge amount of innovation as of late, and the latest versions of Drupal portend an amazing future ahead for our community and ecosystem. But what happens when official community support for older versions, especially Drupal 7, ends? After all, Drupal 7 is among the most widely adopted versions of Drupal in the CMS's entire history, and it continues to have enduring staying power in the Drupal universe. Fortunately, Tag1 Consulting is...

Preston So

Core Confidential #3.1

Part 1 | Part 2 Open-source software development isn't easy. There are few people who know this more intimately well than Angie Byron (webchick), who is one of the best-known community leaders in the Drupal ecosystem and Senior Director, Product and Community Development at Acquia. Over the course of Angie's fifteen years in Drupal contribution, the content management system has undergone a series of disruptive and significant changes that have reinvented the community...

Lynette Miles

Tag1 TeamTalk #027.3

In part 3 of our Tag 1 Team talks about documentation as code: linting for prose, we demonstrate the Vale linter in action. This open-source linter for prose is highly customizable, making it possible for writers with little coding experience or developers with little writing experience to start testing their work.

Lynette Miles

Show me how this flock flies:

We’re going to dig into the process of a working Gaggle, so you can see how it runs, and how to deal with some of the errors you might encounter as you start working with this feature of Goose. Goose does not currently have a UI; this example expects you to be familiar with the command line interface (CLI). This example uses one Manager and two Workers, so there are three different things going...