Archive for 2016
Go development using GNU Emacs
This article describes how I use GNU Emacs in Go development.
New version of IBAN tools released
Today I finally revisited IBANTools.
Let's Encrypt - Second try
Another take on Let's Encrypt. I found a tool that makes it work as intended: easy.
Let's Encrypt, S3 and CloudFront
My current wild-cart SSL certificate will expire in a couple of days and I decide to try Let's Encrypt beta and move this website to Amazon S3 and CloudFront.
S3 website behind CloudFront
How to avoid "Access denied" error when using S3 bucket behind CloudFront.
Uploading static website to AWS S3
I'm moving away from DigitalOcean to static site hosting on AWS S3. Here is easyest way to upload files to S3.
Creating CSS rules in JavaScript
Sometimes you want to insert complete CSS rules into specific page with JavaScript. Here is how.
Killing nginx process
What to do when your nginx is not responding to stop command?
Linting JavaScript in GNU Emacs
With any programming language, when you do some client or day job work, you need to deliver quality software. When you contribute to FLOSS projects, you have to follow some style guides specified for that project. Great help with all of that are linters and style checkers.