Search
Ground Rules for Web Animations
31.8.2020
Animations can make a site stand out. Or, they can just as easily kill the experience. When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations that are  too long or too quick, or not using right type...
Another Bitcoin Lightning Startup Is Working With Visa to ‘Fast Track’ Card Payments
25.8.2020
With help from the Visa Fast Track program, LastBit will let users make any purchase with bitcoin, without needing the merchant to actively accept it
Huawei Working with Beijing on Blockchain Governance Platform
24.8.2020
Chinese tech giant Huawei may be under fire from governments in the United States and Europe, but appears to be pursuing new, blockchain-powered business avenues in its home country.
Per Jintai News, the firm’s Huawei Cloud arm has joined forces with the Beijing Municipal Government to co-create...
Bitcoin Ransomware and Remote Working: What the Future Holds
21.8.2020
With the global COVID-19 pandemic redefining how people work and learn, the possibility of an increase in ransomware attacks is very high
Timer Bars in CSS with Custom Properties
18.8.2020
I was working on a thing the other day that needed a visible timer. There was UI precedent for this type of timer on the project. People didn’t want to see numbers ticking downward; it was more ideal to see a “bar” drain away from full to empty. I mention that because there...
Simple Node.js Proxy
18.8.2020
When I wanted to refresh my React.js skills, I quickly moved to create a dashboard of cryptocurrencies, their prices, and and other aspects of digital value. Getting rolling with React.js is a breeze — create-react-app {name} and you’re off and running. Getting the API working...
US Federal Reserve Reveals Building a Digital Dollar Codebase With MIT
15.8.2020
The U.S. central bank has been working on creating a digital dollar, according to a recently published transcript from Federal Reserve Board Governor Lael Brainard. On Thursday, she told participants attending “San Francisco’s Innovation Office Hours” webcast, that the Fed...
Japan’s Top HR Firm Is Working on a Blockchain-Based Recruitment App
13.8.2020
Your next job might hire you using the Blockchain
Australian Woman Jailed Two Years for Stealing $300,000 Worth of XRP
13.8.2020
An Australian hacker who stole 100,000 units of the XRP cryptocurrency has been sentenced to a maximum of two years and three months in jail, local media reported. Kathryn Nguyen hacked the crypto account of a 56-year old man in January 2018. Working with an accomplice, the 25-year-old Sydney woman...
Chapter 2: Browsers
12.8.2020
Previously in web history…
Sir Tim Berners-Lee creates the technologies behind the web — HTML, HTTP, and the URL which blend hypertext with the Internet — with a small team at CERN. He convinces the higher-ups in the organizations to put the web in the public domain so anyone can...
Indian Government Actively Working Towards New Crypto Ban
5.8.2020
Five months after Indian courts lifted the blanket ban on crypto, an official said the government is considering a new law banning crypto
Getting the Most Out of Variable Fonts on Google Fonts
30.7.2020
I have spent the past several years working (alongside a bunch of super talented people) on a font family called Recursive Sans & Mono, and it just launched officially on Google Fonts!
Wanna try it out super fast? Here’s the embed code to use the full Recursive variable font family from Google...
Visa Moving to Integrate With Digital Currency Platforms
26.7.2020
Visa says it is working to integrate digital currencies with its existing global network of 61 million merchants. The global payments technology giant is working with two licensed and regulated digital currency platforms, Coinbase and Fold. In a blog post, Visa says the emergence of fiat-backed...
What ya need there is a bit of templating
22.7.2020
I had a fella write in to me the other day. He had some HTML, CSS, and JavaScript, and it just wasn’t behaving like he thought it ought to. The HTML had some placeholders in it and the JavaScript had some data in it, and the assumption was that the data would fill the placeholders.
To those...
Lazy Loading Images in Svelte
16.7.2020
One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy loading” technique has been around a while and there are lots of great tutorials on how to implement it.
But even with all the resources...
Netlify Does Cache Invalidation For You
15.7.2020
This is one of my favorite Netlify features. Say you’re working on a site and you change as asset like a CSS, JavaScript, or image file. Ya know, like do our job. On Netlify, you don’t have to think about how that’s going to play out with deployment, browsers, and cache. Netlify...
Three CSS Alternatives to JavaScript Navigation
14.7.2020
Hey quick! You’ve gotta create the navigation for the site and you start working on the mobile behavior. What pattern do you choose? If you’re like most folks, it’s probably the “hamburger” menu that, when clicked, uses a little JavaScript to expand a vertical list of navigation links.
But that’s...
An Eleventy Starter with Tailwind CSS and Alpine.js
10.7.2020
When I decided to try to base my current personal website on Eleventy, I didn’t want to reinvent the wheel: I tested all the Eleventy starters built with Tailwind CSS that I could find in Starter Projects from the documentation.
Many of the starters seemed to integrate Tailwind CSS in...
Automatically Rebase GitHub Pull Requests
10.7.2020
Working on an open source project with a thriving contribution community is one of the great joys I have at Mozilla. In leading this charge, I get to meet amazing people of all different skill sets and interests, as well as different points of view. In the end I receive hundreds of pull requests...
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...