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.


hapi — Become a Better Developer in 2017

For us developers is an unwritten law to educate ourselves and keep track of new tools and technologies. It’s essential to continuously learn and make personal progress. You don’t want to be that guy who’s stuck in the 90’s with tools that are outdated since years! …

Continue Reading

hapi — Access Request Headers

Handling request headers isn’t a use case that comes to mind immediately when thinking through the development process of your app. You might think of routes, requests, appropriate responses and the design of your views. And at some point, you’re in a more advanced development stage and see …

Continue Reading

Retrofit 2 — Pagination Using Query Parameter

Requesting data from API endpoints that might respond with large datasets is obviously bad practice. Breaking down massive information packets into smaller chunks is the idea behind pagination. There’s no de facto standard on how to implement pagination on server-side and therefore, clients have to adapt to the solution …

Continue Reading

Retrofit — How to Refresh an Access Token

When working with OAuth 2 APIs, you have to manage access tokens and sometimes also refresh tokens. Generally, the access token is what you’ll use to authenticate your requests. However, the access tokens are short lived and the lifetime differs per API provider. Due to security reasons, the access …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.