What’s in Your UX Design Toolkit?
There are many tools at a UX Designer’s disposal when it comes to analyzing and planning for the optimal UX of a product or feature. Hauwa shares hers.
There are many tools at a UX Designer’s disposal when it comes to analyzing and planning for the optimal UX of a product or feature. Hauwa shares hers.
We communicate as a team on Slack the same way we would via any other form of communication—by following our Core Values.
It’s Thursday night. One more day of work before I’m on vacation for a week. I’m awake later than I plan to be, but,…
Lately I’ve been exploring various automated testing techniques, and it’s about time I got to property-based testing, also known simply as property testing. I…
While working on getting a product live in Canada, we have gone through various trials and tribulations getting localization to work. Globalization generally refers to the combination of localization (L10N), and internationalization (I18N).
Tips and code snippets that can be used to help improve your workflow in the terminal, and, how to create your own fzf-based workflow.
Front-end development for React Native is an entirely different ball game, especially when it comes to styling content, because styles are written in JavaScript. At one point or another, you’ll face challenges like a different markup, style properties, number conversions, boundaries, and lots of weird errors. So Brittany gathered up some resources for you.
There are many moving parts involved in product delivery. Ideally, we never utilize developer shortcuts or compromises. And even when we knowingly take shortcuts, the intention is always to come back and clean this up eventually.
If you’ve been paying a lot of attention to the blockchain ecosystem, the algorithm may look familiar. In crypto circles, it is called RANDAO, and it has been hyped off-and-on for a few years now.
Mutation testing involves running your test suite many times, modifying the application code in different ways to see if the tests catch the change.
Today, this week’s series on my favorite functions and patterns in functional programming concludes with ‘lens’
This is the fourth post on my favorite functions and patterns in functional programming. Today, I’m sharing the function `debounce`.
Welcome to the second installation in my series on functions and patterns in functional programming, featuring function: curry, named after Haskell Curry.
This is just one segment in a compilation of my favorite functions and patterns in functional programming. This bit focuses on the with statement.
The Blockchain. I ignored it for so long. Too much hype. Too many stories of fraud. Those things are enough, but I absolutely hated…