245 тысяч подписчиков
449 видео
01 - install & init - an intro to redux toolkit
02 - The basic of redux toolkit and small overview about slices - useDispatch - useSelectors
03 - useDispatch hook and our first redux toolkit slice - creating add action on array
04 - useSelectors hook and redux toolkit selectors
05 - creating a delete action from an array with redux toolkit
06 - Fetching data from an API using thunks [createAsyncThunk] - redux toolkit
07 - Normalizing the State Shape an intro to createEntityAdapter
08 - Setting up our state with createEntityAdapter functions and thunks
09 - Simplifying your reducers with immer and reduxtoolkit
Delaying dispatching redux actions - debouncing functions
Shallow Equality and re-rendering in the context of mapStateToPros || useSelector || React.memo
Shallow object copies in JavaScript and how they are useful with React.memo (memoized components)
01 - starting - TODO list app with vanilla JS and local-storage and a small intro to git and Github
02 - Django rest framework JWT AUTH - what are migrations and why - override the default user model
04 - Importing SCSS into our JavaScript by using sass-loader, css-loader and style-loader
Solving "Print the Elements of a Linked List" from Hacker Rank ( Easy ) - Problem solving in JS
How to represent hierarchical data in relational databases + recursively query them || PostgreSQL
14 - Writing Django queries with annotate and count - plus some common cases for them || aggregation
05 - Combining multiple createEntityAdapter generated state into the same slice - redux toolkit
07 - CRUD - POST | PATCH | DELETE - Hapijs with Typescript & TypeORM | restful API
Solving "Encryption" from Hacker Rank ( Medium ) - Problem solving in JS
02 - How to Dynamically Add Nodes and Build a Tree using Nested Sets in PostgreSQL
03 - Creating a delete action with create entity adapter and create async thunk - redux toolkit
How to Implement Pipe and Async Pipe Functions in JavaScript and Add Them to the Function Prototype
04 - Using react with Snowpack and dealing with JSX || snowpack
06 - How to force queries to run again by invalidating their cache || react-query
How to Use NOTIFY/LISTEN for Asynchronous Messaging in PostgreSQL (Producer and Consumer)
17 - Querying datetime in Django ORM and group by created at day - DB functions
06 - Creating The Posts entity (ManyToOne/OneToMany), Controller, Service & Module ~ Nest.js
18 - How to implement soft delete in Django and introduction to query managers
All Longest Strings - CODESIGNAL - Python
08 - Create a custom Django command to populate the DB with factory boy and faker
07 - Integrate Babel with Webpack using babel loaders to compile javascript to older versions
Implementing a generic binary search in JavaScript
02 - Webpack basics - creating our first JS bundle & using an NPM package in the frontend
Environment variables and `.env` files in Python & Nodejs
How to Implement Promise.race with Conditional Short Circuit in Node.js & TypeScript
10 - Redux Async action creators part 02 - dispatching actions in HTTP requests using the fetch API
05 - compiling SCSS/SASS into CSS and putting them in the DEST folder
12 - Intro to prefetch_related - querying one to many and many to many relationships in Django
01 - Getting starting - restful API - Koa.js | TypeScript |TypeORM
02 - createAsyncThunk overview and creating our API using pollux - redux toolkit
10 - Canceling thunks while running - createAsyncThunk - redux toolkit
07 - TypeORM many to many relations with custom properties - Typescript
07 - unwrapResult function & createAsyncThunk will always return a resolved promise- handling errors
01 - CRUD example with create entity adapter and create async thunk - redux toolkit
03 - How to Remove a Branch in Nested Sets Trees with PostgreSQL
04 - Creating a patch action with create entity adapter and create async thunk - redux toolkit
Implementing Array.reduce function in JavaScript and Adding it into the Array's prototype
10 - Populate many to many relationships with Factory Boy & Django - through custom model
Solving "Insert a Node at the Tail of a Linked List" from Hacker Rank (Easy) - Problem solving in JS
Optimistic locking with Nestjs and React
04 - Creating a register view and returning the JWT - intro about generic views and sterilizers
02 - Building a GraphQL API with Nodejs and TypeScript
01 - Getting started with react query - setting up the project and creating our pollux mocking API
01 - Intro to JSON-schema validation in python and JavaScript || AJV || jsonschema
06 - Defining Many to Many Relationship in Django with a custom through model
04 - One to many / Many to one relationship - PonyORM basics
Solving "Insert a node at the head of a linked list" from Hacker Rank (Easy) - Problem solving in JS
10 - TypeORM Migrations - using TypeORM CLI from node_modules - Typescript
02 - How snowpack works and the static dev server || loading packages from node_modues || snowpack
Solving "Convert Binary Number in a Linked List to Integer" from LeetCode- Problem solving in C++/JS