Search
A Chrome Extension for Cloudinary That Helps You Pluck Out Useful Media URLs From Your Library Quickly
10.2.2022
(This is a sponsored post.)
Cloudinary is a host for your digital assets like images and video. If you don’t already know them, you should, because you can build it into the asset management you almost certainly need to …
A Chrome Extension for Cloudinary That Helps You Pluck...
Easy Asset Access with the Cloudinary Media Library Browser Extension
31.1.2022
Readers of my blog will know that I’ve been banging the Cloudinary drum for years. Their awesome media capabilities allow users to optimally deliver images, video, and audio in any format and to any device. Performance, customization, flexibility, optimized delivery… Cloudinary makes...
Build and Ship a Design System in 8 Steps Using Backlight
24.1.2022
Learn how to use Backlight, an all-in-one collaborative tool that allows teams to build, ship, and maintain Design Systems at scale.
The post Build and Ship a Design System in 8 Steps Using Backlight appeared first on Codrops
How to Make a Component That Supports Multiple Frameworks in a Monorepo
5.1.2022
Your mission — should you decide to accept it — is to build a Button component in four frameworks, but, only use one button.css file!
This idea is very important to me. I’ve been working on a component library called …
How to Make a Component That Supports Multiple Frameworks in a Monorepo...
Netgear’s Digital Art Frames Will Support NFTs, Owners Can Connect Metamask to Meural Platform
4.1.2022
At the Consumer Electronics Show (CES) in Las Vegas, multinational computer networking company Netgear, based in San Jose, California, showcased the company’s Meural digital art frames. According to an announcement, Netgear has added non-fungible token (NFT) tech support, and the Metamask...
The number of countries banning crypto has doubled in three years
4.1.2022
The total number of jurisdictions with an absolute ban or severe restrictions on crypto has more than doubled over the past three years, and there are few signs that this trend is slowing down
Add Less
30.12.2021
When you’re about to start a new website, what do you think first? Do you start with a library or framework you know, like React or Vue, or a meta-framework on top of that, like Next or Nuxt? Do you …
Coinbase launches open-source cryptography library Kryptology
6.12.2021
The library will aid in building complex cryptographic techniques to match the needs of the bourgeoning DeFi sector
Bug in Solana Token Lending Contract Fixed, More Than $2 Billion Made Exploitable
6.12.2021
A bug in the token lending contract of the Solana Program Library (SPL) was recently found and fixed by Neodyme, a security auditing firm. The bug, that was discovered a couple of months back, could have affected several decentralized finance protocols holding more than $2 billion in total value...
Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library
15.11.2021
Theming UI refers to the ability to perform a change in visual styles in a consistent manner that defines the “look and feel” of a site. Swapping color palettes, à la dark mode or some other means, is a good …
The post Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library...
Quick and Dirty Bootstrap Overrides at Runtime
10.11.2021
Oh, Bootstrap, that old standard web library that either you hate or you spend all your time defending as “it’s fine, it’s not that bad.” Regardless of what side you fall on, it’s a powerful UI framework that’s everywhere, …
The post Quick and Dirty Bootstrap Overrides at Runtime appeared...
Building an Angular Data Grid With Filtering
28.10.2021
(This is a sponsored post.)
Kendo UI makes it possible to go from a basic idea to a full-fledged app, thanks to a massive component library. We’re talking well over 100 components that are ready for you to drop …
The post Building an Angular Data Grid With Filtering appeared first...
ADALend Makes It on “the Essential Cardano List” by IOHK
23.10.2021
Input-Output Hong Kong (IOHK) has listed ADALend on their :Essential Cardano List” of projects that are considered part of the ecosystem supporting and providing Cardano users with products and services. “The Essential Cardano List” gives an overview of the Cardano ecosystem...
CSS in TypeScript with vanilla-extract
7.10.2021
vanilla-extract is a new framework-agnostic CSS-in-TypeScript library. It’s a lightweight, robust, and intuitive way to write your styles. vanilla-extract isn’t a prescriptive CSS framework, but a flexible piece of developer tooling. CSS tooling has been a relatively stable space over …
The...
Accessing Your Data With Netlify Functions and React
2.9.2021
(This is a sponsored post.)
Static site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …
The post Accessing Your Data With Netlify...
Tiny Library Is Like WarioWare For RPGs
31.8.2021
Tiny Library is an upcoming collection of role-playing games (the tabletop kind) that takes everything you know about them and strips them back until they’re as small, simple and experimental as they can be.Read more
jq for JSON
27.8.2021
I old enough to remember when we thought XML was going to change the programming world…then JSON saved us from that hell. Parsing and querying JSON data is fundamental task we’ve all coded for, but sometimes I just want to get some data locally with minimal fuss. I just learned of...
Introduction to the Solid JavaScript Library
24.8.2021
Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs.
This …
The post Introduction to the Solid...
How blockchain could have saved the Library of Alexandria
15.8.2021
In an effort to save the future of the Library of Alexandria, blockchain technology could help preserve records and archive systems
How I Used the WAAPI to Build an Animation Library
16.6.2021
The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …
The post How I Used...