Search
All the New ES2019 Tips and Tricks
13.8.2019
The ECMAScript standard has been updated yet again with the addition of new features in ES2019. Now officially available in node, Chrome, Firefox, and Safari you can also use Babel to compile these features to a different version of JavaScript if you need to support an older browser.
Let’s look...
The BlockchainUA Team Invites You to the Most Large-Scale Blockchain and Cryptocurrency Conference in Ukraine
13.8.2019
The BlockchainUA team invites you to the most large-scale blockchain and cryptocurrency conference in Ukraine, which will be held in Kiev, September 20, 2019! This is a unique opportunity for everyone to dive into the details of one of the most promising technologies, listen to informative reports...
How Bridging Blockchains Unlocks Value and Unites Crypto Tribes
12.8.2019
Interoperability is a multisyllabic word for a multi-faceted problem. How do you get blockchains to communicate with one another? Until recently, there’s been no easy way to achieve this, leaving assets isolated and smart contract-powered dapps siloed on their respective protocols. Before...
In Search of a Stack That Monitors the Quality and Complexity of CSS
12.8.2019
Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding...
Are You Ready for Europe’s Unique Event Fin:CODE 2020?
12.8.2019
DevOps | Scale | Velocity in the Financial Industry Frankfurt, Germany | March 19 – 20, 2020: fin:CODE is Europe’s unique event mainly focused on addressing the challenges that banks, asset management firms and insurance companies are experiencing when adopting and scaling...
Moving Text on a Curved Path
9.8.2019
There was a fun article in The New York Times the other day describing the fancy way Elizabeth Warren and her staff let people take a selfie with Warren. But... the pictures aren't actually selfies because they are taken by someone else. The article has his hilarious line of text that wiggles by...
Can the Fed Kill Bitcoin? Navigating the Chokepoints of Tax Law and KYC
9.8.2019
Taxes. The one word that can kill any buzz in seconds flat. Whether you’re a libertarian ranting about how taxation is theft or one of those fabled creatures who is actually happy to file them as their so-called civic duty, one fact remains: those who don’t give the government a bite...
Building a Full-Stack Serverless Application with Cloudflare Workers
9.8.2019
One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details of deployment and DevOps, it's refreshing to be given a mode of building web applications that simply abstracts scaling and infrastructure...
Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
9.8.2019
In this week's roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Use font-style: oblique on variable fonts
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant)...
Design Principles for Developers: Processes and CSS Tips for Better Web Design
8.8.2019
It is technically true that anyone can cook. But there’s a difference between actually knowing how to prepare a delicious meal and hoping for the best as you throw a few ingredients in a pot. Just like web development, you might know the ingredients—<span>, background-color, .heading-1—but...
Get the Best Domain Name for your New Website
8.8.2019
(This is a sponsored post.)
If you're on CSS-Tricks, we can probably bet that you're in the process of building a really cool website. You've spent your time creating content, applying appropriate UX design techniques, coding it to perfection, and now you're about ready to launch it to the world.
A...
Quick Gulp Cache Busting
7.8.2019
You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser "hang on to this file basically forever." That way, when navigating from page to page on a site — or revisiting it, or refreshing...
How to Become a Blockchain Developer
7.8.2019
Skilled blockchain developers are a scarce commodity, as precious as the bitcoins that reside on the distributed ledgers they maintain. Teach yourself one of the major blockchain programming languages and you’ll be set for life, though like anything worth having, this achievement won’t...
How to Shuffle BCH and Keep Your Transactions Private With Cashshuffle
6.8.2019
As blockchain surveillance becomes more prevalent, cryptocurrency advocates have created ways to make digital currency transactions more private. Bitcoin Cash (BCH) has an application called Cashshuffle, which allows users to shuffle their BCH with other fractions of BCH to obfuscate...
Let’s Give Grunt Tasks the Marie Kondo Organization Treatment
6.8.2019
We live in an era of webpack and npm scripts. Good or bad, they took the lead for bundling and task running, along with bits of Rollup, JSPM and Gulp. But let's face it. Some of your older projects are still using good ol' Grunt. While it no longer glimmers as brightly, it does the job well...
The Guide to Understanding Crypto: How Cryptocurrency Works [Part 1]
6.8.2019
Introducing The Crypto Demystified Series Welcome to your guide on cryptocurrency! If you’re new to the world of cryptocurrencies and are looking to learn more about them without the complicated jargon, you’ve come to the right place. You might have […]
The post The Guide to Understanding...
The Bitcoin Perpetuals Swaps Market is Growing - What You Need to Know
6.8.2019
The perpetual swaps market for cryptoassets is growing. First brought to market by leading crypto derivatives exchange BitMEX in 2016, perpetual swaps on bitcoin have started to gain more traction among crypto traders in the past twelve months. Today, several exchanges offer perpetuals while market...
SSCCE
6.8.2019
You know what a "reduced test case" is, right? We've talked about it here. I imagine the concept is useful in many walks of life, but in the world of front-end development, you can think of it like:
A reduced test case is a demo/example page you create which reproduces the problem you are having...
Using Your Domain with a Netlify-Hosted Site
6.8.2019
Netlify has their own docs for Custom Domains, so if you're looking for horse's mouth technical docs on this stuff, that should be treated as the source of truth. But I'd like to take a crack at it from a slightly different angle, where we look at where you are and what you wanna do, and the point...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...