Skip to content

Instantly share code, notes, and snippets.

@AbdlrahmanSaberAbdo
Forked from micalevisk/.progress.
Created January 19, 2023 13:47
Show Gist options
  • Save AbdlrahmanSaberAbdo/50c21c4afa34d2b78d29c57a107fc088 to your computer and use it in GitHub Desktop.
Save AbdlrahmanSaberAbdo/50c21c4afa34d2b78d29c57a107fc088 to your computer and use it in GitHub Desktop.
📋 Reading List (updated at: 05/09/2022 22:13:43 [America/Manaus])
Articles █████████████▋░░░░░░░ 65.1%
Videos ██████████████████▌░░ 88.3%
Books ████████▋░░░░░░░░░░░░ 41.4%
Learn React ████████████░░░░░░░░░ 57.1%
Learn TypeScript █████████████████████ 100.0%
GitHub ████████████████▊░░░░ 80.0%

[↥] Articles (54)

# TAG NAME
1 🧠 Straightforward Event Sourcing with TypeScript and NodeJS
2 🧐 Lerna has gone. Which Monorepo tool is right for a Node.js backend now?
3 🧠 How To Structure Permissions in a SaaS App
4 🧐 Node.js: In Go We Trust
5 🧠 Your Makefiles are wrong
6 🧠 🏴 The Practical Test Pyramid
7 🧠 How to test Observables (from rxjs)
8 🧠 Mocks Aren't Stubs
9 🧠 Writing Great Unit Tests: Best and Worst Practices
10 🧠 The introduction to Reactive Programming you've been missing
11 🧠 Node.js process load balance performance: comparing cluster module, iptables and Nginx
12 🧠 File Permissions: the painful side of Docker
13 🧠 Nonblocking I/O. What really are descriptors?
14 🧠 How to read a WebPageTest waterfall chart
15 🧐 🏁 Netflix: What Happens When You Press Play? — High Scalability
16 🧠 Scaling React Server-Side Rendering
17 🧠 Aerotwist - FLIP Your Animations
18 🧠 What is OTP? | Learn You Some Erlang for Great Good!
19 🧠 How to Use Broadway (concurrent and multi-stage data ingestion and data processing lib) in Your Elixir Application
20 🧐 How Discord Scaled Elixir to 5,000,000 Concurrent Users
21 🧠 A Guide to Event-Driven Architecture in Elixir | AppSignal Blog
22 🧐 A Unified Styling Language
23 🧠 Monads in Functional Programming: a Practical Note – Bobby Priambodo
24 🧠 How JavaScript works: Deep dive into WebSockets and HTTP/2 with SSE + how to pick the right path
25 🧐 600k concurrent websocket connections on AWS using Node.js
26 🧠 How JavaScript works: the mechanics of Web Push Notifications
27 🧠 How JavaScript works: Storage engines + how to choose the proper storage API
28 🧠 Page Lifecycle API | Web | Google Developers
29 🧠 How to reduce costs for your HTTP(S) API on Amazon Web Services
30 🧠 Can You Afford It?: Real-world Web Performance Budgets
31 🧠 Objection to ORM hatred — Jakso
32 🧐 I'm not feeling the async pressure
33 🧠 🏁 Design Patterns for Humans
34 🧠 HTTP conditional requests - MDN
35 🧠 Beyond Memory Leaks in JavaScript
36 🧐 Database Architectures & Use Cases - Explained
37 🧠 Event Sourcing | Arkwrite
38 🧠 Domain Events vs. Event Sourcing
39 🧠 CQRS pattern - Azure Architecture Center
40 🧠 Detecting secrets in source code
41 🧐 Understanding and controlling AWS Lambda costs
42 🧐 How does Treblle scale on AWS without breaking the bank?
43 🧠 🏁 mess with dns
44 🧠 What Is RabbitMQ? An Introduction
45 🧠 🏴 Pattern: Backends For Frontends
46 🧠 Introduction to Tries - Byte This!
47 🧠 Introduction to Circular Buffers - Byte This!
48 🧠 Redis Best Practices Guide
49 🧐 Data Modeling In Redis
50 🧠 When should you leverage Module Federation, and how?
51 🧐 Command Line Interface Guidelines
52 Authorization Academy - Chapter Microservices Authorization
53 🧠 Git Under the Hood
54 Using web streams on Node.js
[↥]
# TAG NAME
1 🧠 Architectural Patterns
2 🧠 Design & User Experience
3 🧠 Integration & Engagement
4 🧠 Media & VR
5 🧠 Performance
6 🧠 Security
7 🧠 Base Technologies
[↥]

[↥] OWASP Cheat Sheet Series (19)

# NAME
1 Authorization Testing Automation
2 C-Based Toolchain Hardening
3 C-Based Toolchain Hardening Cheat Sheet
4 Choosing and Using Security Questions
5 Content Security Policy
6 Cryptographic Storage
7 Insecure Direct Object Reference Prevention
8 Key Management
9 OS Command Injection Defense
10 Query Parameterization
11 Securing Cascading Style Sheets
12 Threat Modeling
13 Transaction Authorization
14 Transport Layer Protection
15 Unvalidated Redirects and Forwards
16 User Privacy Protection
17 Vulnerability Disclosure
18 Vulnerable Dependency Management
19 Web Service Security
[↥]
# NAME
1 Web Vitals
2 Metrics
3 Easily discoverable
4 Safe and secure
5 Network reliability
6 Fast load times
7 React ~ Next.js & Create React App
[↥]

Archived items (132)

# TAG NAME
1 🧠 Tuning HTTP Keep-Alive in Node.js
2 🧠 Efficient Use of PostgreSQL Indexes | Heroku Dev Center
3 🧠 Redis Monitoring: Gaining Fresh Perspective on Your Key-Value Store
4 🧐 Serverless Nest.js micro-services & integrations without HTTP
5 🧐 Avoiding Puppeteer Antipatterns
6 🧠 🚩 Tao of Node - Design, Architecture & Best Practices
7 Authorization Academy - Chapter Authorization Enforcement
8 Authorization Academy - Chapter Relationship-Based Access Control (ReBAC)
9 Authorization Academy - Chapter Role-Based Access Control (RBAC)
10 Authorization Academy - Chapter What is Authorization?
11 Authorization Academy - Chapter Authorization Academy Introduction
12 🧠 Docker Compose Networking
13 🧠 Basic Networking with Docker
14 🧠 Stop using JWT for sessions - joepie91's Ramblings
15 🧐 Improve performance of JSON web tokens in Node.js
16 🧠 Weak references and finalizers · V8
17 🧐 Selective Unit Testing – Costs and Benefits
18 🧠 🏴 HTTP Caching
19 🧐 What is SSH Tunneling, SSH Reverse Tunneling and SSH Port Forwarding?
20 🧐 Let It Crash: Best Practices for Handling Node.js Errors on Shutdown
21 🧠 Improving DNS in Node.js
22 🧠 Performance Tips for JavaScript in V8 - HTML5 Rocks
23 🧐 Could Worker Threads speed up common Node.js applications in 2019? — Jakso
24 🧠 When to use a HTTP call instead of a WebSocket (or HTTP 2.0)
25 🧠 Event Sourcing as a DDD pattern
26 🧐 When Bloom filters don't bloom
27 🧠 Node.js: How even quick async functions can block the Event-Loop, starve I/O | Snyk Engineering
28 🧠 What to Choose for Your Synchronous and Asynchronous Communication Needs — Redis Streams, Redis Pub/Sub, Kafka, etc. | Redis Labs
29 🧠 🏁 Software Design Patterns: A Guide
30 🧠 What is CORS (cross-origin resource sharing)? Tutorial & Examples | Web Security Academy
31 🧐 Could Worker Threads speed up common Node.js applications in 2019? — Jakso
32 🧐 Best Practices for Designing a Pragmatic RESTful API
33 🧠 Top 4 Tactics To Keep Node.js Rockin’ in Docker - Docker Blog
34 🧠 A beginner's guide to GIT BISECT - The process of elimination
35 🧠 What is REST – Learn to create timeless REST APIs
36 🧠 Creating Good API Errors in REST, GraphQL and gRPC
37 🧠 How a RESTful API represents resources
38 🧐 How a RESTful API server reacts to requests
39 🧐 🏁 Server-Side Validation with API Descriptions
40 🧐 API Evolution for REST/HTTP APIs
41 🧠 A cartoon intro to DNS over HTTPS
42 🧐 Handling 350k Requests for $3 using Lambda
43 🧠 3 node.js scalability problems and how to solve them 🚀
44 🧠 The real difference between CI and CD
45 🧠 Handling null and undefined in JavaScript - Eric Elliott
46 Testing and Code Coverage
47 🧠 Node's Streams – Node.js Beyond the Basics
48 🧠 🏴 Monitoring Node.js: Watch Your Event Loop Lag!
49 🧐 Mini HTTP guide for developers
50 🧐 🏁 Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs
51 🧐 The Web Developer's Guide to DNS
52 🧐 Fast and flexible observability with canonical log lines
53 🧠 NodeJS and Good Practices
54 🧐 The Power of Web Components — Mozilla Hacks
55 🧠 HTML & CSS Is Hard - A friendly web development tutorial for complete beginners
56 🧠 Bloom Filters by Example
57 🧠 Learn React for free — Scrimba
58 🧠 Advanced Node.js Project Structure Tutorial | @RisingStack
59 🧠 Practical Web Cache Poisoning
60 🧠 CORS, preflighted requests & OPTIONS method
61 🧠 For the Sake of Your Event Listeners, Use Web Workers
62 🧠 CSS Utility Classes and "Separation of Concerns"
63 🧐 What do you mean by “Event-Driven”?
64 🧠 CPDoS: Cache Poisoned Denial of Service
65 🧠 Server-Sent Events [SSE]: A conceptual deep dive
66 🧠 What the Functor?
67 🧠 Asyncing Feeling about JavaScript Generators
68 🧠 Throttle and Debounce
69 🧐 JS: The right way
70 🧠 A Deeper Look at Objects in JavaScript
71 🧠 What pure functional programming is all about: Part 1
72 🧐 JavaScript Factory Functions with ES6+ – JavaScript Scene – Medium
73 🧐 Prepare Your Skill Set for Web Developer Interviews - Part 1
74 🧐 Getting started with Node.js modules: require, exports, imports and beyond
75 🧐 Recursive generators and how to not chew up all your memory using them
76 🧐 HTTP/2 Server Push with Node.js | @RisingStack
77 🧐 7 Surprising Things I Learned Writing a Fibonacci Generator in JavaScript
78 🧐 10 Interview Questions Every JavaScript Developer Should Know
79 🧠 Elements of JavaScript Style – JavaScript Scene – Medium
80 🧐 Why I Often Choose Webtask over AWS Lambda
81 🧠 Accurately measuring layout on the web
82 🧐 10 Things You Will Eventually Learn About JavaScript Projects
83 🧠 Eliminate content repaints with the new Layers panel in Chrome
84 🧠 Understanding Javascript Function Executions – Call Stack, Event Loop , Tasks & more
85 🧐 10 practices for readable code
86 🧠 Design Patterns no JavaScript – Factory
87 🧠 Design Patterns no JavaScript – Decorator
88 👀 Node.js Best Practices – Smarter Ways to Manage Config Files and Variables
89 🧐 Server Side Rendering pros and cons. When to use it and when to choose something else.
90 🧠 Runaway Regular Expressions: Catastrophic Backtracking
91 🧠 Node.js Streams: Everything you need to know
92 🧐 AWS Lambda Go vs. Node.js performance benchmark: updated 🔥
93 👀 Node.js V8 internals: an illustrative primer
94 👀 Everything You Need To Know About Parcel: The Blazing Fast Web App Bundler
95 🧠 JavaScript. The Core: 2nd Edition – Dmitry Soshnikov
96 🧠 The Twelve-Factor App (PT-BR)
97 🧠 How to write and build JS libraries in 2018
98 🧠 Static Memory Javascript with Object Pools
99 🧠 The Elements of Good Regex Style
100 🧠 Destructuring and parameter handling in ECMAScript 6
101 🧠 Understanding "Prototypes" in JavaScript
102 🧠 Node.js Fundamentals: Web Server Without Dependencies — Seva Zaikov
103 🧠 Build your first Node.js microservice
104 🧠 Pagination and HTTP caching — Frank DENIS random thoughts.
105 🧠 Getting Started With WebAssembly in Node.js
106 🧐 20 Best Practices for Improving JavaScript Performance — KeyCDN
107 🧠 Throttle and Debounce
108 🧠 Building the DOM faster: speculative parsing, async, defer and preload — Mozilla Hacks - the Web developer blog
109 🧠 Imperative vs Declarative
110 🧠 Introduction to TypeScript — Scrimba
111 🧠 Learn React for free — Scrimba
112 🧠 Promises: resolve is not the opposite of reject
113 🧠 JavaScript Event Loop Explained
114 🧠 Error Propagation in JavaScript with Error Translation Pattern
115 🧠 Segregação de logs
116 🧠 A Hacker's Guide to Git
117 🧠 Learn Vue.js for free — Scrimba
118 👀 What's the difference between single-page application and multi-page application?
119 🧐 What's in a Docker image? — Cameron Lonsdale
120 🧐 What exactly is Node.js?
121 👀 JSON Hijacking
122 🧠 We're under attack! 23 Node.js security best practices
123 🧠 Common Misconceptions About Inheritance in JavaScript
124 🧠 Tail call optimization in ECMAScript 6
125 🧐 Functional vs Imperative Patterns in JavaScript
126 🧠 Functional programming: Monads made clear - in javascript
127 🧠 Tasks, microtasks, queues and schedules
128 🧠 How JavaScript works: The building blocks of Web Workers + 5 cases when you should use them
129 🧠 How JavaScript works: Service Workers, their lifecycle and use cases
130 🧠 Advanced Node.js Project Structure Tutorial | @RisingStack
131 🧐 Fast and flexible observability with canonical log lines
132 🧠 Server-Sent Events [SSE]: A conceptual deep dive
[↥]

[↥] OWASP Cheat Sheet Series (29)

# NAME
1 Server Side Request Forgery Prevention
2 Mass Assignment
3 SQL Injection Prevention
4 Clickjacking Defense
5 HTML5 Security
6 Docker Security
7 DOM based XSS Prevention
8 Denial of Service
9 HTTP Strict Transport Security
10 Virtual Patching
11 Cross Site Scripting Prevention
12 Error Handling
13 Credential Stuffing Prevention
14 File Upload
15 Third Party Javascript Management
16 Logging
17 Forgot Password
18 REST Assessment
19 REST Security
20 Input Validation
21 Deserialization
22 Password Storage
23 Session Management
24 Authentication
25 Cross-Site Request Forgery Prevention
26 Attack Surface Analysis
27 Access Control
28 Abuse Case
29 AJAX Security
[↥]

[↥] NodeJs Oficial Guides (1)

# NAME
1 nodejs.dev — Introduction to Node.js
[↥]

[↥] Books (17)

# NAME
1 Redis in Action — Josiah Carlson
2 Designing Distributed Systems — Brendan Burns
3 The Clean Coder: A Code of Conduct for Professional Programmers
4 Dependency Injection Principles, Practices, and Patterns — Steven van Deursen and Mark Seemann
5 Distributed Systems with Node.js: Building Enterprise-Ready Backend Services — Thomas Hunter II
6 Learning Domain-Driven Design — Vlad Khononov
7 Exploring ES6 — Axel Rauschmayer
8 Tackling TypeScript: Upgrading from JavaScript — Axel Rauschmayer
9 High Performance Browser Networking — Ilya Grigorik
10 Clean Architecture: A Craftsman's Guide to Software Structure and Design — Robert C. Martin
11 SEO para Desenvolvedores: Tudo que você precisa saber — Luiz Duarte (Umbler)
12 Essential Image Optimization Guide — Addy Osmani
13 How to Design Programs: An Introduction to Computing and Programming — Matthias Felleisen, Shriram Krishnamurthi, Robert Bruce Findler, Matthew Flatt
14 ZeroMQ: Messaging for Many Applications — Pieter Hintjens
15 Docker: Up & Running, 2nd Edition — Sean P. Kane, Karl Matthias
16 The Cyber Plumber's Handbook — Brennon Thomas
17 Effective TypeScript: 62 Specific Ways to Improve Your TypeScript — Dan Vanderkam (2019)
[↥]

Archived items (12)

# NAME
1 🏁 Dive Into Design Patterns — Alexander Shvets
2 Beyond the Twelve-Factor App — Kevin Hoffman
3 Redis For Fast Data Ingest — Redis Labs
4 Eloquent JavaScript (3rd ed.) — Marijn Haverbeke
5 The Little Redis Book — Karl Seguin
6 Containers com Docker: do desenvolvimento à produção — Daniel Romero
7 Redis For Dummies®, Limited Edition — Steve Suehring
8 Shell Script Profissional — Aurelio Marinho Jargas
9 Expressões Regulares 5ed. — Aurelio Marinho Jargas
10 The Modern Javascript Tutorial — Ilya Kantor
11 Boas Práticas de Node.js — Luiz Duarte (Umbler)
12 Node.js Para Iniciantes — Luiz Duarte (Umbler)
[↥]

[↥] Learn React (18)

# TAG NAME
1 Describing UI state with data
2 🧠 React Express — all-in-one guide to React app development
3 Controlled and uncontrolled form inputs in React don't have to be complicated
4 🏴 Create React App · guide
5 Como funciona o JavaScript: dentro da camada de rede + como otimizar seu desempenho e segurança
6 🏴 Build your own React
7 Progressive React (to make your React site more performant)
8 React as a UI RuntimeReact as a UI Runtime
9 Idiomatic Redux: The History and Implementation of React-Redux · Mark's Dev Blog
10 Can You Replace Redux with React Hooks?
11 Profiling React performance with React 16 and Chrome Devtools.
12 AWS Security Toolbox [AST]
13 React unit test and code coverage with Jest and Istanbul - Sergio Cruz Blog
14 Running tests and creating code coverage reports for React / NodeJS project continuously with Jenkins Pipelines, Jest & Cobertura or Jest-JUnit and push to Artifactory
15 Configurando caminhos absolutos no React para Web sem ejetar
16 Authenticating Your First React App with Auth0
17 Hooks and Streams
18 🏴 Consistent State Management in React and Redux
[↥]
# NAME
1 Introducing the React Profiler – Blog
2 React Top-Level API
3 React.Component
4 ReactDOM
5 ReactDOMServer
6 DOM Elements
7 SyntheticEvent
8 Test Utilities
9 Shallow Renderer
10 Test Renderer
11 JavaScript Environment Requirements
12 Glossary of React Terms
13 Introdução aos Hooks
14 Hooks de forma resumida
15 Usando o State do Hook
16 Usando Effect Hook [Hook de Efeito]
17 Regras dos Hooks
18 Criando seus próprios Hooks
19 API de Referência dos Hooks
[↥]

[↥] Screencasts (2)

# TAG NAME
1 💾 Complete React Tutorial [with Redux] ~ 2018
2 💾 React Context & Hooks Tutorial ~ 2019
[↥]

Archived items (9)

# TAG NAME
1 Custom Hooks in React: The Ultimate UI Abstraction Layer - Tanner Linsley | JSConf Hawaii 2020
2 Kent C Dodds - Simply React
3 Deep sea fishing with React Hooks by Alex Reardon | React Sydney
4 Create scalable layouts using react-teleport
5 Modeling form state in React
6 5 Tools for Faster Development in React – Bits and Pieces
7 Thinking in React Hooks
8 React hooks: not magic, just arrays
9 Demystifying Higher-Order Components [HOCs]
[↥]
# NAME
1 Portals
2 Context
3 Uncontrolled Components
4 Web Components
5 Optimizing Performance
6 Integrating with Other Libraries
7 Reconciliation
8 Forwarding Refs
9 Refs and the DOM
10 Fragments
11 Strict Mode
12 Static Type Checking
13 Higher-Order Components
14 Typechecking With PropTypes
15 Render Props
16 Error Boundaries
17 Web Components
18 Code-Splitting
19 JSX In Depth
20 Making Sense of React Hooks
[↥]
# NAME
1 Getting Started with Redux - course by Dan Abramov
2 12 Things NOT To Do When Building React Apps With Redux
3 Redux.js · Advanced Tutorial
4 Redux.js · Introduction
5 Redux.js · Basic Tutorial
6 React-Redux Flow, Terminologies, and Example
[↥]

[↥] Screencasts (2)

# TAG NAME
1 Arquitetura Flux com Redux do zero
2 💾 Redux
[↥]

[↥] Learn TypeScript (0)

# NAME
[↥]

Archived items (13)

# NAME
1 Infrequent, Pragmatic, Lambda Blog - Type Enthusiast's Notes about TypeScript. Part 6. Reasoning using Types
2 🏴 A complete guide to TypeScript’s never type
3 Type Algebra - zhenghao
4 Having fun with Angular and Typescript Transformers
5 Level-Up Your TypeScript Game With Decorators and Transformers
6 microsoft/TypeScript Performance wiki page
7 Exploring Template Literal Types in TypeScript 4.1
8 TypeScript Project References
9 Discriminated Unions and Destructuring in TypeScript
10 Implementing an opaque type in typescript
11 microsoft/TypeScript FAQs wiki page
12 How to Incrementally Migrate 100k Lines of Code to Typescript (using snapshot test of TS errors)
13 When to use never and unknown in TypeScript
[↥]
# NAME
1 TypeScript with Node
2 Code Flow
3 Functions
4 Objects and Arrays
5 Hello World
6 Function Chaining
7 Typing Functions
8 Generic Functions
9 Mixins
10 Generic Classes
11 This
12 Classes 101
13 JSDoc Support
14 Import Export
15 Immutability
16 Async Await
17 TypeScript with React
18 TypeScript with Web
19 Errors
20 Quick Fixes
21 Unknown and Never
22 Union and Intersection Types
23 Literals
24 Any
25 Nullable Types
26 Built-in Utility Types
27 Tuples
28 Mapped Types
29 Indexed Types
30 Discriminate Types
31 Conditional Types
32 Type Widening and Narrowing
33 Type Guards
34 Structural Typing
35 Soundness
36 Types vs Interfaces
37 Nominal Typing
38 Enums
[↥]

[↥] TypeScript Handbook (23)

# NAME
1 JSX
2 Mixins
3 Type Checking JavaScript Files
4 Utility Types
5 Triple-Slash Directives
6 Decorators
7 Declaration Merging
8 Module Resolution
9 Namespaces and Modules
10 Namespaces
11 Modules
12 Iterators and Generators
13 Symbols
14 Advanced Types
15 Type Compatibility
16 Type Inference
17 Enums
18 Generics
19 Functions
20 Classes
21 Interfaces
22 Variable Declarations
23 Basic Types
[↥]

[↥] Videos (14)

# NAME
1 Advanced Node.js testing: beyond unit & integration tests (2019)
2 DDD, event sourcing and CQRS – theory and practice
3 Twelve Ways to Make Code Suck Less by Venkat Subramaniam
4 Parallel and Asynchronous Programming with Streams and CompletableFuture with Venkat Subramaniam
5 From Functional to Reactive Programming, Venkat Subramaniam
6 Getting Started with JavaScript Bundling
7 Mike Riethmuller on Beyond Media Queries
8 Intro To Service Workers & Caching
9 Web Workers, Service Workers, and PWAs - Michael Cole
10 Building Distributed Systems with Node.js and ØMQ
11 🚩 SQL vs NoSQL or MySQL vs MongoDB
12 Using DevTools To Understand Modern CSS Layouts – Chen Hui Jing at CSSconf EU 2019
13 Dominik Kundel: XSS, CSRF, CSP, JWT, WTF? IDK ¯_(ツ)_/¯ | JSConf Iceland 2018
14 Why Elixir Matters: A Genealogy of Functional Programming
[↥]

Archived items (106)

# NAME
1 Should you use Kubernetes and Docker in your next project? - Junior Developers Singapore
2 RxJS 5 Thinking Reactively | Ben Lesh
3 🏴 Miha Rekar - What Are Flame Graphs and How to Read Them, RubyConfBY 2017
4 Weak JavaScript
5 My NodeJS Process In On Fire
6 🏴 Fail Faster: Adding Circuit Breakers to your APIs - Craig Freeman, Kenzan
7 Amazing User Experiences with Redis and RediSearch
8 AHA (Avoid Hasty Abstractions) Programming – Kent C. Dodds
9 Bubble Up Your Node.JS I/O - Matteo Collina | JSConf Hawaii 2019
10 Protecting your API with Redis (AKA Protect and Scale your application with Rate Limiting and Metering)
11 10 Ways to Scale Your Website with Redis
12 Redis Data Structures for Non-Redis Users
13 🏴 Why Your MySQL Needs Redis | Redis Labs
14 What makes JSON Web Tokens [JWT] secure?
15 100% Stateless with JWT (JSON Web Token) by Hubert Sablonnière
16 GOTO 2019 • Common API Security Pitfalls • Philippe De Ryck
17 Redis Tutorial - A Brief Introduction to Redis
18 5 Redis Use Cases with Gur Dotan - Redis Labs
19 NodeJS MICROSERVICES On Autopilot
20 High Performance WebSocket
21 MongoDB Tutorial - Modeling with MongoDB
22 David Khourshid - Behind the Illusions: Impossibly high-performance layout animations
23 Floats, Flexbox, Grid? The progression of CSS layouts
24 Basics of CSS Grid: The Big Picture
25 JavaScript the Cute Parts - Venkat Subramaniam
26 Reactive State Machines and Statecharts
27 React and the FLIP Technique - Alex Holachek
28 Intro to Reactive Programming
29 Eirik Vullum: JavaScript Metaprogramming - ES6 Proxy Use and Abuse | JSConf Budapest 2017
30 Node.js Meets Docker - Shaun Warman, PayPal
31 GraphQL with Dustin Schau
32 What is JWT ? JSON Web Token Explained
33 Style guides Javascript com ESLint, Prettier e EditorConfig | Diego Fernandes
34 Advanced Async and Concurrency Patterns in JavaScript
35 The power of Headless Chrome and browser automation [Google I/O '18]
36 Next Generation Asynchronous Patterns in JavaScript - Jonathan Mills
37 The Power and Practicality of Immutability by Venkat Subramaniam
38 Intro To JavaScript Unit Testing With Mocha JS & Chai
39 Designing Functional Programs - Venkat Subramaniam
40 Six Little Lines of Fail - Jimmy Bogard
41 The Power and Perils of Parallel Streams
42 Core Software Design Principles
43 You Don't Know Node - ForwardJS San Francisco
44 Design Patterns in the Light of Lambda Expressions by Subramaniam
45 "Production Prolog" by Michael Hendricks
46 Cascadia Ruby Conf 2012 A Taste of Prolog by Aja Hammerly
47 Refactoring to Functional Style - Venkat Subramaniam
48 Micro Serviços - Introdução
49 TDD, BDD e coverage no Node.js - Pré NodeCong
50 Meet Vue.js por Victor Marques
51 Next Generation Asynchronous Patterns in JavaScript - Jonathan Mills
52 You Don't Know Node - ForwardJS San Francisco
53 Style guides Javascript com ESLint, Prettier e EditorConfig | Diego Fernandes
54 Designing Functional Programs - Venkat Subramaniam
55 Let's Get Lazy: Exploring the Real Power of Streams with Venkat Subramaniam
56 JavaScript the Cute Parts - Venkat Subramaniam
57 GraphQL with Dustin Schau
58 The Power and Practicality of Immutability by Venkat Subramaniam
59 Design Patterns in the Light of Lambda Expressions by Subramaniam
60 The Algorithms of CSS - Lara Schenck
61 "Production Prolog" by Michael Hendricks
62 What is JWT ? JSON Web Token Explained
63 Cascadia Ruby Conf 2012 A Taste of Prolog by Aja Hammerly
64 Refactoring to Functional Style - Venkat Subramaniam
65 WebAssembly [And the Death of JavaScript?]
66 TDD, BDD e coverage no Node.js - Pré NodeCong
67 Micro Serviços - Introdução
68 Understanding Closures [In Under 10 Minutes!]
69 Talk #19 - Noções de criptografia
70 JavaScript Currying function [ method ] explained Tutorial
71 Intro To JavaScript Unit Testing With Mocha JS & Chai
72 The power of Headless Chrome and browser automation [Google I/O '18]
73 About the Call Stack, Event Loop, Callbacks and Promises in JavaScript
74 Function-level caching in javascript using memoization
75 Talk #17 - Ramda
76 Uma introdução a linguagem Clojure com Gilmar Soares
77 Netflix JavaScript Talks - Real-time Insights powered by Reactive Programming
78 Netflix JavaScript Talks - Async JavaScript with Reactive Extensions
79 Jake Archibald: In The Loop - JSConf.Asia 2018
80 Netflix JavaScript Talks - Debugging Node.js in Production
81 Crafting Stateful Styles with State Machines by David Khourshid | CSSConf BP 2019
82 David Khourshid - Behind the Illusions: Impossibly high-performance layout animations
83 Six Little Lines of Fail - Jimmy Bogard
84 React and the FLIP Technique - Alex Holachek
85 Vue.js, componentes, formulários e Vuelidate
86 Azat Mardan: You Don't Know Node.js - JSConf Iceland 2016
87 Reactive State Machines and Statecharts
88 MongoDB Tutorial - Modeling with MongoDB
89 Introduction to React.js
90 Optimize Your JSON Payload Efficiency x10 times - Gireesh Punathil, IBM India
91 Node.js Meets Docker - Shaun Warman, PayPal
92 Responsive Web Design: Beyond Media Queries
93 Intro to Reactive Programming
94 CSS Grid vs Flexbox
95 Floats, Flexbox, Grid? The progression of CSS layouts
96 Vue NYC - Component Tests with Vue.js - Matt O'Connell
97 Vue NYC - Introduction to Vuex - Mar Gabriel Tabilla
98 Learn NUXT 2 by Example - A Crash Course for Beginners
99 Basics of CSS Grid: The Big Picture
100 Core Software Design Principles
101 The Power and Perils of Parallel Streams
102 Advanced Async and Concurrency Patterns in JavaScript
103 Stream into the Future - Matteo Collina, NearForm
104 Broken Promises - James Snell, NearForm
105 virtual-scroller: Let there be less [DOM] [Chrome Dev Summit 2018]
106 Take Your HTTP Server to Ludicrous Speed [I]
[↥]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment