Articles
Gitlab CI dealing with credentials
GitLab can automatically dockerize applications using the appropriate CI configuration. However, for obvious security reasons, it is bad practice to include credentials in a git repository. Consequently, the CI pipeline is by default not in a position to include credentials in the dockerized application, which most likely prevents the latter from running as intended.
Cookies
Cookies are key-value pairs stored on a web browser. They can be set (i.e. created) using client-side JavaScript. Conversely, a server can get a client's browser to set cookies via instructions in an HTTP response. As such, cookies can be set by both the client and the server.
MQTThree
A simple framework using Three.js and MQTT to easily create digital twins
Tensorflow 1.X basics
Here are the basics steps necessary to write TensorFlow code.
Bash check if environment variable is set
When writing bash scripts, it is sometimes necessary to check if an environment bariable is set.
Cookie-session
User authenticates using username and password, server sets a signed cookie containing serialized user info
Divide container in equally sized divs
Let's imagine a container with three divs as content:
Force IE to use its latest version
Depending on the settings, Internet Explorer can decide to render webpages using a lower version, which can result in compatibility issues.
IoT 体重計
測定データをクラウドに上げ体重の推移を管理できるIoT体重計
LAMP
This tutorial explains how to setup a Linux, Apache, MariaDB, PHP (LAMP), server.