Bookmarks
2017
April
Comparison of FTP Versions: FTP, FTPS, FTPES, SFTP
Apr
24
2017
https://www.smartfile.com/blog/comparison-of-ftp-ftps-sftp/
Dlaczego 99% firm, które tworzą API restowe kłamie?
Apr
20
2017
http://bandrzejczak.com/hateoas-presentation/
Scala interview questions
Apr
14
2017
http://pedrorijo.com/blog/scala-interview-questions/
Discogs – Database and Marketplace for Music on Vinyl, CD, Cassette and More
Apr
13
2017
cd covers and album cover art
Quote of the Day
Apr
11
2017
“Without data you’re just another person with an opinion” – W. Edwards Deming
Brew cask apps one-liner updater
Apr
11
2017
for name in $(brew cask list) ; do brew cask reinstall $name; done