UX Design Concept: Learnable Regular Expressions (2016)

Reach: 91K~1700 recommendations (Hacker News, Reddit, Twitter & Medium) Regular expressions you can read: A new visual syntax (and UI) Regular expressions are a technical tool, not unlike a domain specific programming language. It is intended for situations where you need to match patterns in text, in order to filter or manipulate it in various […]

Test driven development and usability testing

See also: Usability and being human blog Robert Martin spoke charismatically about test driven development in RailsConf in 2009. (Video link expired) He promotes the idea of having automated tests (unit tests) and running them all the time to prevent your code from becoming an enormous, unholy mess. When you have tests, you are not […]

Learning and state machines

Guiding learning can be a deceptive thing. Where an expert might think something is simple, the student’s journey toward understanding is filled with twists and turns the expert no longer even remembers. This is really the core challenge of teaching: how to communicate the complex when your own mind has already largely automated those early […]

Future proofing learning in software development

Authors: Olli Savolainen and Daniel Schildt Olli: In my opinion, it is important in the teaching of programming fundamentals to focus on the essential: Learning what will help you get started quickly and implement your own ideas. This is particularly challenging with C and C++ languages, teaching of which is sometimes still needed. When a […]

Online store redesign for enhancing discoverability

Redesign of online store: virtasenkauppa.fiThe online reseller was running into trouble with their existing online store with 10000’s of items. Their offering had fragmented into many separate stores. Due to an inventory size of several ten thousands, there were issues with product discoverability. I built a wireframe with an overhaul of the entire information architecture, […]

UI Design: Balancing User Needs with Progressive Disclosure

The Problem As your platform matures, the number of features inevitably increases. While some users may require these new functionalities, others may find them distracting. This leads to a significant challenge: how can you accommodate the varying needs of a diverse user base? This situation is particularly true when designing an existing or new user […]

Web UI redesign: Moodle Quiz UI Redesign

Overall UX design with open source community and exploration of what forms UX work in an open source project can take.Moodle Quiz: UI for creating and editing quizzes and exams, etc. I championed teacher needs, discoveries originating from University of Tampere. I engaged the Moodle.org community to reconsider their UX priorities. After about a year […]