Hey Geeks! Are you planning to pursue a career in software development? If so, design patterns are a skill that you’ll need pickup soon. Therefore we introduce this new series, where we will dedicate one article to each pattern and attempt to explain it in the easiest way possible. But before we dive in, let us first look at what design patterns really are.
Continue reading “Design Patterns in OOP | Let’s Simplify”Like A YouTube Video Using JS | Random Fun
As you guys already know, JavaScript is a scripting language that runs in the web browser. Developers use JavaScript to manipulate the DOM, make their websites interactive and many more! This gave me a random idea – why not write a one-line JavaScript code to like a YouTube video without pressing the ‘Like’ button? Read on to find out how!
Continue reading “Like A YouTube Video Using JS | Random Fun”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”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”JavaScript Let and Const | Let’s Simplify
ECMAScript 6 (ES6), also colloquially known as JavaScript 6, is the latest standard of JavaScript as introduced in 2015. ES6 came with many important features, such as arrow functions and spread and rest operations, which we will cover in the near-future. Today, we will discuss the new declaration statements let and const and why we require them.
Continue reading “JavaScript Let and Const | Let’s Simplify”Five Websites to Practice Coding
So you have learned a new programming language and now you want to test your coding skills with challenging problems. Today we are discussing five such websites that will help you sharpen your coding skills with easy to complex problem statements.
Continue reading “Five Websites to Practice Coding”