Skip to content

Progville

Discovering things interesting to a modern software developer.

Topics

  • C
  • Front-end
  • Go
  • JavaScript
  • Other
  • Tools

Book

Password Authentication for Web and Mobile Apps is a book for web and mobile developers who want to learn how secure password authentication works and implement it in their apps.

Get it!

Recent Articles

  • Book: Password Authentication for Web and Mobile Apps
  • columnize — format text into columns in Go
  • React Canvas — render React components to canvas
  • Colors — default web palette replacement
  • logutils — enhanced Go logging

RSS Feed RSS - Posts

Tag: terminal

cli.go — better command-line applications in Go

cli.go — better command-line applications in Go

Go ships with flag standard library package, which covers a lot of what’s needed to write command-line interfaces, however if you need more power and better structure for your console apps, try codegangsta’s package cli.go.

Continue reading cli.go — better command-line applications in Go

Posted on January 23, 2015February 22, 2015Categories GoTags golang, package, terminal
linenoise — a tiny readline replacement

linenoise — a tiny readline replacement

Linenoise is a small self-contained line editing library written in C by Salvatore Sanfilippo of Redis fame, aimed at replacing the monster readline and libedit libraries. It is used in Redis, MongoDB, and Android.

Continue reading linenoise — a tiny readline replacement

Posted on January 7, 2015January 8, 2015Categories CTags library, terminal
© 2021 Progville · Disclaimers · Contact Us