HTTP Request Life Cycle

NodeJS HTTP server Tohle vsichni znate: HTTP server tim nejjednodussim zpusobem, jak to v NodeJS napsat. Kdyz teda opominu nejake skopiciny, ktera jsem do kodu doplnil, abych simuloval zatez na …

go: gjson

GJSON is a Go package that provides a fast and simple way to get values from a json document. It has features such as one line retrieval, dot notation paths, iteration, and parsing json lines. package main import …

go-funk

A modern Go utility library which provides helpers (map, find, contains, filter, …) go-funk is a modern Go library based on reflect. Generic helpers rely on reflect, be careful this code runs exclusively …

go: scraping web sites

Colly: Fast and Elegant Scraping Framework for Gophers. Colly provides a clean interface to write any kind of crawler/scraper/spider Features Clean API Fast (>1k request/sec on a single core) Manages …

golang: survay

https://github.com/AlecAivazis/survey A golang library for building interactive prompts with full support for windows and posix terminals. multiline text := „“ prompt := &survey.Multiline{ Message: „ping“, } survey.AskOne(prompt, &text) multiselect days …