Posts Tagged ‘web development’
-
05 Dec, 2024
React v19 – React
React v19 was just released with support for Web Components! React 19 adds full support for custom elements and passes all tests on Custom Elements Everywhere. In past versions, using Custom Elements in React has been difficult because React treated […]
-
27 Nov, 2024
Ella’s First Website
ULTRA PROUD DAD MOMENT: Ella made her first website! Melissa and I woke up on Saturday morning to our goofy 6-year-old daughter entering our bedroom making this obnoxious sound. It was impressively annoying, especially considering she hasn’t seen Dumb and […]
-
28 Oct, 2024
Web Component continued progress
At Big Medium, we’re fans of Web Components, and over the last 6 years have been helping our clients build standards-based, interoperable, design systems with them. The ability to deliver a consistent, cohesive experience to a any web-based technology perfectly […]
-
26 Sep, 2024
Approachable Open Source by Brian Muenzenmeyer
You should buy Approachable Open Source by Brian Muenzenmeyer. If you written code before, you should buy this book. If you’ve ever spent any time on GitHub, you should buy this book. If you care about the web, you should […]
-
19 Sep, 2024
The already-here future of prototyping
I’ve spent pretty much my entire career helping teams design software rather than pictures of software. Development is design. Frontend design. Front-of-front-end code. Front-end workshop environments. Death to the waterfall. The Hot Potato process. Designer/developer collaboration. Pattern Lab. I’ve shared […]
-
06 Sep, 2024
Every webpage deserves to be a place (Interconnected)
This by Matt Webb is easily one of the coolest and most creative bits of web design I’ve seen in a long time. It’s a fantastic reminder that there’s still so much room to explore and innovate on the web. […]
-
22 Aug, 2024
Raw-dogging websites
Raw-dogging websites: index.html, styles.css, script.js. No frameworks, no CMSes, no build steps, no nuthin’. Sure, you can call it a static site, but even those tend to be compiled by sophisticated tooling behind the scenes. And also, c’mon, gotta get […]
-
07 Aug, 2024
Frostapalooza Codepen Challenge!
TL;DR: You can submit your Codepen animations to be considered for display at Frostapalooza! Holy smokes, Frostapalooza is happening next Saturday! We’re about to find out what happens when you give 40 musicians a whole year to plan one night […]
-
05 Apr, 2024
Should designers code?
Ah yes, this old chestnut. It pops up as reliably as daffodils in early spring. My perspective has changed very little over the years. Telling web designers they don't need to worry about code is like telling architects they don't […]
-
27 Feb, 2024
AI and Design Systems
We’ve all watched with simultaneous fascination and trepidation as a flood of AI-powered tools continues to wash over the digital landscape. At Big Medium, we help complex organizations design at scale and pragmatically adopt new technologies, so naturally we’ve been […]
-
06 Jan, 2024
It’s 2023, here is why your web design sucks.
I don’t know how else to answer this, besides: the gendering of design as women’s work is why people don’t use the title “web designer” anymore. It’s been belittled and othered away. It’s why we’ve split that web design role […]
-
21 Sep, 2023
The Design System Ecosystem
What does a mature, end-to-end design system look like in a big, complex organization? What are all the moving pieces, and how do they hang together as a well-considered architecture? What’s required and what’s optional? Hold onto your butts, because […]
-
24 Apr, 2023
Containing multi-site management within a single codebase – Vercel
Containing multi-site management within a single codebase covers how one can apply atomic design principles in a React codebase.
-
21 Mar, 2023
The End of Front-End Development
Despite its hyperbolic title, The End of Front-End Development is a well-considered piece by Josh Comeau. I share many of the sentiments expressed here, though how things will actually shake out is anyone’s guess. In my view, this is one […]
-
05 Mar, 2023
Clever Code Considered Harmful
Clever Code Considered Harmful is a great read. When it comes to day-to-day production code, here’s the barometer I like to use: will a junior developer, someone at the very start of their career, struggle to understand this code? In […]
-
16 Feb, 2023
The case for Flex applications – daverupert.com
This is fantastic. Great work, Dave. Source: The case for Flex applications – daverupert.com
-
14 Feb, 2023
The (extremely) loud minority | Andy Bell
Here’s Andy Bell with a post called the (extremely) loud minority. Always remember that although a subset of the JavaScript community can be very loud, they represent a paltry portion of the web as a whole. This means that when they say something like “Best practices […]
-
27 Jan, 2023
You Will Never Be A Full Stack Developer | Seldo.com
You can’t learn the whole stack. Nobody can. Maybe it was possible in 1990, the day after the web was invented, but I’m not even sure about that. The stack grows and shifts and evolves every day. Very much agree […]
-
24 Oct, 2022
Atomic design and the future of design systems with Brad Frost – PodRocket
-
08 Feb, 2022
Eleventy + Lit
This is close to exactly what I’ve been wanting: a way to use web components like <product-card heading=”Product Name” price=”$30.00″></product-card>and have that card render as regular ol’ HTML. a new plugin for Eleventy that renders your Lit components as static HTML during […]
-
06 Feb, 2022
136 facts every web dev should know before they burn out and turn to landscape painting or nude modelling – Baldur Bjarnason
This is really good and fun. Source: 136 facts every web dev should know before they burn out and turn to landscape painting or nude modelling – Baldur Bjarnason
-
06 Feb, 2022
Finding Common Patterns Across Frameworks – Ian Frost Weather
Here’s a break down how we build components with similar conventions across many different frameworks, written by my brother Ian (@frostyweather). All of these frameworks can have similar component structure, component user APIs, properties, state management, methods/functions, lifecycles, and more. […]
-
23 Mar, 2021
Design engineering and development at Clearleft | Clearleft
However, as the roles of the front-end developer have stretched into the realms of ‘engineering’, it has created a split: Front-of-the-front-end: UI focused Back-of-the-front-end (referred to as ‘Engineering’ from now): Integration focused(Terms coined by Brad Frost)Again, this isn’t a bad […]
-
16 Feb, 2021
Front-of-the-front-end and back-of-the-front-end web development
The Great Divide is real, and I’m pleased that the terms “front-of-the-front-end” and “back-of-the-front-end” have gained traction ever since I quipped about them on the Shop Talk Show. A few of my clients have actually moved away from a culture […]
-
12 Oct, 2020
Cheating Entropy with Native Web Technologies
The more I author code as it will be run by the browser the easier it will be to maintain that code over time Source: Cheating Entropy with Native Web Technologies – Jim Nielsen’s Weblog
-
02 Mar, 2020
Rolling Code Standards
Well-documented code guidelines and standards are absolutely critical for creating consistent, cohesive code together. Especially in the context of creating a design system’s component library, it’s crucial to establish consistent API and code conventions to create an excellent user developers’ […]
-
15 Jan, 2020
Goodbye, Clean Code
Good read about letting “clean code” go. As the years go by, I increasingly err on the side of legibility over cleanliness. Sure, things could likely be tightened up, but does it really matter? If the code works, then there’s […]
-
13 Jan, 2020
Overcomplicatin’
Here are a few random stories from my last couple weeks of work. We have a datepicker field that has a calendar SVG icon sitting on top of the field. There was an issue where clicking the icon wasn’t triggering […]
-
09 Dec, 2019
Level of Effort
I’m always amazed by the level of effort involved in web design/development. Adding a simple button to a UI can translate to weeks or even months of work. Behind every little bit of UI is a giant iceberg of technology […]
-
02 Dec, 2019
Music and Web Design
There are a lot of parallels between music and web design/development. Here’s how I see it: Art and science Call it the difference between Type A vs Type B personalities. Or Right brain vs left brain. Or whatever other split […]