Search
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...
WDRL — Edition 281: Progressive Image element, striving for enough, SpiderFoot and the architecture of a web search engine today
5.2.2020
Hey,
There’s so much potential in all of us. There’s so much distraction in our lives today. We tend to continue doing not something different because we have too much on our plates, we are too distracted. We don’t have time to focus on what we really want to do, focus on what we want to change...
This Page is Designed to Last
23.1.2020
Jeff Huang, while going through his collection of bookmarks, sadly finds a lot of old pages gone from the internet. Bit rot. It's pretty bad. Most of what gets published on the web disappears. Thankfully, the Internet Archive gets a lot of it. Jeff has seven things that he thinks will help make...
What to Expect from the JAMstack in 2020
24.12.2019
Brian Rinaldi interviewed a variety of folks, asking them the same questions about JAMstack development and the landscape recently:
Raymond Camden: I think we will see better competition from the bigger players.
Gift Egwuenu: I'm also looking forward to more job openings on the JAMstack.
Bryan...
Domain-Driven Design With React
16.12.2019
There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth is that we can do better. Let’s take a look at one pattern you might consider using to architect your site.
At first, you might split...
CSS Architecture for Modern JavaScript Applications
6.12.2019
There is a lot to like from Mike Riethmuller here:
The title. When you're building a website from JavaScript-powered components anyway, that is a moment to talk about how to do styling, because it opens some doors to JavaScript-powered styles that you probably wouldn't otherwise choose.
The...
Build a 100% Serverless REST API with Firebase Functions & FaunaDB
31.10.2019
Indie and enterprise web developers alike are pushing toward a serverless architecture for modern applications. Serverless architectures typically scale well, avoid the need for server provisioning and most importantly are easy and cheap to set up! And that’s why I believe the next evolution...
How Centralized Payment Systems Learned to Accept Decentralized Cryptocurrency
23.10.2019
They might not be shouting it from the rooftops, but fiat payment gateways are no longer the enemy of bitcoin. Hostilities have ceased, the bad blood has been let, and today the fiat and crypto worlds are bridged and doing business. Despite the two systems sporting opposing aims and architecture...
Micro Frontends
17.7.2019
One random day not long ago, I started hearing joke after joke about "micro frontends" — sort of how I first learned about Toast. I didn't understand the source until asking around, which uncovered this article from Cam Jackson.
In this article we'll describe a recent trend of breaking...
The Many Ways to Include CSS in JavaScript Applications
8.7.2019
Welcome to an incredibly controversial topic in the land of front-end development! I’m sure that a majority of you reading this have encountered your fair share of #hotdrama surrounding how CSS should be handled within a JavaScript application.
I want to preface this post with a disclaimer: There...