Search
Flowery V20 Talk and Government Terror: Why Darknet Crime Is the Least of Our Worries
1.7.2019
Governments and central banking regulatory bodies continue to express concern about crypto being used for criminal purposes and terror. The terror campaigns of these very same governments continue unabated, however. In the wake of the V20 summit it might seem that lawmakers actually care about...
Binance Aims to Have at Least Two Exchanges per Continent
17.6.2019
Major cryptocurrency exchange Binance aims to have at least two fiat to crypto exchanges in every continent, Ted Lin, Chief Growth Officer of the company, tells Cryptonews.com.
According to him, in terms of priority, Binance prefers to go to places “where there is no existing, effective,...
Concerns Over Facebook Data Use Derailed at Least 3 Crypto Partnerships
14.6.2019
Philosophical disagreements with crypto experts have slowed the development of Facebook's GlobalCoin, sources say
Crypto Debit Cards You Can Use Now Plus a Few to Expect Soon
9.6.2019
Debit cards tied to cryptocurrency wallets provide an opportunity to spend your digital coins almost anywhere fiat money is accepted. It’s a working solution, at least until wider adoption comes around. That’s why they’ve become so popular in the crypto community. Challenges...
JAMstack? More like SHAMstack.
5.6.2019
I'm a fan of the whole JAMstack thing. It seems like a healthy web movement. I'm looking forward to both of the upcoming conferences.
Of any web trend, #jamstack seems like it will be the least regrettable.
— Chris Coyier (@chriscoyier) May 22, 2019
I feel like the acronym might not...
Trading App Robinhood Set to Raise at Least $200 Million: Report
26.5.2019
A new funding round, worth at least $200 million, is set to be raised by trading app Robinhood, Bloomberg reports
The Cryptopia Hackers Are Moving Funds Into at Least Four Wallets
20.5.2019
The thieves who cleared at least $16 million of ether from the Cryptopia exchange appear to have begun moving the stolen crypto into multiple wallets
Russian Prosecutors Fail to Block Crypto Website
13.5.2019
A court case in Russia has signaled a change in the attitude authorities have towards the cryptocurrency space, at least on first glance. An online portal helping traders find the best exchange options for their digital assets will be allowed to restore normal operations. That’s after...
Messari CEO: Ethereum 2.0 Proof-of-Stake Transition Not to Happen Until at Least 2021
10.5.2019
The Ethereum 2.0 PoS transition will not happen before the end of 2021, Messari CEO Ryan Selkis predicted at a recent panel of ConsenSys’ Ethereal Summit
JavaScript Glossary: Array.some()
8.2.2019
Basics
This method checks if any of the elements contained in an array passes a set test. If at least one of the elements passes this test, true is returned. This method only
More Like position: tricky;
4.2.2019
I rather like position: sticky;. It has practical use cases. I think of things like keeping a table of contents in a sidebar of a long article, but as a fairly simple implementation and without risk of overlapping things in awkward ways. But Elad Shechter is right here: it's not used that much...
Piecing Together Approaches for a CSS Masonry Layout
11.1.2019
Masonry layout, on the web, is when items of an uneven size are laid out such that there aren't uneven gaps. I would guess the term was coined (or at least popularized) for the web by David DeSandro because of his popular Masonry JavaScript library, which has been around since 2010.
JavaScript...
What makes someone a good front-end developer?
11.12.2018
We recently covered this exact same thing, but from the perspective of a bunch of developers.
Chris Ferdinandi weighs in:
The least important skills for a front-end developer to have are technical ones.
The nuances of JavaScript. How to use a particular library, framework, or build tool. How...
Use Angular and NativeScript to Build a Web and Mobile Application
9.7.2018
Angular has been around for a few years now and since its release it has been useful when creating many different categories of applications, including web as well as mobile. The problem, at least
Learning Gutenberg: A Primer with create-guten-block
22.5.2018
Welcome back! We’ve just taken a look at what Gutenberg is and how it operates from the admin side. Gutenberg is certainly going to have a massive impact on the WordPress world. If you are just arriving here and have no idea what we’re talking about, I recommend at least skimming Part 1 to make...
Responsive tables, revisited
16.5.2018
Lea Verou with some extra super fancy CSS trickery. No way we could miss linking this one up!
One of the problems with responsive table solutions, at least the ones where you are using CSS to rejigger things, is that there is duplicated content somewhere. Either in CSS or HTML.
Lea finds two ways...
Decorating lines of text with box-decoration-break
8.5.2018
An institution’s motto, an artist’s intro, a company’s tagline, a community’s principle, a service’s greeting… all of them have one thing in common: they’re one brief paragraph displayed on a website’s home page — or at least the about page!
It’s rare that just one word or one line of text...
React and autofocus
7.5.2018
While I love ReactJS, I can say that I sometimes find interactions that were easy during the pre-ReactJS are annoyingly difficult or at least “indirect”. One example is properly ensuring that a given <input> element gets focused when a button in a different component...
Container-Adapting Tabs With “More” Button
2.5.2018
Or the priority navigation pattern, or progressively collapsing navigation menu. We can name it in at least three ways.
There are multiple UX solutions for tabs and menus and each of them have their own advantages over another, you just need to pick the best for the case you are trying to solve....
How To Make Netflix-Like Swipers in Vue
23.3.2018
If you have been building for the web for a little while, you would have like me encountered at least some issues when making swipers - for some reason, they always seem to have a mind of their ow