How to create christmas tree - Canvas API
Palettes - research notes
Generating a color palette
While playing with p5.js I often stumble upon a problem of color palette choice. The colors that I use in my artictic/programming playground are (usually) randomly generated. Even though I’m familiar with practical superiority of HSL/HSB over RGB colorscpace and I seldom use RGB in my scripts, I haven’t tried to create a color palette algorithm myself.
I’m sure there are many such algorithms. There are plenty of pages that allow the user to enter a color and they helpfully output a set of matching, somehow related colors that form some kind of a palette. The obvious target users of such pages are:
JDK 18 proposals: Java 18
November art
At the end of November my whole familly (me included) got ill. Lots of coughing and sneezing, tons of medicines and headaches. Together with a very poor physical health I experienced also some time of intellectual “downtime” and my blog did not receive enough love from my side. Today I write about something that let me pick up the pieces and renew my creative and intelectual powers.
Drawing course
One day I took my pencil and - after usual, daily session of doodling monsters and cats for my daughter I decided to draw something else. Of course, it was Internet (YT in particular) that inspired me: I found “Beginer’s drawing course” and started sketching.
Postgres - dates
In this post I’m reading official PostgreSQL documentation related to date and time types, and taking notes. In case you know this stuff: nothing fancy here. However, if you need a refresher - then: go ahead and read, you’re welcome!
Gradle - notes
Notes about Gradle
What should I know about Gradle? How to create a project with submodules? Or maybe: how to create simple project? Or how to use Gradle with Kotlin?
This post is a set of very random notes, too chaotic to treat them as any valuable source of information. I write as I go through the Gradle documentation.
Postgres - JSON
I became curious about json and jsonb types in postgres, so today I want to check what they are and how to use them.
Postgres - exercises
SQL Exercises
As part of my SQL training and in order to know postres better I am (slowly) doing exercises from pgexercises.com page.
I like that page very much:
- it does not want my email address
- it does not require me being logged in
- it remembers my progress
- ine can solve many SQL-related mini-tasks in different categories (from simple selects to joins, data modifications, to aggregate functions)
Although database schema for those exercises is very simple, I’m struggling a bit when things get complicated…
Postgres - installation
I’ve just started reading: Anthony De Barros “Practical SQL: A Beginner Guide to Storytelling with Data”. All examples in the book are using Postgresql db system. Therefore I decided it’s time to instal postgres on my machine.
I want to take a closer look to postgresql itself, and during reading I want to play a bit with with different data sets. I need to recall how to use SQL. So this is my plan for October.









