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.
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.
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.
If you plan to launch a multi-language website running on Jekyll, you certainly need to pay attention to:
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:
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.
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.
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.
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.
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.