Posts tagged with JavaScript

Featured image for "Dependency vulnerability checks with SonarQube"
Tutorials

Dependency vulnerability checks with SonarQube

With recent vulnerabilities like Log4Shell and SpringShell, we're reminded of the importance of updating your dependencies. In this tutorial I'll show you how OWASP and SonarQube can help you with that.

Read more →
Featured image for "Cheating at online games with JavaScript"
JavaScript

Cheating at online games with JavaScript

Online games are fun to play, cheating at them with JavaScript is even more fun.

Read more →
Featured image for "Using Gatsby with WordPress as a headless CMS"
JavaScript

Using Gatsby with WordPress as a headless CMS

If you want to use WordPress as a headless CMS with Gatsby, I'll demonstrate how you can achieve this in this tutorial.

Read more →
Featured image for "Using Apollo GraphQL with Vue"
JavaScript

Using Apollo GraphQL with Vue

GraphQL is a new way to write your APIs, and with Apollo you can easily integrate it within your Vue.js applications. In this tutorial I'll show you how you can make queries and mutations within your Vue components.

Read more →
Featured image for "Routing with Vue"
Java

Routing with Vue

An advantage of Vue is that many additional modules are officially developed, such as state management with vuex and routing with the vue-router. In this tutorial I'll take a look at the Vue router.

Read more →
Featured image for "Getting started with Vue and AT UI"
JavaScript

Getting started with Vue and AT UI

Vue is a progressive web framework, similar to Angular, React and others. In this tutorial I'll set up a simple Vue.js application using Vue CLI and AT UI. I'll also explore some basic concepts suchs as properties, certain directives, computed properties and so on.

Read more →
Featured image for "E2E testing with Nightwatch.js"
JavaScript

E2E testing with Nightwatch.js

Today I'm also going to test an AngularJS application, but this time I will be using Nightwatch.js. While Nightwatch.js is not made specifically for AngularJS applications, you can use this framework as well.

Read more →
Featured image for "AngularJS $http and dates"
JavaScript

AngularJS $http and dates

while Date objects are a part of the standard JavaScript specs, it's not a part of the JSON spec. In this tutorial we'll explain how to properly consume dates from your REST API with AngularJS.

Read more →
Featured image for "E2E testing AngularJS applications with Protractor"
JavaScript

E2E testing AngularJS applications with Protractor

In this tutorial we'll go into detail about end to end testing (E2E) with AngularJS and Protractor

Read more →
Featured image for "Using Sinon.js while testing AngularJS applications"
JavaScript

Using Sinon.js while testing AngularJS applications

With Sinon.js you can easily set up stubs and spies. This can be a real benefit when testing AngularJS apps because of all the different components.

Read more →