DEV Community

Cover image for Web development is like assembling IKEA furniture
Christian Heilmann
Christian Heilmann

Posted on

5 3

Web development is like assembling IKEA furniture

When you put together IKEA furniture, it feels a lot like web development.

  • You get a huge bag of seemingly random parts and you should sort them before you start
  • Everything is standardised and uses building blocks
  • The manual is meant to be universally understandable and such needs some effort to grasp
  • Forcing something to fit means you're doing it wrong
  • Leftover items mean you skipped a step
  • You can use power tools to speed things up but you are likely to break things if you do
  • Plan to assemble it right the first time, because taking it apart will mean you break it.
  • Some parts are impossible to put together on your own - partner with another person and get a second pair of eyes to prevent you from doing something stupid
  • Things look small and easy to handle when flat packed, but once you assembled them they take up a lot more space and are harder to move elsewhere

Sentry blog image

Identify what makes your TTFB high so you can fix it

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

Read more

Top comments (3)

Collapse
 
htho profile image
Hauke T.

It's a good analogy.
But for some things there are so many ways to do them. There are parts that you can put in one way or the other. One is inteded by the makers. The other works but looks crappy.
For IKEA only one side of the part has color. So it fits but it looks crappy.
For WebDevelopment there are so many ways you can execute a JS function when you click a button. It is hard to tell which is the "best practice" by looking at the API.

I wish there was something like a strict type definition for Browser APIs. Which disallows element.onlick because there is element.addEventListener.

Collapse
 
dannyengelman profile image
Danny Engelman

Web Development with Frameworks and Libraries is like assembling IKEA might be a better title.

Collapse
 
codepo8 profile image
Christian Heilmann

I disagree. HTML to me is components. Using frameworks and libraries is the point of using power tools where an Allan key is enough.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay