Articles
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.
node_modules/.bin in your project $PATH
How to always have 'node_modules/.bin/' from your project in your path, in shell and in GNU Emacs
flycheck-typescript-tslint released
My GNU Emacs flycheck extension 'flycheck-typescript-tslint' version 0.21 relised
Loading and unloading GNU Emacs themes
Every time you call `load-theme` in GNU Emacs, there is a chance that previous theme changed something that new theme does not. Also, sometimes themes change `linum` (line numbers) settings and if you use `linum` you don't want that.