JS-Republic - Best of web

We were at Best Of Web!

For its first year, the Js-Republic consultants offered themselves a short visit to the Best Of Web conference. This conference dedicated to web technologies and JavaScript took place this Thursday 9 and Friday 10 June at the Grande Crypte in Paris. Here are some talks... Read the article

JS-Republic - nightwatch

How to setup Nightwatch in a multi-OS configuration

Introduction This article is a follow up of https://www.ux-republic.com/introduction-to-nightwatch-for-lightning-acceptance-tests/ Nightwatch in a team with multiple Operating systems In the real world, you may encounter a team running several OSes: Windows, MacOS, Linux, etc. When you want to run an acceptance test, it must be … Read the article

JS-Republic - nightwatch

Introduction to Nightwatch, for lightning acceptance tests

Since a few months, developers are wondering what should be used for their acceptance tests in a new project. CasperJS Team hasn't released any updates for a long time. Protractor never really convinced the Angular community, therefore it does not seem to be a solid solution. Luckily, the JS community came to the rescue! Here comes Nightwatch (no, it's not related to Game Of Thrones…)

Read the article

JS-Republic - nightwatch

Introduction to Nightwatch, for ultra-fast acceptance testing

For a few months, developers have been wondering what to use for their acceptance tests in new projects. CasperJS having not released a new version for a long time and Protractor having never really convinced for Angular projects, the horizon seemed somewhat deserted in terms of a solid solution. But it was not without counting on the community that created Nightwatch (no, it's not the same as in Game Of Thrones …)

Read the article

JS-Republic - HTML5 Audio

Web Audio API

The Web Audio API allows you to play, manipulate and synthesize sound within a web application. To generalize we can play on 3 different objects: the sources, the effects filters, the analyzer. Sources Sources can be any audio source... Read the article

JS-Republic-Javascript

Don't ship JQuery anymore!

Today, I'd like to come back to a very frequent, even almost systematic bad habit of many developers: systematically embed JQuery in their projects. Often the only use made is in DOM manipulation, or even querying DOM nodes. Translation: the developer uses JQuery to … Read the article