Search
So, you think you’ve got project management nailed down
20.6.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
Dogecoin Price Analysis: Dogecoin (DOGE) Need Some Powerful Backup For Better Sustainability
17.6.2019
Dogecoin, seeing the moment from a couple of days, provides no much of a difference of momentum in the value. Not only Dogecoin but to our surprise, many altcoins are not able to speed up to the expectation in terms of development and value in the market. However, the attention is generally shared...
Piixpay Lets You Pay Bills and Invoices With Cryptocurrency
15.6.2019
If you need to regularly cover fiat payments but prefer to use your digital assets, a platform like Piixpay can be very helpful. The payment provider allows you to use cryptocurrencies to pay invoices, bills and make other recurring payments to recipients that still accept only traditional money....
Everything You Need to Know About Date in JavaScript
11.6.2019
Date is weird in JavaScript. It gets on our nerves so much that we reach for libraries (like Date-fns and Moment) the moment (ha!) we need to work with date and time.
But we don't always need to use libraries. Date can actually be quite simple if you know what to watch out for. In this article...
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Deploying an Angular App to Netlify
6.6.2019
Netlify is one of the best places to deploy an application or a website today. There is no need to manage a server, NGINX, certificates, or scaling due to hig
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...
Do you need an ICON ONLY button without screwing up the accessibility?
3.6.2019
The first consideration is: do you really? If you can, having text next to your icons is proven over and over again to be the most accessible and clearest UX (see Apple's latest blunder). But if you need to (and I get it, sometimes you need to), Sara Soueidan and Scott O'Hara have a pair...
G20 International Watchdog Says Regulators Need Better Crypto Risk Assessments
1.6.2019
The FSB urges regulators to stay on top of risk management policies for the rapidly-changing cryptocurrency space
Cryptocurrencyalerting.com Will Notify You of Price Movements
31.5.2019
With volatility returning to cryptocurrency markets, being regularly updated about price changes is important if you want to be a successful trader. To take advantage of market movements, you need timely alerts and a website called Cryptocurrencyalerting.com can help you get them through various...
BCH vs. BTC: Which Offers Greater Privacy?
30.5.2019
Do you want every person you ever transact with to know how much is in your wallet and your net worth? Of course not. That’s why you need and want to mix your coins to hide where they came from before you use them. The degree of privacy you can expect by default, however, varies […]
The...
Non-Relational Databases and Supporting Mixed Workloads
30.5.2019
Suppose that you’re building an e-commerce platform and as part of the exercise, you need to come up with a new data architecture for inventory management. You need to support fast, transactional w
Creating Interactive Maps in WordPress with MapSVG
29.5.2019
The MapSVG plugin for WordPress allows you to create feature-rich, interactive maps quickly and through a smart admin UI. Interactive maps are a common request for projects when you need to visualize impact over particular locations. If you are already on WordPress, this comprehensive plugin could...
Share Bitcoin Cash Related Shortlinks Using BCH.gg
29.5.2019
Projects and members of the Bitcoin Cash community often need to share important information with other BCH enthusiasts. If you are involved with the cryptocurrency, there’s a website called BCH.gg you can use to shorten URLs, with each shortlink featuring the BCH name. Also read: How...
Dogecoin (DOGE) Price Analysis: Recent Addition on Paytomat Helped in Strengthening Grip, Still Need to Overcome Market Hiccups
27.5.2019
Digital asset giant, Paytomat, added Dogecoin on their network. The USD Vs. Dogecoin price also hiked and valued at USD 0.003110. It seems that finally, the market started to take Dogecoin seriously. Once at the verge of dying, Dogecoin (DOGE) started to break through its rough patches now,...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
Determine Which Coins Can Bring You Profit With RSI Hunter
25.5.2019
Crypto markets, regardless of their bearish or bullish incline, offer plenty of opportunities to profit from trading. To take advantage of them, you need access to reliable market data and useful indicators. RSI Hunter is a platform that can help you to identify coins that have potential for growth...
Do We Really Need it? SEC Fuels Debate On Controversial Bitcoin ETF
21.5.2019
Source: iStock/Photographer, Filmmaker, Designer
The U.S. Securities and Exchange Commission (SEC) said it needs more time before making a final decision regarding Bitcoin ETF (exchange traded fund) and asked everyone for additional comments. And now the cryptoverse is yet again debating the need...
The “Inside” Problem
20.5.2019
So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge. You want to:
Limit the width (for large screens)
Pad the edges
Center...