Search
What’s Old is New
18.12.2020
This year, I learned a lot about how “old” tricks can solve a lot of modern problems if you use the right tools. Following the growth of Jamstack-style development has been both a learning experience, while also a nostalgic one. It’s been amazing to see how you can power plain...
Rich Dad Poor Dad author explains why Bitcoin will see $50,000 next year
15.12.2020
Robert Kiyosaki, the best-selling author of Rich Dad Poor Dad, says Bitcoin is heading to $50,000 in 2021
Let's See What's Inside A PlayStation 5
14.12.2020
We know the outside of the PS5 is just two big-ass white fins, but the inside is still a mystery. So the good people at iFixit have got hold of one and torn it to pieces, ostensibly to judge its repair value, but really just so we could all gawk at the carnage of it all.Read more
Bitcoin May See 'Uneventful Price Action' in December - Kraken Intelligence
11.12.2020
Following the excitement over rallies and all-time highs, bitcoin (BTC)'s December will likely be "uneventful," said Kraken Intelligence, the major crypto exchange's team of in-house researchers, in their latest report.
“November lived up to its reputation as a top-performing month,” said...
Unconventional Stock Image Sources
10.12.2020
This year, I learned that there is a wide world of free stock imagery available beyond Unsplash and Pexels. You see, I’ve been working on designing WordPress themes this year, and all images need to be compatible with the GPL. Unsplash and Pexels both have free and open licenses, but unfortunately...
How to Create a Favicon That Changes Automatically
9.12.2020
I found this Free Favicon Maker the other day. It’s a nice tool to make a favicon (true to its name), but unlike other favicon generators, this one lets you create one from scratch starting with a character or an emoji. Naturally, I was curious to look at the code to see how it works and, while...
Report: Cryptos Set for Massive Adoption in the US as More Americans Embrace Digital Alternatives to the Dollar
9.12.2020
A survey commissioned by Satoshilabs finds that from the 45.8% of American respondents that say they own cryptos, nearly all of them (95%) believe cryptos to be a genuine currency solution. In addition, about 31.7% of those surveyed see crypto as a legitimate alternative to the U.S. dollar, while...
Crypto funds see near-record inflows as capital floods out of gold
9.12.2020
Crypto funds have posted near-record inflows during recent weeks as the gold investment products shed liquidity
Very Extremely Practical CSS Art
9.12.2020
I’ve always enjoyed the CSS art people create, but I’ve never ventured into it much myself. I’m familiar with many of the tricks involved, but still find it surprising every time: the way people are able to make such fluid and beautiful images out of little boxes. I always end...
Creating websites with prefers-reduced-data
8.12.2020
Spoiler alert: There is no support for it yet. But it is defined in the Media Queries Level 5 spec that includes other recent, but more familiar user preference features, like prefers-color-scheme and prefers-reduced-motion.
The Polypane blog goes into incredible depth on prefers-reduced-data...
Streamix.io Launches High Yield APY DeFi Farming on ValueDeFi.io
4.12.2020
PRESS RELEASE. Streamix.io, a crypto currency DeFi startup and social media platform for streaming and gaming, partnered with ValueDeFi.io, which allowed Streamix to be one of their first cryptocurrency projects to use their FaaS (Farming-as-a-Service) platform and drive more value. See and trade...
Happier HTML5 form validation in Vue
3.12.2020
It’s kind of neat that we can do input:invalid {} in CSS to style an input when it’s in an invalid state. Yet, used exactly like that, the UX is pretty bad. Say you have <input type="text" required>. That’s immediately invalid before the user has done anything....
Network Landmarks, Derivatives Records- 2020 Bitcoin Metrics See a Number of All-Time Highs
3.12.2020
While the price of bitcoin has spiked to levels not seen in three years a number of other factors show that the current run-up is similar to the 2017 bull run. Active bitcoin addresses have neared all-time record highs, while the network’s hashpower has remained high as well coasting along...
Josh Brown on Bitcoin’s ‘Respectability Rally’ and Why We’ll See Dow 100,000 in Our Lifetime
2.12.2020
One of finance’s most colorful personalities joins NLW to discuss how advisers spend their money, Robinhood traders, bitcoin and more
Riot, Marathon, Canaan See Record Monthly Share Gains as Bitcoin Clears All-Time High
30.11.2020
Mining companies are soaring as bitcoin hits record highs
Bitcoin may see major price volatility at the start of December — Here's why
29.11.2020
Bitcoin might see a spike in volatility when the new weekly and monthly candles open, especially after a large short-term correction
Veteran Analyst Says BTC Might See Further Correction but ‘Prices Have Not Topped’
28.11.2020
Following bitcoin’s sharp pullback on November 26, renowned trader Peter Brandt says BTC is likely to see a further correction, although he thinks prices have not topped. The comments follow the massive sell-off of cryptos that resulted in traded volumes of $8.5 billion being recorded across...
Majority of Indian investors see 'no easy way to enter' crypto
27.11.2020
Most mainstream Indian investors still do not see an easy way to enter the crypto markets despite recent regulatory liberalization regarding virtual currencies
Mike Novogratz: Everyone Should Put 2% to 3% of Their Net Worth in Bitcoin
26.11.2020
Bitcoin bull and Galaxy Digital CEO, Mike Novogratz, says bitcoin is for everyone. He argues that those committing 2% to 3% of their net worth to this digital asset today will see substantial gains in five years. Novogratz adds that while bitcoin remains a volatile asset he does not expect...
Exploring What the Details and Summary Elements Can Do
26.11.2020
We’ve mentioned before just how great the <details> and <summary> elements are. They’re great for quickly making accordions that are accessible to touch, mouse, and keyboard input:
CodePen Embed Fallback
<details> and <summary> can even be used to play/pause gifs!...