skip to main content
joncoded
projects + snippets + thoughts
nooks / data types

🐍📋

2025-11-05

code

[snippets]

Python sets

grouping objects into a collection of unordered and unchangeable items

🐍📋

2025-11-05

code

[snippets]

Python dictionaries

grouping objects into a collection of unordered but changeable key-value pairs

🐍📋

2025-11-05

code

[snippets]

Python tuples

grouping objects into a collection of ordered but unchangeable items

🐍📋

2025-11-05

code

[snippets]

Python lists

grouping objects into a collection of ordered and changeable items

🐍📝

2025-11-05

code

[snippets]

Python strings

performing operations on plain text variables

📒

code

[snippets]

JavaScript arrays

collecting several items in one container

📒

code

[snippets]

JavaScript variable declarations

differentiating const + let + var when declaring variables

📒

code

[snippets]

JavaScript variables

storing data into named containers

📒

code

[snippets]

JavaScript numbers

looking at and manipulating numbers in JavaScript

📒

code

[snippets]

JavaScript strings

looking at and manipulating plain text in JavaScript

📒

code

[snippets]

JavaScript data types

summarizing the building blocks of web app data

built with sanity + next.js in the early 2020s

github | telegram