Search
How to Build Your Resume on npm
2.1.2020
Just yesterday, Ali Churcher shared a neat way to make a resume using a CSS Grid layout. Let’s build off that a bit by creating a template that we can spin up whenever we want using the command line. The cool thing about that is that you’ll be able to run it with just one command.
I know...
Wufoo + Zapier
31.12.2019
Wufoo has always been great with integrations. They have integrations with specific apps, like Campaign Monitor, Mailchimp, and Typekit, but they also integrate with Zapier, which is sort of like an integration inside an integration.
That's kinda meta, but the idea is actually pretty...
Volcker Might Have Said Yes to a Digital Dollar – If He Knew What It Was
12.12.2019
What would the late former Federal Reserve Chair Paul Volcker have thought about digital currencies issued by central banks?
Venture Capitalists Have Invested Over $200M in Stablecoins
6.12.2019
Does the world need more stablecoins? Yes according to VCs, who have thrown hundreds of millions of dollars at projects developing stable or low volatility digital assets. The $45 million committed in 2019 takes the past two years of VC investment to over $200M. Also read: RBI Governor Discusses...
Six Months Using Firebase Web Performance Monitoring
19.11.2019
I don't really think of Firebase as a performance monitoring tool (all I ever think about is auth and real-time data storage), but nevertheless, it totally has that feature.
Justin Ribeiro...
[A] tool to track what real users in the wild are experiencing with an easy setup? Yes, please. [...]...
US Congressman: Default Reaction to Bitcoin, Blockchain Must Be ‘Yes’
23.10.2019
U.S. Congressman Patrick McHenry, who represents North Carolina’s 10th District, has reintroduced the Financial Services Innovation Act to promote crypto innovation
Yes, Even Bitcoin HODLers Can Lose Money in the Long-Term: Here’s How
16.10.2019
Market analyst Philip Swift explains how blockchain data helps traders spot Bitcoin highs and lows for making wiser investments
Caniuse and MDN compatibility data collaboration
10.9.2019
Second only to "silly GIFs," I'd guess screenshots of caniuse are the most common slide graphic at web conferences. It's become the ultimate source for looking at web compatibility data in the hearts and minds of web developers.
Can I use CSS filter in Firefox? Yes. Can I use the filter() function?...
Paytm owner One97 in Discussions to Acquire Stake in Yes Bank
10.9.2019
There was a time when Yes Bank was one of the shining lights of the dynamic private banking sector, but over the past year or so the bank has lurched from one crisis to another. During this period, its stock price has plunged significantly as well and hence; it has gone for a range of …
The...
Is Blockchain Speed & Capacity a Problem? Vitalik says Yes, CZ says No
21.8.2019
There was a disagreement over two vital blockchain-related points earlier today between two major figures in the crypto and blockchain world. The issues: speed and capacity of existing blockchains. The figures: CEO of Binance, Changpeng Zhao (CZ), and co-founder of Ethereum, Vitalik Buterin.
The...
Can you nest @media and @support queries?
5.8.2019
Yes, you can, and it doesn't really matter in what order. A CSS preprocessor is not required. It works in regular CSS.
This works:
@supports(--a: b) {
@media (min-width: 1px) {
body {
background: red;
}
}
}
And so does this, the reverse nesting of the above:
@media (min-width:...
Bitcoin and Voluntaryism – Where Libertarian Philosophy Meets Crypto
18.7.2019
For the uninitiated, voluntaryism is a philosophy based on consent. In the simplest terms it says: “If it’s not voluntary, it’s not moral.” This basic statement is often countered with “Yes, but not everyone agrees on that, some people use violence to get what they...
European Football Giant SL Benfica Said Yes to Crypto (Almost)
6.6.2019
More good news came out of the merger of sport and crypto. One of the biggest names in European football, SL Benfica, started accepting crypto as payment “to buy match tickets and the entire range of Benfica products” in a “cheaper, safer and faster [way] than any other online payment method”,...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Empathy
29.5.2019
Yes, you didn’t see it coming, but empathy is really important. We are talking about the Next Billion Users here, remember? As developers, we might have the expensive resources like 4G internet to
Getting Started with React Testing Library
22.5.2019
I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?
But react-testing-library is not just another testing library. It’s...
Yes, You May Need a Blockchain
14.5.2019
Balaji S. Srinivasan is the former CTO of Coinbase, a Board Partner at Andreessen Horowitz and a member of CoinDesk’s advisory board. The following article originally appeared in Consensus Magazine, distributed exclusively to attendees of CoinDesk’s Consensus 2019 event. There’s a certain kind...
Build a Blog Using Express.js and React in 30 Minutes
14.1.2019
Building a web server sounds complicated, but it doesn't have to be! What if I told you that you can create a web server with just a couple lines of code? Yes! You can do things like this using Exp
Build a React To-Do App with React Hooks (No Class Components)
13.11.2018
Yes, a to-do app, seems like something we’ve all done in the past. The great thing about a to-do app is that it covers all 4 aspects of CRUD; Create, Read, Update, Delete. As a developer, we need t
Build Firefox Faster with Artifact Builds
26.7.2018
Working on Firefox DevTools has always been a dream of mine, mostly because it feels like the ultimate way to give back to the development community and those that helped me become a success. And when I explain who Mozilla is and people ask “Oh, so you work on Firefox?!”, I can finally...
PSA: Yes, Serverless Still Involves Servers.
16.7.2018
You clever dog. You've rooted it out! It turns out when you build things with serverless technology you're still using servers. Pardon the patronizing tone there, I've seen one-too-many hot takes at this point where someone points this fact out and trots away triumphantly.
And yes, because...