Search

Nalezeno "link": 1962

Analyzing Notion app performance


Here’s a fantastic case study where Ivan Akulov looks at the rather popular writing app Notion and how the team might improve the performance in a variety of ways; through code splitting, removing unused vendor code, module concatenation, and deferring JavaScript execution. Not so long ago, we made...

10 Tips for Filing Crypto Taxes


There are only a few more weeks before the U.S. tax season. The 2020 U.S tax season deadline has historicallyContinue Reading The post 10 Tips for Filing Crypto Taxes appeared first on CoinMarketCap Blog

A/B Testing Instant.Page With Netlify and Speedcurve


Instant.Page does one special thing to make sites faster: it preloads the next page when it’s pretty sure you’re going to click a link (either by hovering over 65ms or mousedown on desktop, or touchstart on mobile), so when you do complete the click (probably a few hundred milliseconds...

Adding CSS to a Page via HTTP Headers


Only Firefox supports it, but if you return a request with a header like this: Header add Link "<style.css;rel=stylesheet;media=all" …that will link to that stylesheet without you having to do it in the HTML. Louis Lazaris digs into it: […] the only thing I can think of that could...

On fixed elements and backgrounds


After just playing with apsect-ratio and being pleasantly surprised at how intuitive it is, here’s an example of CSS acting unintuitively: If you have a fixed element on your page, which means it doesn’t move when you scroll, you might realise that it no longer acts fixed if you apply a...

This Week in Crypto: A Data Perspective


Powered by In yet another volatile week for crypto, interesting patterns are emerging in the on-chain activity of some ofContinue Reading The post This Week in Crypto: A Data Perspective appeared first on CoinMarketCap Blog

Behind the Source: Cassie Evans


I feel like the tech industry takes itself far too seriously sometimes. I get frustrated by all the posturing and gatekeeping – “You’re not a real developer unless you use x framework”, “CSS isn’t a real programming language”. I think this kind of rhetoric often puts new developers off,...

Overlapping Header with CSS Grid


Snook shows off a classic design with an oversized header up top, and a content area that is “pulled up” into that header area. My mind goes to the same place: Historically, I’ve done this with negative margins. The header has a height that adds a bunch of padding to the bottom...

10 Things to Know Before Buying Your First Bitcoin


Bitcoin is more prominent than ever. Since its inception in 2009, the cryptocurrency has exploded in popularity, becoming something ofContinue Reading The post 10 Things to Know Before Buying Your First Bitcoin appeared first on CoinMarketCap Blog

Tim Draper on the Myth of Volatility: One Bitcoin Is Only Ever One Bitcoin


“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading The post Tim Draper on the Myth of Volatility: One Bitcoin Is Only Ever One Bitcoin appeared first on CoinMarketCap Blog

Global CSS options with custom properties


With a preprocessor, like Sass, building a logical “do this or don’t” setting is fairly straightforward: $option: false; @mixin doThing { @if $option { do-thing: yep; } } .el { @include doThing; } Can we do that in native CSS with custom properties? Mark Otto shows...

Why we at $FAMOUS_COMPANY Switched to $HYPED_TECHNOLOGY


Too funny: After careful consideration, we settled on rearchitecting our platform to use $FLASHY_LANGUAGE and $HYPED_TECHNOLOGY. Not only is $FLASHY_LANGUAGE popular according to the Stack Overflow developer survey, it’s also cross platform; we’re using it to reimplement our mobile apps as well....

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace