Articles

Rebuilding the GUI of this CMS with Nuxt 3

Rebuilding the GUI of this CMS with Nuxt 3 thumbnail
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.
Nuxt.jsVue.js

A simple comparison of Svelte and Vue

A simple comparison of Svelte and Vue thumbnail
Since its introduction in 2019, Svelte has quickly become one of the most loved JavaScript framework overtaking Vue.js in the State of JS ranking 2021 survey. This article presents a simple comparison of Vue.js and Svelte as an attempt to explain why.
SvelteVue.js

Mongoose query documents with matching array element

Mongoose query documents with matching array element thumbnail
As a NoSQL database, MongoDB can store arrays as fields of a document. This article presents how to query such documents by filtering those with arrays that contain a specific value.
MongoDBMongooseTutorials

Vue Router setup in Vue 3

Vue Router setup in Vue 3 thumbnail
Previously, when creating a Vue project using the Vue CLI, the Vue Router could be installed easily by running vue add router. However, with Vue 3 and Vite, the router is installed manually. This article presents how to do so.
Vue.jsTutorials

IoT 体重計

IoT 体重計 thumbnail
測定データをクラウドに上げ体重の推移を管理できるIoT体重計
IoT日本語

水耕栽培システム

水耕栽培システム thumbnail
土を使わず、インドアでレタスを作れるシステム
日本語

指紋リーダブリーフケース

指紋リーダブリーフケース thumbnail
ブリーフケースには電子ロックと指紋リーダがついてるので、指で解除される。
日本語

IoT 赤外線リモコン

IoT 赤外線リモコン thumbnail
テレビ、エアコン、掃除ロボット、空気清浄機など様々な家電に赤外線リモコンが使われている。このIoT赤外線リモコンを使って、家電をスマホで操作することができる。
日本語

IoT マンション電流測定システム

IoT マンション電流測定システム thumbnail
マンションの電流測れるIoTセンサー
日本語

IoT キャッシュレス支払いシステム

IoT キャッシュレス支払いシステム thumbnail
社内にコーヒーサーバーを設置したとする。コーヒー代はもちろん飲んだ人が負担をするが、だれが何杯飲んだかを管理するための購買システムが必要になる。</p><p>そこで、簡単に使える購買システムを開発した。</p><p>使い方は、社員はあらかじめ入金をして、社員証をデバイスにかざしてプリペイドカードのようにコーヒーの元を購入することができる
日本語