Wed.Apr 01, 2020

article thumbnail

Complete Guide To Selenium Locators In Protractor (Examples)

DZone

While testing the functionality for your website, especially web elements such as radio button, text boxes, drop-down, etc., you need to make sure that you can access these elements. Selenium locators serve this exact purpose, by using this command we can identify these web elements, DOM (Document Object Model), to perform Selenium test automation through our scripts.

Website 208
article thumbnail

Static Website Deployments to MongoDB Stitch with Hugo, Git, and Travis CI

The Polyglot Developer

MongoDB Stitch can do quite a few things, some of which include GraphQL , functions as a service, and triggers. However, another awesome feature is in its ability to host static HTML, JavaScript, and CSS, the core components to any static website. Static websites are becoming more popular due to their performance and how inexpensive it is to host them at scale.

Website 72
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

When the hot loop’s done: Four quick tips for high throughput

Sutter's Mill

These short tips are useful to remember when writing high-throughput code. You may already know most of them, and if so then please spread the word — friends don’t let friends write performance bottlenecks. In a high-throughput hot loop: Avoid holding locks or other resources, unless you know it won’t block another performance-sensitive thread. Definitely don’t acquire any new locks or other resources!

Games 75
article thumbnail

Web Performance Checklist

CSS - Tricks

The other day, I realized that web performance is an enormous topic covering so very much — from minimizing assets to using certain file formats, it can be an awful lot to keep in mind while building a website. It’s certainly far too much for me to remember! So I made a web performance checklist. It’s a Notion doc that I can fork and use to mark completed items whenever I start a new project.

article thumbnail

Deploying Tarantool Cartridge Applications with Zero Effort (Part 2)

Percona Community

We have recently talked about how to deploy a Tarantool Cartridge application. However, an application’s life doesn’t end with deployment, so today we will update our application and figure out how to manage topology, sharding, and authorization, and change the role configuration. Feeling interested? Please continue reading under the cut.

52
article thumbnail

Enhance user experience with full insight into your React Native apps

Dynatrace

Dynatrace news. React Native is a development framework for native iOS and Android apps. With its basis in modern web technologies, React Native enables you to leverage existing web development experience and significantly reduces development time for cross-platform mobile apps. React Native is already successfully being used in production environments by Shopify , Discord , Walmart, and many other companies.

Mobile 152
article thumbnail

Building A Web App With Headless CMS And React

Smashing Magazine

Building A Web App With Headless CMS And React. Building A Web App With Headless CMS And React. Blessing Krofegha. 2020-04-01T11:30:00+00:00. 2020-04-01T14:46:06+00:00. In this tutorial, you’ll learn what Headless CMS is, and the pros and cons of Headless CMS. In the end, youll have built a shopping cart using GraphCMS (a (backend-only content management system).