Why so? Because all everyone talks about is the advantages of these Single-Page Applications. However, in this article, I will shed light on the other side of the coin that no one ever tells you about.
Single-page applications have revolutionized the web industry. Now, considering the popularity of Single-Page applications, you’d not be unreasonable to think that I’m out of my mind to second guess the whole industry, including all the web developers who are constantly learning, Angular/React/Vue and pushing out websites each day by the hour. I’ve got my reasons!
Here are three disadvantages.
In this article, besides throwing light on what is lazy loading we’re going to address some more important questions, such as:
So, first things first.
Lazy Loading is a strategy to identify resources as non-blocking or non-critical and load them only when needed…
Let’s understand the new privacy policy from a programmer’s perspective.
So, WhatsApp has recently updated their privacy policy, and I can feel a sense of panic amongst us because of that, because we have a crucial decision to make here whether to keep using WhatsApp or switch to an alternative like Signal, etc.
So being a person who works in the field of computer science and technology, I feel it’s my duty to give you a programmer’s perspective on how these updated policies will affect your privacy so that you can make an informed decision. I will conclude this article…
Javascript Array Essential Methods Explained with Examples.
Arrays are the most commonly used data structure in any language. As we already know they’re special variables that can hold more than one value at a time. Javascript Arrays are no different, although, an essential thing to know about them is that Javascript Arrays are special kinds of Objects. Now, because of this, you can have variables of different types in the same Array. For instance,
arr[0] = cars; //cars = ['Bentley', 'Mustang']
arr[1] = Date.now;
arr[2] = aFunction;
Besides primitive data types, you can also store objects, functions, even arrays inside…
Oh yes, it happened! They didn’t care about the time and efforts it would require, they didn’t care if they had to change their entire codebase. So, let’s see what could possibly be so upsettingly wrong with React Native that forced this giant Online American Vacation Rental Business to part ways.
Just to give you a heads up, here is how it’s going to go down:
This Experienced Developer/Technical Interviewer had to re-learn coding to find a new job.
The other day I came across a very interesting (yet disturbing) article that made me wonder, “Is the job-hunt process really broken?” yet I haven’t heard anybody addressing this issue ever. This is the reason, I wanted to share this article(with a dash of my wisdom) with you and many more people in our tech community to raise questions and gather people’s opinions on it.
So without further ado, let’s see what’s the deal here.
Tips to ace your code review.
In this article, we’ll unveil some easy yet often overlooked techniques that helped me impress my code reviewer. However, prior to that, its crucial to make sure that we’re well-versed with the concept of code review and what does it entail? Allow my friend Internet to help me here,
Code review is a software quality assurance activity in which one or several people check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation. …
Coming from a technical background, I only knew one “mantra” to excel in this field; the more technical, the better. Well more so, because that’s what I was taught in school(by the way, which was until last year). However, being a recent graduate, and having worked for two hardcore technical companies, I’ve come to question the existence of this mantra in the present times; summarized below are my findings…
What working in a tech field has made me realize is that technical skills are no longer the challenge once you step into the business world, it’s dealing with the humans…
In this article, I’m going to share with you 8 options, or what’s more commonly known as flags, of the angular component schematic that are really very useful, yet unknown to many angular developers.
To instruct the CLI to add a suffix to the generated components, use:
ng generate component component_name --type = page OR ng g c component_name --type = page
It’s going to create a new component of type page. …
In this article, we’re going to learn to write the perfect code. Code that’s perfectly formatted, code-free from any syntactical or semantical error. Isn’t that the dream though? Yes, indeed, now let’s see how we can fulfill this beautiful dream together using an easy javascript library called Standard.js, also known as Standard Style.
Before we dive into the details of how we can use Standard Style, let me address why we should use it! Some of you might already be using a combination of a linter and a formatter, such as ESLint(linter) and Prettier(formatter), and must be wondering if it’s…
Web Developer by profession, Learner by Passion. I write to promote financial literacy, share technical insights, and career advancement tips that I learn!:)