ponyfoo.com

Your query for articles tagged “template-strings” yielded no results!

…but we took the opportunity to pull together a few articles very carefully chosen at random!

  1. Publishing Node.js Packages with npm

    Back when I introduced assetify, I mentioned publishing packages on npm is very easy.

    The first thing you have to do is identify yourself, create an account on npm:

    $ npm …
    3m 1
  2. Spritesheets, Grunt, and You

    If you are using Grunt, you really have no excuse not to be using CSS spritesheets. If you aren’t using Grunt yet, then you should know that a well thought-out …

    3m 1
  3. Where does this keyword come from?

    How scoping works is part of the latest chapter for my upcoming book on JavaScript Application Design. Here’s an explainer!

    6m 2
  4. Testing JavaScript Modules with Tape

    I held a survey last monday where I asked for feedback about the kinds of things you want me to write about. It was quite useful, and one of the topics that seem to …

    19m 21
  5. ES6 Iterators in Depth

    This is yet another edition of ES6 in Depth. First time here? Welcome! So far we covered destructuring, template literals, arrow functions, the spread operator and rest …

    10m 5
  6. ES6 Promises in Depth

    Welcome back to ES6 – “Dude, we already had those!” – in Depth series. If you’ve never been around here before, start with A Brief …

    31m 21
  7. Subscribing to Pony Foo

    There’s a few different ways you can subscribe to read Pony Foo. What’s your favorite?

    Almost since day one you could follow Pony Foo using the RSS feed. …

    3m 6
  8. JavaScript Developer Survey

    Following the footsteps of Alex R. Young and his retired dailyjs.com blog, I’ve put together a survey about JavaScript usage similar to those he used to host on …

    a minute 2
  9. ECMAScript String Padding

    A first look into .padStart and .padEnd string methods drafted as proposals for implementation in ECMAScript.

    8m 6
  10. The Art of a Pull Request

    Writing a great Pull Request takes time. It can be a scary proposition going in. Did I implement something relevant? Will they like my changes? Will the PR meet their expectations? How much scrutiny can I expect?

    12m 4
  11. Let’s use const! Here’s why.

    When reading a piece of code, others can take cues from these signals in order to better understand what we did. ES6 offers let and const as new flavors of variable declaration, are they better signals than var?

    10m 21
  12. GraphQL in Depth: What, Why, and How

    Stop wondering if GraphQL is right for you and give it a spin! Learn about types, queries, and mutations in this in-depth walkthrough.

    23m 7