Skip to content

Instantly share code, notes, and snippets.

@chrishutchinson
Last active March 25, 2019 15:25
Show Gist options
  • Save chrishutchinson/0d6cda14c26ca55ed5ebdf4cbd8b9cdc to your computer and use it in GitHub Desktop.
Save chrishutchinson/0d6cda14c26ca55ed5ebdf4cbd8b9cdc to your computer and use it in GitHub Desktop.

If you're reading this for the first time, hello 👋! Most weeks I put a Slack post like this together for my team at The Times, pulling together some of the most interesting posts, videos and libraries I've found the week before. I'm sharing it here for the first time so you can read it too! Thanks, Chris.

1. How much can you control hyphenation with CSS?

It turns out, quite a lot! This post goes into great detail about automated hyphenation in CSS, all the rules you'll need to know, and what their browser support is. Well worth a read if you're ever looking to make website copy look a little nicer!

http://clagnut.com/blog/2395

2. Guess.js, a few tools for ML-powered experiences on the web

A really interesting library for bringing some predictive data-analytics to your web front end, all with the aim of improving the experience for users.

https://github.com/guess-js/guess

3. Threads in Node.js

An excellent guide to how threads work in Node.js following their release in v10.5.0

https://blog.logrocket.com/a-complete-guide-to-threads-in-node-js-4fa3898fe74f?gi=12a56d75123e

4. Freeing ourselves from Webpack?

Pika, a new build tool "dependency install-time tool" that promises to free us from the bundle! An interesting concept, and one to keep an eye on

https://www.pikapkg.com/blog/pika-web-a-future-without-webpack

5. What's new in ES2019?

This Twitter thread from @souvir goes through some of the most useful and interesting new language features that have been introduced to JavaScript with ES2019.

https://twitter.com/souvir/status/1107682529371410432?s=21 (and if you don't like Twitter threads: https://threader.app/thread/1107682529371410432)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment