Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update footer NOV23 #231

Merged
merged 3 commits into from
Dec 5, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 60 additions & 60 deletions build/universal/trending/english.yaml
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
article0title: "JS isEmpty Equivalent"
article0link: "https://www.freecodecamp.org/news/check-if-an-object-is-empty-in-javascript/"
article1title: "Submit a Form with JS"
article1link: "https://www.freecodecamp.org/news/how-to-submit-a-form-with-javascript/"
article2title: "Add to List in Python"
article2link: "https://www.freecodecamp.org/news/how-to-add-to-a-list-in-python-list-addition-tutorial/"
article3title: "Grep Command in Linux"
article3link: "https://www.freecodecamp.org/news/grep-command-in-linux-usage-options-and-syntax-examples/"
article4title: "String to Int in Java"
article4link: "https://www.freecodecamp.org/news/how-to-convert-a-string-to-an-integer-in-java/"
article5title: "Add to Dict in Python"
article5link: "https://www.freecodecamp.org/news/adding-to-a-dict-in-python-how-to-add-to-a-dictionary/"
article6title: "Java For Loop Example"
article6link: "https://www.freecodecamp.org/news/java-for-loop-example/"
article7title: "Matplotlib Figure Size"
article7link: "https://www.freecodecamp.org/news/matplotlib-figure-size-change-plot-size-in-python/"
article8title: "Database Normalization"
article8link: "https://www.freecodecamp.org/news/database-normalization-1nf-2nf-3nf-table-examples/"
article9title: "Nested Lists in Python"
article9link: "https://www.freecodecamp.org/news/list-within-a-list-in-python-initialize-a-nested-list/"
article10title: "Coalesce SQL"
article10link: "https://www.freecodecamp.org/news/coalesce-sql-example-postgresql-and-sql-server-functions/"
article11title: "Python join()"
article11link: "https://www.freecodecamp.org/news/python-join-how-to-combine-a-list-into-a-string-in-python/"
article12title: "JS POST Request"
article12link: "https://www.freecodecamp.org/news/javascript-post-request-how-to-send-an-http-post-request-in-js/"
article13title: "JS Type Checking"
article13link: "https://www.freecodecamp.org/news/javascript-type-checking-how-to-check-type-in-js-with-typeof/"
article14title: "Read Python File"
article14link: "https://www.freecodecamp.org/news/how-to-read-a-file-line-by-line-in-python/"
article15title: "SOLID Principles"
article15link: "https://www.freecodecamp.org/news/solid-design-principles-in-software-development/"
article16title: "Sort a List in Java"
article16link: "https://www.freecodecamp.org/news/how-to-sort-a-list-in-java/"
article17title: "For Loops in Python"
article17link: "https://www.freecodecamp.org/news/for-loops-in-python-with-example-code/"
article18title: "JavaScript 2D Array"
article18link: "https://www.freecodecamp.org/news/javascript-2d-arrays/"
article19title: "SQL CONVERT Function"
article19link: "https://www.freecodecamp.org/news/sql-convert-the-date-to-string-or-datetime-function-2/"
article20title: "Rename Column in Pandas"
article20link: "https://www.freecodecamp.org/news/how-to-rename-a-column-in-pandas/"
article21title: "Delete a File in Python"
article21link: "https://www.freecodecamp.org/news/how-to-delete-a-file-in-python-and-remove-a-directory-too/"
article22title: "K-Nearest Neighbors Algo"
article22link: "https://www.freecodecamp.org/news/k-nearest-neighbors-algorithm-classifiers-and-model-example/"
article23title: "iferror Function in Excel"
article23link: "https://www.freecodecamp.org/news/iferror-function-in-excel-example/"
article24title: "Remove From String Python"
article24link: "https://www.freecodecamp.org/news/remove-from-string-in-python-how-to-remove-characters-from-a-string/"
article25title: "Create a File in Terminal"
article25link: "https://www.freecodecamp.org/news/how-to-make-a-file-in-linux-from-the-command-line-create-a-file-in-terminal/"
article26title: "Clear Formatting in Excel"
article26link: "https://www.freecodecamp.org/news/how-to-clear-formatting-in-excel/"
article27title: "Accounting Num Format Excel"
article27link: "https://www.freecodecamp.org/news/accounting-number-format-in-excel-how-to-apply-it-to-selected-cells/"
article28title: "Check if File Exists Python"
article28link: "https://www.freecodecamp.org/news/how-to-check-if-a-file-exists-in-python/"
article29title: "Iterate Over Dict in Python"
article29link: "https://www.freecodecamp.org/news/dictionary-iteration-in-python/"
article0title: "What is Programming?"
article0link: "https://www.freecodecamp.org/news/what-is-programming-tutorial-for-beginners/"
article1title: "Open-Closed Principle"
article1link: "https://www.freecodecamp.org/news/open-closed-principle-solid-architecture-concept-explained/"
article2title: "Compare Strings in JS"
article2link: "https://www.freecodecamp.org/news/string-equality-in-javascript-how-to-compare-strings-in-js/"
article3title: "Python str() Function"
article3link: "https://www.freecodecamp.org/news/python-str-function-how-to-convert-to-a-string/"
article4title: "Append to Python Dict"
article4link: "https://www.freecodecamp.org/news/add-to-dict-in-python/"
article5title: "time.sleep() in Python"
article5link: "https://www.freecodecamp.org/news/python-sleep-time-sleep-in-python/"
article6title: "Python Requirements.txt"
article6link: "https://www.freecodecamp.org/news/python-requirementstxt-explained/"
article7title: "What is a String in JS?"
article7link: "https://www.freecodecamp.org/news/what-is-a-string-in-javascript/"
article8title: "What's Ethical Hacking?"
article8link: "https://www.freecodecamp.org/news/what-is-ethical-hacking/"
article9title: "Get Current URL with JS"
article9link: "https://www.freecodecamp.org/news/how-to-get-the-current-url-with-javascript/"
article10title: "What is a ROM?"
article10link: "https://www.freecodecamp.org/news/what-is-a-rom-price-and-cost-estimate-2/"
article11title: "CSS Bold Text"
article11link: "https://www.freecodecamp.org/news/css-bold-how-to-bold-text-in-html-with-font-weight/"
article12title: "Git Reset Hard"
article12link: "https://www.freecodecamp.org/news/git-reset-hard-how-to-reset-to-head-in-git/"
article13title: "Python Env Vars"
article13link: "https://www.freecodecamp.org/news/python-env-vars-how-to-get-an-environment-variable-in-python/"
article14title: "Python Set vs List"
article14link: "https://www.freecodecamp.org/news/python-set-vs-list/"
article15title: "JavaScript Require"
article15link: "https://www.freecodecamp.org/news/how-to-use-the-javascript-require-function/"
article16title: "Python Delete File"
article16link: "https://www.freecodecamp.org/news/python-delete-file-how-to-remove-files-and-folders/"
article17title: "Python Sorted List"
article17link: "https://www.freecodecamp.org/news/python-sort-lists-and-reverse-arrays/"
article18title: "Force Pull in GitHub"
article18link: "https://www.freecodecamp.org/news/force-pull-in-github-how-to-overwrite-on-local-changes-with-git/"
article19title: "Check Python Version"
article19link: "https://www.freecodecamp.org/news/check-python-version-how-to-check-py-in-mac-windows-and-linux/"
article20title: "Unhide Row/Column Excel"
article20link: "https://www.freecodecamp.org/news/how-to-unhide-a-row-or-column-in-excel-or-unhide-all-rows-and-columns/"
article21title: "Create Python Dictionary"
article21link: "https://www.freecodecamp.org/news/python-dictionary-how-to-create-a-dict-in-python/"
article22title: "DNS Server Not Responding"
article22link: "https://www.freecodecamp.org/news/how-to-fix-dns-server-not-responding-error-windows-10/"
article23title: "Set a Static IP in Ubuntu"
article23link: "https://www.freecodecamp.org/news/setting-a-static-ip-in-ubuntu-linux-ip-address-tutorial/"
article24title: "Delete Key from Dict Python"
article24link: "https://www.freecodecamp.org/news/python-remove-key-from-dictionary/"
article25title: "Indices of a List in Python"
article25link: "https://www.freecodecamp.org/news/indices-of-a-list-in-python-list-indexof-equivalent/"
article26title: "XML Formatting in Notepad++"
article26link: "https://www.freecodecamp.org/news/xml-formatting-in-notepad-how-to-format-xml-files/"
article27title: "What’s a Git Remote Branch?"
ahmaxed marked this conversation as resolved.
Show resolved Hide resolved
ahmaxed marked this conversation as resolved.
Show resolved Hide resolved
article27link: "https://www.freecodecamp.org/news/remote-branches-in-git/"
article28title: "Insert into JavaScript Array"
article28link: "https://www.freecodecamp.org/news/insert-into-javascript-array-at-specific-index/"
article29title: "Filter an Array in JavaScript"
article29link: "https://www.freecodecamp.org/news/filter-arrays-in-javascript/"