Search
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Crypto Platform Launches Smart Trading Feature to Speed Up Process of Buying and Selling
26.6.2019
A crypto trading platform says it offers an array of novel features — including smart trading, a marketplace for strategies and complimentary backtesting #SPONSORED
MIT’s ‘Fiat Cryptography’ System Automates the Process of Securing Almost Anything
20.6.2019
Gone are the days of manual encryption as MIT researchers create a way to automatically generate security algorithms
Drop caps & design systems
19.6.2019
Ethan Marcotte has written up his process for how to make drop caps accessible for screen readers and browsers alike. All of that is very interesting and I’m sure I’ll use a technique like this in the near future, but the part that made me hop out of my seat is where Ethan notes his experience with...
Beta Testing in Blockchain
14.6.2019
Beta testing is part of the rigorous, product perfecting process most software undergoes before it is released to the public. It is the second phase in which the intended audience samples the product. By the time a product is ready […]
The post Beta Testing in Blockchain appeared first...
Coinex Exchange Lists the first SLP-Based Stablecoin Built on Bitcoin Cash
13.6.2019
On June 12, the cryptocurrency exchange Coinex announced the listing of a new Simple Ledger Protocol (SLP) token called honestcoin (USDH). The Honestcoin.io website details that the new token is a fully regulated stablecoin issued on the Bitcoin Cash network backed 1-to-1 for U.S. dollars. Also...
Using DevTools to Improve the UX Design to Development Process
7.6.2019
I’d like to tell you how I see code and design intersect and support one another. Specifically, I want to cover how designers can use code in their everyday work. I suggest this not because it’s a required skill, but because even a baseline understanding of coding can make designs better and...
New Browser Extension Enhances BCH Addresses for Easy Tipping
5.6.2019
Bitcoin cash is a great fit for tipping online creators as it offers extremely low fees which is needed for small payments with cryptocurrency to make sense. A new tool aims to make the tipping process easier, removing the need to manually copy and paste BCH addresses. Also Read: How to Use...
Bitcoin Mining With Solar: Less Risky and More Profitable Than Selling to the Grid
31.5.2019
The energy used to mine bitcoin has long caused debate over whether it’s a wasteful process. As the arguments have rumbled on, some people have been focused on mining coins with renewable energy. On May 29, Christian Ander, the founder of Stockholm’s Btcx exchange, explained how instead...
State Farm and USAA Test Blockchain Platform for Insurance Claims Process
31.5.2019
State Farm unveils that it is testing its blockchain platform with real claims data in tandem with USAA
Cryptopia Liquidator Files for User Data Protection at US Court as Process Continues
27.5.2019
The Cryptopia liquidation process could soon gain formal U.S. recognition after Grant Thornton filed for urgent interim relief
The US Starts Legal Process To Impose Taxes On New Chinese Imports
14.5.2019
The US-China trade war which seemed to be end soon after both countries said that the talks were going in the right direction took a turn for the worse on Sunday as US President Trump in a tweet said that the talks were going ‘too slowly’ and that he would impose tariffs on $250 billion …
The...
Three Very Different Paths to Blockchain Scaling
11.5.2019
How do you scale a blockchain so that it can process hundreds or even thousands of transactions per second – but without compromising on decentralization? It’s a question that has kept some of the brightest minds in the space awake at night, and some of the more ardent crypto factions...
Barclays and RBS Have Reduced the Real Estate Transaction Process Four Times: Who Benefits?
11.5.2019
Blockchain can save the real estate market $160 billion, as the results of a trial carried out by Barclays and RBS show
Making the Move from jQuery to Vue
3.5.2019
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration process of working with one to the other.
Before I begin though, I want to ensure one thing is crystal clear. I am not, in any way whatsoever...
Interviewing for a Technical Position Doesn’t Have to Be Scary
26.4.2019
Jacob Schatz (@jakecodes) is a staff engineer over at GitLab and was kind enough to share how he conducts job interviews for technical positions and his thinking process for them. Technical interviews are talked about often and can be a touchy subject for some, so it’s worth noting that this...
Creating Reusable Base Classes in TypeScript with a Real-Life Example
18.4.2019
Hey CSS-Tricksters! Bryan Hughes was kind enough to take a concept from an existing post he published on converting to TypeScript and take it a few couple steps further in this post to elaborate on creating reusable base classes. While this post doesn’t require reading the other one, it’s certainly...
Inline SVG… Cached
12.4.2019
I wrote that using inline <svg> icons makes for the best icon system. I still think that's true. It's the easiest possible way to drop an icon onto a page. No network request, perfectly styleable.
But inlining code has some drawbacks, one of which is that it doesn't take advantage...
Stacked “Borders”
19.3.2019
A little while back, I was in the process of adding focus styles to An Event Apart’s web site. Part of that was applying different focus effects in different areas of the design, like white rings in the header and footer and orange rings in the main text. But in one place, I wanted rings that were...