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