Web Development

what is material design?

Material Design, codenamed “Quantum Paper,” was Google’s idea in mid-2014, and it represented a fresh “ink-and-pen” approach. The purpose of Material Design is to produce consistently high-quality output across platforms, providing users control over clearly indicated, pleasant-looking components that behave like real-world things. It’s a highly sophisticated and well-defined collection of principles aimed at assisting …

what is material design? Read More »

How to Install Docker in Ubuntu 20.04

Docker is an open-source containerization platform that allows you to quickly build, test, and deploy applications as portable containers that can run virtually anywhere. Installing Docker in Ubuntu is fairly straightforward. We’ll enable the Docker repository, import the repository GPG key, and install the package. Just follow the steps below: Step 1: Update the packages …

How to Install Docker in Ubuntu 20.04 Read More »

Microsoft accounts will no longer need passwords

In the present, all of our accounts in the internet requires us to enter passwords for the security of our account. In their blog, Microsoft announced that they will give their users an option to access their accounts without passwords.The Microsoft Authenticator app, a security key, a verification number given to your phone or secondary …

Microsoft accounts will no longer need passwords Read More »

What is Firebase Notification

Firebase Notifications is a free Android and iOS app that allows users to get notifications. You can deliver notifications across platforms fast and easily using the Firebase console, which requires no server scripting. These alerts can be sent to individual users, topics to which they have subscribed, or segments determined by analytics audiences. Notifications is …

What is Firebase Notification Read More »

Python Ranks 2nd in the September Tiobe rankings.

Python is inching its way to the top spot in the monthly Tiobe index of language popularity, finishing just 0.16 percentage points behind the leader, the C language, in the September edition of the index. Software quality services provider Tiobe believes Python could surpass C at any time, which would make it only the third language ever …

Python Ranks 2nd in the September Tiobe rankings. Read More »

How to Install Java SE Development in Windows 10

Java Platform, Standard Edition (Java SE) is a computing platform used for developing and deploying portable codes for desktop and server environments. This platform uses Java programming language and is part of the Java software-platform family. is a specification that describes an abstract Java platform. It gives users a foundation for building and deploying network-centric …

How to Install Java SE Development in Windows 10 Read More »

what to do when pushing results to the requested url returned error: 403

Most likely the cause of this error is that the project file is not placed to the var/www/html where the apache has access to. But in this article, if you are having this error, you can push your project files by following the steps below. 1. Go to your project directory and delete the existing …

what to do when pushing results to the requested url returned error: 403 Read More »