A Comprehensive Guide To Mobile App Design

here are many things to consider when designing for mobile. We’re sure that this detailed guide will help you get rid of that headache when building apps. (This is a sponsored article.) More than ever, people are engaging with their phones in crucial moments. The average US user spends 5 hours per day on mobile. The […]

What is Metaverse

What is meant by metaverse? Have you ever heard of the concept of reality? The concept of reality is also well known in its time and even included in famous films such as  The Matrix. In the film, a character named Morpheus asks Neo, “What is real? How do you define real?”.  The concept of […]

How to Install Laravel

Installation Install Composer Laravel utilizes Composer to manage its dependencies. First, download a copy of the composer.phar. Once you have the PHAR archive, you can either keep it in your local project directory or move to usr/local/bin to use it globally on your system. On Windows, you can use the Composer Windows installer. Install Laravel Via Laravel Installer First, download the […]

Creating user, database and adding access on PostgreSQL

NOTE: Right off the bat — this is valid as on March 2017, running on Ubuntu 16.04.2, with PostgreSQL 9.6 TL;DR; versionsudo -u postgres psqlpostgres=# create database mydb;postgres=# create user myuser with encrypted password ‘mypass’;postgres=# grant all privileges on database mydb to myuser; One nice thing about PGSQL is it comes with some utility binaries […]

Design Thinking vs Analytical Thinking

It’s story time. One day, a truck driver tried to pass under a low bridge, but miscalculated the height and wedged the truck underneath the bridge, unable to move. When emergency services, firefighters, and engineers arrived on the spot to find a solution to the traffic jam being caused, they debated — should they dismantle […]

What Is Blockchain

Blockchain is the innovative database technology that’s at the heart of nearly all cryptocurrencies. By distributing identical copies of a database across an entire network, blockchain makes it very difficult to hack or cheat the system. While cryptocurrency is the most popular use for blockchain presently, the technology offers the potential to serve a very […]