Search
Join Bityard’s YouTube Recruitment Competition – Win 38888 XRP
20.4.2020
The new Bitcoin and cryptocurrency contracts exchange Bityard launched in early April 2020. To better spread the word, they are holding a contest for YouTube content creators to showcase their reach and earn some money at the same time. Up to 16,000 USDT in Prizes! As per the terms and conditions...
How (some) good corporate engineering blogs are written
18.4.2020
Interesting research from Dan Luu:
… it’s pretty common for my personal blog to get more traffic than the entire corp eng blog for a company with a nine to ten figure valuation and it’s not uncommon for my blog to get an order of magnitude more traffic.
I think this is...
Front-End Challenges
17.4.2020
My favorite way to level up as a front-end developer is to do the work. Literally just build websites. If you can do it for money, great, you should. If the websites you make can help yourself or anyone else you care about, then that’s also great. In lieu of that, you can also make things...
Better Form Inputs for Better Mobile User Experiences
17.4.2020
Here’s one simple, practical way to make apps perform better on mobile devices: always configure HTML input fields with the correct type, inputmode, and autocomplete attributes. While these three attributes are often discussed in isolation, they make the most sense in the context of mobile user...
Jetpack Instant Search!
16.4.2020
Jetpack has had a search feature for a while. Flip it on, and it replaces your built-in WordPress search (which is functional, but not particularly good) with an Elasticsearch-powered solution that is faster and has better results. I’ve been using that for quite a while here on CSS-Tricks...
Solana Blockchain Adds Korean Stablecoin Terra for Better Payments
16.4.2020
Solana is adding the Terra stablecoin in an effort to bring "novel applications that require price-stable payments" to its high-throughput blockchain
How the Vue Composition API Replaces Vue Mixins
15.4.2020
Looking to share code between your Vue components? If you’re familiar with Vue 2, you’ve probably used a mixin for this purpose. But the new Composition API, which is available now as a plugin for Vue 2 and an upcoming feature of Vue 3, provides a much better solution.
In this article...
The Pandemic Couldn’t Have Provided a Better Environment for Crypto
10.4.2020
In response to coronavirus pandemic, the industry of emerging technologies, such as crypto, has a chance to prove its success
Why Do Some HTML Elements Become Deprecated?
2.4.2020
The internet has been around for a long while, and over time we’ve changed the way we think about web design. Many old techniques and ways of doing things have gotten phased out as newer and better alternatives have been created, and we say that they have been deprecated.
Deprecated. It’s a word...
Rethinking Code Comments
2.4.2020
Justin Duke asks if treating code comments like footnotes could help us understand the code in a file better. In his mockup, all the comments are hidden by default and require a click to reveal:
What a neat idea! Justin’s design reminds me of the way that Instapaper treated inline...
Performant Expandable Animations: Building Keyframes on the Fly
1.4.2020
Animations have come a long way, continuously providing developers with better tools. CSS Animations, in particular, have defined the ground floor to solve the majority of uses cases. However, there are some animations that require a little bit more work.
You probably know that animations should...
Centralized vs Decentralized Cryptocurrency Exchanges: What’s Better and Why?
31.3.2020
The term “Cryptocurrency” has been ruling the market for quite some time now. Cryptocurrencies have been a primary concern since it is secure and trustable. Cryptocurrencies are digital and they cannot be forged and that’s the main reason why investors are interested in making investments in crypto...
Jack Dorsey Has Better Plans to Save US From Ongoing COVID-19 Crisis
28.3.2020
The U.S. is one of the first countries to come across a Covid-19 infection, after Wuhan, China. It was in December 2019 when it all started, further spreading it across the globe. The U.S declared it a pandemic, a global health emergency on 13th March 2020. It took a while for Trump to have...
Uniswap V2 Offers Better Price Feeds and Doubles Down on Flash Loan Concept
24.3.2020
Uniswap wants to improve its price feed’s reliability, but it is also introducing its own version of a flash loan
Better Business Bureau: Crypto Scams Are The Second Riskiest in North America
10.3.2020
A US-based trust-gauging company claims that cryptocurrency scams represented a sharp increase during 2019
Making Things Better: Redefining the Technical Possibilities of CSS
3.3.2020
(This is a sponsored post.)
Robin recently lamented the common complaint that CSS is frustrating. There are misconceptions about what it is and what it does. There are debates about what kind of language it is. There are even different views on where it should be written.
Rachel Andrew has a...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
"Tron Is Better Than Ethereum!" A Bitcoin Game
22.2.2020
Vitalik Buterin, Co-founder of Ethereum, and Justin Sun, Founder of Tron. Tron (TRX) is a superior platform to Ethereum (ETH), claim multiple Bitcoin (BTC) people.
For several weeks now, certain Bitcoiners have been trolling the Ethereum camp, claiming that Justin Sun and his Tron are coming...
Blame the implementation, not the technique
17.2.2020
I'm not sure we've gotten much better at this since Tim Kadlec wrote this in 2012:
Stop me if you’ve heard this one before.
“Responsive design is bad for performance.”“User agent detection is bad. Don’t segment the web.”“Hybrid apps don’t work as well as native apps.”“CSS preprocessors shouldn’t...
While You Weren’t Looking, CSS Gradients Got Better
14.2.2020
One thing that caught my eye on the list of features for Lea Verou's conic-gradient() polyfill was the last item:
Supports double position syntax (two positions for the same color stop, as a shortcut for two consecutive color stops with the same color)
Surprisingly, I recently discovered most...