Tag: Ux
-
Real-world CSS vs. CSS-in-JS performance comparison
Posted on June 10, 2021, Level advanced Resource Length long
CSS-in-JS has taken a solid place in front-end tooling, and it seems this trend will continue in the near future. Especially in the React world. By Tomas Pustelnik.
Tags css frontend javascript web-development ux performance
-
How to ask for a raise or promotion
Posted on June 9, 2021, Level beginner Resource Length short
Preparing for important conversations in your UX career. Notes from mentoring session in which author was discussing how to approach UX career conversations and specifically how to ask for a raise or promotion. By H Locke.
Tags cio management miscellaneous ux
-
Recording audio on Android with examples
Posted on May 5, 2021, Level beginner Resource Length medium
Knowing how to effectively record audio from a phone is valuable for mobile developers, but is especially essential for apps that process media. The wide range of hardware in Android devices can make it difficult to develop applications that need to capture and play back audio. By Megan Ren.
Tags android app-development kotlin ux
-
Client side architecture basics guide to testable flexible maintainable react
Posted on December 31, 2020, Level beginner Resource Length long
Though the tools we use to build client-side web apps have changed substantially over the years, the fundamental principles behind designing robust software have remained relatively the same. By Khalil Stemmler.
Tags open-source react ux software-architecture web-development nodejs
-
What is design thinking and why is it so popular?
Posted on October 12, 2020, Level beginner Resource Length long
Design Thinking is not an exclusive property of designers—all great innovators in literature, art, music, science, engineering, and business have practiced it. So, why call it Design Thinking? By Rikke Friis Dam and Teo Yu Siang.
Tags ux software agile management cio
-
Building your own design strategy as a UX designer
Posted on September 26, 2020, Level beginner Resource Length long
Having a defined process will help you work in a more organized and fluid way. Here are the key components of a UX workflow. By Mehek Kapoor.
Tags ux web-development app-development teams learning
-
How to create a great user experience with React, TypeScript, and React Testing Library
Posted on September 23, 2020, Level intermediate Resource Length long
This post is my attempt to illustrate a Proof of Concept (PoC) author built to try out some ideas. Primarily author wanted to understand more about how to create great product experiences. By TK.
Tags ux web-development tdd app-development react javascript javascript
-
The guide to accessible web components
Posted on September 22, 2020, Level intermediate Resource Length long
Web Components are a newly supported standard. They're a great match for Design Systems because they're futureproof and work with any framework. Building proper UI Web Components can be quite a task though, especially if you want them to be accessible. By Erik Kroes.
Tags ux web-development app-development browsers javascript
-
Accessibility for UX designers?
Posted on September 19, 2020, Level beginner Resource Length medium
This is a starter guide for UX Designers about delivering accessible websites. As a UX Designer you'e an advocate for the user. You're responsible for making sure the product is useful and usable for all users, including those with disablities. By Peter van Grieken.
Tags ux web-development management miscellaneous agile teams
-
From gut to plan: the thoughtful execution framework
Posted on August 5, 2020, Level advanced Resource Length long
Gut is an important aid in a creative process. But it shouldn't alone drive strategic decisions or prevent you from exploring multiple solutions to a single hypothesis. By Annina Koskinen.
Tags agile ux frameworks web-development learning
-
What's in a name?
Posted on May 4, 2020, Level intermediate Resource Length long
Often when we talk about accessibility problems, we end up talking about a number of different errors that all boil down to a missing accessible name: form fields without labels, images without alts, icon buttons without readable text, and many more. Written by Sarah Higley.
Tags web-development ux software css frontend
-
Building a minesweeper game using React Hooks
Posted on March 17, 2020, Level intermediate Resource Length long
Author of this blog post will share his experience and learnings with a project to improve my knowledge of the most significant ReactJS feature in recent time -- hooks. Tutorial is about building Minesweeper clone. TypeScript was also used. By Ivaylo.
Tags programming javascript react ux