Search
ES2021 Features
28.7.2021
Hemanth HM very succinctly shows off ES2021 features. Gosh it doesn’t feel like that long ago that all we could talk about is ES2015, and now that’s over a half-decade behind us. New things include “arbitrarily chuck underscores in numbers.” …
The post ES2021 Features...
Brazilian Burger King Customers Can Now Purchase Meat-Flavored Dog Biscuits With Dogecoin
27.7.2021
According to regional reports, the Burger King franchise in Brazil has introduced a new type of food specifically made for canines called the “Dogeppr.” The new product is a dog biscuit that canine owners can purchase for their pets and the company is accepting dogecoin crypto payments...
CSS Logical Properties and Values
27.7.2021
Now that cross-browser support is at a tipping point, it’s a good time to take a look at logical properties and values. If you’re creating a website in multiple languages, logical properties and values are incredibly useful. Even if you’re …
The post CSS Logical Properties...
Ternoa to List on AscendEX
27.7.2021
PRESS RELEASE. AscendEX, a global cryptocurrency financial platform with a comprehensive product suite, is excited to announce the Ternoa token (CAPS) listing under the pair USDT/CAPS on July 27 at 1 p.m. UTC. AscendEX and the Ternoa team will jointly launch two limited-time promotional events...
Demystifying styled-components
27.7.2021
 Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey.
styled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …
The post...
How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust
26.7.2021
At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …
The post How I Built a Cross-Platform Desktop...
Slinkity
26.7.2021
Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …
The post Slinkity appeared first...
Amazon’s Payment Team Hiring Digital Currency Expert to Develop Cryptocurrency Strategy and Products
24.7.2021
Amazon’s Payments Acceptance & Experience team is hiring a digital currency and blockchain expert to develop the company’s digital currency and blockchain strategy and product roadmap, including a launch strategy. “We’re inspired by the innovation happening in...
Web Features That May Not Work As You’d Expect
23.7.2021
As the web gets more and more capable, developers are able to make richer online experiences. There are times, however, where some new web capabilities may not work as you would expect in the interest of usability, security and privacy.…
The post Web Features That May Not Work As You’d...
My petite-vue review
23.7.2021
Dave:
petite-vue is a new cut of the Vue project specifically built with progressive enhancement in mind. At 5kb, petite-vue is a lightweight Alpine (or jQuery) alternative that can be “sprinkled” over your project requiring no extra bundling steps
…
The post My petite-vue...
Amazon Set to Hire a Digital Currency and Blockchain Product Lead
23.7.2021
E-commerce giant Amazon is dipping its finger deeper into the crypto and blockchain worlds as it posted an ad looking to hire a new executive to oversee their digital currency strategy.
The position is for a 'Digital Currency and Blockchain Product Lead' who "want[s] to innovate on behalf...
Texas and Alabama Regulators Crackdown on Blockfi’s Interest Bearing Account Product
23.7.2021
Fresh off the heels of Blockfi’s issues with the ​​New Jersey Bureau of Securities, the company is now having problems in the state of Alabama. The director of the Alabama Securities Commission (ASC), Joseph Borg, explained on July 21 that he issued a show cause to the firm. Borg...
Organize your CSS declarations alphabetically
23.7.2021
Eric, again not mincin’ no words with blog post titles. This is me:
The most common CSS declaration organization technique I come across is none whatsoever.
Almost none, anyway. I tend to group them by whatever dumps out of my …
The post Organize your CSS declarations alphabetically...
Using Google Drive as a CMS
22.7.2021
We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …
The post Using Google Drive as a...
Hashnode: A Blogging Platform for Developers
22.7.2021
Hashnode is a free platform for developer blogging. Say you’ve just finished an ambitious project and want to write about 10 important lessons you’ve learned as a developer during it. You should definitely blog it—I love that kind of blog post, myself. Making a jump into the technical debt...
Yet Another Mobile Context Menu With No Indication it Can Scroll
21.7.2021
Remember Tyler Hall’s personal story of a UX moment where the popup sharing context menu on iOS had no visible indication that the content inside was scrollable? The thing his mom wanted to do seemed impossible iOS isn’t alone here …
The post Yet Another Mobile Context Menu With...
ECMAScript proposal: JSON modules
21.7.2021
Dr. Axel Rauschmayer looks at JSON modules, which is already live in Chrome 91 (but nothing else). It looks just like an ES Modules-style import, only you asset the type at the end.
import configData from './config-data.json' assert {type:
…
The post ECMAScript proposal: JSON modules...
China Offers Medics Digital Yuan Insurance Policy for Covid-19
21.7.2021
China’s first insurance policy using the digital yuan for settlement has been issued in Shenzhen, local media reported. The new product, targeting medical personnel exposed to coronavirus risks, is offered by the country’s largest insurer, Ping An. The financial giant also has fintech...
A Step-By-Step Process for Turning Designs Into Code
21.7.2021
Turning website design files into a combination of HTML, CSS and JavaScript is the bread and butter of many front-end web development jobs, but there’s a part of this work that doesn’t neatly fit in to tutorials on any specific …
The post A Step-By-Step Process for Turning Designs Into Code...
The Nine States of Design
21.7.2021
Here’s a really good ol’ post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever we’re building interfaces. Vince Speelman writes:
Modern UI teams are designing components
…
The post The Nine States of Design appeared first...