Systems | Development | Analytics | API | Testing

Latest posts

Next Generation APM: Unified User Experience Monitoring

While APM solutions have been mitigating poor user experiences since the early 90s, only recently have these tools begun to deliver on the promise of proactively identifying and diagnosing performance issues before users are impacted-but they are still far from perfect. For starters, why the lack of unified functionality? Why do we still need multiple tools in order to deliver a single APM solution? Or do we?

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.