Search
Automated Selenium Testing with Jest and LambdaTest
5.3.2020
You know what the best thing is about building and running automated browser tests is? It means that the site you're doing it on really matters. It means you're trying to take care of that site by making sure it doesn't break, and it's worth the time to put guards in place against that breakages....
How We Created a Static Site That Generates Tartan Patterns in SVG
4.3.2020
Tartan is a patterned cloth that’s typically associated with Scotland, particularly their fashionable kilts. On tartanify.com, we gathered over 5,000 tartan patterns (as SVG and PNG files), taking care to filter out any that have explicit usage restrictions.
The idea was cooked up by Sylvain...
Data-driven Jamstack with Sourcebit
28.2.2020
Think of building sites with Gatsby as an hourglass shape.
Gatsby itself is right in the middle. The wide funnel at the top represents the fact that Gatsby can take in data from all sorts of sources. The data could be in markdown files, from a headless CMS or some other API, from a hosted database...
Caitlin Long on Coronavirus, Crypto Custody and Building a Bank
24.2.2020
A new crypto bank tries to address some of the most fundamental issues for institutions who want to get into the space
Collective #592
24.2.2020
Building a new kind of ecosystem * CLI Diagram * Kasaya * esbuild * Disappearing-People * Glitch Art Generator
Collective #592 was written by Pedro Botelho and published on Codrops
Get Ready for the Bitcoin Halving – Here Are 9 Countdown Clocks You Can Monitor
22.2.2020
The anticipation for the block reward halving for BTC, BCH, and BSV has been building. All three cryptocurrencies will see rewards halved from 12.5 to 6.25 coins throughout the months of April and May. The following is a comprehensive list of websites that are counting down each crypto’s...
The Domain Startups Building an Uncensorable Internet on Top of Ethereum
21.2.2020
Last weekend at ETHDenver, decentralized internet alternatives were on display from projects leveraging blockchain’s censorship-resistant nature
Bitcoin Cash House Ghana Finds Liquidity Provider, Seeks to Partner With Mobile Money Services
21.2.2020
Bitcoin Cash House Ghana has announced they’ve found a liquidity provider for converting between BCH and Ghanaian cedi, and are now preparing to furnish their building and move in, preparing for official launch on March 1. A new read.cash post from organizer Kousha detailed the status of...
South Korea’s Central Bank Is Building a New Blockchain System for the Bond Market
20.2.2020
The Bank of Korea is reportedly looking to build a blockchain system for the Korean bond market
Building Up a Base for Crypto: The Story of Coinbase’s Brian Armstrong
16.2.2020
Cointelegraph looks into the story of Coinbase’s CEO Brian Armstrong – one of the most influential in crypto and blockchain
A Headless CMS for You and Your Web Development Agency
13.2.2020
(This is a sponsored post.)
Storyblok is a headless but component-based CMS with a built-in live-preview. You can use it for building fast and reliable websites and power native apps with your favorite technology.
Let us start with the basics and what a headless CMS is:
A headless content...
Building an Images Gallery using PixiJS and WebGL
12.2.2020
Sometimes, we have to go a little further than HTML, CSS and JavaScript to create the UI we need, and instead use other resources, like SVG, WebGL, canvas and others.
For example, the most amazing effects can be created with WebGL, because...
Building the Web We Want
10.2.2020
On the Microsoft Edge team, we’re committed to an open web and helping to drive innovation forward, which is why we’ve kicked off a new initiative in collaboration with Google, Mozilla, Samsung Internet, Igalia and — most importantly — the web community, called The Web...
Building an accessible autocomplete control
6.2.2020
Here’s a great in-depth post from Adam Silver about his journey to create an autocomplete field that’s as accessible as possible. There are so many edge cases to consider! There are old browsers and their peculiar quirks, there are accessibility best practices for screen readers, and not to mention...
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...
Smaller HTML Payloads with Service Workers
31.1.2020
Short story: Philip Walton has a clever idea for using service workers to cache the top and bottom of HTML files, reducing a lot of network weight.
Longer thoughts: When you're building a really simple website, you can get away with literally writing raw HTML. It doesn't take long to need a...
aviationstack
28.1.2020
(This is a sponsored post.)
I wonder how many startup ideas have something to do with air travel? 🤔
It's such a big industry with so many pain points its no wonder that it inspires ideas for building new products. Here's the thing about a lot of startup ideas: you need data. Chances...
Bitcoin Cash Miner Jiang Zhuoer Answers Infrastructure Funding Questions
23.1.2020
On Wednesday, Btc.top founder Jiang Zhuoer disclosed that five mining operations had plans to donate roughly $6 million in coinbase rewards (depending on market prices) to developers building Bitcoin Cash infrastructure. The news was met with mixed reviews as some of the specifics of the deal were...
Building Multi-Directional Layouts
23.1.2020
There are some new features in CSS that can assist us with building layouts for different directions and languages with ease. This article is about CSS logical properties and values (e.g. margin-inline-start).  These are a W3C working draft that still going under heavy editing, but have...
Bad accessibility equals bad quality
22.1.2020
Here’s a smart post from Manuel Matuzovic where he digs into why accessibility is so important for building websites:
Web accessibility is not just about keyboard users, color contrast or screen readers. Accessibility is a perfect indicator for the quality of a website. Accessibility is strongly...