Systems | Development | Analytics | API | Testing

%term

Making data-intensive processing efficient and portable with Apache Beam

The appearance of Hadoop and its related ecosystem was like a Cambrian explosion of open source tools and frameworks to process big amounts of data. But companies who invested early in big data found some challenges. For example, they needed engineers with expert knowledge not only on distributed systems and data processing but also on Java and the related JVM-based languages and tools.

Docker Tutorial: Get Going From Scratch

Docker is a platform for packaging, deploying, and running applications. Docker applications run in containers that can be used on any system: a developer’s laptop, systems on premises, or in the cloud. Containerization is a technology that’s been around for a long time, but it’s seen new life with Docker. It packages applications as images that contain everything needed to run them: code, runtime environment, libraries, and configuration.

Countly Compliance Hub

GDPR is becoming the most crucial regulation through EU’s data privacy legislations. It brings data privacy and protection for EU citizens, and all companies worldwide processing EU citizen data is requested to obey the rules it brings. Countly has been in the forefront when it comes to security and privacy focusing product analytics and marketing platform. We give upmost importance to your data, and provide on-prem solutions to make sure data you generate is always yours. This video shows how Countly conforms to GPDR and possibly other regulations in the future (e.g ePrivacy) via its "Compliance Hub" plugin.

Bugfender 2.0 - Behind the Scenes

As developers at Mobile Jazz, we know the headache of finding, reproducing, and fixing bugs in mobile apps. Several years ago, we got so fed up debugging mobile apps remotely that we started building a solution for ourselves. We did it by creating a way to remotely access the logging facilities of users’ devices. We built a makeshift server for application logs that allowed us to fix bugs across devices and continents.

Automation Made Easy: Building Jenkins Jobs with Jenkins DSL

Recently, I've seen a lot of articles and conversation around DevOps. DevOps is a set of practices that automates the processes between software development and IT teams, in order to enable be shorter development cycles, increased deployment frequency, and more dependable releases all in conjunction with business needs.