Search
Crypto Developer Komodo ‘Hacks’ Wallet Users to Foil $13 Million Hack
7.6.2019
Cryptocurrency wallet developer Komodo has effectively hacked its own customers to protect their funds from an external attack
Apple to Unveil ‘CryptoKit’ Cryptographic Developer Package at Upcoming Conference
4.6.2019
This week’s global developers conference will see Apple present a new security tool, CryptoKit
macOS Catalina Will Replace Bash with zsh
4.6.2019
Apple's #WWDC2019 (Worldwide Developers Conference) was yesterday and came with some really cool things for developers.
WWDC is always an in
Eos Developer Block.one Announces Blockchain-Based Social Media Platform Voice
2.6.2019
CEO of Block.one announces Voice, a social media platform built on the Eos public blockchain
Bahamas National Cryptocurrency Developer Says Startups Essential for Adoption
1.6.2019
The CEO of the firm developing the Bahamas’ central bank digital currency said that startups will be key to its adoption
A Quick Look at the First Public Working Draft for Color Adjust Module 1
29.5.2019
We've been talking a lot about Dark Mode around here ever since Apple released it as a system setting in MacOS 10.14 and subsequently as part of Safari. It's interesting because of both what it opens up as as far as design opportunities as well as tailoring user experience based on actual user...
Consensys Launches ETH Blockchain, DApp Developer Job Kit to Help Hopefuls Enter Market
27.5.2019
New York-based blockchain firm ConsenSys has released a new Blockchain and Dapp Developer Job Kit to help aspiring Ethereum blockchain developers enter the market
EOS Developer Block.One Attempts 10% Private Buyback of Its Stock
22.5.2019
EOS developer Block.one is attempting a 10% buyback of its stock, offering backers a share repurchase price that will return as much as 6,567% on their initial investments
What Does it Mean to Be “Full Stack”?
21.5.2019
I was asked this recently by a fellow developer who was at the same web tech conference I was at. This developer had met a lot of new people who literally introduced themselves as full-stack developers sort of the way Bob Vance, Vance Refrigeration would on The Office, but it was Tony Frank...
Developer Creates Interwallet Transfer Plugin to Strengthen Bitcoin Cash Privacy
20.5.2019
The Bitcoin Cash (BCH) protocol and infrastructure continue to see relentless development. The Electron Cash Cashshuffle implementation has enhanced bitcoin cash fungibility by providing users with the ability to shuffle coins. Now a developer has announced the launch of the Interwallet transfer...
Crescent Cash Users Can Now Send Bitcoin Cash Via Text Message
16.5.2019
On May 15, the BCH-based and open source Android wallet Crescent Cash launched a new feature that allows people to send bitcoin cash through a text message. The SMS sending service added to the wallet is due to the latest open source API introduced by the crypto startup Cointext. Also read: Bitcoin...
Google Fonts Now Supports font-display!
16.5.2019
font-display is a CSS feature that allows us to control how we load fonts.
Google Fon
From Exxon to Crypto: the Story of Joey King on the Humans of Bitcoin Podcast
15.5.2019
Joey King, a developer at Bitcoin.com, is the latest character to have shared his story on the Humans of Bitcoin podcast with Matt Aaron. The interview covers how he went from working in the oil industry to being a crypto programmer to how he sees the propaganda efforts of Napoleon reflected in...
Using Array reduce
14.5.2019
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...
Learn How to Create BCH Apps With Bitcoin.com’s Developer Platform
13.5.2019
Are you a professional or a hobbyist programmer and want to create cryptocurrency enabled applications? Bitcoin.com’s Developer Platform offers resources for you to learn how to develop software based on the Bitcoin Cash (BCH) network. Also Read: Crypto Meets Techno and Binance Security...
CSS-Tricks Chronicle XXXV
10.5.2019
I like to do these little roundups of things going on with myself, this site, and the other sites that are part of the CSS-Tricks family.
I spoke at Smashing Conf San Francisco.
There's a video! I can't embed it here because of privacy settings or something, so here's a link to the Vimeo.
It's...
Bitcoin’s Software Has Been Rolled Back Before
9.5.2019
When Binance lost $40 million to hackers this week, the crypto community discussed reorganizing the chain after it was suggested by a developer from MIT. Many people were upset by this proposition, declaring that there was no way a coordinated effort with miners could be pulled off. However, most...
A Few Functional Uses for Intersection Observer to Know When an Element is in View
8.5.2019
You might not know this, but JavaScript has stealthily accumulated quite a number of observers in recent times, and Intersection Observer is a part of that arsenal. Observers are objects that spot something in real-time — like birdwatchers going to their favorite place to sit and wait for the birds...
Making Web Components for Different Contexts
2.5.2019
This article isn’t about how to build web components. Caleb Williams already wrote a comprehensive guide about that recently. Let’s talk about how to work with them, what to consider when making them, and how to embrace them in your projects.
If you are new to web components, Caleb’s guide is...
create-react-app v3, What's new?
29.4.2019
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as