All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and it was adapted for the curriculum
repository.
Format
The general format is:
## Date
### Type of change
- [Topic Name - Insight Name - Description of the change](link-to-the-PR-or-commit-where-the-change-was-added)
Date
represents the date on which the PR was merged.
If more than one insight is changed in the PR, you can:
- use the workout name with an appropriate description
- [Topic Name - Workout Name - Description that applies to all insights changed](link-to-the-PR-or-commit-where-the-change-was-added)
- write an entry for each insight using the same PR link:
- [Topic Name - Insight Name 2 - Description](link-to-the-PR)
- [Topic Name - Insight Name 1 - Description](link-to-the-PR)
Types of change:
Added
for new content (e.g. a new insight, workout, topic).Changed
for changes in the existing content (e.g. changing the concepts or structure of an existing insight).Archived
for content that is no longer necessary and has been archived.Fixed
for any minor fixes (e.g. add a missing comma, adding a code block tag, fixing a report).
- Python - not and is operator - Move mention of
is
operator from thenot
insight to theis operator
insight - Python - Syntax and Numerical Operators - Change insight order, add footnote
- Part five of making all the workout slugs unique
- Part four of making all the workout slugs unique
- Part three of making all the workout slugs unique
- Part two of making all the workout slugs unique
- Part one of making all the workout slugs unique
- Python - Python Environments - Add information regarding the default interpreter
- Glossary - Retrigger all the glossary entries & insights where they are referenced
- Glossary - Markdown Formatting - Remove
;
from Python code - Go - If-Else - Fix broken PQ
- Styling - Box model - Add a discussion insight
- Coding Intro - Collections - Add a discussion insight
- Comp. Sci. - The Linked List Data Structure - Add a resource link on the Josephus problem
- JavaScript - Flow Control - Discussion Insight
- Coding Intro - Conditions Intro - Add ending phrase
- Coding Intro - Dictionaries - Add more possible answers to the pq
- Security - Intro - Replace broken links
- Comp. Sci. - The Linked List Data Structure - Add a real life example of the abstract data type
- HTML - Core HTML Elements - Add discussion insight
- Comp. Sci. - The Array Data Structure - Fix code block tag
- Comp. Sci. - How does packet loss happen? - Fix pq & update link titles
- Python - Pointers and References - Replace broken link with 2 valid ones
- Javascript - Closures - Add missing parentheses in the third sentence
- Java - Always Specify Type Parameter - Update code block identifier
- Python - Boolean Operators - Improve visibility of the markdown table
- Linux - Using
find
To Search By File Size - Fix description of\;
in anexec
command - Linux - File Management - General workout improvements & add info on the
ls
command - Python - Debugging - Update PQ to be more clear & minor formatting improvements
- Git - Subdirectory Checkout - Explain the
-f
flag & add code block tags - Comp. Sci. - The Linked List Data Structure - Update resource link & add new link
- React - Async Flow in Redux - Fix code block
- Blockchain - Malicious Nodes - Update replay attacks & conclusion
- All Topics - Move question gaps outside of inline code
- Comp Sci- The Queue Data Structure - Add discussion question- Airtable - Airtable Your First Base- Add discussion question
- Blockchain - Blockchain Outcomes - Add discussion question
- Data Analysis - Data Analysis vs Data Science - Add discussion question
- Docker - Docker Benefits - Add discussion question
- Git - What You Will Get Out Of Git - Add discussion question
- Go - Hello World - Add discussion question
- Java - Compiling and Running Java Code - Add discussion question
- Javascript - Console In Javascript - Add discussion question
- Linux - Linux Common Terminology - Add discussion question
- Mongodb - Why Mongodb - Add Discussion insight
- Webflow - Css - Add Discussion insight
- React - What I Need To Use React - Add Discussion insight
- Regex - What Is Regex - Add Discussion insight
- Security - What Else Do You Need To Know - Add Discussion insight
- Spreadsheets - What Are Spreadsheets - Add Discussion insight
- SQL - Your First Query - Add Discussion insight
- Typescript - Hello Typescript - Add Discussion insight
- HTML - HTML CSS Browser - Add Discussion insight
- CSS - Class And Id Selectors - Add Discussion insight
- Zapier - Zapier Common Terminology - Add Discussion insight
- SQL - JOINs - Update PQ for an insight and other general updates
- Java - Data Management Topic - Split workouts into semi-even sections
- Go - Methods, Pointers & Functions - Update PQ
- Javascript - Switch Statements - Update Practice Question
- Java - Basic Strings - Improve readability of last example
- Linux - More On chmod - Add clarification for chmod options and Improve Readability
- Python - Creating Classes in Classes - Add Information and Improve Readibility
- Javascript - Milliseconds Since Epoch - Add more information
- HTML - Intro Form - Add missing words
- Python - Use Struct To Work With Binary Data - Fix Misspelling
- React - Clone Elements in React - Fix content error & general improvements
- SQL - AVG Clause - Update column name to "Result" & other general improvements
- Linux - Practical
du
Command - Explain the -s flag and other improvements - Python - Error Handling - Move
fh.close
line to the finally clause - React - What Are Hooks? - Fix typo in code block & minor improvements
- Java - Package Naming Conventions - Fix grammar in first sentence
- Javascript - Notification API - Fix incorrect answer in Practice Question
- Javascript - Tsc Enum - Fix broken link
- Ecmascript - Searching Array Methods - Update link, change var - let
- Git - Installing Git - Update install methods for Linux
- Web - Global Attributes - Add workout to HTML README
- Linux - What Is A Network Interface? - Deleted excess words and added a comma
- Java - Strings - Update grammar in Printstream.format example
- Java - Use Ignore to Disable Junit tests - Fix grammar in last example
- Javascript - Consuming Events - Fix typo in content
- Python - The
is
operator - Move insight to the Memory Allocation workout - Go - Type Conversion - Add a new line after import statement
- Javascript - Core - Update headlines, grammar and code blocks
- SQL - where-with-and - Update quotation in PQ
- Blockchain - The Bitcoin Blockchain - Update information
- Java - Java Primitives - Separate list headline from list
- Python - What is Python - Fix incorrect example
- Java - Operators II - Update incorrect output in first example
- Security - Identifying the Presentation Layer - Fix grammar in third paragraph
- Spreadsheets - IFNA - Change single quotes to double quotes in PQ
- SQL - SUM Clause - Change phrasing of PQ
- SQL - SUM Clause - Fix link in footnote
- SQL - Inner Join - Add missing backtick and comma
- SQL - Handling Blobs in SQL - Fix typo
- Python - Creating Classes - Add missing footnote
- Go - Logical Operators - Replace | with html char code
- Go - Logical Operators - Fix md table
- Python - Boolean Operators - Change variable value from 'boolean' to 'foobar'; remove 'or' as a possible PQ answer
- Go - For Loops - Fix practice question
- Go - Assignment Operators - Remove one possible answer from PQ
- Go - Operators - Update question to only accept one answer order
- Web - Audio - Add missing Paragraph elements
- React - What is state? - Fix content error
- Web - Audio Files - Improve Outdated information, Change Question
- Regex - Ranges, Groups, and More - Fix typo
- JavaScript - Functions can be declared after use - Fix syntax highlighting
- Web - Audio Files - Fix typo in content
- Comp. Sci. - What Is a Protocol - Remove irrelevant resource link
- Git - Using Tags For Version Control - Fix typo in version name
- JavaScript - Synchronous Event Delivery - Fix output of code
- Coding Intro - Robot, Assemble the Sandwich - Fix typo in variable name
- Security - Analyze Dependencies - Fix spelling of CVE in content
- Regex - Why Learn Regex II - Fix typo in 'manipulate'
- Coding Intro - Robot, Assemble The Sandwich - Fix typo
- Java - Java Virtual Machine - Fix revision question
- JavaScript - Short-Circuit Evaluation - Fix revision question
- Data Analysis - Basic Terminology I - Fix typo
- Web - The
<select>
Element - Update images - Linux - What is SSH? - Fix typo
- SQL - Foreign Key - Update unique constraint footnote
- JavaScript - Listening to events just once - Fix typo
- JavaScript - Const (Part 2) - Remove extra "the" & general formatting
- Coding Intro - Robot, Assemble The Sandwich - Fix typo in function name
- JavaScript - JavaScript Basics - Part 1 - Change phrasing for a footnote
- Coding Intro - Programs and Data - Fix typo
- Regex - Regex grouping - Remove
/
from PQ answers - Regex - Regex grouping - Remove unnecessary groups from example
- Data Analysis - BI tools - Tableau - Capitalize t in workout name
- Data Analysis - Entire topic - Add missing code block tags
- Data Analysis - Basic terminology II - Fix typo
- JavaScript - How to merge two arrays - Fix the log statements
- Linux - Random password generator - Place arguments in correct order
- Python -
for
loops - Update loop definition
- Comp. Sci. - Inserting Data Into a Binary Search Tree
- Web - Nested Lists - Fix images & general formatting
- Linux - Incorrect time on dual boot systems - Minor stylistic and grammatical fixes
- Linux - Force a time update with ntp - Change deprecated command
- Security - Fix broken access control - Fix OWASP Top Ten link
- Security - Identify broken access control - Fix OWASP Top Ten link
- Security - Monitor broken access control - Fix OWASP Top Ten link
- Security - Establish upgrade process - Fix OWASP Top Ten link
- Security - SQL Injection - Fix OWASP Top Ten link
- Security - XXS Introduction - Fix OWASP Top Ten link
- Security - XXE Introduction - Fix OWASP Top Ten link
- Linux - Change file ownership with
chown
- Remove an extrathe
- JavaScript - Iterator protocol - Remove default link
- Security - Broken access control - Remove default link
- Security - Mitigate deserialization - Remove default link
- Security - Identify SQL Injection - Remove default link
- Blockchain - Cyptoeconomics - Remove mentions of bookmark feature, general formatting & updating resource links
- Comp Sci - A request example - Remove mentions of bookmark feature, general formatting & updating resource links
- Comp Sci - DNS lookup - Remove mentions of bookmark feature, general formatting & updating resource links
- Python - Get the most of ints - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Scan dependencies - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Identify deserialization - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Tokens - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Check defaults - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Cloud security configuration - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Use automated scanners - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Detect XSS - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Mitigate XSS - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - Detect XXE - Remove mentions of bookmark feature, general formatting & updating resource links
- Security - XXE prevention - Remove mentions of bookmark feature, general formatting & updating resource links
- Web - Form method - Remove mentions of bookmark feature, general formatting & updating resource links
- Linux - What is a network interface - Fix resource link
- Security - Deserialization - Fix resource links
- Security - Mitigating SQL Injection Attacks - Fixed resource links
- Security - XXE Security - Fix resource link
- Python - Substring Testing - Change
print
syntax to python3 - JavaScript - Loops - Part 2 - Fix error in example
- Docker - Container vs VM - Fix resource link
- Python - The Dictionary - General formatting
- Python -
while
loops - Change increment syntax to be more clear for beginners - Python - List Methods II - Fix resrouce link
- Web - Image Height & Width - Improve PQ & RQ, general formatting
- Web - Text Area - Improved PQ text to be specific
- SQL - More Operators - Update PQ to accept only one sequence of correct answers
- Security - Introducing the OSI model - Remove a note & fix grammar
- Java - Iterators - Fix workout name & description
- Java - Class Interface Tips - Fix workout name & description
- JavaScript - Express II - Fix workout name & description
- Web - CSS Animation - Fix workout name & description
- Linux - Data Manipulation Recipes - Fix workout name & description
- Web - The
autofocus
Attribute - Fix error in example - Web - The
autocomplete
Attribute - Fix error in example
- Linux - Check the version of a package on a Debian based system - Make terminology more consistent
- Linux - Practical
cron
- Fix cron expression
- Linux - The
head
Andtail
Commands - Remove redundant word - Linux - Selecting Portions of A Line Using
cut
- Remove redundant word - Python - Function Arguments - Fix typo & general formatting
- Comp. Sci. - The Array Data Structure - Fix typo in RQ
- Linux - Multiple IP Addresses with aliasing - Change address to plural
- Regex - Modfiers - Add missing code tags
- Python - Lists vs Dictionaries - Add missing quotes & general formatting
- HTML - Optional Elements - Update text in snippets, small grammar improvements, move link to the links section
- Linux - Making a file unalterable with
chattr
- Clean metadata & general formatting - Linux - Making a file unalterable with
chattr
- Addsudo
to the commands - Linux - Limit the wget download rate - Fix typo in question
- Python - Date arithmetics with
timedelta
- Add playground - Linux - File Ownership - New PQ
- Python - I/O Functions - Remove any mentions of the
eval
function, new PQ, other minor improvements - Regex - Wildcards I - PQ & RQ mention that we want a full match
- Java - Negative
byte
values - Fix typo in example code block & clean metadata - SQL - Inner Join - Fix result set of example query
- Web/HTML - Image Alt - Improve explanation
- JavaScript - Local Nodules - Fix content error, general formatting & clean metadata
- SQL - Handling Blobs in SQL - Fix blob sizes & general formatting
- Git - The Local Repository - Change "working directory" to "working tree" & clean metadata
- Regex - Ranges I - Fix slashes
- Regex - Ranges II - Fix slashes
- React - Immutability helpers in React - Fix footnote display & remove test footnote
- Python - List Methods II - Fixed typo when using the #insert method
- Glossary - Base64 Encoding - New glossary entry
- JavaScript - Access a function's
arguments
as an array - Added a glossary reference - TypeScript - Types in Functions - Added glossary reference
- Comp. Sci. - The Graph Data Structure - Add new resource
- SQL - SELECTing Columns - Added playground
- SQL - WHERE (2) - Added playground
- SQL - Your First Query - Added playground
- JavaScript - FileReader.readAsDataURL() - General Content Improvements
- JavaScript - Access a function's
arguments
as an array - Improved example code, practice and revision question
- TypeScript - Number, String & Boolean - Retrigger footnotes
- Python - Python Variables - Add footnotes back
- SQL - What is SQL - Add footnotes back
- Python - Python Variables - Temporarily removed footnotes
- SQL - What is SQL - Temporarily removed footnotes
- SQL - What is SQL - Fix typo in footnote
- SQL - Why Learn SQL - Remove old paragraph
- Python - Boolean Operators - Fix typo
- Python - What Are Decorators? - Fix minor grammatical mistakes
- Python - List Methods II - Fix last code block example
- Python - List Methods I - Fix resource link
- React -
React.Children
methods - Remove duplicate "returns" - Python - Variables - Add missing "i" in "revist"