- How browsers work
- How Browsers Work: Behind the scenes of modern web browsers
- The Ultimate Guide to CSS for EMAIL clients
- 33 Concepts Every JavaScript Developer Should Know
- What the heck is the event loop anyway?
- Why Prototypal Inheritance Matters
- What Every Frontend Developer Should Know About Webpage Rendering
- Pixels are expensive
- Flip your animations
- Оптимизируем веб с Виталием Фридманом: скорость загрузки, память, CPU
- Оптимизируем веб с Виталием Фридманом, — компрессия, картинки, шрифты, фичи HTTP/2 и Resource Hints
- Functional programming for JavaScript people
- Professor Frisby's most adequate guide to functional programming
- [ImmutableJS]
- Reactive Programming/RxJS
- ELM
- State management
- State of React State Management for 2019
- Change detection/Data binding
- Redux
- Rematch
- React Context API - https://reactjs.org/docs/context.html
- React Hooks *
- StateCharts
- MobX
*
- Redux vs MobX
- Examples
- [MobX] DWatch - https://github.com/Mercateo/dwatch
- [MobX + Next + Node] SaaS Boilerplate - https://github.com/async-labs/saas
- Flux
- Components
- Immutability *
- Angular internals in depth
- Angular internals in depth 2
- Angular internals slides
- Make your own angular - scopes and digest
- AngularJS in patterns
- Transclusion
- React Architecture
- React’s diff algorithm
- React is Slow, React is Fast: Optimizing React Apps in Practice
- Function as Child Components
- Testing React apps
- Recommendations for best practices regarding action-creators, reducers, and selectors
- How To Master Advanced React Design Patterns — Compound Components
- How To Master Advanced React Design Patterns — Context API
- How To Master Advanced React Design Patterns — Render Props
- Writing resilient components
- Advanced Node.js Project Structure
- How does NodeJS works
- DevOps 101 (not just) from a Node.js Perspective
- Node.js Best Practices
- express-rest-es2017-boilerplate
- express-mongoose-es6-rest-api
- sequelize-express-example
- A Guide to Node.js Logging
- How to do Twitter authentication with React and RESTful API
- Sessionless Authentication using JWTs (with Node + Express + Passport JS)
- Stop using JWT for sessions
- Stop using JWT for sessions, part 2: Why your solution doesn't work
- The Hitchhiker’s Guide to Python!
- A COLLECTION OF PYTHON "MUST READS"
- Python 3
- Memory management
- Garbage collection in Python: things you need to know
- Advanced python
- Database development mistakes made by application developers
- Audit table - Storing created/retired dates for a large amount of different entities
- How to design a product table for many kinds of product where each product has many parameters
- What are the [dis]advantages of using a key/value table over nullable columns or separate tables?
- Better Database Migrations in Postgres
- Performance
- Windows Azure Storage
- BigTable
- Bigtable: A Distributed Storage System for Structured Data
- Key-value stores: BigTable & Dynamo
- BigTable Model with Cassandra and HBase
- Bloom Filters
- SSTable
- The boring technology behind a one-person Internet company
- Good enough engineering to start an Internet company
- Stack History: A Timeline of The Top 2019 Unicorn IPO's Tech Stack Evolution
- The Hardest Part About Microservices: Your Data
- DB per service + transaction boundary per service
- domain events + message bus (Kafka) + Debezium to support transaction for DB + service bus