Search
xSigma DeFi Is a Game Changing Protocol Backed by a NASDAQ Listed Company
1.12.2020
The DeFi ecosystem has been growing faster than anyone can keep up with recently. Billions of dollars in digital assets are invested, despite all the problems the current services suffer from. Buggy code, security vulnerabilities and shady anonymous developers are just some of the issues that...
This metric suggests Bitcoin price can go as high as $590K this bull run
1.12.2020
Net Unrealized Profit/Loss returns to levels that in the past have triggered giant Bitcoin price rises, Glassnode notes
Native CSS Masonry Layout In CSS Grid
1.12.2020
Rachel Andrew introducing the fact that masonry layout is going to be a thing in native CSS via CSS grid layout. The thing with masonry is that we can already do it for the most part, but there is just one thing that makes it hard: doing the vertical-staggering and having a left-to-right source...
Earnfinance Is a Powerful DeFi Platform for Staking, Farming and Borrowing – YFE Presale Is Live
30.11.2020
PRESS RELEASE. What is yield farming? Yield farming, also referred to as liquidity mining, is a way to generate rewards with cryptocurrency holdings. In simple terms, it means locking up cryptocurrencies and getting rewards. In some sense, yield farming can be paralleled with staking. However...
Super Tiny Icons
30.11.2020
A bunch of SVG icons (of popular things) all under 1KB. SVG is awesome for golfing.
I was going to add a CodePen logo but there is already one in there at 375 Bytes. I’ve got one at 208 Bytes, based on a logo update David DeSandro did for us a couple years back.
Direct Link to Article...
Can DeFi indices finally make crypto-based passive investing worthwhile?
30.11.2020
The concept of a DeFi ETF sounds promising, but it’s not without pitfalls
Lots of Ways to Use Math.random() in JavaScript
30.11.2020
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible for an actual 0 to be returned) and 1 (exclusive, as in, it’s not possible for an actual 1 to be returned).
Math.random(); // returns...
10 Amazing Media Tricks Made Possibly by Cloudinary (Sponsored)
30.11.2020
Cloudinary is my go-to place for transforming and optimizing media before delivery. By simply modifying the URL of an image or video, you can customize its size, presentation, Instagram-like filtering, and various other aspects. I previously posted about the 10 excellent image tricks...
Pizza Hut Accepts Crypto in Venezuela! (History Says This Is a Bad Idea)
30.11.2020
A quick warning… this news might make your mouth water. Hungry crypto enthusiasts in Venezuela can now pay for PizzaContinue Reading
The post Pizza Hut Accepts Crypto in Venezuela! (History Says This Is a Bad Idea) appeared first on CoinMarketCap Blog
11 Massive Cyber Monday 2020 Deals With Up to 94% Off
30.11.2020
Find out where you can get exclusive Cyber Monday deals for web professionals with great discounts.
The post 11 Massive Cyber Monday 2020 Deals With Up to 94% Off appeared first on Codrops
No, You Can’t Buy Shares in Bitcoin
29.11.2020
With bitcoin going through an extended bull-run, scammers and con artists have been on hand to exploit a general fear of missing out (FOMO). Many early adopters of bitcoin became multi-millionaires by simply holding the digital asset. New Scam Tactic Consequently, many bitcoin investment scams have...
Bitcoin relief rally is underway — Can BTC price reclaim $18K?
28.11.2020
Bitcoin price is rallying this weekend but is this just a relief rally or can BTC regain bullish momentum?
A Complete State Machine Made With HTML Checkboxes and CSS
27.11.2020
State machines are typically expressed on the web in JavaScript and often through the popular XState library. But the concept of a state machine is adaptable to just about any language, including, amazingly, HTML and CSS. In this article, we’re going to do exactly that. I recently built a website...
Yes, You Can Spend Your Bitcoin This Black Friday
26.11.2020
"Hodling bitcoin is still important, but to support a circular economy, we need both sides going.” Bitcoin Black Friday aims to do just that
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!...
Three Things You Didn’t Know About AVIF
26.11.2020
AVIF, the file format based on the AV1 video codec, is the latest addition to the next-gen image formats. Early reports and comparisons show good results compared to JPEG and WebP. However, even if browser support is good, AVIF is still on the bleeding edge in regards to encoding and decoding....
Tailwind versus BEM
25.11.2020
Some really refreshing technological comparison writing from Eric Bailey. Like, ya know, everything in life, we don’t have to hate or love everything. Baby bear thinking, I like to say. There are benefits and drawbacks. Every single bullet point here is well-considered and valid. I really...
Considerations for Making a CSS Framework
25.11.2020
Around eight months ago, I started building a framework which would eventually go on to become Halfmoon. I made a post on this very website announcing the launch of the very first version. Halfmoon has been billed as a Bootstrap alternative with a built-in dark mode feature, that is especially good...
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...