Author: Julian Schmuckli
-
How to setup an SAP BTP Free tier account with Cloud Foundry?
First of all, we need some prerequisites to ensure we run on the same BTP. What we want is to run an environment, that lasts longer than just the 90-day trial of the BTP Trial. Therefore, we need to use a BTP Free Tier Account, which can be “purchased” here on the SAP Store. There…
-
How to setup Cezerin eCommerce solution?
As a part of my education, I have to create an eCommerce solution to create an online webshop. I did some research what can I use in combination with Node.js and maybe even a front-end framework. Suddenly, I came across to Cezerin, a Node.js based eCommerce framework with React as a frontend framework. Requirements First…
-
How to run a script on startup of Raspberry Pi
In this tutorial, I want to show you, how to simply execute any file on a startup. First of all place your file, which should be executed later on an accessible folder. I put my files always on the desktop. So that means my path is something like this: /home/pi/Desktop/start.py Now let’s create in the…
-
How to setup PIR sensor with Raspberry Pi
In this tutorial, I want to share my experience with the PIR sensor in combination with the Raspberry Pi. First of all, here is a list of all items, which you need, to follow this tutorial. I have used an old Raspberry Pi 2 Model B for this experiment. But it also works with a…
-
How to make my web application offline usable
As I earlier have written about what progressive web apps are, I am now writing about how to make them offline usable. Of course, this is an advantage of the progressive web apps. First of all, you need to know that not all web application can be offline usable. When you still need a connection…
-
What is a Progressive Web App
I have created a lot of websites based on PHP and JavaScript. But something that has come up in the last months are Progressive Web Apps. This topic is really interesting, because it allows you to make even more with your websites. For example you can send push notifications to your customers or you can…