Search
Tips for Writing Animation Code Efficiently
10.4.2020
I’ve been coding web animations and helping others do the same for years now. However, I have yet to see a concise list of tips focused on how to efficiently build animations, so here you go!
I will be using the GreenSock Animation Platform (GSAP). It provides a simple, readable API and solves...
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
Shyft Network to Build FATF-Compliant ‘Identity Layer’ for Polkadot
6.4.2020
Shyft Network is adding yet another blockchain to its decentralized digital identification network
SoftBank-Backed Fintech Firm Joins Chinese Conglomerate to Build Blockchain Platform
3.4.2020
OneConnect, the fintech wing of Ping An Insurance Group, is building a logistics-tracking blockchain platform with the China Merchants Port Group
Accessibility Links
2.4.2020
Austin Gil has kicked off the first in a five-part series about “HTML Forms Right” and to starts with semantics. It’s talking to the “we build our front-ends with JavaScript” crowd. The first block of code is an example of an Ajax form submission where the data...
How to build a bad design system
31.3.2020
I didn’t realize this until it was far too late, but one of the biggest mistakes that’s made on a design systems team is a common mismanagement issue: there are too many people in a meeting and they have too many dang opinions.
Is there a conversation about the color of your buttons that’s taking...
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...
How to Animate Text with SVG and CSS
26.3.2020
The other day I was helping my pal Jez work Dept. of Enthusiasm, the site for his newsletter, and I had a thought. What if we made the word “enthusiasm” in the title animate a little bit? Like, what if each of the letters in the word bopped up and down enthusiastically?
Like this:
CodePen Embed...
Solana and Chainlink Team Up To Build A Crazy Fast Oracle
24.3.2020
Blockchain platform Solana partners with Chainlink to build a price oracle that updates in under a second
Client-Side Image Editing on Mobile
20.3.2020
Michael Scharnagl:
Ever wanted to easily convert an image to a grayscale image on your phone? I do sometimes, and that's why I build a demo using the Web Share Target API to achieve exactly that.
For this I used the Service Worker way to handle the data. Once the data is received on the client,...
How to Build a Time-Saving Appointment and Event Booking Website
19.3.2020
Want to build an appointment and event booking website that gives your clients more time to do business than handle the logistics of it? The Amelia WordPress booking plugin is the answer.
How to Build a Time-Saving Appointment and Event Booking Website was written by Bogdan Sandu and published...
How to Build the DApp That Gets One Million Daily Active Users
18.3.2020
The general rules for creating a successful decentralized application, attractive for customers and users
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...
Rozhodnuto: Nebude Apple WWDC ani Microsoft Build
13.3.2020
Už to asi nikoho nepřekvapí, ale letos se nebudou konat ani velké výroční konference Applu a Microsoftu, tedy WWDC a Build. Ačkoli řada velkých konferencí byla již v minulých dnech odvolána, o těchto dvou do teď ještě nebylo jasno. Organizátoři možná stále připouštěli i optimistický scénář, že
The 3 Laws of Serverless
6.3.2020
Burke Holland thinks that to "build applications without thinking about servers" is a pretty good way to describe serverless, but...
Nobody really thinks about servers when they are writing their code. I mean, I doubt any developer has ever thrown up their hands and said “Whoa, whoa, whoa. Wait...
China to Build Another Blockchain Special Zone + More News
5.3.2020
A long-span suspension bridge, Hunan, China. Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Adoption news
The government of Hunan Province, China, will create a blockchain...
Instant GraphQL Backend with Fine-grained Security Using FaunaDB
25.2.2020
GraphQL is becoming popular and developers are constantly looking for frameworks that make it easy to set up a fast, secure and scalable GraphQL API. In this article, we will learn how to create a scalable and fast GraphQL API with authentication and fine-grained data-access control...
Securities Law Helped Build Modern Capitalism. Crypto Should Embrace It
25.2.2020
Crypto should work within the existing regulatory structure around securities, rather than reinvent a whole new system
Blockchain Pioneer Caitlin Long to Build Crypto Bank in Wyoming
24.2.2020
A Wyoming corporation founded by Caitlin Long is preparing to apply for a special purpose depository institution (SPDI) charter with the state’s division of banking
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...