Search
Bitcoin Security 101: How to Create a 2 of 2 Multi-Signature BCH Wallet
21.7.2020
In the world of cryptocurrencies, there’s a lot of discussions and lessons when it comes to digital asset security and one of them is multisig wallets. The term multisig stands for multi-signature and the following post will teach anyone how to create a 2 of 2 multisig wallet. Years...
Creating a Gatsby Site with WordPress Data
20.7.2020
In my previous article last week, I mentioned creating a partially ported WordPress-Gatsby site. This article is a continuation with a step-by-step walkthrough under the hood.
Gatsby, a React-based framework for static sites, is attracting attention not only from JavaScript developers but also from...
5 Most Common Developer Portfolio Mistakes (Sponsored)
20.7.2020
A portfolio site is one of the best marketing and sales tools you as a web developer have in your arsenal. And if it’s set up right, it’ll save you a bunch of time having to:  Chase down new clients,  Spend time convincing them to work with you, Answer questions about your experience as...
How Bitcoin Allows Cloudbet to Offer the Fairest Odds in Soccer
20.7.2020
One crypto sportsbook is using the English Premier League’s return to demonstrate how blockchain technology helps it to offer customers fairer prices to maximise their winnings. Cloudbet, the pioneering bitcoin operator, recently announced that for each remaining game in the EPL season, it would...
On dependency
17.7.2020
Rob Weychert:
But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people standardized the digital formats for those images and fonts. I didn’t write the HTML...
The Twitter Hack Fiasco: Compromised Internal Tool, Paid Insiders, Direct Message Fears
17.7.2020
On Wednesday, a large number of Twitter accounts were compromised and the hackers used the accounts to tweet about a bitcoin doubling scam. According to multiple reports, a Twitter employee was paid to give the hackers an internal tool that let them leverage high-profile social media accounts....
Making lil’ me
15.7.2020
Cassie Evans made a lovely illustration of herself and then used Greensock to add a flourish of animations to polish it off. Cassie wrote a series of posts about how she did it:
In this post we’ll cover how to get values from the mouse movement and plug them into an animation. This is...
Advocacy Group Claims IRS-Issued Crypto-Warning Letters Violated Taxpayer’s Rights
14.7.2020
Close to a year ago last July, the U.S. Internal Revenue Service (IRS) revealed it would be sending ‘soft letters’ to suspected American cryptocurrency owners advising them to pay their taxes. Now according to the Taxpayer Advocate Service, a subsidiary of the IRS, the soft letters...
Running spot instances effectively with Amazon EKS
14.7.2020
I know this is a little outside the normal scope of CSS-Tricks stuff, but I find the whole concept of spot instances fascinating. Here’s the gist from a very-non-expert (me). You can just buy and pay for web servers, for example, Amazon EC2. You can save a bunch of money if you buy them...
Easy Stock Market Quotes with marketstack (Sponsored)
12.7.2020
The stock market is wild right now, at least in the United States. Between pandemic, political events, and everything else going on, the stock market is one swing after another. There are a host of services that give you stock quotes but I don’t trust them; I feel like they delay information...
An Eleventy Starter with Tailwind CSS and Alpine.js
10.7.2020
When I decided to try to base my current personal website on Eleventy, I didn’t want to reinvent the wheel: I tested all the Eleventy starters built with Tailwind CSS that I could find in Starter Projects from the documentation.
Many of the starters seemed to integrate Tailwind CSS in...
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...
Monaco Passes New Security Token Laws, but Acting on Them Is Not Easy
7.7.2020
The government of Monaco has passed a new bill introducing the establishment of a security token framework
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Posters! (for CSS Flexbox and CSS Grid)
6.7.2020
Any time I chat with a fellow web person and CSS-Tricks comes up in conversation, there is a good chance they’ll say: oh yeah, that guide on CSS flexbox, I use that all the time!
Indeed that page, and it’s cousin the CSS grid guide, are among our top trafficked pages. I try to take...
IOTA CoFounders on How Past Mistakes Have Shaped Them Today
3.7.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post IOTA CoFounders on How Past Mistakes Have Shaped Them Today appeared first on CoinMarketCap Blog
IOTA Cofounders on How Past Mistakes Have Shaped Them Today
3.7.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post IOTA Cofounders on How Past Mistakes Have Shaped Them Today appeared first on CoinMarketCap Blog
Some Performance Links
3.7.2020
Just had a couple of good performance links burning a hole in my pocket, so blogging them like a good little blogger.
Web Performance Recipes With Puppeteer
Puppeteer is an Node library for spinning up a copy of Chrome “headlessly” (i.e. no UI) and controlling it. People use it...
Global and Component Style Settings with CSS Variables
1.7.2020
The title of this Sara Soueidan article speaks to me. I’m a big fan of the idea that some CSS is best applied globally, and some CSS is best applied scoped to a component. I’m less interested in how that is done and more interested in just seeing that conceptual approach used in some...
When Sass and New CSS Features Collide
29.6.2020
Recently, CSS has added a lot of new cool features such as custom properties and new functions. While these things can make our lives a lot easier, they can also end up interacting with preprocessors, like Sass, in funny ways.
So this is going to be a post about the issues I’ve encountered...