Sat.Nov 18, 2017 - Fri.Nov 24, 2017

article thumbnail

Shift-Left Testing in the Enterprise and the Case for Open Source

Abstracta

Why continuous testing and open source are a perfect match I recently visited the offices of CA Technologies (one of Abstracta’s partners) in Santa Clara, where I had the chance to discuss shift-left testing, continuous testing, and why and how to turn to open source. The post Shift-Left Testing in the Enterprise and the Case for Open Source appeared first on Abstracta Software Testing Services.

article thumbnail

Create A Basic Todo List Application With The Vue.js Framework

The Polyglot Developer

When getting started with a new development technology or framework, a basic todo list style application is often in the examples used for learning. It makes a great example because todo lists often make use of a variety of things such as forms, loops, and other binding events, all while remaining short and easy. We’re going to see how to create a very basic todo list that demonstrates components, form binding, loops, and click events, using the Vue.js JavaScript framework.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

First Contentful Paint Explained

Gtmetrix

Along with various other upgrades, Chrome 62 introduced the First Contentful Paint timing, which differs from First Paint. Read on to discover the difference.

46
article thumbnail

Load Testing: HTTP vs Headless vs Real Browser

Dotcom-Montior

An outline of the main aspects of load simulation methods such as HTTP, headless, and real browser-based followed by a comparison matrix, to help you choose an appropriate simulation approach. The post Load Testing: HTTP vs Headless vs Real Browser appeared first on Dotcom-Monitor Web Performance Blog.

Testing 40
article thumbnail

Scaling Amazon ElastiCache for Redis with Online Cluster Resizing

All Things Distributed

Amazon ElastiCache embodies much of what makes fast data a reality for customers looking to process high volume data at incredible rates, faster than traditional databases can manage. Developers love the performance, simplicity, and in-memory capabilities of Redis, making it among the most popular NoSQL key-value stores. Redis's microsecond latency has made it a de facto choice for caching.

Games 113
article thumbnail

Send SMS Text Messages In NativeScript With Angular

The Polyglot Developer

Not too long ago I wrote a tutorial titled, Use Social Media Sharing Prompts in a NativeScript Angular Application , which demonstrated how to share content from the device. The sharing included locations like Facebook, Twitter, and anything else the platform found appropriate. This included SMS text messages. Social sharing functionality isn’t the only way to access the messaging and dialing features of an Android and iOS device.

article thumbnail

Pass Data Between Routes In A Vue.js Web Application

The Polyglot Developer

A few weeks ago I had written about creating routes and navigating a Vue.js web application. It was a basic example of getting around in an application. Often, when building navigation into your application, you’ll find that you need to pass data from one screen to another. For example, maybe you’re following the master-detail pattern where you have a list of data and you get more information about a particular item in the list by drilling deeper.