Search
Physical Crypto Bank Opens in India — These 14 Locations Offer In-Person Banking, Lending, Crypto Exchange
30.12.2020
A crypto bank has begun opening physical branches in India through a joint venture between Cashaa and United Multistate co-op society. Customers can open bank accounts, buy and sell cryptocurrencies, obtain crypto-backed loans, as well as learn about crypto. Crypto Bank Opens Physical Branches...
What Are Stablecoins?
29.12.2020
A stablecoin is a type of cryptocurrency whose value is tied to an outside asset, such as the U.S. dollar or gold, to stabilize the price
What Is an Oracle?
23.12.2020
An oracle sends data from the outside world to a blockchain so specific data, like temperature, can execute the disbursement of money
Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel
22.12.2020
This article is for anyone interested in the emerging ecosystem of tools and technologies related to Jamstack and serverless. We’re going to use Fauna’s GraphQL API as a serverless back-end for a Jamstack front-end built with the Redwood framework and deployed with a one-click deploy on Vercel.
In...
Recreating a Dave Whyte Animation in React-Three-Fiber
17.12.2020
Learn how to use instanced rendering and post-processing techniques to recreate a hypnotic looping animation with react-three-fiber.
The post Recreating a Dave Whyte Animation in React-Three-Fiber appeared first on Codrops
Slow Movement
16.12.2020
There was a time when I felt overwhelmed by how fast the web developed. It seemed like not a single day passed without a new plugin, framework, technique, or language feature being released. I believed that in order to survive as a freelancer and to compete with others I had to learn everything...
Coding a 3D Lines Animation with Three.js
14.12.2020
In this coding session you'll learn how to use Three's DepthTexture to create some animated 3D lines.
The post Coding a 3D Lines Animation with Three.js appeared first on Codrops
What Is XRP, and How Is It Related to Ripple?
11.12.2020
XRP is a digital asset and cryptocurrency issued and partly managed by Ripple, a payment solutions company
2020 was not a good year for learning
10.12.2020
There, I said it.
What did I learn about building websites in 2020? A lot. But what I learned is not nearly as important as how I learned it. So instead, I want to share a couple of strategies I used to unblock learning in less-than-ideal times.
I spent almost a decade teaching design and, let...
Coding a Simple Raymarching Scene with Three.js
7.12.2020
A coding session where you'll learn how to set up a simple Raymarching scene with Three.js.
The post Coding a Simple Raymarching Scene with Three.js appeared first on Codrops
Cloudinary Fetch with Eleventy (Respecting Local Development)
4.12.2020
This is about a wildly specific combination of technologies — Eleventy, the static site generator, with pages with images on them that you ultimately want hosted by Cloudinary — but I just wanna document it as it sounds like a decent amount of people run into this situation.
The deal:
Cloudinary...
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...
What Is Sharding?
2.12.2020
"Sharding" is a proposed method of splitting Ethereum's infrastructure into smaller pieces in an attempt to scale the network
Creating UI Components in SVG
24.11.2020
I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a spec that was designed to create shapes and yet, still has elements, like text, links, and aria labels available to you. You can accomplish...
How to Create a Timeline Task List Component Using SVG
24.11.2020
I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a spec that was designed to create shapes and yet, still has elements, like text, links, and aria labels available to you. You can accomplish...
Replicating the Icosahedron from Rogier de Boevé’s Website
23.11.2020
Learn how to replicate the beautiful icosahedron animation from Rogier de Boevé's website using Three.js and GLSL.
The post Replicating the Icosahedron from Rogier de Boevé’s Website appeared first on Codrops
CMC Announces Next CoinMarketCap Earn Campaign With Orchid
19.11.2020
CoinMarketCap Earn, a place for crypto enthusiasts to learn more about how a cryptoasset works while earning crypto rewards, hasContinue Reading
The post CMC Announces Next CoinMarketCap Earn Campaign With Orchid appeared first on CoinMarketCap Blog
Crypto Gaming Pioneer Cloudbet Officially Launches in Argentina
10.11.2020
PRESS RELEASE. Cloudbet, the pioneering crypto casino and sportsbook, has officially launched an Argentina-focused service in response to the country’s surging interest in bitcoin and crypto gaming. The platform has unveiled a country-specific site and blog to help Argentinians learn more...
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
Recreating the Exploding Particles Video Animation from M-trust.co.jp
9.11.2020
In this live stream you'll learn how to code the exploding particles video effect seen on the website of M-Trust with WebGL.
The post Recreating the Exploding Particles Video Animation from M-trust.co.jp appeared first on Codrops