Search
PR: Hashcube Announces Bitcoin Mining Investment Forum in Thailand
8.9.2019
Hashcube, a Korean Bitcoin miner retail and mining company, is proud to present Thailand’s first ever bitcoin mining investment forum on 21st September at the Amari Watergate Bangkok.
Together with large players from the crypto-industry such as Bitkub, BTC.com, Coolbitx and Cryptomind, we’re...
Indian Government’s New Report Views Crypto Positively
4.9.2019
A new Indian government report has put cryptocurrency in a positive light, viewing the mechanisms surrounding it, including initial coin offerings, as “revolutionizing the global fintech landscape.” The report also discusses the regulation of coins and tokens. Also read: Indian...
The Changing Face of Cryptocurrency Trading in 2019
27.8.2019
The cryptocurrency exchange landscape has evolved significantly in 2019. The number, quality and diversity of exchanges has multiplied, giving traders an unprecedented number of venues to choose from. This smorgasbord of options risks leaving traders overwhelmed, however, as exchanges jockey...
Why You Can’t Bet With Bitcoin at Online Casinos in the US
20.7.2019
Since the dawn of Bitcoin, the cryptocurrency landscape has seen a lot of digital currency gaming websites where users can wager their coins in games like poker, dice, blackjack and slots. Because public blockchains are transparent, the protocols have made online gaming provably fair. However...
How Blockchain Could Change the Real Estate Investment Landscape
6.7.2019
The expansion of real estate’s usage of blockchain — in title verification, valuation, diligence, insurance payment and settlement, smart contacts, construction monitoring and material verification — has a strong growth outlook for 2019
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
Ethfinex Launches DAO as Executives Consider Regulatory Landscape
13.6.2019
Ethfinex’s co-founder hints he wants protection from regulators by decentralizing governance after the exchange has launched a test DAO
Weekly Platform News: Feature Policy, Signed Exchanges, iOS browsers
10.5.2019
👋 Hey folks! This is the first edition of a new weekly update we'll be posting that covers timely news at the intersection of development standards and the tools that make them available on the web. We often talk about the pace of change in our industry. It's fast and touches everything...
JavaScript Detect Async Function
29.4.2019
JavaScript async/await has changed the landscape of how we code. We’re no longer stuck in callback or then hell, and our code can feel more “top down” again. Async functions require the following syntax: async function myFunction() { } To use await with a function, the function...
Why CSS Needs its Own Survey
1.3.2019
2016 was only three years ago, but that’s almost a whole other era in web development terms. The JavaScript landscape was in turmoil, with up-and-comer React — as well as a little-known framework called Vue — fighting to dethrone Angular.
Like many other developers, I felt lost. I needed some...
A Funny Thing Happened on the Way to the JavaScript
12.2.2019
Around this time last year, I wrote an article about the JavaScript learning landscape. Within that article, you’ll find my grand plans to learn JavaScript — complete with a link to a CodePen Collection I started for tracking my progress, and it even got dozens of comments cheering me on.
Like most...
Interactive Animated Landscape
20.12.2018
An exploration of an animated interactive landscape built with three.js.
Interactive Animated Landscape was written by André Mattos and published on Codrops
Bridging the Gap Between CSS and JavaScript: CSS Modules, PostCSS and the Future of CSS
4.12.2018
In the previous post in this two-part series, we explored the CSS-in-JS landscape and, we realized not only that CSS-in-JS can produce critical styles, but also that some libraries don’t even have a runtime. We saw that user experience can significantly improve by adding clever optimizations, which...
Script & Style Show: Episode 16: JavaScript & LEDs with Kristina Durivage
23.7.2018
In this episode: Todd’s back from an amazing conference and David sees this week’s guest as being the ticket to making his kids thing he’s a super hero. The amazing Kristina Durivage stops by to talk JavaScript, electrical engineering and unusual uses of LEDs for programming...
A Quick Roundup of Recent React Chatter
12.6.2018
Like many, many others, I'm in the pool of leveling up my JavaScript skills and learning how to put React to use. That's why Brad Frost resonated with me when he posted My Struggle to Learn React."
As Brad does, he clearly outlines his struggles point-by-point:
I have invested enough time...
CSS Blocks
27.4.2018
A new entry into the CSS-in-JS landscape! Looks like the idea is that you write an individual CSS file for every component. You have to work in components, that's how the whole thing works. In the same isle as styled-components, css-modules, and glamorous.
Then you write :scope { } which is...