Search
Reconciling Editor Experience and Developer Experience in the CMS
12.2.2021
Components are great, aren’t they? They are these reusable sources of truth that you can use to build rock-solid front-ends without duplicating code.
You know what else is super cool? Headless content management! Headless content management system (CMS) products offer …
The post Reconciling...
The 10 Best Deals of February 2, 2021
2.2.2021
Tuesday’s Best Deals | Kinja DealsRead more
Tech Stacks and Website Longevity
25.1.2021
Steren Giannini in “My stack will outlive yours”:
My stack requires no maintenance, has perfect Lighthouse scores, will never have any security vulnerability, is based on open standards, is portable, has an instant dev loop, has no build step
…
The post Tech Stacks and Website...
Intel and Nvidia Are Probably Not Colluding to Keep AMD Out of Gaming Laptops
21.1.2021
If you’ve visited the AMD subreddit, the Linus Tech Tips forums, or elsewhere over the last several months, you might have come across a conspiracy theory that Intel and Nvidia struck a secret deal with one another to keep higher-end GPUs out of AMD Ryzen 4000-series laptops. If you looked at...
Lucky Winners Of Newegg's Raffle Get To Pay Full Price For PC Parts
21.1.2021
A lottery for prized graphics cards and processors went up briefly on PC part seller Newegg’s site yesterday. It’s a testament to the ongoing shortage of all things gaming during the ongoing covid-19 pandemic.Read more
Stratis Brings Blockchain as a Service to All Businesses via its C# Native Platform
7.1.2021
PRESS RELEASE. 7th January 2021, London, United Kingdom – Stratis was created for a simple purpose – to provide enterprises with blockchain as a service (BaaS) solutions, designed to implement complex blockchain architecture within mainstream coding languages, used by everyday companies...
And Now For An Architectural Criticism Of Cyberpunk 2077
6.1.2021
One of the darkest corners of my wheelhouse is the point where architecture and video games meet, so it’s great getting the chance—like I did today—to read some thoughts on the subject from someone who architecturally knows what they’re talking about.Read more
RSK launches Powpeg, a trustless Bitcoin bridge architecture
8.12.2020
The pegging process no longer relies on functionaries holding custody of bridged funds
How to create a client-serverless Jamstack app using Netlify, Gatsby and Fauna
3.12.2020
The Jamstack is a modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
The key aspects of a Jamstack application are the following:
The entire app runs on a CDN (or ADN). CDN stands for Content Delivery Network and an ADN is an Application...
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
‘You Are Not Anonymous on Tor’ – Study Shows Privacy Network Offers Superficial Anonymity
17.9.2020
Privacy advocates are growing leery of the Tor network these days, as recently published research has shown a great number of network’s exit relays are compromised. Furthermore, on September 15, the Hacker Factor Blog published a new Tor report that shows IP addresses being uncovered....
CUBE CSS
11.6.2020
A CSS methodology from Andy Bell:
The most important part of this methodology is the language itself: CSS. It’s key to note its existence in the name because some alternative approaches, such as BEM—which I have enjoyed for many years—can veer very far away from Cascading Style Sheets. I love CSS...
5 Myths About Jamstack
9.6.2020
Jamstack isn’t necessarily new. The term was officially coined in 2016, but the technologies and architecture it describes have been around well before that. Jamstack has received a massive dose of attention recently, with articles about it appearing in major sites and publications and...
Remote Work Isn’t Enough: Shifting Toward a Decentralized System Architecture
3.6.2020
Why and how to shift your business toward a decentralized system architecture amid the global COVID-19 pandemic
Central Bank Digital Currencies: Changing the Architecture of Money
1.5.2020
Central bank digital currencies are in the process of transforming the way money works for everyone — from the largest financial institutions to consumers
Future of Finance: CBDCs Offer the New Architecture of Bank Accounts
29.4.2020
Could stablecoins and central bank digital currencies offer the only viable alternative to traditional bank accounts?
Metaverse Dualchain Network Architecture (DNA) Continues Global Expansion and Announces a Successful First Quarter in 2020
27.4.2020
April 27th, 2020, Toronto, Canada – The Metaverse DNA global team reported significant progress on the DNA (Dualchain Network Architecture) Blockchain initiative during the month of March, closing the first quarter of 2020 with great results. The DNA token is now listed on 14 crypto...
Building a Scalable CSS Architecture With BEM and Utility Classes
21.4.2020
Maintaining a large-scale CSS project is hard. Over the years, we’ve witnessed different approaches aimed at easing the process of writing scalable CSS. In the end, we all try to meet the following two goals:
Efficiency: we want to reduce the time spent thinking about how things should...
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
Lightning Network Increasingly Fragile to Attacks – Hope Turns to Drivechain for Bitcoin Scaling
19.2.2020
A report published February 7 and authored in part by Blockstream researcher Christian Decker found that the BTC Lightning Network is “evolving towards an increasingly centralised architecture.” Proponents of LN say this is not a problem, and even critics of the network point to...