Found 1051 bookmarks
Newest
An Intro to Web Site Testing with Cypress | CSS-Tricks
An Intro to Web Site Testing with Cypress | CSS-Tricks
End-to-end testing is awesome because it mirrors the user’s experience. Where you might need a ton of unit tests to get good coverage (the kind where you test
·css-tricks.com·
An Intro to Web Site Testing with Cypress | CSS-Tricks
Component Story Format (CSF)
Component Story Format (CSF)
Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular
·storybook.js.org·
Component Story Format (CSF)
Bringing the web out of 2007 since 2013.
Bringing the web out of 2007 since 2013.
r/Frontend: /r/frontend is a subreddit for front end web developers who want to move the web forward or want to learn how. If you're looking to find …
·reddit.com·
Bringing the web out of 2007 since 2013.
Why Cypress? | Cypress Documentation
Why Cypress? | Cypress Documentation
What you'll learn What Cypress is and why you should use it Our mission, and what we believe in Key Cypress features Types of tests Cypress is designed
·docs.cypress.io·
Why Cypress? | Cypress Documentation
Programming is Writing is Programming
Programming is Writing is Programming
Do you know that joke about two little fishes that swim into an older fish? He asks the young fishes how the water is, and they respond: “what’s water?”. The little fishes live an…
·felienne.com·
Programming is Writing is Programming
“Create Once, Publish Everywhere” With WordPress — Smashing Magazine
“Create Once, Publish Everywhere” With WordPress — Smashing Magazine
The term COPE (“Create Once, Publish Everywhere”) is a methodology for publishing our content to different outputs (website, AMP site, email, apps, and so on) by having a single source of truth for all of them. Let’s explore how to implement COPE using WordPress.
·smashingmagazine.com·
“Create Once, Publish Everywhere” With WordPress — Smashing Magazine
Content Modeling Series
Content Modeling Series
A content model is a representation of structured content and this content modeling series shows you how to get self-started.
·clevegibbon.com·
Content Modeling Series
A Re-Introduction To Destructuring Assignment — Smashing Magazine
A Re-Introduction To Destructuring Assignment — Smashing Magazine
Sick of chaining lots of keys together with dots to access nested values in objects? Frustrated that `arr[0]` isn’t a very descriptive name? Destructuring assignment has incredible value when accessing values in arrays and objects. Read on to learn a number of use cases in which this syntax can come in handy.
·smashingmagazine.com·
A Re-Introduction To Destructuring Assignment — Smashing Magazine
Smooth Scrolling | CSS-Tricks
Smooth Scrolling | CSS-Tricks
Hey! Before you go too far down the rabbit hole of JavaScript-based smooth scrolling, know that there is a native CSS feature for this: scroll-behavior.
·css-tricks.com·
Smooth Scrolling | CSS-Tricks
Now
Now
·zeit.co·
Now
Using BackboneJS successfully with React (using MobX)
Using BackboneJS successfully with React (using MobX)
At Feathr, our main front-end application is built on Marionette and BackboneJS. Since a lot of our application is CRUD, we have a ton of…
·itnext.io·
Using BackboneJS successfully with React (using MobX)
Building a Gulp API Compatible Task Automation Tool | Toptal
Building a Gulp API Compatible Task Automation Tool | Toptal
Streams are a powerful construct in Node.js and in I/O driven programming in general. Gulp, a tool for task automation, leverages streams in elegant ways to allow developers to enhance their build workflow. In this article, Toptal engineer Mikhail Angelov gives us some insight into how Gulp works with streams by ...
·toptal.com·
Building a Gulp API Compatible Task Automation Tool | Toptal