Search
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
The Ultimate Guide to Headless CMS
17.5.2018
(This is a sponsored post.)
The World Has Changed—So Must the CMS
Having a responsive website is no longer enough. Your audience expects a seamless and personalized customer experience across all their devices—the age of headless technology is coming.
Headless CMS is the next generation in content...
Conditional Routing with React Router v4
8.5.2018
When building React applications, one thing developers don’t like to utilize is routing in React - usually because of the assumed learning curve involved. In this article, we are going to debunk th