automatic import my posts from mmap.page to dev.to
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography...
Borg is the new generation of attic. borg init --encryption=keyfile /path/to/repo borg create -C lz...
Bootstrap strap is the successor of boxen created by the current homebrew maintainer Mike...
Why NOT package.json? package.json brings in unnecessary complexity.If you do not think so...
Excess Property Checking for Object Literal TypeScript uses structural typing (to work wit...
Hello World import React, { ReactElement } from "react" import ReactDOM from "react-dom"...
This note is written for RarCrack 0.2. RarCrack brute forces password for encrypted zip, rar, 7z fil...
TLDR This article only covers the so-called masterless mode, a.k.a. puppet apply,because t...
Tinygo is a Go compiler for microcontrollers and WebAssembly.It also supports x86 32 bit and 64 bit L...
Variable Shadowing let mut guess = String::new(); io::stdin().read_line(&mut guess)...
JupyterLab is the next generation UI of Jupyter Notebook (formly known as IPython Notebook)....
Types unit () bool true, false int min_int ... -1 0 1 2 ... max_int (63-bit signed i...
Peek at the type system Nullability. Maybe type ?T is T|null|void. Optional object proper...
Java has checked exception, which is essentially union type. Kotlin dislikes Java’s checked exceptio...
Good parts Assignments are not expressions if (a = 1) { println(2) } error: a...
void function Kotlin uses Unit for functions returning nothing, like many functional langu...
Advantages of Java a small core language with a simple semantic model gc Desig...
This is a breif overview of HTML versions examplified with some Linux/BSD websites. All the screen s...
Input !: clear input buffer code;: suppress evaluation output, useful when it’s long or...
BSD make is simple, but GNU make is more popular due to Linux’s popularity.Thus I prefer to write Mak...
eslint is a powerful and versatile tool.I myself only use eslint for problems coming from JavaScript...
TypeScript 2.3 and later support type-checking JavaScript files with JSDoc types.And JSDoc’s uses the...
Core Abstraction Cycle.js has a simple core abstraction:an application is a pure main() fu...
tl;tr emoji code usage Angular Convention 🎨 :art: refactor refactor 🐛 :bug: bug f...
tl;tr In repository settings, enable GitHub Pages for the master branch. Now you can acce...
Appearance Appearance: Darcula Color Scheme: Colorful Darcula Color Scheme Font: 24 for...
We’re going to try to quickly show you enough of Go 1.14 to actually try it out. A Syntax D...
Code tends to be clearer and more precise. Math formula The traditional math language has...
Laziness A function is strict in an argumentif the result is undefinedwhenever an undefin...