Search
Why Are Players Switching to Cryptocurrency Gambling?
20.12.2019
Gambling is a bourgeoning industry that is encompassing everyone within its fold. The recent years have witnessed an incredible rise in the number of online casinos as well as gamblers. Online casinos are getting bigger, slots and games are getting more immersive, and more punters are piling...
Bitcoin Mining Operations Offer New Strategies Before Reward Reduction
10.12.2019
As the reward halving approaches, bitcoin miners are preparing new strategies so customers can reap the most profits from their hashrate services. On December 3, the mining operation Poolin introduced a hashrate auto-switch feature so clients can automatically switch between BTC and BCH mining....
How to Trade Crypto in Person Safely
20.10.2019
With mainstream exchanges becoming progressively cumbersome due to privacy invasive policy and regulation, some crypto traders are switching to more private, face-to-face trading. While this route isn’t for everyone, and comes with unique risks, it does offer a very real solution to many...
Thinking in React Hooks
25.9.2019
Amelia Wattenberger has written this wonderful and interactive piece about React Hooks and details how they can clean up code and remove all those troubling lifecycle events:
React introduced hooks one year ago, and they've been a game-changer for a lot of developers. There are tons of how-to...
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
The Making of an Animated Favicon
15.8.2019
It’s the first thing your eyes look for when you’re switching tabs.
That’s one way of explaining what a favicon is. The tab area is a much more precious screen real-estate than what most assume. If done right, besides being a label with icon, it can be the perfect billboard to represent what’s...
Why I'm Switching to YouTube from Twitch for Live-Coding
12.6.2019
A few months ago, I started live-coding and streaming on Twitch. It was an experiment to get closer to the community and give back to let people see my c
How to Easily Convert Funds From BTC to BCH
28.5.2019
Converting funds from one cryptocurrency to another using an exchange can be costly and time consuming, especially if you don’t already have a verified account at one. Luckily there are much faster and convenient ways, such as switching from BTC to BCH right inside the Bitcoin.com Wallet app....
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
Mac Dark Mode from Command Line
30.1.2019
One of the best professional decisions I ever made was switching to a dark text editor theme. I suffered from horrible headaches for years, partially caused by late night coding sessions with blindingly bright computer screens. Recently Apple implemented a dark OS theme which helps my eyes,...
DRY State Switching With CSS Variables: Fallbacks and Invalid Values
6.12.2018
This is the second post in a two-part series that looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. The first installment walks through various use cases where this technique applies. This post...
DRY Switching with CSS Variables: The Difference of One Declaration
5.12.2018
This is the first post of a two-part series that looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. This first installment walks through various use cases where this technique applies. The second...
What’s wrong with CSS-in-JS?
11.5.2018
Brad Frost thinks it's:
Lack of portability
Context Switching
Flushing best practices down the toilet
In the spirit of good-ol-fashioned blog-and-response, here's:
Brain Muenzenmeyer's response
Micah Godbolt's response
I'd like to point out that "CSS-in-JS" is an umbrella term, and that there...