Search
Variable Fonts Link Dump!
21.9.2019
There's been a ton of great stuff flying around about variable fonts lately (our tag has loads of stuff as well). I thought I'd round up all the new stuff I hadn't seen before.
Google fonts has a beta of hosted variable fonts and the announcement demo is on CodePen.
Speaking of Google Fonts...
weatherstack: an Amazing Weather API (Sponsored)
18.9.2019
One of my first tasks each day is checking the weather; it’s a necessity for knowing what my children and I should wear, if I’m going to need to water the lawn or need to shovel snow, and if I can take meetings out on my patio. It’s also been one of my worst web […]
The post...
Developer Reveals Token Reward Platform Fueled by Bitcoin Cash
12.9.2019
There’s a new crypto platform called Honeypoints that just released for beta testing on Apple’s Testflight. The digital currency application created by two former Bitcoin.com employees aims to fuel merchant adoption with loyalty rewards. The Honeypoints app is meant to stimulate retail...
US Politician Uses Crypto to Buy Cannabis for Tax Remittance Demo
12.9.2019
First steps towards cannabis tax remittances via stablecoin in California as local politician buys cannabis using cryptocurrency
Awesome Demos Roundup #8
11.9.2019
A roundup of hand-picked web experiments using the latest front-end technologies to ignite the creative coder in you.
Awesome Demos Roundup #8 was written by Mary Lou and published on Codrops
How to Not Minify Source with webpack
10.9.2019
The webpack JavaScript utility has taken over the modern JavaScript landscape, so much so that it’s hard to be a JavaScript developer and not use it. JavaScript build utilities are the point where they do best practices implicitly, like minify code, caching, and more. I was recently debugging...
Stop Installing Packages Globally
9.9.2019
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...
Continental Unveils Demo Earning App for Blockchain-Based Car Platform
31.8.2019
Automotive supplier Continental pilots “Earn As You Ride” app that lets drivers monetize their parking data
Jaguar Uses Iota in Proof-of-Concept Demo for Tracing Car Energy
31.8.2019
Jaguar’s I-Pace will use Iota tech as part of a DLT-backed energy tracing demo
Reverse Lookups with JavaScript
28.8.2019
I’ve always loved exploring regular expressions because they’re one of those skills that’s never taught in school — you need to pick them up on the fly, messing up and fixing them along the way. Regex’s are incredibly powerful, and one power they have are referred...
How to Build Firefox
27.8.2019
Open source is a dream and a gateway to an amazing career — I’m a testament to that. One of the most amazing open source projects to ever exist, Mozilla Firefox, is a project I’m proud to work on as an employee of Mozilla. It’s rewarding, challenging, and a unique...
45 Web Tools To Master The Internet (Sponsored)
26.8.2019
A big part of our daily jobs is accomplished with much ease and efficiency by using different web tools and services. There is no doubt that for any type of need there is a great solution that is doing its job. In this article, we are reviewed on short 45 web tools and services that […]
The...
Popular Web Tools and Services Among Designers & Developers (Sponsored)
26.8.2019
Today we will present you the most popular 30 web tools and services among designers and developers. We handpicked solutions that are offering the best functionalities, support, and pricing on the market. You will find probably the best logo design creating software, the very well-known Hotjar...
Promises and Static Values
23.8.2019
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there’s sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise...
EOS Finds Music Partner, Deloitte Releases 'Blockchain in a Box'
20.8.2019
While many blockchain projects, which involve major banks, exchanges and technology firms, have not gone beyond the testing phase, almost every day new blockchain-related announcements show that the industry is not giving up. This time, we found EOS and Deloitte in the news.
It seems that EOS,...
Mercurial Tips
19.8.2019
While most of the world seems to be using git for version control, Mozilla continues to use Mercurial (hg) to manage the Firefox source code. As a git and GitHub lover, it took me a while to get used to Mercurial. I don’t consider myself a hg expert but I know enough to complete...
Data URIs
18.8.2019
We’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large part of our online strategy. We can use them to display images, the Mac camera and webcams, and more. But what if we simply want to use a data URI to convey basic data? Typing...
Draggin’ and Droppin’ in React
16.8.2019
The React ecosystem offers us a lot of libraries that all are focused on the interaction of drag and drop. We have react-dnd, react-beautiful-dnd, react-drag-n-drop and many more, but some of them require quite a lot of work to build even a simple drag and drop demo, and some do not provide...
Awesome Demos Roundup #7
15.8.2019
The seventh edition of our monthly demos roundup that will get your creative coding juices flowing.
Awesome Demos Roundup #7 was written by Mary Lou and published on Codrops
How to Crop Videos
9.8.2019
During a recent episode of the Script and Style podcast, I had noticed that the video recording had showed a bit of our internal chat that wasn’t necessary for our viewers to see. While there’s nothing wrong with giving viewers a peek into the show preparation, presenting the best...