In the ever-evolving landscape of JavaScript development, speed, efficiency, and simplicity are the key players. Enter Bun 1.0, a groundbreaking JavaScript runtime & toolkit designed to elevate your development process to unparalleled heights. In this comprehensive blog, we will delve into the world of Bun 1.0, exploring its features, benefits, and how it is reshaping […]
Posts Tagged ‘UI’
Why Immutability Matters in Redux: A Guide to Better State Management
Introduction Redux, a predictable state container for JavaScript applications, relies on the principle of immutability to manage state changes efficiently. In this blog post, we’ll explore what immutability is, why it’s crucial in the context of Redux, and how it simplifies state management. Understanding Immutability Immutability refers to the state of being unchangeable. In the […]
Storybook
You may have never heard of Storybook or maybe that was just a glimpse leaving you a feeling Storybook is such an unnecessary tool – in that case, this article is for you. Previously, I could share this opinion, but since I played with Storybook in action when building JumpStart starter kit with Next.Js, it […]
Mastering Video Editing and Motion Graphics with Adobe Premiere Pro
In the ever-evolving world of digital media, creating captivating videos and stunning motion graphics has become a cornerstone of effective communication. Adobe Premiere Pro, a powerful and versatile video editing software, has emerged as a go-to tool for professionals and enthusiasts alike. In this blog, we’ll embark on a journey through the dynamic realm of […]
The Harmonious Marriage of AI and Design: Enhancing UX/UI
In today’s rapidly evolving digital landscape, the integration of Artificial Intelligence (AI) and Design has led to remarkable advancements in User Experience (UX) and User Interface (UI) practices. This synergy between creativity and technology has not only transformed the way users interact with digital products but has also unlocked new dimensions of personalization, efficiency, and […]
How to Use a Quick Link Web Parts in Modern SharePoint
SharePoint’s modern user interface (UI) provides web parts and a user-friendly experience. My favorite feature is the quick link web part, which is very easy to learn and adapt to. In this blog, I will demonstrate how you can design your SharePoint page using a quick links web part with two different methods. We can […]
POUR: Designing for Accessibility With Operable in Mind
“POUR” has become mainstream lingo for the four main principles (Perceivable, Operable, Understand, and Robust) of web accessibility. These four essential guidelines created by the W3C organization are the “how-to” guide for digital teams of strategists, designers, developers, SEO, and content specialists to create accessible experiences. These guidelines were created so that digital consumers using […]
The Beauty of Simplicity: The Key to Accessible Web Design
In today’s hectic world, humans are increasingly drawn to simplicity. Stemming from a rising need for everyday efficiency and speed, we are in constant search for the next new technology that will make our lives easier. While this inclination toward simplicity is likely intuitive for most aspects of modern life, we often see the opposite […]
Understanding Disability Types for Effective UI Design: 3 Key Factors for Empathetic Problem-Solving
The Assumptions We Make About Disability What comes to mind when you’re thinking about what it means for a person to be disabled? Are they deaf? Is their mobility compromised in some way? What about their vision? It’s important to remember that senses and abilities like these aren’t only reserved for those with permanent disabilities. […]
React: Dealing with ‘This’ and Event Handlers
React is a JavaScript library for building user interfaces (UIs). One of the important aspects of building UIs is that you must be able to react (get it?) to user interaction. React has its way to handle events, but it’s up to the developers to handle the value of the this keyword inside the handle […]
How to Manage State in React
In this recap, I’m going to demonstrate a top-down data flow approach to managing state with React. First I’ll go over a couple of approaches one might take and then refactor to make things nicer and less likely to have bugs. Let’s say you want to add a button that, when clicked, will toggle your […]
The Secret to Functional, Collaborative Salesforce Communities
Vlocity is a San Francisco-based company that delivers industry-specific cloud and mobile software that embed digital, omnichannel processes for customer-centric industries. They are also a Strategic Partner to Salesforce and have many tools developed to help their customers and partners drive results and ensure success. However, Vlocity’s VisualForce community lacked engagement and was difficult to […]