Search
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
Rethinking Twitter as a Serverless App
23.4.2020
In a previous article, we showed how to build a GraphQL API with FaunaDB. We’ve also written a series of articles [1, 2, 3, 4] explaining how traditional databases built for global scalability have to adopt eventual (vs. strong) consistency, and/or make compromises on relations and indexing...
Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)
22.4.2020
I did a little thing the other day that I didn’t know was possible until then. I had a project folder open in VS Code like I always do, and I added another different root folder to the window. I always assumed when you had a project open, it was one top level root folder and that’s...
My Visual Studio Code Setup: Extensions and Themes
22.4.2020
Matthias Ott’s posted his VS Code setup. I find lists like this (I rounded up some recent updates of my own) irresistible, probably because, like y’all, I spend an awful lot of time in VS Code and wanna make sure I’m getting the most out of it.
Things from the list that stood...
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
No Stimulus Check? You’ll Buy Bitcoin as a ‘Hard Asset’ — VanEck Exec
22.4.2020
Bitcoin will be an attractive alternative for those who failed to secure stimulus money, says Gabor Gurbacs
Bitcoin SV’s Jimmy Nguyen: ‘Google Me’ If You Want to Serve Your Subpoena
22.4.2020
Where in the world is Jimmy Nguyen? The Bitcoin SV proponent has told a court he’s not hard to track down using Google or Twitter
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...
Blockchain Bites: DeFi Hacker Is Back, Oil Craters and Big Tech Won’t Sue You
21.4.2020
Big Tech vows not to sue developers using their patents to build solutions to the COVID-19 pandemic while a hacker returns funds stolen this weekend
Constrained CSS grids without `max-width`
21.4.2020
Ain’t nothing wrong with max-width, but Ethan makes a point in the last sentence:
Rather than simply defaulting to max-width as a constraint, I can use the empty space around my design, and treat it as a layout tool.
If the space “around” your grid...
Drupal to Jamstack
21.4.2020
I’ve been harping for a while that Jamstack doesn’t necessarily mean throwing away your old CMS. In fact, I’d argue that Jamstack is at it’s most powerful when paired with a system that you already know, are comfortable with, and perhaps even like. You’d call that...
Facebook’s ‘Scaled Back’ Libra Proposal Is More Dangerous Than You Think
21.4.2020
With stablecoin announcements from China and Libra in the same week, the war over the future of money is reaching a new height, says our columnist
The Contrast Triangle
21.4.2020
Chip Cullen:
Let’s say you’re building a site, and you’re working with a designer. They come to you with some solid designs, and you’re ready to go. You’re also a conscientious front end developer and you like to make sure the sites you build are accessible. The designs you’re working from have...
Creating Playful Effects With CSS Text Shadows
20.4.2020
Let’s have a look at how we can use the CSS text-shadow property to create truly 3D-looking text. You might think of text-shadow as being able to apply blurred, gradient-looking color behind text, and you would be right! But just like box-shadow, you can control how blurred the shadow is, including...
“What You Said” (Apr. 20), a Weekly Round-Up of Sentiments From the Community
20.4.2020
It’s been a minute, CoinMarketCap family! Glad to see you here back again for another week’s edition of “What YouContinue Reading
The post “What You Said” (Apr. 20), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
Everything You Need to Know (But Never Asked) About a Website Privacy Policy
20.4.2020
You see them on almost every website you visit. Click throughs to accept cookies and read privacy policies. But this isn’t just a default state for web designers to...
The post Everything You Need to Know (But Never Asked) About a Website Privacy Policy appeared first on Onextrapixel
Crypto Wallet: Its Requirements, Mechanism, and Everything You Need to Know
19.4.2020
Basically, a software program, a cryptocurrency wallet, is a secure digital wallet that stores public and private keys. It enables users to store, send, and receive digital currencies and monitor their balance. How Does It Work? Crypto wallets do not store currency, unlike traditional fiat wallets....
Front-End Challenges
17.4.2020
My favorite way to level up as a front-end developer is to do the work. Literally just build websites. If you can do it for money, great, you should. If the websites you make can help yourself or anyone else you care about, then that’s also great. In lieu of that, you can also make things...
Crypto Marketplace Purse.io to Dissolve Operations After 6 Years
17.4.2020
On April 17, the crypto firm Purse.io announced the company is planning to dissolve after six years of operation. The marketplace provided incentives for people who wanted the lowest price points by leveraging cryptocurrency solutions. New signups on Purse have been disabled and the company’s...
Better Form Inputs for Better Mobile User Experiences
17.4.2020
Here’s one simple, practical way to make apps perform better on mobile devices: always configure HTML input fields with the correct type, inputmode, and autocomplete attributes. While these three attributes are often discussed in isolation, they make the most sense in the context of mobile user...