Systems | Development | Analytics | API | Testing

Helix ALM vs. Doors Next

Helix ALM is an application lifecycle management tool, which includes requirements management, test case management, and issue management. It is applicable across a broad range of methodologies, including modern agile practices, traditional waterfall development, or a hybrid approach. Because it encompasses a broad scope of records and team activities, Helix ALM specializes in end-to-end traceability and configurable workflows.

Virtual Reality Retail: Next-Gen Shopping Experience

Virtual reality retail experiences are transforming brick-and-mortar shopping. With the global augmented reality/virtual reality (AR/VR) market expected to reach 1.6 billion by 2021, there is massive potential to expand into virtual spaces. Creating a virtual shopping experience helps both retailers and consumers. It can reduce overall operating costs and offer immersive experiences for consumers to try and customize before they buy. So how can retailers build VR in retail?

Enabling Oracle SSL/TLS Encryption

In our previous post on securing Oracle applications, we discussed how to enable Oracle Native Network Encryption for your client and server. In the conclusion however, we noted some of the shortcomings of using that security mechanism (potential for man-in-the-middle attacks, inability to control secure certificates, etc.). Here we begin to address those issues by instead enabling SSL/TLS encryption between the Oracle client and database.

Top 10 Online Code Editors for Web Development

A code editor gives developers an environment to write code using a specific programming language. While the code editor’s primary purpose is to assist with coding, most of the editors go beyond and help developers with pointing errors, autocomplete suggestions, running the program and other common areas of doubt. We can install a code editor on our laptop or PC, or we can use an online version. This can help us avoid the hassle of installation, saving us both time and memory.

Top 7 Tools for Adding Web Forms to Static Websites

The power of the Internet and the World Wide Web is known to everyone. Within a few years after its inception, businesses started to take advantage of all the facilities in features. And within no time, e-commerce became prominent as a new way to do business. Nowadays, it is the dominant way any company or business can reach its customers across the globe with a website.

Taking open-source to the next level at Bitrise - Step by step

One of the reasons I joined Bitrise was the awesome community and the fact that most of the codebase here is actually open-sourced. If the Step Library is the brain of each and every build running on Bitrise, the open-source community must be the heart of it, playing a key role in the success of our product. That's why we have some plans to do more amazing things.

Change Data Capture and Kafka to break up your monolith

Getting data from a database into Kafka is one of the most frequent use cases we see. For data integration between enterprise data sources when migrating from monolith to microservices, what better than CDC? We talked about breaking up a monolith and the importance of data observability previously. Now we’re showing you how to do it with a typical microservices architecture pattern including PostgreSQL, Debezium and Apache Kafka.