Search
Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons
10.5.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons appeared first...
Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons
9.5.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons appeared first...
Cointext CTO Reveals a New Protocol That Aims to Bolster a Censorship-Resistant Economy for Bitcoin Cash
9.5.2020
On May 7, the Cointext CTO and cofounder of Countermarkets, Vin Armani revealed a new project he’s been working on called “Signal, Watch, and Pay Protocol” (SWaP). Armani’s published specification and reference code of SWaP indicates that the platform allows “onchain...
Working With MDX Custom Elements and Shortcodes
7.5.2020
MDX is a killer feature for things like blogs, slide decks and component documentation. It allows you to write Markdown without worrying about HTML elements, their formatting and placement while sprinkling in the magic of custom React components when necessary.
Let’s harness that magic and look...
Angular + Jamstack! (Free Webinar)
5.5.2020
(This is a sponsored post.)
It’s easy to think that working with Jamstack means working with some specific set of technologies. That’s how it’s traditionally been packaged for us. Think LAMP stack, where Linux, Apache, MySQL and PHP are explicit tools and languages. or MEAN...
No Global Central Bank Is Working on Retail Digital Currency Use, Says R3
1.5.2020
R3 claims that no central bank is currently pursuing the development of a retail CBDC
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Coinmama Appoints Unicorn IronSource GM Sagi Bakshi as CEO
21.4.2020
Unicorn startup IronSource’s general manager, Sagi Bakshi, has joined cryptocurrency exchange Coinmama as CEO, saying he believes that the future of money is Bitcoin. Since 2013, Coinmama has been at the forefront of the financial revolution, working to simplify the way the world does crypto....
The Contrast Triangle
21.4.2020
Chip Cullen:
Let’s say you’re building a site, and you’re working with a designer. They come to you with some solid designs, and you’re ready to go. You’re also a conscientious front end developer and you like to make sure the sites you build are accessible. The designs you’re working from have...
Cryptocurrency Markets Moved by Regulatory Actions, Federal Reserve Bank Paper Shows
20.4.2020
The Federal Reserve Bank of Dallas has published a paper showing how cryptocurrency markets are affected by crypto regulatory actions. The research also determines whether the authorities have some scope to make cryptocurrency regulation effective. Influencing Cryptocurrency Markets and Prices Last...
Spanish Researchers Working to Curb Coronavirus Spread With Blockchain App
17.4.2020
As well as helping predict the spread of COVID-19, the app could act as a digital version of government certificates permitting citizens to go to work or the store
Chiliz Working on Blockchain-Based Covid-19 Immunity Passes for Football Fans
13.4.2020
Covid-19 immunity passports are seeing plenty of criticism, but one blockchain startup is already planning to use them for opening up stadiums to football fans
When debugging, your attitude matters
12.4.2020
Julia Evans:
I was debugging some CSS last week, and I think that post is missing something important: your attitude.
Now – I’m not a very good CSS developer yet. I’ve never written CSS professionally and I don’t understand a lot of basic CSS concepts (I think I finally understood for the first...
CSS Findings From The New Facebook Design
7.4.2020
Ahmad Shadeed digs around the new Facebook’s front-end code.
One that stood out to me:
.element {
inset: 4px 0;
/* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */
}
Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...
A Glimpse Into CoinMarketCap’s WFH Setup
4.4.2020
Hey CMC-fam! How are you guys holding up working from home?  We understand that increasingly more people around the worldContinue Reading
The post A Glimpse Into CoinMarketCap’s WFH Setup appeared first on CoinMarketCap Blog
How to Protect Your Online Privacy While Working From Home
4.4.2020
Tips from a privacy professional about staying safe online during coronavirus
A Glimpse Into CoinMarketCap’s Work From Home Setup
4.4.2020
Hey CMC-fam! How are you guys holding up working from home? We understand that increasingly more people around the worldContinue Reading
The post A Glimpse Into CoinMarketCap’s Work From Home Setup appeared first on CoinMarketCap Blog
Detect git Directory with Bash
2.4.2020
One interesting aspect of working at Mozilla is that Firefox lives in a mercurial repository while several other projects live on GitHub in a git repository. While most focus on either Firefox or another project, I switch between both, leaving me running git commands inside the mercurial repository...
Remote Working Proves Unexpected Hero as Half of US Economy Shifts to Home Offices
31.3.2020
To those who believe in a digital future in which decentralization makes systems more resilient, the coronavirus crisis has expedited the inevitable
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...