Articles
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.
Tensorflow 1.X basics
Here are the basics steps necessary to write TensorFlow code.
IoT 体重計
測定データをクラウドに上げ体重の推移を管理できるIoT体重計
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.
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:
Bash check if environment variable is set
When writing bash scripts, it is sometimes necessary to check if an environment bariable is set.
LAMP
This tutorial explains how to setup a Linux, Apache, MariaDB, PHP (LAMP), server.
Rebuilding the GUI of this CMS with Nuxt 3
The GUI of this CMS has gone through multiple versions and revisions. It started as a Vue.js SPA but was then turned into a Nuxt SSR application to improve SEO. Recently, Nuxt version 3 was released so it was again time for a refresh.
Deploy a Neo4J instance in Kubernetes
Using this manifest, a Neo4J instance can be deployed in a Kubernetes cluster