Search
Learn About Common Cryptocurrency Trading Mistakes and Their Avoidance Tactics
22.12.2019
With the way cryptocurrency has been gaining momentum, it is but natural for people to be lured by its growing popularity. And why not? It does offer a very lucrative deal with profits and privacy. In 2017, Bitcoin went up to $237.62 million, marking a stupendous high. The crypto world has a lot...
Ethereum Bitcoin bridge
6.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 6 November, 2019 Do it “A life spent making mistakes is not only more honorable, but also more useful than a life spent doing nothing.” – George Bernard Shaw Today's newsletter is sponsored by: […]
The post Ethereum Bitcoin bridge...
Indian Crypto Trading Volumes Accelerate on Positive Sentiments
28.10.2019
Cryptocurrency trading volumes in India have accelerated despite regulatory uncertainty and banking restrictions imposed by the Reserve Bank of India (RBI). Global trading platforms and service providers have also been expanding their operations to serve Indian users. Also read: Mistakes Crypto...
Mistakes Crypto Owners and Traders Should Avoid
26.10.2019
There are many pitfalls one can easily get caught in when using, storing, investing or trading cryptocurrencies. While some mistakes could cost you a fortune, most of the common ones can easily be avoided. Bitcoin.com has produced a video featuring the top seven deadly mistakes crypto owners should...
10 Crypto Trading Mistakes That Will Leave You Broke
6.10.2019
Too many crypto investors trade without having a proper plan for taking profits and cutting losses. Avoid these 10 mistakes and you’re bound to have trading success
How to Create an Anonymous Digital Identity Using Cryptocurrency
3.10.2019
If you could go back in time and do the internet all over again, what would you change? Would you think twice about joining Facebook, decline to upload those fancy dress photos from ‘09 and delete that rhetoric-laden blog post instead of hitting ‘Publish’? It’s too late...
Four Crypto Traders on Their Biggest Mistakes in the Bear Market
17.9.2019
Source: iStock/Yuri_Arcurs
At the Baltic HoneyBadger 2019 Bitcoin conference in Riga this past weekend, four well-known bitcoin traders, Florian Maier, Tone Vays, WhalePanda, and Ambroid, have shared their biggest mistakes during the 2018-2019 bitcoin bear market, and what helped them to endure...
IRS Expands Penalties: Which Tax Mistakes Are Better Not to Commit
2.9.2019
With crypto, the IRS is digging hard, investigating both tax evasion and just poor compliance. What the IRS considers “willful” vs. “non-willful” tax flubs have huge consequences
Binance: Venus Project Will Court Regulators, Avoid Facebook’s Mistakes
30.8.2019
Binance Venus to take more conservative approach with a focus on regulatory compliance
'Learn From My Mistakes,' Says BBC Reporter Who Lost GBP 25K in Crypto
16.8.2019
Monty Munford. Source: Twitter, @montymunford
The Cryptoverse witnessed yet another story of man meets crypto, man buys crypto, man makes a single mistake, crypto gets stolen.
Monty Munford, reporter for BBC, the Economist and the founder of tech consultancy MOB76 shared with the world in...
The Differing Perspectives on CSS-in-JS
14.8.2019
Some people outright hate the idea of CSS-in-JS. Just that name is offensive. Hard no. Styling doesn't belong in CSS, it belongs in CSS, a thing that already exists and that browsers are optimized to use. Separation of concerns. Anything else is a laughable misstep, a sign of not learning from...
In Search of a Stack That Monitors the Quality and Complexity of CSS
12.8.2019
Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding...
Can the Fed Kill Bitcoin? Navigating the Chokepoints of Tax Law and KYC
9.8.2019
Taxes. The one word that can kill any buzz in seconds flat. Whether you’re a libertarian ranting about how taxation is theft or one of those fabled creatures who is actually happy to file them as their so-called civic duty, one fact remains: those who don’t give the government a bite...
Tax Expert: IRS Letters Confirm That Trading Cryptos Is a Taxable Event
5.8.2019
The U.S. Internal Revenue Service (IRS) announced on July 26 that 10,000 American cryptocurrency users will receive a letter reminding them to pay taxes or amend any mistakes on past filings. At the time, IRS Commissioner Charles Rettig said U.S. taxpayers should take the warning letters...
Make it hard to screw up driven development
2.4.2019
Development is complicated. Our job is an ongoing battle between getting the job done and doing that job in a safe, long-lasting way.
Developers say things like, "I'm just going to do this quick and dirty first," because it's taken as fact that if you code anything quickly, it not only will...
Six tips for better web typography
27.2.2019
How do we avoid the most common mistakes when it comes to setting type on the web? That’s the question that’s been stuck in my head lately as I’ve noticed a lot of typography that’s lackluster, frustrating, and difficult to read. So, how can we improve interfaces so that our content is easy to read...
The Smart Ways to Correct Mistakes in Git
14.2.2019
The world of software development offers an infinite amount of ways to mess up: deleting the wrong things, coding into dead ends, littering commit messages with typos, are a mere few of the plentitude.
Fortunately, however, we have a wonderful safety net under our feet in the form of Git when...
The Importance of One-on-Ones
30.1.2019
What do we mean by 1:1 (pronounced one-on-one)? This is typically a private conversation between an Engineering Manager/Lead and their Employee. I personally have been a Lead, a Manager, and also an Independent Contributor/Software Engineer, so I’ve sat at each side of the table. I’ve both...
Too Much Accessibility
3.12.2018
I like to blog little veins of thought as I see them. We recently linked to an article by Facundo Corradini calling out a tweet of ours where we used an <em> where we probably should have used an <i>.
Bruce Lawson checks if screen readers are the victims of these semantic...
Convert HTML to Markdown
21.6.2018
One of my biggest mistakes with this blog was not finding a WordPress plugin that would allow me to write my posts with markdown; to this day I still need to write posts in “Visual” mode and then manually convert the post to HTML for “Text” mode. One of these days I want...