Search
Nenechte se zmást odstíny růžové aneb pozor na pandemické grafy
20.9.2020
Data by se neměla skrývat, proto je taky fajn mít otevřená data. A je dobře, když jsou k nim přibaleny hezké vizualizace. Jenže co když nás ty grafy matou? Na jaře letošního roku jsem byl docela nadšený sledováním dat ohledně pandemie. Tedy, jsou to z mnoha důvodů dost nepřesná data, která slouží...
Stellar’s Jed McCaleb: Crypto Doesn’t Need More Regulation, It Needs Clarity
20.9.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 Stellar’s Jed McCaleb: Crypto Doesn’t Need More Regulation, It Needs Clarity appeared first...
Enforcing performance budgets with webpack
18.9.2020
As you probably know, a single monolithic JavaScript bundle — once a best practice — is no longer the way to go for modern web applications. Research has shown that larger bundles increase memory usage and CPU costs, especially on mid-range and low-end mobile devices.
webpack has a lot of features...
Optimizing CSS for faster page loads
18.9.2020
A straightforward post with some perf data from Tomas Pustelnik. It’s a good reminder that CSS is a crucial part of thinking web performance, and for a huge reason:
Any time [the browser] encounters any external resource (CSS, JS, images, etc.) it will assign it a download priority...
‘You Are Not Anonymous on Tor’ – Study Shows Privacy Network Offers Superficial Anonymity
17.9.2020
Privacy advocates are growing leery of the Tor network these days, as recently published research has shown a great number of network’s exit relays are compromised. Furthermore, on September 15, the Hacker Factor Blog published a new Tor report that shows IP addresses being uncovered....
Inclusive Design 24
16.9.2020
Totally free.
No sign-up. No registration. All sessions are streamed live and publicly on the Inclusive Design 24 YouTube channel – see the entire playlist for the event.
Quite the lineup.
I’ve got a couple of other accessibility links burning a hole in my pocket as well:
Matt Stobbs:...
Bullish Activity for Bitcoin & Under the Hood of the SushiSwap Saga: A Data Perspective by IntoTheBlock
16.9.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Bullish Activity for Bitcoin & Under the Hood of the SushiSwap Saga: A Data Perspective by IntoTheBlock appeared first...
Projekt ST - kapitola 2. - Rozborka
15.9.2020
Tak počítač je na stole, a co s ním tedy dále? Otestován, a skutečně nefunkční, jak bylo avizováno – absolutně žádné známky života, zvuk či problik napájecí LED. Tedy odpovídající popisu. Je tedy čas na rozborku. Nicméně elektrotechnický servis si necháme na nějakou další kapitolu – v této...
How to Start a Blog: a Step-by-step Guide
14.9.2020
These days it seems like nearly everyone has a blog. Blogs can be a great way to document your hobbies or interests, keep a record of your daily activities,...
The post How to Start a Blog: a Step-by-step Guide appeared first on Onextrapixel
5 Awesome JavaScript Promise Tricks
14.9.2020
The Promise API changed the game in JavaScript. We went from abusing setTimeouts and settling for synchronous operations to doing everything possible to leverage this new async API. Let’s check out a handful of awesome Promise API tricks! Cancel a fetch Request One problem we instantly...
CMC Launches CoinMarketCap Earn Campaign With Kava
12.9.2020
CoinMarketCap Earn, a place for crypto enthusiasts to learn more about how a cryptoasset works while earning crypto rewards, isContinue Reading
The post CMC Launches CoinMarketCap Earn Campaign With Kava appeared first on CoinMarketCap Blog
Deepin 20 (beta): MacOS na čínský způsob
11.9.2020
Deepin Poměrně novodobá linuxová distribuce na bázi Debianu, která je svým desktopovým prostředím vhodná především pro linuxové začátečníky. Pokusím se vám tedy podrobně představit veškeré její funkce, klady a zápory, kterých jsem si během užívání stačil všimnout. Tento blog rozdělím do čtyři...
Defining “View Source”
10.9.2020
Last time there was a little flurry of activity around the concept of “View Source,” I did get the sense that not everyone was on the same page about what that even means. Jim Nielsen:
First, when we talk about “View Source” what precisely are we talking about? I think this is...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
For Fun: We’re Holding a Memecoin Contest, and You’re Invited!
10.9.2020
We’ve seen the rise and fall of DeFi meme coins over the past few months — YAM, PASTA, SUSHI —Continue Reading
The post For Fun: We’re Holding a Memecoin Contest, and You’re Invited! appeared first on CoinMarketCap Blog
Setting up and Customizing the Ant Design System in a Nuxt App
9.9.2020
I don’t typically work with UI libraries because they can be cumbersome and hard to override, which can contribute to a bloated. However, Ant Design has recently gained some some of my affection because it’s easy to use, has extensible defaults, and features a delicate design.
Nuxt and...
Key Insights Behind the Market-Wide Crash: A Data Perspective by IntoTheBlock
9.9.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Key Insights Behind the Market-Wide Crash: A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
AVIF has landed
8.9.2020
Everybody is talking about AVIF today because of Jake’s blog post. As the say, I was today years old when I learned AVIF was a thing. But thanks to web technology being ahead of the game for once, we can already take advantage of it.
This will be easier if you’ve abstracted your...
Projekt ST – kapitola 1. - Proč, nač a co s tím?
8.9.2020
Každý začátek je nějaký. Někdy lehký, někdy těžký, někdy obávaný. Já jsem dlouho snil o těch dokonalých počítačích z mého dětství – doma jsem měl bráchův osmibitový 800XL, ale pokaždé, když se mi dostal do ruky tehdejší počítačový časopis – Excalibur, tak jsem v duchu slintal nad obrázky z mnohem...
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...