Search
Market Outlook: Bitcoin’s Inverse Head and Shoulders, Covid-19 Fears Decline, CME Futures Gaps
14.4.2020
Digital currency markets have had a few lackluster days, as the entire crypto market valuation has dropped below the $200 billion mark on Monday. The following day on April 14, a number of cryptocurrencies have seen some slight gains between 2-9%. Meanwhile, global markets are reacting positively...
CSS Viewport Units
26.3.2020
Deep dive from Ahmad. I like the coverage of vmin and vmax, which I think I don't reach for as often as I should.
I'm thinking that if you are doing something highly directional (e.g. a full bleed trick), then directly using vw is necessary. On the other hand, if you're doing a calculation where...
Mind the Gap: Identifying and Trading 4 Different Bitcoin Charts Gaps
18.1.2020
Everyone in crypto is talking about CME gaps — but all gaps are not created equal. Learn to identify the types and how to trade them
Adaptive Photo Layout with Flexbox
3.10.2019
Let’s take a look at a super lightweight way to create a horizontal masonry effect for a set of arbitrarily-sized photos. Throw any set of photos at it, and they will line up edge-to-edge with no gaps anywhere.
The solution is not only lightweight but also quite simple. We’ll be using an unordered...
U.S. Congressional Probe Identifies Possible Gaps in Deutsche Bank’s Money Laundering Controls
6.9.2019
A decade or so ago, German banking giant Deutsche Bank AG was counted among the biggest banks in the world, but the financial crisis of 2008 hit the bank hard. Since the financial crisis, the bank has struggled to put its business into top gear again, and now it is faced with a legal issue...
Debugging CSS Grid with Firefox Dev Tools
16.7.2019
CSS Grid is mostly composed of rows, columns, cells, tracks, gaps etc. These things are not elements by themselves; hence, it can be really tasking to visualize and debug them. In this post, we’ll
‘Zimdollar’ Reboot: Bitcoin Fills Liquidity Gaps as New Zimbabwe Currency Flounders
12.7.2019
P2P bitcoin trade is surging in Zimbabwe via mobile exchange platforms like Ecocash, despite recent government efforts to curb the use of competing currencies locally. As of June 24, the reinstated Zimbabwe dollar (formerly RTGS dollar) is now the only recognized currency in the economically...
Technical Debt is Like Tetris
21.3.2019
Here’s a wonderful post by Eric Higgins all about refactoring and technical debt. He compares giant refactoring projects to being similar to Tetris:
Similar to running a business, Tetris gets harder the longer you play. Pieces move faster and it becomes harder to keep up.
Similar to running...
What We Want from Grid
27.2.2019
We felt spoiled with CSS grid for a minute there. It arrived hot and fast in all the major browsers all at once. Now that we're seeing a lot more usage, we're seeing people want more from grid.
Michelle Barker lists hers wants (and I'll put my commentary after):
Styling row and column gaps. I've...
Piecing Together Approaches for a CSS Masonry Layout
11.1.2019
Masonry layout, on the web, is when items of an uneven size are laid out such that there aren't uneven gaps. I would guess the term was coined (or at least popularized) for the web by David DeSandro because of his popular Masonry JavaScript library, which has been around since 2010.
JavaScript...
Bridging the Gap Between CSS and JavaScript: CSS-in-JS
3.12.2018
In this article, we’re going to dig into the concept of CSS-in-JS. If you’re already acquainted with this concept, you might still enjoy a stroll through the philosophy of that approach, and you might be even more interested in the next article.
Web development is very interdisciplinary. We’re used...
CSS Grid in IE: Faking an Auto-Placement Grid with Gaps
6.7.2018
This is the third and final part in a three-part series about using CSS grid safely in Internet Explorer 11 (IE11) without going insane.
In Part 1, I covered some of the common misconceptions that people have about IE11’s native CSS grid implementation. In Part 2, I showed the world how easy...