Marcus

Marcus is a fullstack JS developer. He’s passionate about the hapi framework for Node.js and loves to build web apps and APIs. Creator of Futureflix and the “learn hapi” learning path.


JavaScript — Check if a String is a Number

In web applications, you can transfer data using the URL. For example, here on Future Studio, we have a listed overview of all published tutorials. This overview is paginated using limit-offset pagination. Users read through this tutorial list by paginating through the pages using a page query parameter. This page …

Continue Reading

JavaScript — Get URL Query Parameters

Sometimes you want to retrieve the URL query parameters when using JavaScript on the client side. JavaScript in the browser provides a global window.location object providing you with all the URL parts. The query parameters are available in window.location.search. This tutorial shows you how to access and …

Continue Reading

JavaScript — Get the Current URL

You can retrieve the current URL using JavaScript in the browser. The global window object provides a window.location attribute which contains all the parts of the current URL. This tutorial shows you how to get the current browser URL in client-side JavaScript. {{outline}} Retrieve the Current Browser URL You …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.