Analysing micro-expressions from a (failed) user testing session

[unable to retrieve full-text content] In a recent professional experience, I was unexpectedly sent to Spain for a user test of a system I did not design with the promise of a translator. Once there, no translator. Nice. But the possibility of capturing the video of the faces of the users and their interactions with… Continue reading Analysing micro-expressions from a (failed) user testing session

The Ultimate Guide to Creating a Socially Conscious Web Design

June 10, 2021 by Sangalang Kristine Leave a Comment A socially conscious web design prioritizes the experiences of users over aesthetics. Design working hand-in-hand with social responsibility is a fairly new concept. It is only in the recent decades that we have started to call out stereotypes reflected in conceptualizing web design. Web design, or… Continue reading The Ultimate Guide to Creating a Socially Conscious Web Design

JavaScript Numeric Separators

Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets developers use underscores to make numbers more readable!… Continue reading JavaScript Numeric Separators