Alpine Making ACME-DNS self-host work So you‘ve got a VPS and want to self-host ACME-DNS for your new domain CA certificates
Created my own Nuxt 3 template I’ve just created my own starter Nuxt 3 boilerplate. It save me some time for creating new project and tools. Just run: npx nuxi init my-nuxt-app -t gh:HariantoAtWork/nuxt-3-boilerplate
Vue Revise my code from Vue 2 to Vue 3 Try to understand Vue 3 Advanced things what I’ve known from Vue 2. And migrate some of my codes
Synology Use NVME SSD as storage volume instead of cache in DS920+ Synology: DSM 7.2.1-69057 Update 3 For those who had errors after reboot. The script that update the DSM devices works for me. When Synology released DS920+, many customer (include me) think the additional NVME slots can use as storage. But the truth
javascript Remove Sponsored Feed from Facebook Javascript you can inject to remove Sponsored HTML elements from feed with MutationObserver.
docker Dockerize Node App Great way to show off your app, with the idea that it always works on every OS. Well that the idea. > This article expect you to have Docker Hub account, and understand about NodeJS. First you need to know what Node version your project
Guide Guide Create Chat Socket.io SSR Nuxt app Understanding under the hood without installing plugins.
Getting Started Getting Started ExpressJS 2020 Generate Express Application for SCSS (Sass) HBS (Handlebars) Git
git Storing Images and Demos in your Repo In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme. How to 1. Clone a fresh copy of your repo In order to prevent any loss