Search
“The title ‘Front-End Developer’ is obsolete.”
24.4.2020
That title is from the opening tweet of a thread from Benjamin De Cock. I wouldn’t go that far, myself. What I like about the term is that ‘Front-End’ literally means the browser, and while the job has been changing quite a lot — and is perhaps fracturing before our eyes — the fact that...
Celo Developer Bootcamp Announces 18 Finalists From 15 Countries
21.4.2020
The teams will spend eight weeks building on Celo and receive mentorship from PayPal, Winklevoss Capital and Polychain
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...
ConsenSys Developer on How Baseline Protocol Can Improve Contact Tracing
20.4.2020
ConsenSys developerJohn Wolpert asserts that Baseline Protocol can be used to deliver a contact tracing system with stronger privacy & security than Apple and Google
Front-End Challenges
17.4.2020
My favorite way to level up as a front-end developer is to do the work. Literally just build websites. If you can do it for money, great, you should. If the websites you make can help yourself or anyone else you care about, then that’s also great. In lieu of that, you can also make things...
Bitcoin Vaults: Developer Bryan Bishop Releases Prototype for Secure On-Chain Storage
13.4.2020
The basic idea involves storing bitcoin on-chain in a particularly secure manner that allows for recovery from security mistakes
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...
Developer Launches Noncustodial Bitcoin Cash-Powered Authorization Platform
11.4.2020
Seven days ago, a crypto software developer announced a new web service called Signup.cash, which provides individuals and organizations with the ability to create web-based applications for Bitcoin Cash (BCH). The engineer and team members who developed the new platform for BCH stressed that...
Cooking Mama Developer Denies Rumours it Mines Crypto
8.4.2020
Rumors circulating that a Nintendo Switch game is being used to hijack consoles to mine crypto appear to be unfounded
Ready Layer One: Base Layer Protocols Team Up for Virtual Developer Event
7.4.2020
A virtual conference is being organized by a bevy of base-layer protocols – the Web3 Foundation, Near, Cosmos, Tezos, Protocol Labs and Polkadot
Bitcoin.com’s Cashfusion Fund Exceeds Goal: $100K Raised for Bitcoin Cash Privacy
5.4.2020
Bitcoin.com’s Cashfusion Fund officially surpassed the fundraiser goal by 103.3% or $51K worth of bitcoin cash spread out between 623 donations. The funds will go toward Cashfusion developer expenses and a security audit from Kudelski Security. Bitcoin.com also matched the funds donated...
Cointext Cofounder Unveils BFP Encrypt – Send Encrypted Data to Bitcoin Cash Addresses
3.4.2020
Vin Armani, the cofounder of Cointext, has announced the launch of a Javascript library that allows people to send encrypted data to addresses on the Bitcoin Cash (BCH) network. A BCH private key can decrypt the data, and when Armani released the Javascript package, the developer stressed that...
Max Stoiber’s Strong Opinion About Margins
31.3.2020
Going with that title instead of the classic developer clickbait version Max used. ;)
We should ban margin from our components.
Don’t use margin?! This thing I’ve been doing my entire career and don’t have any particular problems with?!
Well, that’s not exactly Max’s...
BitMEX Research Unveils Who Funds Bitcoin Network Development
29.3.2020
BitMEX research shows that blockchain firms Blockstream and Lightning Labs are the largest contributors to Bitcoin development
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
5 Essential git Commands and Utilities
26.3.2020
For many of us, git and GitHub play a huge role in our development workflows. Whenever we have a tool that we need to use often, the more fine-tuned we can make that tool, the faster we can get things done. The following are five git commands or helpers that can make your developer life...
Different Favicon for Development
24.3.2020
I bet a lot of us tend to have the production website and the development website up simultaneously a lot. It's almost a developer cliché at this point to make some local change, refresh, refresh, refresh, refresh, and just not see the change, only to discover you were looking at the production...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Ripple Lead Developer Advises on Remote Work Amid Coronavirus Pandemic
16.3.2020
As the coronavirus pandemic makes remote work a necessity, a leading software engineer at a Ripple team offers advice
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...