iBeacon detection with Android (2): Create UI and improve logic
Create a simple UI to display scanned device, improve scanning logic
iBeacon detection with Android
An introduction to BLE, iBeacon and how to create a simple Android application to detect BLE devices
Setup GoatCounter on VPS
How to setup GoatCounter - a lightweight, privacy-friendly web analytics platform - on self-hosted VPS
Install Let's Encrypt SSL on CentOS 7
A simple walkthrough to install SSL to your web server using Let’s Encrypt
Using fail2ban to secure your server
A step-by-step guide to setup fail2ban
Vue.js - A simple pagination
A simple pagination with Vue.js
Happy New Year
A few words about my plan regarding this site and in general for 2022.
Design Pattern: Bridge vs Strategy
What is the difference between the bridge pattern and strategy pattern
JavaScript: Promise or async-await? Async without await, Await without async?
Summary of JavaScript asynchronous programming
Composition over Inheritance - Example in game development
What are the differences between composition and inheritance