Articles tagged with '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.

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.

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.

IBAN tools 1.0.3 released

Added Ukraine to IBAN country list, jspm properties to package.json file and some other minor changes.

Writen on Mar 25, 2016, 19:32 and filed under: TypeScript, IBANTools, JavaScript.

Editing React jsx files using GNU Emacs

I finally started using React and this article explains my GNU Emacs setup for editing rjx files.

Writen on Mar 15, 2016, 19:56 and filed under: JavaScript, React, GNU Emacs.

New version of IBAN tools released

Today I finally revisited IBANTools.

Writen on Feb 24, 2016, 23:57 and filed under: TypeScript, IBANTools, JavaScript.

Creating CSS rules in JavaScript

Sometimes you want to insert complete CSS rules into specific page with JavaScript. Here is how.

Writen on Feb 17, 2016, 23:13 and filed under: CSS, JavaScript.

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.

Writen on Feb 14, 2016, 18:22 and filed under: JavaScript, GNU Emacs, Elisp.

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

Writen on Feb 14, 2016, 14:14 and filed under: JavaScript, Shell, GNU Emacs, Elisp.