Search
World Markets – Managed Trading Accounts
4.2.2020
Trading in any market can be a difficult thing, especially if you lack technical knowledge. Luckily, there are services like managed investment accounts, where a professional does all the work for you. A managed investment account (or portfolio) can be defined as a set of assets that are given to...
How To Create A Headless WordPress Site On The JAMstack
4.2.2020
Just this morning, Chris shared a streamlined way to get a static site up and running with Netlify. As it happens, Sarah and I also wrote up a little something that expands that idea where a static site can pull content from WordPress using the REST API.
Using Vue, Nuxt, axios and Netlify, it's...
PHP is A-OK for Templating
4.2.2020
PHP templating often gets a bad rap for facilitating subpar code — but that doesn't have to be the case. Let’s look at how PHP projects can enforce a basic Model, View, Controller (MVC) structure without depending on a purpose-built templating engine.
But first, a very brief PHP history lesson
The...
Overcomplicatin’
4.2.2020
There's some famous quote that goes something like...
When we're young, we make simple things because that's all we know. Then we learn how to make complex things so we make complex things. When we grow old, we learn to make simple things again.
Brad recently wrote about this abstractly in regard...
Possibly The Easiest Way to Run an SSG
4.2.2020
"Static Site Generator," that is. We'll get to that in a second.
Netlify is a sponsor of this site (thank you very much), and I see Zach Leatherman has gone to work over there now. Very cool. Zach is the creator of Eleventy, an SSG for Node. One thing of the many notable things about Eleventy...
US Government Auctioning off Bitcoins Worth $37 Million in 2 Weeks
4.2.2020
The U.S. government has opened registration for the bidding of over 4,040 bitcoins, currently worth more than $37 million, which will be auctioned off on Feb. 18. The winning bidder will be notified on the same day. These bitcoins were forfeited in various federal criminal, civil and administrative...
Git Branch Autocompletion
4.2.2020
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue. Regardless of the pattern you use, having a feature like autocomplete...
Bitcoin.Com Releases Fastest Ever Wallet App, With Built-In Support for Bitcoin Cash-Powered Tokens
4.2.2020
Bitcoin.com has developed its fastest ever wallet app with an improved design and a new focus on user experience. The Bitcoin.com Wallet also now offers full support for SLP tokens, opening a whole new universe of digital assets for millions of users around the globe. Also Read: Bitcoin.com Wallet...
Government Think Tank Niti Aayog Identifies Key Blockchain Use Cases for India
4.2.2020
The policy think tank for the government of India, Niti Aayog, has published a strategy document identifying a number of key areas blockchain technology can significantly benefit the country. “By empowering citizens through features of transparency, decentralization and accountability...
The Controversial S2F Model Predicts Bitcoin Price Will Reach 100,000 USD Within 2 Years
4.2.2020
The current price of BTC is roughly in line with the popular stock-to-flow (S2F) system for technical analysis, and if the trend continues some speculate the price of the asset could reach $100,000 within the next two years. Though the S2F tool is still a controversial metric, and various groups...
How To Buy Bitcoin and Other Cryptocurrencies Using Paypal
4.2.2020
These days there are myriad ways people can purchase cryptocurrencies, and the payment platform Paypal is a popular choice. Multiple crypto brokerage services and exchanges allow people to buy digital currencies with the payment option. The following post is a simple guide and list of exchanges...
5 Mining Operations Command More Than 50% of BTC’s Network Hashrate
3.2.2020
The cryptocurrency community has been discussing mining centralization after a report was published that disclosed five mining operations command more than 50% of the BTC hashrate. At the time of publication, between F2pool, Poolin, Btc.com, and Antpool, the pools are hashing more than 59% of...
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...
Freezing User-Agent Strings
3.2.2020
There's been news about Chrome freezing their User-Agent string (and all other major browsers are on board). That means they'll still have a User-Agent (UA) string (that comes across in headers and is available in JavaScript as navigator.userAgent. By freezing it, it will be less useful over time...
‘What You Said’ – Feb. 3, 2020
3.2.2020
Welcome to a new weekly blog series “What You Said” where we conduct fun polls to our community and shareContinue Reading
The post ‘What You Said’ – Feb. 3, 2020 appeared first on CoinMarketCap
“What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community
3.2.2020
Welcome to a new weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap
“What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community
3.2.2020
Welcome to a new weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
China Stocks Plummet Despite 1.2 Trillion Yuan Injection to Mitigate Effects of Epidemic
3.2.2020
China’s stock market plunged Monday under selling pressure accumulated during a prolonged holiday. Investors have been worried by the coronavirus outbreak that’s already taken the lives of more than 360 people. Beijing authorities have responded by pumping well over a trillion yuan into...
Coronavirus Outbreak Forces Chinese Crypto ASIC Manufacturers to Delay Orders
3.2.2020
Bitcoin mining rig deliveries from China are delayed due to the coronavirus according to a few Chinese manufacturers. Microbt and Ebang sent notices to customers via the firm’s Wechat channels. Sources say Bitmain and Innosilicon are delaying mining device shipments as well. Also read: How...
How to Create an Animated Countdown Timer With HTML, CSS and JavaScript
3.2.2020
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think and only requires the trifecta of HTML, CSS and JavaScript. Let’s make one together!
This is what...