Search
Lazy Loaded Prefill Embeds
13.7.2020
Lemme sum this up:
CodePen has Embedded Pens. Build a Pen on CodePen, embed it on any other site.
We also offer Prefill Embeds, which remove that first step. With Prefill Embeds, the Pen doesn’t need to exist on CodePen at all. You pass in the code and settings you want to appear in...
Japanese Listed Company Globalway Plans to Build Sharing Economy Protocol and Launch IEO
13.7.2020
TimeCoinProtocol is a new project developed by TimeTicket leveraging blockchain technology to create a decentralized sharing economy platform. The solution is powered by the TimeCoin token (TMCN), an EOS-based native token used both for payments in decentralized apps built upon the protocol and...
Alchemy Aims to Transform Blockchain Development with New Build Tools
9.7.2020
New dev tools promise to make blockchain development open to more engineers, as well as faster and more efficient
Building a Blog with Next.js
9.7.2020
In this article, we will use Next.js to build a static blog framework with the design and structure inspired by Jekyll. I’ve always been a big fan of how Jekyll makes it easier for beginners to setup a blog and at the same time also provides a great degree of control over every aspect of...
Building Serverless GraphQL API in Node with Express and Netlify
6.7.2020
I’ve always wanted to build an API, but was scared away by just how complicated things looked. I’d read a lot of tutorials that start with “first, install this library and this library and this library” without explaining why that was important. I’m kind of a Luddite when it comes to these...
Irish Charity Receives $1.1 Million Grant to Build Blockchain Platform for Aid Distribution
3.7.2020
The grant will also allow Oxfam to scale the project across the Pacific region and explore its potential in sub-Saharan Africa and the Caribbean
Blockchain Australia Seeks to Build Industry Confidence With New CEO
3.7.2020
Blockchain Australia has appointed a new CEO in an effort to improve blockchain awareness and application across Australia
Learn How To Build a Long-Term Trading Strategy in This Week’s Crypto Markets Show Live!
2.7.2020
Popular traders and youtubers Benjamin Cowen and Tyler D. Coates discuss long-term trading strategies and how to take profit from major trends in the crypto market
Let’s Make a Multi-Thumb Slider That Calculates The Width Between Thumbs
23.6.2020
HTML has an <input type="range">, which is, you could argue, the simplest type of proportion slider. Wherever the thumb of that slider ends up could represent a proportion of whatever is before and whatever is after it (using the value and max attributes). Getting fancier, it’s possible...
Samsung-Backed Blocko to Build Blockchain-Based Credit System for Arab Bank
16.6.2020
The Islamic Development Bank’s research organization has partnered with Blocko to build a blockchain credit management system
US Air Force Gives Blockchain Firm $1.5M to Build Supply Chain Network
15.6.2020
SIMBA Chain, a blockchain-as-a-service company, has two years and $1.5 million to further build out its supply chain logistics platform for the United States Air Force
Drug Dealer Just Sentenced to 25 Years Hoped to Build a Better Bitcoin Miner
12.6.2020
Paul Calder LeRoux, an admitted drug dealer with a background in encryption, planned to build a bitcoin miner had he beaten the rap
Striking a Balance Between Native and Custom Select Elements
12.6.2020
Here’s the plan! We’re going to build a styled select element. Not just the outside, but the inside too. Total styling control. Plus we’re going to make it accessible. We’re not going to try to replicate everything that the browser does by default with a native <select> element. We’re going...
Moscow Said to Hire Kaspersky to Build Voting Blockchain With Bitfury Software
9.6.2020
Moscow's government is giving voters the option of having their ballots recorded on a blockchain despite transparency concerns
Making My Netlify Build Run Sass
9.6.2020
Let’s say you wanted to build a site with Eleventy as the generator. Popular choice these days! Eleventy doesn’t have some particularly blessed way of preprocessing your CSS, if that’s something you want to do. There are a variety of ways to do it and perhaps that freedom is part...
A Primer on Display Advertising for Web Designers
4.6.2020
A lot of websites (this one included) rely on advertising as an important revenue source. Those ad placements directly impact the interfaces we build and interact with every day. Building layouts with ads in them is a dance of handling them in fluid environments, and also balancing the need...
The Best Design System Tool is Slack
4.6.2020
There’s a series questions I have struggled with for as long as I can remember. The questions have to do with how design systems work: Where should we document things? Do we make a separate app? Do we use a third-party tool to document our components? How should that tie into Figma or Sketch?...
Increment Issue 13: Frontend
30.5.2020
Increment is a beautiful quarterly magazine (print and web) published by Stripe “about how teams build and operate software systems at scale”. While there is always stuff about making websites in general, this issue is the first focused on front-end¹ development.
I’ve got...
Jamstack News!
29.5.2020
I totally forgot that the Jamstack Conf was this week but thankfully they’ve already published the talks on the Jamstack YouTube channel. I’m really looking forward to sitting down with these over a coffee while I also check out Netlify’s other big release today: Build Plugins.
These are plugins...
Get Programmatic Control of your Builds with Netlify Build Plugins
27.5.2020
Today at Jamstack_Conf, Netlify announced Build Plugins. What it does is allow you to have particular hooks for events within your build, like when the build starts or ends. What’s nice about them is that they’re just a plain ‘ol JavaScript object, so you can insert some logic...