Posts

OnDrive Vs Google Drive

Image
IS A FREE CLOUD STORAGE SERVICE GOOD ENOUGH FOR YOUR BUSINESS? Both Microsoft and Google offer consumer versions of their flagship cloud storage services. The personal versions of OneDrive and  Google Drive  include a free tier, with options to upgrade the amount of available storage space for an annual fee. So what's the difference between these consumer-focused cloud services and those intended for business? In a word, management. An organization owns a business subscription, and administrators working on behalf of the organization assign licenses and set file-sharing and retention policies; the organization has ultimate control over stored files, which is important when a company is subject to litigation that requires document preservation. In a sole proprietorship or a very small business (especially a family business), you can save a significant amount of money with an Office 365 Home subscription. For $99 per year, that plan includes the right to share the...

Facebook Launches its own digital Currency - Libra

Image
Facebook Reveals Cryptocurrency Plans For Two New Revenue Streams. Believe it or not, Facebook will be the company that brings cryptocurrency to the masses. Today the social network giant published detailed plans for a cryptocurrency called libra, backed by currencies from the most trusted central banks around the world, and accessible even without a bank account. Considering that only a few years ago publicly traded companies wouldn’t even mention cryptocurrency in public for fear of startling investors, the fact that one of the largest public companies in the world is creating a new cryptocurrency might seem hard to believe. But for Facebook, a company that generated $55.8 billion revenue in 2018, almost exclusively by monetizing a shared social network, the push into blockchain, a shared  financial  network of transactions, represents multiple possible new revenue streams. While top competitors in the cryptocurrency space like Blockchain LLC and ...

Pagination with Javascript and MongoDB

Image
Create Pagination with Node.js, MongoDB, Express and EJS Step by Step from Scratch Suppose we have a collection contains many of data (products for instance) and we need to view all on website. We can just output products on page but this looks not so clean. In such cases we need a pagination. In this article I’ll tell about how to make pagination using Node.js, MongoDB, Express.js, EJS and Bootstrap from scratch. We will create new database, declare data collection, fill this collection with data and output contents to page with pagination. This article is generally for beginners who interested in web development so I will try to make all explanations very detailed. But maybe this article will be useful for an experienced reader. After reading this article, you will be able to create pagination from scratch,  not like this : it’s a  bad practice . You will be able to create pagination from scratch like this: For reading this article you need to have ins...