Search
What the Web Needs Now (and how ARTIFACT is here for it)
19.7.2019
I recently had the pleasure of joining Dave Rupert, Chris Coyier, and Chris Ferdinandi on the Shop Talk Show to talk about the upcoming ARTIFACT Conference (Austin, TX on Sept. 30 – Oct. 1, 2019). ARTIFACT is an intimate gathering of web designers and developers where we discuss ways to build...
Using GraphQL Playground with Gatsby
18.7.2019
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
Data Sources → Pull data from anywhere.
Build → Generate your website with React and GraphQL.
Deploy → Send the site to...
Build a Chat App Using React Hooks in 100 Lines of Code
15.7.2019
We’ve looked at React Hooks before, around here at CSS-Tricks. I have an article that introduces them as well that illustrates how to use them to create components through functions. Both articles are good high-level overviews about the way they work, but they open up a lot of possibilities...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
Frontend Masters: The New, Complete Intro to React Course… Now with Hooks!
11.7.2019
(This is a sponsored post.)
Much more than an intro, you’ll build a real-world app with the latest features in React including 🎣 hooks, effects, context, and portals.
We also have a complete React learning path for you to explore React even deeper!
Direct Link to Article —...
John McAfee Offers to Build Cuba’s First Cryptocurrency
9.7.2019
The tech guru has wants to be Cuba's crypto advisor
Collective #530
8.7.2019
Chaos Design * Why is my webpack build slow? * Zfont * Five Methods for Five-Star Ratings
Collective #530 was written by Pedro Botelho and published on Codrops
Hyundai’s Token Company Partners With CasperLabs to Build a PoS Blockchain
8.7.2019
HDAC, issuer of the Hyundai-DAC token, is working with CasperLabs to move from proof-of-work
Open-Source Platform Lets Users Build Their Own Blockchain in Under 10 Min
8.7.2019
An open-source blockchain platform says the industry is going the same way as the internet: Just like websites, every business now wants their own chain. #SPONSORED
Building an Animal Adoption Site with Node and Vue - Part 1
8.7.2019
Today we're going to build an application that showcases animals that are available for adoption! This will be a two part blog series, so in this portion we'll just learn how to se
Haunted: Hooks for Web Components
3.7.2019
I was just chatting with Dave and he told me about Haunted. It's hooks, but for native web components! Pretty cool. I think the existence of stuff like this makes using web components more and more palatable — particularly in that totally-native no-build-step-needed-at-all kinda way.
I...
Abkhazia to Build Large Crypto Mining Farm, President Says
2.7.2019
The President of the partially-recognized Republic of Abkhazia said that the country will build a large crypto mining farm
ConsenSys Spin-Out 3Box Raises $2.5 Million to Build ID Tools for Dapp Devs
26.6.2019
ID startup 3Box is spinning out of ethereum incubator ConsenSys with $2.5 million in new funding
Wanxiang City Partners With PlatON, a Blockchain Privacy Startup, To Build Tracking Infrastructure
21.6.2019
China will build a blockchain-managed live-work district in Hangzhou
Build a Low Latency, Globally Distributed Python App using Macrometa's Geo-Distributed Database Cloud.
20.6.2019
In this tutorial, I'm going to show you how to quickly and easily build a distributed database backend that spans across North America (Los Angeles & Ashburn VA), Europe (Frankfurt) and Asia (M
Indian Startup Launches Crypto Trading Strategy Marketplace
19.6.2019
An Indian startup has launched a marketplace for algorithmic trading strategies. Investors can choose a strategy based on factors such as past performance, cryptocurrencies invested, and time frames. The platform also offers a drag-and-drop tool for traders to build their own strategies without...
If you can build a site with WordPress.com, you should build your site on WordPress.com.
18.6.2019
That’s what I like to tell people. I’ve seen too many websites die off, often damaging the company along the way because the technical debt of hosting and maintaining the website is too much in the long term. For a few examples, there is the domain name itself to handle and the tricky DNS settings...
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
BRD Partners With Wyre to Build Bank Transfer Wallet Feature
13.6.2019
BRD aims to compete with exchanges thanks to its addition of low-cost bank transfers
Using Cypress to Write Tests for a React Application
12.6.2019
End-to-end tests are written to assert the flow of an application from start to finish. Instead of handling the tests yourself — you know, manually clicking all over the application — you can write a test that runs as you build the application. That’s what we call continuous integration and it’s...