Latest Articles
-
Mar- 2020 -27 MarchTutorials
Learn to install an App from a 3rd party source using an APK file directly.
Android application package [APK] is the package file format used by the Android operating system for distribution and installation of mobile apps, mobile games and middleware. Prerequisites: A smartphone with Android OS Pie or newer Downloaded APK file for the App that you wish to install. For the purpose of this guide, we are going to be installing non-Google version of Kontalk, a community driven free/libre IM application and network. Let’s roll. 1. Once the APK is downloaded, open it from Downloads in browser or Notification tray itself. Once open, built-in security warns you and won’t let you install it…
Read More » -
27 MarchApple
The new Macbook Air 2020
In an official press release dated March 18, 2020, Apple announced its new Macbook Air 2020 with new Magic keyboard and double the storage i.e. 256 GB for the base variant at a startling lower price of 92,990 INR only. Yes, it is still a premium price tag, but for an Apple laptop, it is a budget friendly device especially for students with additional discount. It comes with updated 10th generation Intel core processors that delivers 2X the performance when compared to the previous generation and Iris plus graphics that gives a huge 80 percent boost in the graphics performance.…
Read More » -
26 MarchAI
Artificial Intelligence
Computer is an advanced electronic device where we can perform certain tasks according to the given information to get desired result. It all started in late 1940’s with the rise of First Generation, which used vacuum tubes as circuitry and magnetic drums for memory. The first Computer ENIAC (electronic numerical integrated and computer) was introduced which was vast in size and generated lot of heat. The vacuum tubes were replaced into Transistors which gave rise to Second generation. Then into Integrated Circuits which made the computer size smaller, cheaper and energy efficient. Magnetic hard disk came into existence for the…
Read More » -
25 MarchCoding
High Demand programming languages for complete beginner in 2020
Programming is the process of designing and building an executable computer program. It uses various programming languages to communicate with computers,applications and other networking to perform set of task. The Programming languages differ because of syntax and structure but the algorithm of them remains same.You just need to understand the logic of the programming and have to be creative. Every Programming language is designed for specific purpose, and you should choose your convenient Programming language by considering your area of interest. Given below are the high recommended programming language with great demand in 2020: PYTHON Python developers are in…
Read More » -
25 MarchCoding
Why Golang should be the programming language of choice in 2020?
Golang is an open source programming language designed at Google. It is designed by Ken Thompson (Creator of UNIX and B language), Rob Pike (who co-designed Plan-9 which was operating system designed after UNIX at Bell labs) and Robert Griesemer. All the creators are well versed who are considered to be their programming ideals by many world-wide. Features of Golang 1. It is Statically Typed Like C , C++ and other languages, Golang is also statically typed language. Statically typed languages means less errors as types will be checked before compiling by compilers. Also, types help in scaling the apps.…
Read More »