Articles

IBAN tools 1.5.0 released

I released IBAN Tools version 1.5.0 just 5 days after previous release. Reason for that is previously undetected typo in function name.

Writen on Oct 10, 2017, 23:30 and filed under: TypeScript, IBANTools, JavaScript.

IBAN tools 1.4.0 released

I just released IBAN Tools version 1.4.0. This version includes updated development dependencies and @types support.

Writen on Oct 5, 2017, 17:16 and filed under: TypeScript, IBANTools, JavaScript.

flycheck-popup-tip available on Melpa

flycheck-popup-tip is now available on Melpa. That is extension for GNU Emacs and Flycheck. It implements minor-mode for displaying errors from Flycheck using popup.el library.

Writen on Aug 9, 2017, 13:25 and filed under: Flycheck, GNU Emacs, Elisp.

Create Atom feed per tag/category in Middleman

I use Middleman as static page genarator for this website. One question I often get is how to build separate Atom feed for every category/tag that I use on this site. Here is solution that I end up using.

Writen on Mar 26, 2017, 19:01 and filed under: Middleman, Ruby, Website.

IBAN tools 1.3.0 released

I released IBAN Tools version 1.3.0. This version of IBANTools contains bug fixes and some other improvements.

Writen on Mar 9, 2017, 19:15 and filed under: TypeScript, IBANTools, JavaScript.

IBAN tools 1.2.0 released

A week ago I started updating development dependencies for IBANTools library. After yesterdays feature request to add BIC/SWIFT validation I added that too.

Writen on Feb 4, 2017, 13:12 and filed under: TypeScript, IBANTools, JavaScript.

Arduino controlling LED strip

Arduino Nano controlling WS2812B LED strip with 100 LEDs

Writen on Jan 8, 2017, 18:33 and filed under: Arduino, Arduino Nano, C, Embedded, WS2812B.

IBAN tools 1.1.0 released

I finally got time to make some changes to IBAN tools library. Library now supports all countries from IBAN Specification, revision 66.

Writen on Aug 27, 2016, 20:44 and filed under: TypeScript, IBANTools, JavaScript.

Moving private repositories from GitHub to AWS CodeCommit

Today I moved all my private repositories on GitHub to AWS CodeCommit.

Writen on Jul 3, 2016, 20:09 and filed under: AWS, CodeCommit, Git.

Creating Rails 5 API only application following JSON:API specification

This article describes how to build API only Rails application using new Rails 5 `--api` option. Further, I'll explain how to follow JSON:API specification and how to test your API's.

Writen on Jun 18, 2016, 15:41 and filed under: JSON:API, Rails, Rails 5, Minitest.