How to copy files in Go

A robust and efficient copy is conceptually simple, but not simple to implement due to the need to handle a number of edge cases and system limitations that are imposed by the target operating system ... Read more

MySQL Export Table to CSV

Sometimes we need keed data in some useful format and read it by available methods like Microsoft Excel, Google Spreadsheet, Libre Office, or something like that. In this post, I will show various tec ... Read more

Awesome C++

Awesome C++ Standard Libraries Frameworks Artificial Intelligence Asynchronous Event Loop Audio Biology BitTorrent CLI Compression Concurrency Containers Cryptography Database Debug Game Engine GUI G ... Read more

How to use Jekyll Docker container

Jekyll’s Docker Container with Demo Content and demo site. Plugins included: - Jekyll: 3.8.3 -- jekyll-paginate -- jekyll-sitemap -- jekyll-feed -- jekyll-multisite -- jekyll-github-metadata -- ... Read more