Systems | Development | Analytics | API | Testing

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 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.

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.

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.

Integrating tests to your development pipeline. Quickstart guide to Loadero API.

Sometimes using a graphical user interface isn’t enough to fulfill your daily tasks, especially when you start automating your testing routines. Imagine a scenario, when you perform a regression test on a piece of functionality every time you push a new release or merge your code to a particular branch. It would be a nightmare to manually run those tests every time, especially if your team is rather large and you’re practicing continuous delivery.