Search
Build an app for monday.com and potentially win BIG
5.11.2020
monday.com is an online Work OS platform where teams create custom workflows in minutes to run their projects, processes, and everyday work.
Over 100,000 teams use monday.com to work together.
They have launched a brand new app marketplace for monday.com, meaning you can add tools built...
Covid-19: IMF Urges More Stimulus Support For Non-Contact Intensive Businesses
4.11.2020
The International Monetary Fund (IMF) is encouraging countries to create money to mitigate the effects of lockdown restrictions on economies. Specifically, the international lender wants businesses and workers displaced by the pandemic related responses to get financial support as they adjust their...
Websites We Like: Whimsical
3.11.2020
Whimsical is an app that lets you create flowcharts, wireframes, and mind maps but it was only earlier today that I spotted just how great the website is — especially the product pages. Check out this page where they describe how to use the Mind Maps feature where you can use the product right...
Online Lender SoFi’s Application to Create a National Bank Conditionally Approved by US
28.10.2020
The approval, if made final, opens the door for the new bank to custody cryptocurrencies
SharkTron – DeFi Project That Implies Complete Autonomy
24.10.2020
PRESS RELEASE. SharkTRON decentralized platform has set the goal of maximizing the DeFi TRON potential. The main task is to create a complete platform autonomy with a gradual transition to self-management by community members. SharkTRON is an autonomous full-cycle ecosystem. Platform members...
Creating CSS Shapes with Emoji
24.10.2020
CSS Shapes is a standard that lets us create geometric shapes over floated elements that cause the inline contents — usually text — around those elements to wrap along the specified shapes.
Such a shaped flow of text looks good in editorial designs or designs that work with text-heavy contents...
Create an FAQ Slack app with Netlify functions and FaunaDB
22.10.2020
Sometimes, when you’re looking for a quick answer, it’s really useful to have an FAQ system in place, rather than waiting for someone to respond to a question. Wouldn’t it be great if Slack could just answer these FAQs for us? In this tutorial, we’re going to be making just that: a slash command...
An Ethereum VR Game Featuring Atari and Care Bears Sells Plots of Virtual Land for $76K
20.10.2020
A great number of Non-fungible tokens (NFTs) have been selling on various marketplaces this year creating tens of thousands of dollars in NFT sales. One particular platform called The Sandbox has been selling virtual land parcels for thousands of dollars worth of ether. The Sandbox is a virtual...
Layoutit Grid: Learning CSS Grid Visually With a Generator
15.10.2020
Layoutit Grid is an interactive open source CSS Grid generator. It lets you draw your designs and see the code as you go. You can interact with the code, add or remove track lines and drag them around to change the sizing — and you get to see the CSS and HTML change in real time!
Add some tracks...
How to Create a Realistic Motion Blur with CSS Transitions
14.10.2020
Before we delve into making a realistic motion blur in CSS, it’s worth doing a quick dive into what motion blur is, so we can have a better idea of what we’re trying to reproduce.
Have you ever taken a photo of something moving quickly, especially under low light, and it turned into a blurry...
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
IMF, World Bank, G7 Countries to Create Central Bank Digital Currency Rules
13.10.2020
The United States, Canada, Britain, Germany, France, Italy and Japan will institute national digital currency banking standards with the International Monetary Fund and World Bank
Coding the Mouse Particle Effect from Mark Appleby’s Website
12.10.2020
Learn how to create the mouse particle effect from Mark Appleby's website in this ALL YOUR HTML episode.
The post Coding the Mouse Particle Effect from Mark Appleby’s Website appeared first on Codrops
NFT Craftiness: Mint a Non-Fungible Token Art Collectible in Less Than 15 Minutes
11.10.2020
In the last few months the non-fungible token (NFT) art space has exploded and data shows that there’s been over 4.9 million sales worth well over $128 million to-date. This week I decided to create an Ethereum-based NFT leveraging the application rarible.com, in order to show our readers...
Italian digital payments firms merge to create $17.6B fintech group
5.10.2020
Italian rivals Nexi and Sia have finalized a merger to create a fintech giant that can compete in an increasingly consolidated European market
Canadian Firm 3iQ’s Bitcoin Fund Listed on Gibraltar Stock Exchange
30.9.2020
The Gibraltar Stock Exchange said Tuesday that it listed a new bitcoin fund belonging to 3iQ Corp, a Canadian investment fund manager that focuses on new technologies and crypto assets. The announcement follows GSX Group’s recent launch of what it calls the Grid, “a venue to create...
Creating Mirrors in React-Three-Fiber and Three.js
30.9.2020
A brief walk-through of how to create a mirror scene with react-three-fiber.
The post Creating Mirrors in React-Three-Fiber and Three.js appeared first on Codrops
Chinese Mining Rig Manufacturer Microbt Announces Offshore ASIC Factory
27.9.2020
On Friday, China-based bitcoin mining rig manufacturer Microbt announced plans to create an offshore facility that produces the company’s Whatsminer devices and parts for North America. The firm revealed the expansion news when it announced a recent partnership with the New York-based Foundry...
Digital Commodity Exchange Act of 2020: US Lawmakers Propose Single National Crypto Framework
25.9.2020
Lawmakers in the U.S. have introduced the Digital Commodity Exchange Act of 2020 to create a single, national regulatory framework for cryptocurrency trading platforms, including those that trade bitcoin, ether, their forks, and other cryptocurrencies. On the same day, the Securities Clarity...
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 =...