How to use and optimize Pi Signage

We’ve testing some solutions to use Raspberry Pi boards for digital Signage. So far Pi-Signage became a good anwser for our case. The goal is show a webpage with Content on a TV with remote management.

How to create a Jekyll website with useful plugins

As you may already know Jekyll is a blog-aware static site generator in Ruby. The aim of this post is to explain how to create a jekyll website with some useful plugins, as SEO, Analytics, etc. It’s a hands-on tutorial. jekyll-github-pages

Deploy a multi-language jekyll site

If you plan to launch a multi-language website running on Jekyll, you certainly need to pay attention to:

Create a CRUD App with Ionic 4, Firestore and AngularFire 5.2+

During latest months we’ve explored deeply how Ionic4/Angular and Firebase can help to develop high scalable (web) Apps. This post is part of the ongoing Ionic4/Angular with Firebase serie, where we cover common use cases. Here is the full serie:

How to optimize Chromium on Raspberry for Digital Signage

Raspberry PI Assembled We’ve been working with Raspberry Pi in order to offer a TV extension of our services. This post is one of a series which shows how we did.

How to setup Chromium on Raspberry for Digital Signage

Raspberry PI We’ve been working with Raspberry Pi in order to offer a TV extension of our services. This post is one of a series which shows how we did.

How to set SSL certificate with Let's Encrypt

Let’s Encrypt recommends

that most people with shell access use the Certbot ACME client. It’s easy to use, works on many operating systems, and has great documentation.

Combine side menu, tabs and login page with Ionic 4

If you ever tried to combine side menu, tabs and login page on Ionic, for sure you know how a mess it could represent. We’ve faced this challenge and would like to share with you how we achieve it and which docs/posts help us on the way. Combine side menu, tabs and login page with Ionic 4

Use HTTP Interceptor on Auth Based Token with Ionic 4

Core: http interceptor

Implementing Login flow with Ionic 4

The aim of this post is to describe in details how to control access in Ionic v4 App to only logged user. We’ll use Angular Router and Guards to control access and implement from scratch a dummy Athentication Service to do login/logout. Login flow with Ionic 4