Jakub Łukomski
qbalukom
3 points

Tools qbalukom is Following

Vim
Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a mor...
Ruby
Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorit...
Rails
Rails is a web-application framework that includes everything needed to create database-backed web applicat...
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of...
C++
C++ compiles directly to a machine's native code, allowing it to be one of the fastest languages in the wor...
SQLite
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate...
Sass
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's ...
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
Material Design ...
Material Design is a specification for a unified system of visual, motion, and interaction design that adap...
TypeScript
TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript ...
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for ...
Ramda
It emphasizes a purer functional style. Immutability and side-effect free functions are at the heart of its...
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain ...
Angular
It is a TypeScript-based open-source web application framework. It is a development platform for building m...
Vue.js
It is a library for building interactive web interfaces. It provides data-reactive components with a simple...
ES6
Goals for ECMAScript 2015 include providing better support for large applications, library creation, and fo...
rollup
It is a module bundler for JavaScript which compiles small pieces of code into something larger and more co...
Boost
It is a set of libraries for the C++ programming language that provide support for tasks and structures suc...
Gentoo Linux
It is a free operating system based on either Linux or FreeBSD that can be automatically optimized and cust...
CSS 3
CSS3 is the latest evolution of the Cascading Style Sheets language and aims at extending CSS2.1. It brings...
Flow (JS)
Flow is a static type checker for Javascript created by Facebook.