Mikel Sanchez

App Dev Developer, I like Bike and Running, living in Bilbao

Mikel Sanchez's contributions

secure coding - simple
Article

Subscription benefits for secure deployments

Mikel Sanchez

Follow this step-by-step guide to create secure deployments in Red Hat services using entitlements, certificate authority, configuration files, and BuildConfig.

Node.js
Article

Building a Node.js service using the API-first approach

Mikel Sanchez

This article demonstrates the API-first development approach. To do this, it shows how to set up a Node.js microservice based on TypeScript by first generating an OpenAPI Specification file and then focusing only on developing the business logic. All the validations of the API are managed by oas-tools, which saves development time.

Configuring mKahaDB persistence storage for ActiveMQ
Article

Use Private NPM modules with RHMAP

Mikel Sanchez

Use Private NPM modules with RHMAP. In this Blog post entry I will try to cover, how to use Red Hat Mobile Application Platform with private npm modules from registry.npmjs.org.

Hybrid app on iOS
Article

How to debug your mobile hybrid app on iOS

Mikel Sanchez

Following the blog post series , today, finally we have Part 2, this chapter tries to explain in an easy way how to debug your hybrid app using the Safari web inspector. As you know sometimes debugging a mobile app on a mobile device can be hard work, for Android and Web pages we have the Chrome Developer tools, this has been an extended way to do it, Part 3 of the blog post series will cover this method, for...

Setup your Apps
Article

How to Setup your Apps to Target Locally on a Device

Mikel Sanchez

This blog post is Part 1 in a series of three blog posts, explaining how to prepare the app for debugging (setup) and how to debug on iOS and Android. How to setup your apps to target locally on device (Part 1) How to debug your mobile app on iOS (Part 2) How to debug your mobile app on Android (Part 3) How to debug your app locally on a device is going to be the first chapter and explained...