Search
What the web still is
21.11.2019
Being a pessimist is an easy thing to fall back on, and I’m trying to be better about it. As we close the year out, I thought it would be a good exercise to take stock of the state of the web and count our blessings.
Versatile
We don't use the internet to do just one thing. With more than...
Maduro Plans to Give Venezuelan Pensioners Petro as Christmas Bonus
21.11.2019
Regional news outlets from Venezuela have revealed that President Nicolás Maduro plans to dole out petro as a ‘Christmas bonus’ for Venezuelan retirees and pensioners. Moreover, despite the fact that many Venezuelans say average citizens don’t use the petro, Maduro also...
No, Absolutely Not
19.11.2019
I think the difference between a junior and senior front-end developer isn't in their understanding or familiarity with a particular tech stack, toolchain, or whether they can write flawless code. Instead, it all comes down to this: how they push back against bad ideas.
What I've learned this year...
Oh, the Places JavaScript Will Go
19.11.2019
I tend to be pretty vocal about the problems client-side JavaScript cause from a performance perspective. We're shipping more JavaScript than ever to our user's devices and the result is increasingly brittle and resource-intensive experiences. It's... not great.
But that doesn't mean I don't like...
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. [...]...
Ways to Organize and Prepare Images for a Blur-Up Effect Using Gatsby
18.11.2019
Gatsby does a great job processing and handling images. For example, it helps you save time with image optimization because you don’t have to manually optimize each image on your own.
With plugins and some configuration, you can even setup image preloading and a technique called blur-up for your...
Bitcoin Price Risks Falling Under $8.4K If the Bulls Don’t Step Up Now
16.11.2019
BTC buyers must step in soon or Bitcoin risks falling further and taking the entire cryptocurrency market with it
“Don't Leave Your Coins In Exchanges,” Says Crypto Entrepreneur Who Lost All His Assets
14.11.2019
‘Take your money off the exchanges,’ says this blockchain venture capital firm founder
scrapestack: An API for Scraping Sites
12.11.2019
(This is a sponsored post.)
Not every site has an API to access data from it. Most don't, in fact. If you need to pull that data, one approach is to "scrape" it. That is, load the page in web browser (that you automate), find what you are looking for in the DOM, and take it.
You can do this...
Generation QE: How Central Banks Create Money From Thin Air
11.11.2019
This year the public has seen a lot of the expansive monetary policy taking place with 37 central banks participating in monetary easing. Unfortunately, most people don’t understand the methods central banks like the Federal Reserve use to increase the money supply and never take the time...
Becoming Nakamoto: How Satoshi Created His Alter-Ego
11.11.2019
Captain America began life as Steve Rogers. Tony Stark only created Iron Man after being kidnapped. Bruce Wayne spent seven years in ninja training before eventually returning to Gotham as Batman. We don’t know Satoshi Nakamoto’s birth name, but we do know something about the steps...
Making a Chart? Try Using Mobx State Tree to Power the Data
5.11.2019
Who loves charts? Everyone, right? There are lots of ways to create them, including a number of libraries. There’s D3.js, Chart.js, amCharts, Highcharts, and Chartist, to name only a few of many, many options.
But we don’t necessary need a chart library to create charts. Take Mobx-state-tree (MST)...
The Trick to Animating the Dot on the Letter “i”
4.11.2019
Here’s the trick: by combining the Turkish letter "ı" and the period "." we can create something that looks like the letter "i," but is made from two separate elements. This opens us up to some fun options to style or animate the dot of the letter independently from the stalk. Worried about...
Argentina’s Example Shows That You Don’t Own Your Money
30.10.2019
Cash shortages, bank closures and ATMs running out of funds seems to be the new norm for many countries, and recently increased capital controls in Argentina are further testament to this unsettling trend. Sunday’s election of president Alberto Fernández has resulted in Argentine account...
Using the Platform
29.10.2019
Tim Kadlec:
So much care and planning has gone into creating the web platform, to ensure that even as new features are added, they’re added in a way that doesn’t break the web for anyone using an older device or browser. Can you say the same for any framework out there? I don’t mean that to...
Veteran Trader: Don’t Break These 11 Rules Trading Bitcoin and Crypto
28.10.2019
Veteran market analyst shares his top trading rules for helping crypto investors make better decisions in order to earn more Bitcoin
Animated Position of Focus Ring
27.10.2019
Maurice Mahan created FocusOverlay, a "library for creating overlays on focused elements." That description is a little confusing at you don't need a library to create focus styles. What the library actually does is animate the focus rings as focus moves from one element to another. It's based...
Cash Runs Dry at ATMs as Protests Escalate in Chile
26.10.2019
There’s a lot of unrest in Chile right now as the country has seen massive protests against government manipulation and an escalation of financial problems. Local reports detail a few banking establishments have been burned after customers started having issues withdrawing cash from ATMs....
Bidirectional Horizontal Rules in CSS
25.10.2019
Say you have a <blockquote> and the design calls for a thick border along the left side. Well, you might not necessarily mean left side, but actually mean on the side of the start of the text.
That's exactly what CSS logical properties are meant to address, and Hussein Al Hammad has a nice...
The Landscape of Cross-Platform App Development
25.10.2019
I don't track this stuff very well, but I get it. If you want a native app for Android and iOS, it sure would be nice to only have to write it once rather than two very different languages. Roughly double your reach without doubling the work. More and more of these things are reaching into desktop...