Learn and share.
-
How to debug front-end code
So you’re writing some code and you went to check it and it’s not working. How do you figure out what’s gone wrong so you can get back to coding?
-
Front-end rules to live by
There’s a lot that goes into creating a Design System. Front-end code has traditionally been easy to bloat and hard to maintain over time. Eventually, you just tear it all down and start again.
-
Deal with excel dates in JavaScript
We’ve been doing some pretty large imports of excel data into JavaScript recently and I just came across an interesting issue.
-
The best damn pagination component
So you’ve got a whole bunch of content. Too much to present on one page. It’s time to start thinking about pagination. Hell, maybe it was time to start thinking about pagination earlier than this, but you’re here now.
-
Make your website faster: web workers
Slow websites are the bane of the internet.
-
Don’t like this article
The like button is destroying communication on the internet.
-
Testing the contact forms of top digital agencies
How to judge a digital agency by their contact form.
-
Sass Debugging
Well I guess it runs on JavaScript so why not?
-
Roll your own flexible grid system
DIY is cooler than off the shelf.
-
How to insert values in between every item in an array
In React, you can only return one JSX element (Edit: Not any more!), so inserting spacers between items is awkward.