Search
Treasury Secretary Yellen Says Crypto Regulation Should Support Responsible Innovation, Manage Risks
8.4.2022
Treasury Secretary Yellen says the regulatory frameworks for crypto assets in the U.S. should “support responsible innovation while managing risks.” She emphasized, “Regulation should be based on risks and activities, not specific technologies.” Treasury Secretary Yellen...
Enjoying The View
30.3.2022
Louis Laurent is an artist at Framestore, a studio that has worked on movies like No Time To Die, the upcoming Dr Strange sequel and Spider-Man: No Way Home.Read more
Bank of England Says Crypto Assets ‘Present Financial Stability Risks,’ Bank Begins Sketching Regulatory Framework
24.3.2022
The Bank of England has revealed that it is working on sketching a regulatory framework for crypto assets, according to statements stemming from the central bank’s Financial Policy Committee on Thursday. BOE Stresses Crypto Assets Need Effective Public Policy Frameworks On Thursday, the Bank...
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...
Why Ember?
22.12.2021
There was a time when I’d write React, Angular, and Ember as a kind of generic grouping of three major JavaScript frameworks. And maybe just because three is a nice number, that became React, Vue, and Angular over time, thanks …
The Vite Ecosystem
15.12.2021
Matias Capeletto covers the breadth of Vite, from the technological shoulders it stands on, to the peers exploring similar territory, to the other technologies it supports, to the frameworks that now use it primarily, and more. The fact that …
Binance Calls for Global Crypto Regulation While Launching ‘Crypto Is Evil’ Ad Campaign
17.11.2021
Cryptocurrency exchange Binance has called for “global regulatory frameworks for crypto markets.” The company has also launched a “Crypto Is Evil” ad campaign featuring “10 Fundamental Rights for Crypto Users.” Binance Pushes for Global Crypto Regulation...
Jamstack Developers’ Favorite Frameworks of 2021
12.10.2021
Which new framework should I learn this year? Is it time to ditch my CMS? What tools should I pick up if I want to scale my site to an audience of millions? The 2021 Jamstack Community Survey is here …
The post Jamstack Developers’ Favorite Frameworks of 2021 appeared first on CSS-Tricks....
Tonic (Component Framework)
27.9.2021
I enjoy little frameworks like Tonic. It’s essentially syntactic sugar over <web-components /> to make them feel easier to use. Define a Class, template literal an HTML template, probably some other fancy helpers, and you’ve got a component …
The post Tonic (Component...
Frameworks Helping Image Usage
9.9.2021
I recently blogged about how images are hard and it ended up being a big ol’ checklist of things that you could/should think about and implement when placing images on websites.
I think it’s encouraging to see frameworks — these …
The post Frameworks Helping Image Usage appeared...
Citigroup Files to Trade Bitcoin Futures, Says Clients Are ‘Increasingly Interested’ in Cryptocurrency
25.8.2021
Citigroup is reportedly awaiting regulatory approval to start offering bitcoin futures trading to its clients. “We are presently considering products such as futures for some of our institutional clients, as these operate under strong regulatory frameworks,” said Citigroup. Citigroup...
Using Nuxt and Supabase for a Multi-User Blogging App
19.8.2021
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.
I’ve been enjoying using frameworks like Nuxt and Next because they …
The...
How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL
5.8.2021
(This is a sponsored post.)
Flutter is Google’s UI framework used to create flexible, expressive cross-platform mobile applications. It is one of the fastest-growing frameworks for mobile app development. On the other hand, Fauna is a transactional, developer-friendly serverless …
The...
Fed and Yale researchers lay out 2 regulatory frameworks for stablecoins
19.7.2021
Yale Professor Gary B. Gorton and Jeffery Zhang of the Board of Governors of the Federal Reserve System have co-authored a 49-page paper called, “Taming Wildcat Stablecoins.”
Jamstack Community Survey 2021
13.7.2021
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the term “Jamstack” and which frameworks they …
The post Jamstack Community Survey...
If we’re gonna criticize utility-class frameworks, let’s be fair about it
22.6.2021
I’m not here to raise a shield protecting CSS utility frameworks. I don’t even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I can’t tell you how many times I’ve …
The post If we’re gonna criticize...
Web Frameworks: Why You Don’t Always Need Them
10.3.2021
Richard MacManus explaining Daniel Kehoe’s approach to building websites:
There are three key web technologies underpinning Kehoe’s approach:
ES6 Modules: JavaScript ES6 can support import modules, which are also supported by browsers.
Module CDNs: JavaScript modules can now
…
The...
Components: Server-Side vs. Client-Side
28.1.2021
Building a website in 2021? I’m guessing you’re going to take a component-driven approach. It’s all the chatter these days. React and Vue are everywhere (is Angular still a thing?), while other emerging frameworks continue to attempt a push …
The post Components: Server-Side vs. Client-Side...
Integrating TypeScript with Svelte
24.12.2020
Svelte is one of the newer JavaScript frameworks and it’s rapidly rising in popularity. It’s a template-based framework, but one which allows for arbitrary JavaScript inside the template bindings; it has a superb reactivity story that’s simple, flexible and effective; and as an ahead-of-time (AOT)...
“I Don’t Know”
21.12.2020
I’ve learned to be more comfortable not knowing. “I don’t know”, comes easier now. “I don’t know anything about that.” It’s okay. It feels good to say.
Whether it’s service workers, Houdini, shadow DOM, web components, HTTP2, CSS grid, “micro-front ends”, AVIF… there are many paths before...