skip to main content
JONCHIUS
developer and explorer
code

🐍

2025-11-06

[snippets]

Python solution: finding the day of the week

given a date in the yyyy-mm-dd format

🐍

2025-11-05

[textbook-python]

Python sets

grouping objects into a collection of unordered and unchangeable items

🐍

2025-11-05

[textbook-python]

Python dictionaries

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

🐍

2025-11-05

[textbook-python]

Python tuples

grouping objects into a collection of ordered but unchangeable items

🐍

2025-11-05

[textbook-python]

Python lists

grouping objects into a collection of ordered and changeable items

🐍

2025-11-05

[textbook-python]

Python strings

performing operations on plain text variables

🐍

2025-11-05

[textbook-python]

Python and object-oriented principles: polymorphism

different objects with the same variable names

🐍

2025-11-05

[textbook-python]

Python and object-oriented principles: inheritance

making a subclass that inherits variables of its superclass

🐍

2025-11-05

[textbook-python]

Python and object-oriented principles: encapsulation

packaging variables into a single variable for later use

🐍

2025-11-05

[textbook-python]

Python access modifiers (public + private + protected variables)

limiting access of variables and functions to a specific code block

🐍

2025-11-05

[textbook-python]

Python classes and objects

organizing code into blueprints and their instances

🐍

2025-11-04

[textbook-python]

Python error handling (try + except + finally)

try to do something, except if it fails, then finally do something else!

🐍

2025-11-04

[textbook-python]

Python functions

grouping code into actionable chunks

🐍

2025-11-04

[textbook-python]

Python looping control (break + continue + pass)

by-passing a loop depending on exceptions

🐍

2025-11-04

[textbook-python]

Python looping (for + while)

making events happen again and again in Python

🐍

2025-11-04

[textbook-python]

Python match + case

writing match + case instead of if + elif + else

🐍

2025-11-04

[textbook-python]

Python branching (if + else + elif)

making decisions between or among conditions

🐍

2025-11-03

[textbook-python]

Python operators

doing things to values

🐍

2025-11-03

[textbook-python]

Python variables and data types

storing values in a named piece of memory

🐍

2025-11-03

[textbook-python]

Python input and output

getting user input and showing (calculated) output

🐍

2025-11-03

[textbook-python]

Starting with Python

getting started with this data-oriented programming language

🤔

2025-10-15

[uncoding]

Opening a link to a new window?

what should website visitors expect when clicking on a link?

📜

[projects]

Jonolist

displaying tables with datasets from Google Sheets

visit URL

🏔️

[textbook-alpinejs]

Using x-ref in Alpine.js

giving names to DOM elements in Alpine.js

🏔️

[textbook-alpinejs]

Rendering lists in Alpine.js

displaying the items of an array as a list

🏔️

2025-09-24

[snippets]

Shorthand cheatsheet for Alpine.js

briefer ways to write code in Alpine.js

visit URL

🏔️

[textbook-alpinejs]

Templating and styling with Alpine.js

decorating our HTML with style directives

🏔️

[textbook-alpinejs]

Searching within lists with Alpine.js

a quick script for matching patterns in arrays

🏔️

2025-09-18

[textbook-alpinejs]

Hiding and showing content with Alpine.js

toggling stuff with this simple JavaScript framework

🏔️

[textbook-alpinejs]

Starting with Alpine.js

having a look at a very simple JavaScript framework

1234

made with sanity + next.js

you can access this site via jonchius.com or joncoded.com

you can also access via vercel (in case my domains expire for some reason)

linktree (list of socials or whatever)