Found 983 bookmarks
Newest
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
Introduction: React UI Testing
Introduction: React UI Testing
Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular
·storybook.js.org·
Introduction: React UI Testing