Systems | Development | Analytics | API | Testing

Latest News

Website Traffic Monitoring - Beyond Google Analytics

In today’s digital age there are numerous websites that compete to drive traffic to their portals. They invest heavily in strategies like SEO and SMM to get visitors hooked on their content. Getting traffic on your website is important but it’s also critical to understand how visitors interact with your content. This is where website analytics tools and solutions come in.

Build vs. Buy Behavioral Email Platform for API Product Companies

Behavioral email is automated and targeted messages sent to customers based on their actions or behavior. By triggering on how your customers interact with your website or product, you’re able to send email whose content is actually aligned with what they’re doing, and will therefore be far more likely to resonate.

The REST API Roundup!

REST Is the default setting for most developers! At least 83% of APIs use REST, while another 15% use SOAP. DreamFactory is a REST API management platform, making it easy for you to create RESTful applications. We can instantly build a secure, live REST API on top of your current SOAP solution! We want to help you get on the best track with your REST API endeavor! Here are our top resources below.

Apache Ozone Fault Injection Framework

One of the key challenges of building an enterprise-class robust scalable storage system is to validate the system under duress and failing system components. This includes, but is not limited to: failed networks, failed or failing disks, arbitrary delays in the network or IO path, network partitions, and unresponsive systems.

Webinar Recap: Top 5 Features to Look for in a Codeless Automation Solution

Last week, our team at Katalon Studio partnered with Applitools to present a webinar: Top 5 Features to Look for in a Codeless Automation Solution. With the rise in demands for QualityatSpeed products, there’s no denying the benefit of automation testing software has on product development cycles: they shorten the release cycle, and fast to match the tech industry’s ever-changing nature with developments in the testing industry itself.

Django and the N+1 Queries Problem

The N+1 Queries Problem is a perennial database performance issue. It affects many ORM’s and custom SQL code, and Django’s ORM is not immune either. In this post, we’ll examine what the N+1 Queries Problem looks like in Django, some tools for fixing it, and most importantly some tools for detecting it. Naturally, Scout is one of those tools, with its built-in N+1 Insights tool.

Python Debugging: More Than Just A (Print) Statement

As most developers will agree, writing code is oftentimes, if not always, easier than debugging. As a simple definition, debugging is the process of understanding what is going on in your code. When speaking in terms of Python, it is a relatively simple process. Every developer has their own personal debugging method or tool they swear by. When it comes to Python, most developers use one (or more) of the following: print statements, traditional logging, a pdb debugger, or an IDE debugger.