BitTorrent Announces Social Media Streaming Platform “BitTorrent Live”
Many people know BitTorrent Inc. for its uTorrent and BitTorrent mainline clients, which have a base of roughly 100 million monthly users. The company has tried to launch many other applications and services over the years, to diversify its offerings, but these efforts haven’t been very successful. After the acquisition by the crypto-startup TRON, there is no shortage of new plans. With solid financial backing and fresh...
Why do organizations have open secrets?
The five characteristics of an open organization must work together to ensure healthy and happy communities inside our organizations. Even the most transparent teams, departments, and organizations require equal doses of additional open principles—like inclusivity and collaboration—to avoid dysfunction. read...
Continuous response: The essential process we're ignoring in DevOps
Continuous response (CR) is an overlooked link in the DevOps process chain. The two other major links—continuous integration (CI) and continuous delivery (CD)—are well understood, but CR is not. Yet, CR is the essential element of follow-through required to make customers happy and fulfill the promise of greater speed and agility. At the heart of the DevOps movement is the need for greater velocity and agility to bring...
How to run PostgreSQL on Kubernetes
By running a PostgreSQL database on Kubernetes, you can create uniformly managed, cloud-native production deployments with the flexibility to deploy a personalized database-as-a-service tailored to your specific needs. read...
How to use behavior-driven development in Drupal with Behat
Behavior-driven development is a great way to write tests for code because it uses language that real humans can understand. Once you learn about BDD and its benefits, you may want to implement it in your next project. Let’s see how to implement BDD in Drupal using Behat with the Mink extension. read...