Rename language articles

This commit is contained in:
Angelos Chalaris
2023-05-18 23:57:15 +03:00
parent 45d1fa023a
commit 2d58c1dfd7
48 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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