Systems | Development | Analytics | API | Testing

Logging in Ruby with Logger and Lograge

Logging is tricky. You want logs to include enough detail to be useful, but not so much that you're drowning in noise - or violating regulations like GDPR. In this article, Diogo Souza introduces us to Ruby's logging system and the LogRage gem. He shows us how to create custom logs, output the logs in formats like JSON, and reduce the verbosity of default Rails logs.

How to Use Bugfender with a Vue.JS Application

It is an exciting era for web developers with so many open-source frameworks and libraries around to help them. Of all the frameworks that have emerged in recent years, Vue.js stands out for its simplicity, adaptability and rapid load times. In this article, we will learn how to get started with Vue.js. We will also go through the steps to integrate and use Bugfender with a Vue.js application. We will build a simple TODO application, which will enable us to add, fetch, edit, and delete TODO items.

What Is Perforce?

Many development teams today know that the Perforce name has roots with version control. But the company does so much more. Today, Perforce helps enterprises succeed by delivering world-class solutions and support they need to accelerate digital transformation, innovate at scale, and achieve DevOps success. In this blog, we cover how the company has evolved. Read along or jump to the section that interests you most.

5 Best Software Management Tools for 2021

Seeing someone manage big projects makes it seem like an easy job. How long would it take to send emails to employees? It probably takes a minute to check your inbox or call a member of your team to give them an assignment. Actual project managers will tell you that this cannot be further from the truth. Sure, all those small tasks take a small amount of time but group them all and you get a shocking amount of time.

Architecting Apache Kafka for GDPR compliance

Once upon a time (2017), in an office far far away, you may have been cornered in a conversation with someone from Legal about GDPR. It could have gone something like this: “You there, Data Engineer” “Yep, that’s me” “What PII do we have residing in this Apache Kafka database?” You probably mumbled something about Kafka not being a database. “And who can read/ write the data?

What Is NullReferenceException? Object reference not set to an instance of an object

“Object Reference Not Set to an instance of an object.” Cast the first stone those who never struggled with this error message when they were a beginner C#/.NET programmer. This infamous and dreaded error message happens when you get a NullReferenceException. This exception is thrown when you try to access a member—for instance, a method or a property—on a variable that currently holds a null reference. But what is a null reference?

Your guide to SSL certificates as an online customer

We’re all familiar with the internet, especially since we use it to do almost all of our daily activities. Since the days of that familiar buzzing noise of AOL dial-up as it connected to somewhere out there in the stratosphere, we’ve been hooked on the internet and its vast space that holds endless amounts of information, ready for us to tap into right at our fingertips.

Overcoming API Development Challenges: API Standardization and Governance

In Episode 1 of our "Overcoming API Development Challenges" series, we will look at how software development teams can use tooling to standardize their APIs and create enforceable governance practices. We will be highlighting the role that a tool like SwaggerHub can play in an organization's API design.

Who Is Perforce?

For years now, enterprises have embarked on their own unique digital transformation journeys. They’ve worked to evolve processes and methodologies, to securely move applications and systems to the cloud, and to speed up cycles to deliver more, faster, and win in their markets. But 2020 was a pivotal year. The pace of change went on fast forward. Suddenly, teams were even more distributed than ever before. Flexibility became an imperative. Remote collaboration was required.

C++ Microservices in Docker

Microservices have become a popular way to architect applications, particularly those that compose functionality from a variety of loosely coupled systems and services. While there are a variety of frameworks and tools for implementing a microservice architecture, it isn’t always clear how to expose native code like C or C++ code within a wider microservice system. That’s where HydraExpress comes in.