Search
Blockchain Can Trace Foods, But the Industry is Still Behind the Curve
19.5.2020
Michael Rogerson, PhD Candidate, University of Bath, and Glenn Parry, Professor of Digital Transformation, University of Surrey.
_____
Food supply chains were vulnerable long before the coronavirus pandemic. Recent scandals have ranged from modern slavery in Vietnamese fisheries to the persistent...
Spanish Researchers Try to ‘Flatten the Curve’ with Blockchain App
17.4.2020
A new blockchain and AI app could help flatten Spain’s COVID-19 curve
Cointext Cofounder Unveils BFP Encrypt – Send Encrypted Data to Bitcoin Cash Addresses
3.4.2020
Vin Armani, the cofounder of Cointext, has announced the launch of a Javascript library that allows people to send encrypted data to addresses on the Bitcoin Cash (BCH) network. A BCH private key can decrypt the data, and when Armani released the Javascript package, the developer stressed that...
Add Background Colors to SVGs Using the “rect” Element
20.2.2020
The advantages of using SVGs in web development are well known. SVGs are small in size, can be made quite accessible, are scalable while maintaining their quality, and can be animated. Still, there is a learning curve. Things, like the syntax of SVG, can be a little tricky and having to hand-alter...
Curve a Equabank zavádí Apple Pay. Službu tak podporují téměř všechny české banky
29.1.2020
Další banka zavádí podporu placení skrze telefony od společnosti Apple. K již stávajícím se nyní přidává Equa a pozadu není ani fintech služba Curve. Obě můžete využívat v obchodech i na internetu.
Po aktuálním připojení Equa bank podporují již téměř všechny české banky nějakou formu placení
European Central Bank’s CBDC Borrows Bitcoin’s Pseudo-Anonymity
20.12.2019
On December 17, the European Central Bank (ECB) published a report that showcased its blockchain technology proof-of-concept. One particular feature the central bank digital chain holds is the ability to issue “anonymity vouchers.” Also read: Lagarde Sees Demand for Stablecoins, Plans...
Lagarde Sees Demand for Stablecoins, Plans to Put ECB ‘Ahead of the Curve’
13.12.2019
At her first press conference as head of the European Central Bank (ECB), Christine Lagarde outlined her plans to lead the ECB “ahead of the curve” in the field of digital currency. “There is clearly a demand out there that we have to respond to,” she said, referring...
ECB President: ‘We Better Be Ahead of Curve’ on Stablecoins
12.12.2019
Christine Lagarde says financial institutions should foresee the demand for stablecoins
The Best Cocktail in Town
18.11.2019
I admit I've held in a lot of pent-up frustration about the direction web development has taken the past few years. There is the complexity. It requires a steep learning curve. It focuses more on more configuration than it does development.
That's not exactly great news for folks like me...
Binance is on Its Way of Implementing a Threshold Signature Scheme Library
6.11.2019
Binance has grown to be one of the firms which have taken the lead in innovation in the field of blockchain technology and cryptocurrency. It has focused on creation of core infrastructure services that would have a long-term effect on the crypto world. Binance has also made contributions to...
Curve umí Google Pay, ale ještě o tom asi nemáte vědět
5.11.2019
Fintech startup Curve zavádí podporu Google Pay. Díky tomu můžete platit telefonem s téměř jakoukoliv kartou. Curve totiž slouží jako prostředník, kdy skrze jejich kartu můžete zaplatit téměř jakoukoliv jinou platební kartou a obejít tak případnou nepodporu Google Pay ze strany vaší banky. Novinku
5 Educational Resources That Will Level up Your Cryptocurrency Knowledge
2.10.2019
Crypto is a constant learning curve. Keeping pace with developments in bitcoin, blockchain, and the ever-evolving cryptocurrency ecosystem feels like a full-time job, and that’s just for experienced heads. For novices, it’s tough enough working out where to even start. While crypto...
React Starter: How does JSX make HTML elements?
3.7.2019
JSX makes making React components easier. Some may find JSX to have a high learning curve and that's totally understandable. It's not exactly HTML and it's not exactly JavaScript, so it can take so
React Starter: JSX Gotchas
20.6.2019
JSX is a very powerful technology. With all new things that we have to learn, there is a bit of a learning curve. Let's talk about some of the gotchas when using JSX. These are some common things t
Tron Price Analysis: Will The Million Dollars Lunch-Speed Up TRX’s Growth Curve?
16.6.2019
Tron’s Justin Sun’s power of one lunch will bear fruits of success soon TRX token is slowly heading towards growth trend but investors expect more Tron has been maintaining a steady growth trend but at a slow pace and the investors are now getting restless for the coin to perform better. The recent...
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
Collective #478
20.12.2018
#merryCSSmas * JavaScript Getter-Setter Pyramid * XmasTree Game * Ouch! * WakeLock API * Reversing an Easing Curve
Collective #478 was written by Pedro Botelho and published on Codrops
Reversing an Easing Curve
17.12.2018
Let’s take a look at a carousel I worked on where items slide in and out of view with CSS animations. To get each item to slide in and out of view nicely I used a cubic-bezier for the animation-timing-function property, instead of using a standard easing keyword.
See the Pen Carousel with reversed...
Building “Renderless” Vue Components
20.7.2018
There's this popular analogy of Vue that goes like this: Vue is what you get when React and Angular come together and make a baby. I've always shared this feeling. With Vue’s small learning curve, it's no wonder so many people love it. Since Vue tries to give the developer power over components...
Getting Started With Google Cloud Functions and MongoDB
22.6.2018
Serverless architectures are becoming increasingly popular, and with good reason. In my experience, container-based orchestration frameworks have a steep learning curve and are overkill for most co