Search
Tamil Guide: Cryptocurrency Meaning and How to Buy Bitcoin in India — Interview With Giottus
8.3.2020
After the supreme court verdict striking down the RBI ban, more people in India are interested in cryptocurrencies. News.Bitcoin.com interviewed Arjun Vijay, COO of crypto exchange Giottus, about the basics of cryptocurrencies in Tamil, focusing on the largest cryptocurrency — bitcoin....
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
A Headless CMS for You and Your Web Development Agency
13.2.2020
(This is a sponsored post.)
Storyblok is a headless but component-based CMS with a built-in live-preview. You can use it for building fast and reliable websites and power native apps with your favorite technology.
Let us start with the basics and what a headless CMS is:
A headless content...
At a Refugee Camp in Iraq, a 16-Year-Old Syrian Is Teaching Crypto Basics
15.12.2019
Here's what an unbanked refugee really thinks about crypto
Building a Physics-based 3D Menu with Cannon.js and Three.js
10.12.2019
Learn the basics of doing physics in WebGL by building a 3D menu with Cannon.js and Three.js as renderer.
Building a Physics-based 3D Menu with Cannon.js and Three.js was written by Arno Di Nunzio and published on Codrops
Creating a Distorted Mask Effect on an Image with Babylon.js and GLSL
26.11.2019
Learn the basics of GLSL while creating a distorted mask effect on images using Babylon.js.
Creating a Distorted Mask Effect on an Image with Babylon.js and GLSL was written by Francesco Michelini and published on Codrops
From FUD to FOMO – China State Newspaper Says Bitcoin Is ‘Successful’
12.11.2019
A major Chinese daily has published an article about Bitcoin. The publication describes the first cryptocurrency as a successful application of the blockchain technology. It provides its readers with the basics they need to know about Bitcoin and highlights some of its main characteristics. Also...
Crypto Investment Group Grayscale Releases Bitcoin Cash Primer
4.10.2019
Crypto investment firm Grayscale has just released “An Introduction to Bitcoin Cash” highlighting the basics of BCH for those who may be yet unfamiliar, or just wish to brush up on the popular token forked from Bitcoin Core on August 1, 2017. With a significant reputation in...
MakerDAO Is Helping 60 Kids in Brazil Learn the Basics of Blockchain
9.9.2019
The World Bank is teaming up with MakerDAO to bring blockchain education to Brazilian favelas
Managing Multiple Backgrounds with Custom Properties
15.7.2019
One cool thing about CSS custom properties is that they can be a part of a value. Let's say you're using multiple backgrounds to pull off a a design. Each background will have its own color, image, repeat, position, etc. It can be verbose!
You have four images:
body {
background-position:
...
Indian Government-Backed Program Offers Crypto and Blockchain Course
13.6.2019
An Indian government-initiated program is offering a course for undergraduates to learn about cryptocurrency, blockchains, and their use cases. This 12-week interactive course is free to enroll and learn from. Among the topics covered are Bitcoin basics and consensus. Meanwhile, India’s...
React Starter: JSX Basics
11.6.2019
JSX is the templating language for React. JSX is also one of the main reasons why devs say they dislike React at first.
As with all new tools, there will be a learning curve. JSX is no diffe
Bank to Basics: USC Project Seeks to Disrupt Traditional Wholesale Banking
10.6.2019
The USC project is set to have a big impact on wholesale banking: “We didn’t know if the characteristics were possible. The funding signals that it is possible”
Designing with Motifs
10.6.2019
I love the way Erik Kennedy talks about digital design. Very practical and understandable. Have a listen to a chat with him we had on ShopTalk.
One of his latest blog posts is titled "The #1 Way to Spice Up Your Designs (And Create a More Cohesive Brand)" and it's about something he pegs as more...
Creating Animations Using React Spring
4.6.2019
Have you ever needed animation in your React application? Traditionally, implementing animation has not an easy feat to accomplish. But now, thanks to Paul Henschel, we there’s a new React tool just for that. react-spring inherits from animated and react-motion for interpolations, optimized...
OmiseGo Price Analysis: OmiseGo (OMG) Bearish in Short Term; There is a Sense of Overestimation, Focus on Basics is Required
3.6.2019
OmiseGO is endorsed by the Thai Ministry of Finance and Bank of Thailand. Companies like McDonalds and Alipay accept payments in OMG. OmiseGO (OMG) is more of an open-source fintech digital wallet, based on Ethereum chain. It enables any users with features like real-time transactions, peer-to-peer...
How to Create a Bitcoin Cash Treasure Hunt
27.5.2019
Creating a treasure hunt is a great way to introduce newcomers to the concept of cryptocurrency and to its actual application. It will teach them some of the basics like how a wallet works and give the finders their first few coins. Also Read: Massive Growth by P2P Exchange and AT&T Accepting...
JavaScript Glossary: String lastIndexOf()
27.3.2019
Basics
The lastIndexOf() method returns the last position within a String object which an element can be found. The search starts from the last position of the String object.
JavaScript Glossary: String match()
27.3.2019
Basics
This method is a called against a regular expression and returns the matching values in the string. The return value is an array containing the matched values. If no matches are fo
JavaScript Glossary: String startsWith()
27.3.2019
Basics
The startsWith method takes a string parameter and checks if the calling string starts with the value provided. It returns a Boolean value, true