668 подписчиков
501 видео
Always use Boolean(object.value) when trying to get true or false, otherwise you might get undefined
React: useContext quick explainer; its just a Value passing mechanism - Bad Video, Mostly For Myself
TanStack React Table v8 - Part 3a - Global & Column Filters - SIMPLIFIED, Basic Input code
TanStack React Table v8 - Part 4 - Pagination, Next & Previous Page, Jump to page, Page Size
Stopping Bubbling in Angular; prevent bubbling angular; stop event bubbling; prevent event bubbling
explanation of .effect in NgRx, Angular Component Store - VERY BASIC!
How to convert a CDN into a local file; how to download a CDN to local repository?
How to do debounce, input, react - how to do it? debounce function with input in React
delete commit in git; delete commits in git; git delete commits; delete commits from branch git;
TanStack React Table v8: What Value does filter function use to compare and filter? AccessorFn value
How to convert Data Fetch logic into Custom Hook in React; how to convert logic into custom hook
REACT: How to measure the speed of components re-rendering; measure speed of rendering of components
Converting Normal Input, into an Observable intput using new Subject - RxJs and Angular
Creating a Connection to MongoDB function in Next.js
Best AI for Programming and Serious work; Best AI; Claude AI vs ChatGPT vs CoPilot? Claude overall!
What is a Service in Angular, how to create it and how to use it? (Advanced)
Exporting JSON files Objects from a Folder and importing them into components and JavaScript files
REACT: does useState Memoizes objects and arrays; YES IT DOES - P2
Fetching data from Server and passing it to client, Proxy Server, avoiding CORS error
IN operator in TypeScript... 'IN' operator; typescript in operator - Explained!
! in javascript meaning, ! before variable in javascript, exclamation mark in javascript meaning
Create and apply an interface to an Array with objects in it - Angular and TypeScript
Google maps in React and JavaScript in 5 seconds, Google Maps in Create React App
chartjs treemap onClick; onClick event in chartjs treemap; Treemap ChartJs OnClick function - Part 1
React: How to pass State from Child into Parent using children function
do NOT use useRouter from next.js, use jQuery code instead
TanStack React Table v8 - Part 8 - FILTERS indepth, Filter Function, Accessor and Cell Functions
Importing one component into another and using its values and functions - Angular
AngularJs: Array is an Object in $scope... Angular treats Array as Object inside the $scope
Object.keys and React unique 'key' prop error solved; array and react key error... SOLVED!
Fetching data, local data in Angular using HTTP Client module
JavaScript: CallBack functions as Arguments into other functions
do NOT use next.js pages as components, they can NOT run hooks, instead create a component and...
Using Variables or Objects as alliases for functions
HackerRank, Flipping the Matrix, JavaScript, JS, HackerRank JS, Flipping the Matrix JavaScript
React Revolution: further confirmation that useReducer hook is useless, just use useState instead
formspree.io quick tutorial in Next.js
Environmental Variables in Next.js, .env in Next.js
Carousel in React, with fixed 'scroll to the start issue' - Part 1
React: useContext Syntax 3 explainer - NOT BEGINNER FRIENDLY, NOT FOR BEGINNERS
Object, Array Mapping React Key prop error; empty array mapping React Key error = SOLVED!
React: useMemo vs useCallback, explained... ADVANCED, NOT FOR BEGINNERS
AngularJs: How to create Services AND Enterprise level folder setup - NOT FOR BEGINNERS!
Mongoose error, Callback must be a function, got '[object Object]'. = SOLVED!
React MUI: Autocomplete component filterOptions; selecting ONE will NOT result in a swap - BAD VIDEO
RTK Query: Make sure to define PARAMS in query, otherwise PAYLOAD in browser will NOT appear
REACT: useRef retains value inside COMPUTER MEMORY, NOT inside of the component - DEMO!
MUI: Autocomplete, isOptionEqualToValue() explained - simpler explainer (bad VIDEO, MOSTLY FOR ME)
MUI Conditionally styling element based on Parent class; Material UI conditional styling parent clas
AngularJs: Setting up Angular Router, Enterprise Project Syntax - NOT FOR BEGINNERS
RTK Query: Query with a persistor, how to refetch data onload; detach it from persistor - BAD VIDEO!