程序员常用的技术栈、工具栈都有哪些?
程序员常用的技术栈、工具栈都有哪些?
· ☕ 4 min read · 🧑 WYT
程序员常用的技术栈、工具栈都有哪些? 什么是技术栈? 技术栈,就是一堆的技能的集合,是某项工作或某个职位需要掌握的一系列技能组合的统称。 举个例子

HTTP 表单提交中 Request Payload 和 FormData 有什么区别
HTTP 表单提交中 Request Payload 和 FormData 有什么区别
· ☕ 4 min read · 🧑 WYT
HTTP 表单提交中 Request Payload 和 FormData 有什么区别? FormData 和 Request Payload 是浏览器传给服务端接口的两种格式,这两种方式浏览器是通过 Content-Type 来进行区分的。 如果是 enctype=“application/x-www-form-urlencoded” 或 enctype=“multipart/form-data” 的话,则为 FormData 方式

Golang中string和int类型相互转换
Golang中string和int类型相互转换
· ☕ 1 min read · 🧑 WYT
Golang中string和int类型相互转换 string 转成 int string 转成 int: 1 int, err := strconv.Atoi(string) string 转成 int64: 1 int64, err := strconv.ParseInt(string, 10, 64) string 转成 uint64: 1 uint64, err := strconv.ParseUint(string,

Shortcodes
Shortcodes
· ☕ 1 min read
tabs, code-tabs, expand, alert, warning, notice, img, box

Markdown Syntax Guide
Markdown Syntax Guide
· ☕ 3 min read · 🤖 Choi

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.


Math Typesetting
· ☕ 1 min read · 👽 Park
A brief guide to setup KaTeX

Emoji Support
· ☕ 1 min read · 👻 Kim
Guide to emoji usage in Hugo

Viz support
Viz support
· ☕ 1 min read
A hack to put Graphviz on the web.

Wavedrom support
Wavedrom support
· ☕ 1 min read
WaveDrom is a Free and Open Source online digital timing diagram (waveform) rendering engine that uses javascript, HTML5 and SVG to convert a WaveJSON input text description into SVG vector graphics.

Chart support
Chart support
· ☕ 1 min read
Simple yet flexible JavaScript charting for designers & developers