Search
YFI’s Andre Cronje disappeared after 'death threats'. Will 'love' bring him back?
9.10.2020
Top Yearn Finance developer Andre Cronje has disappeared from social media due to 'death threats' — and now the community is posting 'Love Letters' to entice him back
39 Shirts – Leaving Mozilla
6.10.2020
In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell in love with Mozilla — a browser that...
Why Hardnosed Bitcoiners Should Learn to Love DeFi
1.10.2020
Stacking sats and decentralized finance are more similar economic modes than most realize
Cryptojacking: A Rising Threat to All Internet Users
27.9.2020
The cryptocurrency revolution steadily marches on. While it has yet to completely reshape the financial and other systems of everyday life, crypto acquisition and usage grow yearly. There is so much to love about cryptocurrency. From its decentralized and democratic nature to the higher levels...
How to Create an Async Function
24.9.2020
One thing I love about JavaScript is that there are many ways to accomplish the same task, one such example being creating functions. There are several patterns for functions; one of the last you see used is the new Function method: /* new Function(arg1, arg2 (...), body) */ const myFunction =...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
Andrew Yang would love this new token project, but can it succeed?
8.9.2020
This initiative wants to turn Universal Basic Income into a global reality
State of Jamstack 2020: Data Deep Dive
3.9.2020
(This is a sponsored post.)
The Jamstack, a modern approach to building websites and apps, delivers better performance, higher security, lower cost of scaling, and a better developer experience. But how popular is it among developers worldwide, and what do they love and hate about it?
We at Kentico...
TradingView Confirms It: People Love Bitcoin And Tesla
14.8.2020
Bitcoin and Tesla are the talk of the town throughout the USA
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
Improving Chromium’s browser compatibility in 2020
7.7.2020
This is exactly what I love to hear from any browser vendor:
When it comes to browser compatibility, there are still too many missing features and edge-case bugs. But it doesn’t have to be this way. Things can and will get better, if browser vendors can understand what is causing the most...
USA.css
6.7.2020
Lots of fun with gradients from Bennet Feely: stars, stripes, banners, bursts… I love being able to use nice patterns with either no image requests at all, or very little SVG.
And important reminder: Bennet does all sorts of cool stuff. I’ve probably used Clippy about a million times....
What Artists Love About Crypto
5.7.2020
Working with new media changes the creative process, according to this painter and video game creator
Despite Covid-19 Negativity, Crypto Prediction Markets Say Trump Wins the 2020 Election
3.7.2020
According to a number of crypto prediction markets and futures, Trump will still win the election in 123 days, but his chances have lessened a great deal. No matter who wins, however, the large sums of money flowing into these wager platforms indicate that people love to bet on election outcomes....
In Defense of a Fussy Website
26.6.2020
The other day, I was doom-scrolling Twitter and saw a delightful article titled “The Case for Fussy Breakfasts.” I love food — especially breakfast — and since the pandemic hit I’ve been using my breaks in between meetings (or, shh, sometimes in meetings) to make a full bacon, poached...
Advice for Complex CSS Illustrations
17.6.2020
If you were to ask me what question I hear most about front-end development, I’d say it’s“How do I get better at CSS?” And that question usually comes up to some CSS illustration I made, which is something I love to do over on CodePen.
To many, CSS is this mythical beast that can’t...
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...
A Tumultuous Love Affair With a Bitcoin Millionaire Ends Bad
11.6.2020
An Australian court indicted to a 23-year-old woman with charges tied with her relationship with an unnamed Bitcoin millionaire
Increment Issue 13: Frontend
30.5.2020
Increment is a beautiful quarterly magazine (print and web) published by Stripe “about how teams build and operate software systems at scale”. While there is always stuff about making websites in general, this issue is the first focused on front-end¹ development.
I’ve got...
PureCSS Gaze
28.5.2020
Diana Smith with another mind-bending all HTML & CSS painting.
I love that these occupy a special place on the “Should I draw this in CSS?” curve. Things like simple shapes are definitely on the “yes” side of the curve. Then there’s a large valley where things...