0 7 min 5 mths

Cloud IDEs For Web Developers – Best Of

As more desktop-based tools and mobile productivity apps shift to the cloud, Cloud-based Integrated Development Environments (IDEs) have become essential for web developers. These cloud IDEs allow you to code, debug, and collaborate directly from your browser, providing a seamless experience for building websites and […]

Coding
0 8 min 5 mths

Alternatives To Typical Technical Illustrations And Data Visualisations

Alternatives To Typical Technical Illustrations And Data Visualisations Alternatives To Typical Technical Illustrations And Data Visualisations Thomas Bohm 2024-11-08T09:00:00+00:00 2025-03-04T21:34:45+00:00 Good technical illustrations and data visualisations allow users and clients to, in a manner of speaking, take time out, ponder and look at the information […]

Ux
0 16 min 5 mths

Designing For Gen Z: Expectations And UX Guidelines

Designing For Gen Z: Expectations And UX Guidelines Designing For Gen Z: Expectations And UX Guidelines Vitaly Friedman 2024-10-30T09:00:00+00:00 2025-03-04T21:34:45+00:00 Every generation is different in very unique ways, with different habits, views, standards, and expectations. So when designing for Gen Z, what do we need […]

Ux

CSS Container Queries

0 2 min 8 mths

In traditional responsive design, we rely on media queries to change styles based on the overall viewport size. This works well for adjusting layouts for different screen sizes, but it falls short when you need components to adapt based on their container’s size. To solve […]

Coding
0 5 min 8 mths

Snappy Scroll with CSS Scroll Snap

CSS Scroll Snap was introduced to allow you to define snap points for scrollable elements. It ensures that the scrolling lands precisely at the desired points. This new CSS feature is especially useful for creating carousels, slideshows, or any layout where you want to control […]

Coding
0 12 min 8 mths

Rethinking The Role Of Your UX Teams And Move Beyond Firefighting

Rethinking The Role Of Your UX Teams And Move Beyond Firefighting Rethinking The Role Of Your UX Teams And Move Beyond Firefighting Paul Boag 2024-07-29T18:00:00+00:00 2025-03-04T21:34:45+00:00 In my experience of building and supporting UX teams, most of them are significantly under-resourced. In fact, the term […]

Ux
0 5 min 8 mths

:where() – CSS: Cascading Style Sheets

Managing CSS can be tricky, especially when styles need to override each other. This often makes it hard to keep the styles in the right places. To simplify things, the :where selector was added in CSS. This is a special CSS selector that allows you […]

Coding
0 4 min 8 mths

A Look Into: CSS “:is” Selector

The CSS :is selector is a handy pseudo-selector that simplifies complex selector queries. It allows you to group multiple selectors into a single, more readable form, which can help reduce redundancy and make your CSS more maintainable. Before the :is selector, you’d need to repeat […]

Coding
0 10 min 9 mths

10 Alternative Frameworks to Laravel

While Laravel is popular for its rich features and ease of use, there are many other PHP frameworks that might better suit your needs. In this article, we will explore 10 great alternatives to Laravel, each with its own unique strengths and features. Whether you’re […]

Coding
0 6 min 9 mths

Useful Customer Journey Maps (+ Figma & Miro Templates)

Useful Customer Journey Maps (+ Figma & Miro Templates) Useful Customer Journey Maps (+ Figma & Miro Templates) Vitaly Friedman 2024-07-08T10:00:00+00:00 2025-03-04T21:34:45+00:00 User journey maps are a remarkably effective way to visualize the user’s experience for the entire team. Instead of pointing to documents scattered […]

Ux
0 2 min 9 mths

Introduction to FrameworkX

PHP has come a long way and continues to improve with new features, syntax, and speed. The ecosystem is also expanding, with many developers creating frameworks to simplify the lives of other developers. Popular, full-featured frameworks like Laravel and Symfony exist, as do lightweight microframeworks […]

Coding
0 31 min 9 mths

How To Improve Your Microcopy: UX Writing Tips For Non-UX Writers

How To Improve Your Microcopy: UX Writing Tips For Non-UX Writers How To Improve Your Microcopy: UX Writing Tips For Non-UX Writers Irina Silyanova 2024-06-28T10:00:00+00:00 2025-03-04T21:34:45+00:00 Throughout my UX writing career, I’ve held many different roles: a UX writer in a team of UX writers, […]

Ux
0 2 min 10 mths

Introduction to FrankenPHP

FrankenPHP is a new PHP runtime designed to modernize PHP architecture. It is built on top of Caddy, and it includes Caddy’s built-in features such as automatic SSL, native support for HTTP3, and Early Hints. It also supports compression methods like Gzip, Brotli, and Zstd. […]

Coding