Search
Collective #572
9.12.2019
Accessibility Tips * Browser Default Styles * Dynamic CSS Color Theming * Flynt * AnonAddy * Sentence lengths * NanoNeuron
Collective #572 was written by Pedro Botelho and published on Codrops
Energy Costs of Crypto Mining and Tips to Save
27.11.2019
Disclaimer: The text below is a sponsored article.
_________
Mining cryptocurrency is not cheap, it costs a lot of energy. So much that some people don’t even think it’s worth it. But if you have the means and can mine bitcoin or another cryptocurrency successfully, there are ways to cut down...
Integrating the Cashback Model into Any Business
25.11.2019
It’s a known fact that achieving sales in your business is essential for growth.  Well, you can uplift your salesContinue Reading
The post Integrating the Cashback Model into Any Business appeared first on CoinMarketCap Blog
Emcee Tips for a Conference or Meetup
21.11.2019
There are some great resources out there to help conference speakers give better talks, but fewer for people who are preparing to take on the role of emcee at meetup or conference.
I've been fortunate enough to emcee conferences more than 20 times now, most recently JAMstack_conf which I help...
Communication Tips by Binance CEO to the Budding Entrepreneurs
11.11.2019
Changpeng Zhao, the CEO and founder of Binance, guides the budding entrepreneurs in a recent blog, about the communication titbits while approaching for business proposals. Ideal Time and Place to Pitch New Ideas Changpeng Zhao prefers entrepreneurs to contact his official communication team...
JavaScript waitForTime
6.11.2019
I write a lot of tests for new features within Firefox DevTools. We have hundreds of “mochitests” which open the browser and perform synthetic actions like clicking, typing, and other user actions. I’ve previously written about waitForever which essentially halts following actions...
Tips and Strategies for Beginners in Cryptocurrency Day Trading
5.11.2019
In the Digital currency world, the word Cryptocurrency means hype. It initially entered the tech scene with an ideal thought of removing control from large banks and governments and returning it to the individuals. This would be achieved by developing the digital currency that could be secured...
Top Five Tips for New Bitcoin Investors
31.10.2019
Any first investment requires thorough background research, and crypto investments have their own specifications
Collective #553
30.9.2019
Text Rendering Hates You * Working with GitHub Actions * Design Tips * Frankenstein Migration
Collective #553 was written by Pedro Botelho and published on Codrops
Bitcoin Trading Journal: Veteran Trader Shares Tips on how to Profit from Bitcoin and Altcoin investing
29.9.2019
Veteran trader shares his trading journal to help show investors how to make better crypto trades
Collective #552
26.9.2019
Into the web multiverse * Productdesign.tips * unity-webgl-responsive * 3D planets with Three.js
Collective #552 was written by Pedro Botelho and published on Codrops
An Explanation of How the Intersection Observer Watches
24.9.2019
There have been several excellent articles exploring how to use this API, including choices from authors such as Phil Hawksworth, Preethi, and Mateusz Rybczonek, just to name a few. But I’m aiming to do something a bit different here. I had an opportunity earlier in the year to present the VueJS...
Crafting Stylised Mouse Trails With OGL
24.9.2019
How to make a WebGL mouse trail, and other important life tips...
Crafting Stylised Mouse Trails With OGL was written by Nathan Gordon and published on Codrops
Bitcoin Trading: 7 Tips to Detach Your Emotions From Your Portfolio
17.9.2019
Emotions are the enemy of every Bitcoin and cryptocurrency trader
Tips to Maximize Returns from Cryptocurrency Investments
14.9.2019
If you are a new Bitcoin investor seeking ways to maximize returns from cryptocurrency investments, then you’re on the right path. In your attempt to get familiar with this investment route, you probably asked yourself the following questions: Was there a Bitcoin bubble? Have I joined...
Promises and Static Values
23.8.2019
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there’s sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise...
Mercurial Tips
19.8.2019
While most of the world seems to be using git for version control, Mozilla continues to use Mercurial (hg) to manage the Firefox source code. As a git and GitHub lover, it took me a while to get used to Mercurial. I don’t consider myself a hg expert but I know enough to complete...
Data URIs
18.8.2019
We’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large part of our online strategy. We can use them to display images, the Mac camera and webcams, and more. But what if we simply want to use a data URI to convey basic data? Typing...
All the New ES2019 Tips and Tricks
13.8.2019
The ECMAScript standard has been updated yet again with the addition of new features in ES2019. Now officially available in node, Chrome, Firefox, and Safari you can also use Babel to compile these features to a different version of JavaScript if you need to support an older browser.
Let’s look...
Design Principles for Developers: Processes and CSS Tips for Better Web Design
8.8.2019
It is technically true that anyone can cook. But there’s a difference between actually knowing how to prepare a delicious meal and hoping for the best as you throw a few ingredients in a pot. Just like web development, you might know the ingredients—<span>, background-color, .heading-1—but...