Search
Representation Matters
15.12.2020
This year I had the pleasure of re-launching The Accessibility Project. I spend a lot of time researching and writing about accessibility and inclusive design, so this felt like the cumulation of a lot of that effort. The site now uses all sorts of cool web features like CSS Grid, @supports,...
Square Crypto’s 20th Grant Will Support Bitcoin Design, User Experience
14.12.2020
Square Crypto is issuing another Bitcoin developer grant for research on Bitcoin design and user experience
Bitcoin.com Exchange to List Free TON Token as the Next Step in a Decentralised Crypto World
12.12.2020
PRESS RELEASE. Bitcoin.com Exchange is thrilled to announce the upcoming listing of TON on the 14th of December 2020 at 17:00 UTC. Bitcoin.com Exchange will be the first major cryptocurrency exchange in the industry to list Free TON on the platform. Founded in May 2018, TON Labs is the core...
Ethereum Far Outpaces Bitcoin in Developer Activity in 2020: Electric Capital Report
10.12.2020
The number of developers in crypto is ticking up again, and one network remains a clear winner in attracting coders
Bullrun Pushing More Investors To Jump on Securypto
4.12.2020
PRESS RELEASE. Securypto focuses on safe and truly anonymous exchange of data. In a world where datahacks have become the norm rather than the exception, anonymity has become a necessity. Acknowledging the massive support from their community, Securypto lead developer Sam Nokati expressed...
Gemini Donates $50K to HRF to Help Fund Another Round of Bitcoin Developers in 2021
1.12.2020
The Human Rights Foundation has secured donations from the Gemini cryptocurrency exchange to fund even more Bitcoin developers in 2021
Researcher Publishes Never Before Seen Emails Between Satoshi Nakamoto and Hal Finney
28.11.2020
Just recently three previously unpublished emails from Bitcoin’s inventor, Satoshi Nakamoto, have been made public. The emails reveal the correspondence between Satoshi and the early Bitcoin developer Hal Finney. The communications between Nakamoto and Finney stem from November 2008...
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...
Bitcoin Developer John Newbery Launches Open-Source Dev Fund Supported By HRF, Square
24.11.2020
Veteran Bitcoin developer John Newbery just launched a new, independent organization for funding Bitcoin's open source developer community
Square, Human Rights Foundation Back New Bitcoin Open-Source Developer Fund
24.11.2020
Veteran Bitcoin developer John Newbery just launched a new, independent organization for funding Bitcoin's open source developer community
DRY-ing up styled-components
23.11.2020
I like working with styled-components. They allow you write CSS in your JavaScript, keeping your CSS in very close proximity to your JavaScript for a single component. As a front-end developer who loves to dissect a web page and break it down into reusable components, the idea of styled-components...
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
Firefox 83
19.11.2020
There’s a small line in the changelog that is is big news for CSS:
We’ve added support for CSS Conic Gradients (bug 1632351) and (bug 1175958).
🎉🎉🎉
Conic gradients are circular, just like their radial counterpart, but place color stops...
ConsenSys Acquires Blockchain Developer Toolmaker Truffle Suite
17.11.2020
ConsenSys is adding dapp development platform Truffle Suite back to its lineup of wholly-owned Ethereum tools
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
A Spreadsheet Importer You’ll Enjoy Using
12.11.2020
A great developer tool takes a painful task that would normally be a developer’s entire job, and makes it a pleasure to do. As a personal example, I’ve needed to build an image uploading experience many times in the past. I’ve hand-coded them and experienced far too much pain doing that. Then...
Failed Sybil Attack Targeted Monero Users, Privacy Is Safe
11.11.2020
Monero was targeted by an attempted Sybil attack that ultimately failed, according to reports from project developer Riccardo Spagni. AttackerContinue Reading
The post Failed Sybil Attack Targeted Monero Users, Privacy Is Safe appeared first on CoinMarketCap Blog
Quick LocalStorage Usage in Vue
5.11.2020
localStorage can be an incredibly useful tool in creating experiences for applications, extensions, documentation, and a variety of use cases. I’ve personally used it in each! In cases where you’re storing something small for the user that doesn’t need to be kept permanently...
How to Animate the Details Element Using WAAPI
5.11.2020
Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011.
In this article, we will see how you can animate the native <details> element using the Web Animations...
Ethereum Adoption by the Numbers: Flipside Crypto
3.11.2020
Average of the past 21 days. 1. 30.5K New Contracts Are Created Daily Any developer can deploy a new smartContinue Reading
The post Ethereum Adoption by the Numbers: Flipside Crypto appeared first on CoinMarketCap Blog