spaceofmatej.comWhich technologies to choose for a personal blog?A few months ago, I decided I wanted to create my website. I wanted a little piece of the internet where I could share thoughts, ideas, art, etc. Why? There are a couple of reasons why I wanted to do this, and here's the list: I wanted a personal we...Jan 11, 2023路3 min read
spaceofmatej.comStop procrastinating, start User Story MappingThe alignment of requirements is one of the biggest challenges a team has to face when working on a software project. Everyone seems to have their perception of what the product should be, what the users need, how it should look, and most importantly...Sep 10, 2022路10 min read
spaceofmatej.comTransforming shapes with Processing: TranslatingIf you're like me, after learning about the basic shapes in Processing a question popped into your head: "How do I make these shapes move?" In the following posts, we will explore how to transform shapes. More specifically, in this post, we will look...Apr 19, 2022路4 min read
spaceofmatej.comHow to draw basic geometry in ProcessingIn this guide, we will explore how to use shapes in Processing. First, we will draw three shapes on the screen, then change their colors and strokes! Let's get our hands dirty! 馃挩 Rectangle 猬滐笍 First, we will start with a rectangle, a geometric eleme...Mar 18, 2022路5 min read
spaceofmatej.comThe ABCs to get you started in ProcessingLast time we have learned how to set up the Processing Development Environment. We have covered how to download and install the PDE, then create your first sketch. In this blog post, we will explore the basics of how Processing works. The topics cove...Mar 9, 2022路6 min read