Rename language articles
This commit is contained in:
@ -3,12 +3,12 @@ name: JavaScript Array Methods
|
||||
featured: true
|
||||
snippetIds:
|
||||
- js/s/array-map-vs-foreach
|
||||
- articles/s/4-javascript-array-methods
|
||||
- js/s/4-array-methods
|
||||
- js/s/array-comparison
|
||||
- js/s/index-for-of-loop
|
||||
- js/s/for-loop-early-break
|
||||
- js/s/array-initialization
|
||||
- articles/s/code-anatomy-chaining-reduce-for-loop
|
||||
- js/s/code-anatomy-chaining-reduce-for-loop
|
||||
- js/s/async-array-loops
|
||||
- js/s/typecheck-array
|
||||
splash: laptop-lamp.png
|
||||
|
||||
@ -14,7 +14,7 @@ snippetIds:
|
||||
- js/s/data-structures-binary-tree
|
||||
- js/s/data-structures-binary-search-tree
|
||||
- js/s/frequency-map-data-structure
|
||||
- articles/s/big-o-cheatsheet
|
||||
- js/s/big-o-cheatsheet
|
||||
splash: purple-flower.png
|
||||
description: >-
|
||||
The JavaScript data structures collection includes implementations and
|
||||
|
||||
@ -11,7 +11,7 @@ snippetIds:
|
||||
- js/s/get-images
|
||||
- js/s/query-selector-shorthand
|
||||
- js/s/element-is-visible-in-viewport
|
||||
- articles/s/select-focused-dom-element
|
||||
- js/s/select-focused-dom-element
|
||||
- js/s/get-elements-bigger-than-viewport
|
||||
- js/s/element-from-point
|
||||
- js/s/element-is-focused
|
||||
|
||||
@ -11,10 +11,10 @@ snippetIds:
|
||||
- js/s/remove-event-listener-all
|
||||
- js/s/add-multiple-events
|
||||
- js/s/execute-event-handler-once
|
||||
- articles/s/passive-scroll-listener-performance
|
||||
- js/s/passive-scroll-listener-performance
|
||||
- js/s/on-scroll-stop
|
||||
- js/s/arrow-function-event-listeners
|
||||
- articles/s/detect-caps-lock-is-on
|
||||
- js/s/detect-caps-lock-is-on
|
||||
- js/s/trigger-event
|
||||
- js/s/on-user-input-change
|
||||
splash: monsterra.png
|
||||
|
||||
@ -7,7 +7,7 @@ snippetIds:
|
||||
- js/s/http-put
|
||||
- js/s/http-delete
|
||||
- articles/s/http-status-codes-cheatsheet
|
||||
- articles/s/cors-explained
|
||||
- js/s/cors-explained
|
||||
splash: laptop-plants-1.png
|
||||
description: >-
|
||||
Making network requests is a crucial part of most web applications. This
|
||||
|
||||
@ -36,7 +36,7 @@ snippetIds:
|
||||
- js/s/iife
|
||||
- js/s/event-loop-explained
|
||||
- js/s/prefix-postfix-operators
|
||||
- articles/s/cors-explained
|
||||
- js/s/cors-explained
|
||||
splash: interview.png
|
||||
description: >-
|
||||
Preparing for a job interview requires studying to refresh your knowledge and
|
||||
|
||||
@ -3,15 +3,15 @@ name: JavaScript Performance Optimization
|
||||
featured: true
|
||||
snippetIds:
|
||||
- js/s/store-dom-items
|
||||
- articles/s/passive-scroll-listener-performance
|
||||
- js/s/passive-scroll-listener-performance
|
||||
- js/s/textcontent-or-innertext
|
||||
- js/s/memoization
|
||||
- js/s/array-filtering-tips
|
||||
- js/s/fast-remove-array-element
|
||||
- articles/s/code-anatomy-optimizing-recursion
|
||||
- js/s/code-anatomy-optimizing-recursion
|
||||
- js/s/switch-object
|
||||
- js/s/dynamic-properties-are-slow
|
||||
- articles/s/big-o-cheatsheet
|
||||
- js/s/big-o-cheatsheet
|
||||
splash: do-more-computer.png
|
||||
description: >-
|
||||
Enhance your website's performance with our collection of tips and tricks on
|
||||
|
||||
@ -3,7 +3,7 @@ name: JavaScript Promises
|
||||
featured: true
|
||||
snippetIds:
|
||||
- js/s/promises
|
||||
- articles/s/async-javascript-cheatsheet
|
||||
- js/s/async-cheatsheet
|
||||
- js/s/sync-async
|
||||
- js/s/promise-then-catch
|
||||
- js/s/promise-then-finally
|
||||
|
||||
@ -2,7 +2,7 @@ slug: js/web-storage-essentials
|
||||
name: Web Storage Essentials
|
||||
featured: true
|
||||
snippetIds:
|
||||
- articles/s/cookies-local-storage-session
|
||||
- js/s/cookies-local-storage-session
|
||||
- js/s/parse-cookie
|
||||
- js/s/serialize-cookie
|
||||
- js/s/is-local-storage-enabled
|
||||
|
||||
@ -4,10 +4,10 @@ shortName: Testing
|
||||
parent: react
|
||||
featured: true
|
||||
snippetIds:
|
||||
- articles/s/testing-stateful-ui-components
|
||||
- articles/s/testing-async-react-components
|
||||
- articles/s/testing-react-portals
|
||||
- articles/s/testing-redux-connected-components
|
||||
- react/s/testing-stateful-ui-components
|
||||
- react/s/testing-async-components
|
||||
- react/s/testing-portals
|
||||
- react/s/testing-redux-connected-components
|
||||
splash: headphones.png
|
||||
description: >-
|
||||
Testing React can be challenging, both in terms of figuring out the correct
|
||||
|
||||
Reference in New Issue
Block a user