- typescript-cheatsheet – a set of TypeScript related notes used for quick reference.
- react-redux-typescript-guide – the complete guide to static typing in "React & Redux" apps using TypeScript.
- typescript-book – the definitive guide to TypeScript and possibly the best TypeScript book.
- react-typescript-cheatsheet – cheatsheets for experienced React developers getting started with TypeScript.
- 33-js-concepts – 33 concepts every JavaScript developer should know.
- thejsway – the JavaScript Way book.
- clean-code-javascript – clean Code concepts adapted for JavaScript.
- mostly-adequate-guide – mostly adequate guide to FP (in javascript).
- mostly-adequate-guide-ru – mostly adequate guide to FP (in javascript, translated to russian).
- best-practices – JavaScript and CSS guidelines for pragmatists.
- You-Dont-Need-Lodash-Underscore – list of JavaScript methods which you can use natively.
- You-Dont-Need-JavaScript – CSS is powerful, you can do a lot of things without JS.
- You-Dont-Need-Momentjs – list of functions which you can use to replace moment.js.
- Design-Patterns-JavaScript – a game to test your familiarity with the ‘Gang of Four’ design patterns implemented in JavaScript.
- JSbooks – directory of free JavaScript ebooks.
- You-Dont-Know-JS – a book series on JavaScript.
- wrk-fet – про вкат во фронтенд в стиле "здарова, щеглы".
- module-best-practices – some best practices for JS modules.
- javascript-algorithms – algorithms and data structures implemented in JavaScript with explanations and links to further readings.
- es6-features – ECMAScript 6: Feature Overview & Comparison.
- wtfjs – A list of funny and tricky JavaScript examples.
- idiomatic.js – principles of Writing Consistent, Idiomatic JavaScript.
- modern-js-cheatsheet – cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
- react-in-patterns – a free book that talks about design patterns/techniques used while developing with React.
- 30-seconds-of-react – curated collection of useful React snippets that you can understand in 30 seconds or less.
- css-in-js – React: CSS in JS techniques comparison.
- react-things – коллекция материалов для изучения React.
- ducks-modular-redux – a proposal for bundling reducers, action types and actions when using Redux.
- re-ducks – an attempt to extend the original proposal for redux modular architecture.
- react-router-tutorial – quick lessons for getting up-to-speed with React Router.
- redux-in-russian – original redux documentation with a translation into Russian.
- node-tutorial-for-frontend-devs – a tutorial for Front-End developers showing how to get Node, Express and Jade up and running, connected to MongoDB, and reading from / writing to the database.
- awesome-nodejs – delightful Node.js packages and resources.
- awesome-nextjs – a curated list of awesome resources : books, videos, articles about using Next.js.
- accessibility-guidelines – Guidelines for creating accessible websites and web applications based on WCAG 2.0 AA.
- web-design-in-4-minutes – learn the basics of web design in 4 minutes.
- 30-seconds-of-css – a curated collection of useful CSS snippets you can understand in 30 seconds or less.
- cool-git-commands – all cool git commands that can saves you time and maybe your life.
- You-Dont-Need-GUI – stop relying on GUI.
- json-api – a specification for building JSON APIs.
- upload – how to Upload a File to a Server in PHP.
- free-programming-books – freely available programming books.
- Awesome-Clean-Code-Resources – an awesome curated list of clean code posts, books and videos.
- CS-Interview-Knowledge-Map – this is a map that can help you prepare better for the next interview.
- js-stack-from-scratch – step-by-step tutorial to build a modern JavaScript stack.
- ReactStateMuseum – a whirlwind tour of React state management systems by example.
- react-use – React Hooks.
- usehooks – easy to understand React Hook code recipes.
- react-ssr – a baseline for server side rendering for your React application.
- react-server-rendering-example – super-basic example of how server rendering works.
- react-slack-clone – complete chat application.
- react-kanban – a Trello-like application built with React and Redux.
- react-redux-realworld-example-app – exemplary real world application built with React + Redux.
- react-demos – a collection of simple demos of React.js.
- react-testing-demo – a tutorial of testing React components.
- 30-seconds-of-code – a curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
- nginx-conf – a collection of useful Nginx configuration snippets.
- nginx-lua-stuff – a collection of nginx/lua scripts.
- Angular-NodeJS-MongoDB-CustomersService – code for the Integrating Angular with Node.js RESTful Services Pluralsight course.
- docker-compose-nodejs-examples – finally some real world examples on getting started with Docker Compose and Nodejs.
- typescript-koa-example – example how to use Koa and TypeORM with TypeScript.
- docker-node-mongo-nginx – the docker stack with Node.js, MongoDB and Nginx.
- webpack-demos – a collection of simple demos of Webpack.
- css-modules-demos – a collection of simple demos of CSS Modules.
- extremely-simple-flux-demo – learn Flux from an extremely simple demo.
- normalizr – normalizes nested JSON according to a schema.
- rxjs – a reactive programming library for JavaScript.
- jimp – an image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
- immutable-js – immutable persistent data collections for Javascript which increase efficiency and simplicity.
- lodash – a modern JavaScript utility library delivering modularity, performance, & extras.
- async – async utilities for node and the browser.
- bluebird – bluebird is a full featured promise library with unmatched performance.
- hotkeys – a robust Javascript library for capturing keyboard input. It has no dependencies.
- ow – function argument validation for humans.
- javascript – JavaScript Style Guide.
- json-server – get a full fake REST API with zero coding in less than 30 seconds (seriously).
- lowdb – lowdb is a small local JSON database powered by Lodash (supports Node, Electron and the browser).
- socket.io – realtime application framework (Node.JS server).
- postcss – transforming styles with JS plugins.
- logux – replace AJAX-REST by Redux actions synchronization between client and server.
- RxJS – the Reactive Extensions for JavaScript.
- particles.js – a lightweight JavaScript library for creating particles.
- with-immutable-props-to-js – a higher-order component for keeping Immutable objects outside your presentational components.
- react-onclickoutside – an onClickOutside wrapper for React components.
- redux-dynamic-middlewares – allow add or remove redux middlewares dynamically.
- styled-components – visual primitives for the component age.
- redux-immutable – redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
- redux-actions – flux Standard Action utilities for Redux.
- redux-thunk – thunk middleware for Redux.
- react-redux – official React bindings for Redux.
- reselect – selector library for Redux.
- re-reselect – enhance Reselect selectors with deeper memoization and cache management.
- react-sortable-hoc – a set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list.
- react-select – the Select Component for React.js.
- next-routes – universal dynamic routes for Next.js.
- newtype-ts – implementation of newtypes in TypeScript.
- babel-plugin-typescript-to-proptypes – generate React PropTypes from TypeScript interfaces or type aliases.
- reactxp – library for cross-platform app development.
- react-nodegui – build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.
- typescript-ioc – a Lightweight annotation-based dependency injection container for typescript.
- InversifyJS – a powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
- supertest – super-agent driven library for testing node.js HTTP servers using a fluent API.
- terminus – a terminal for a more modern age.
- cmder – lovely console emulator package for Windows.
- fish-shell – the user-friendly command line shell.
- uppy – the next open source file uploader for web browsers.
- filepond – a flexible and fun JavaScript file upload library.
- prettier – prettier is an opinionated code formatter.
- awesome-static-generators – a curated list of static web site generators.
- docsify – a magical documentation site generator.
- eva-icons – a pack of more than 480 beautifully crafted Open Source icons.
- react-redux-bootstrap-webpack-ssr-starter – react js + redux + react router 4 + bootstrap + webpack3 + server side rendering starter.
- next-saga-boilerplate – base next.js boilerplate with redux saga, axios and normalizr.
- react-redux-universal-hot-example – a starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform.
- react-babel-webpack-boilerplate – a boilerplate for React-Babel-Webpack project.
- eleventyone – a scaffold for a quick start building with the Eleventy SSG.
- electron-quick-start – Clone to try a simple Electron app.
- electron-react-boilerplate – a Foundation for Scalable Cross-Platform Apps.
- web-scripts – a collection of base configs and CLI wrappers used to speed up development.
- movielistr-backend-ts-ioc – movielistr backend in nodejs.
- node-typescript-koa-rest – REST API boilerplate using NodeJS and KOA2, typescript.
- node-typescript-starter – skeleton for Node.js applications written in TypeScript.
- hackathon-starter – a boilerplate for Node.js web applications.