Google has always had a witty sense of humour and has been making your computer screen do a barrel roll and triggering OCD for a long time. With all the hype about the new Marvel Studio’s movie Avengers: Endgame and the fictional supervillain Thanos, there is no doubt that Google will sneak a tiny easter egg somewhere. Do not worry, this article is free of spoilers.
Continue reading “Thanos Did Not Spare Google”Arrow Functions | JavaScript Basics | Let’s Simplify
We have already discussed the latest standard of JavaScript which is ES6. Let and const was one of the most needed addition. If you have not already, you can read it here. Let us move on to another important concept in ES6 known as arrow functions.
Continue reading “Arrow Functions | JavaScript Basics | Let’s Simplify”Ubuntu 19.04 Disco Dingo Released | Major Highlights
Ubuntu 19.04 named Disco Dingo has been released and it comes with a lot of wonderful updates.
Continue reading “Ubuntu 19.04 Disco Dingo Released | Major Highlights”Keyboard Input Events | JavaScript Basics | Let’s Simplify
Today, we are looking at JavaScript keyboard input events! We have included text input fields where you can test out these events live. Let’s get started. 😎
Continue reading “Keyboard Input Events | JavaScript Basics | Let’s Simplify”Five VSCode Extensions All Programmers Need
VSCode is a text editor developed by Microsoft Corporation. If you are new to programming, VSCode is a great choice because it has features like the inbuilt terminal to run your program and integrated Git version control. No matter what languages you code in or what project you are up to, here are some of our favourite VSCode extensions you might find useful.
Continue reading “Five VSCode Extensions All Programmers Need”How To Exit App On Back Press | Ionic 4
Beginners in Ionic 4 Android development will encounter a problem wherein the app does not exit on back press from the root component. In this article, we show you how to achieve the same from any component in your Ionic 4 app.
Continue reading “How To Exit App On Back Press | Ionic 4”Generate Random Numbers | Programming Basics
Many-a-times our coding projects require us to generate random numbers between an upper and lower limit. In this article, you will learn how to do the same in six most popular programming languages – C++, C#, Java, Python, JS and PHP. Let’s get started.
Continue reading “Generate Random Numbers | Programming Basics”