There are many ways one can structure an Angular app. But this is how we structure our applications for extensive flexibility, scalability, and small initial bundle size. Core: The things that are absolutely essential for the app to start. Features:
Making frontend applications is not as simple as it used to be. Frontend frameworks like React and Vue.js rely heavily on APIs. This adds complexity to our app because we need to manage how we call these APIs. One solution
In this post, we will cover five simple React hooks that you will find handy in any project. These hooks are useful no matter the features of the application. For each hook, we will provide the implementation and the client
In the current age of JavaScript, Promises are the default way to handle asynchronous behavior in JavaScript. But how do they work? Why should you understand them very well? A Promise in Real Life When we make you a promise,
In this blog, we’ll make a comparative analysis of Golang vs. Node.js for backend web development. Now, we want to understand whether the switch from a traditional Node.js to the popular Golang is sensible or not. That’s why we would
Typescript’s 4.2 was just released recently. What awesome features does this release bring? What impact does it have in your daily life as a Developer? Should you immediately update? Here, we will be going through all the most exciting new
Performance optimization of frontend applications plays an important role in the application architecture. A higher-performing application will ensure an increase in user retention, improved user experience, and higher conversion rates. According to Google, 53% of mobile phone users leave the
Angular is one of the most popularly used frameworks with best-designed practices and tools for app development companies. Angular encourages the developers to use components to split the user interface into reusable and different pieces. There are many popular Angular
In this article, we’re going to discuss about Node.js 15 new features, including throw on unhandled rejections and V8 8.6 language features. Node.js 15 was released recently. It comes with a number of major features: Throw on unhandled rejections V8
What should we learn next? If you are a developer, this question should always be in your mind. Every day, new technologies are introduced and improvements are made to existing ones. Since we can’t learn all these technologies, it is
How to structure Angular Apps
There are many ways one can structure an Angular app. But this is how we structure our applications for extensive flexibility, scalability, and small initial bundle size. Core: The things that are absolutely essential for the app to start. Features:
Tags:
How to write clean API calls with Axios
Making frontend applications is not as simple as it used to be. Frontend frameworks like React and Vue.js rely heavily on APIs. This adds complexity to our app because we need to manage how we call these APIs. One solution
Tags:
Five useful React hooks for any project
In this post, we will cover five simple React hooks that you will find handy in any project. These hooks are useful no matter the features of the application. For each hook, we will provide the implementation and the client
Tags:
How Promises work in JavaScript
In the current age of JavaScript, Promises are the default way to handle asynchronous behavior in JavaScript. But how do they work? Why should you understand them very well? A Promise in Real Life When we make you a promise,
Tags:
Golang Vs. Node.js – respective Strengths and Weaknesses
In this blog, we’ll make a comparative analysis of Golang vs. Node.js for backend web development. Now, we want to understand whether the switch from a traditional Node.js to the popular Golang is sensible or not. That’s why we would
Tags:
What’s new in TypeScript 4.2?
Typescript’s 4.2 was just released recently. What awesome features does this release bring? What impact does it have in your daily life as a Developer? Should you immediately update? Here, we will be going through all the most exciting new
Tags:
Optimize the performance of your frontend application using Vue JS
Performance optimization of frontend applications plays an important role in the application architecture. A higher-performing application will ensure an increase in user retention, improved user experience, and higher conversion rates. According to Google, 53% of mobile phone users leave the
Tags:
Top 6 Angular component libraries
Angular is one of the most popularly used frameworks with best-designed practices and tools for app development companies. Angular encourages the developers to use components to split the user interface into reusable and different pieces. There are many popular Angular
Tags:
What’s new in Node.js 15
In this article, we’re going to discuss about Node.js 15 new features, including throw on unhandled rejections and V8 8.6 language features. Node.js 15 was released recently. It comes with a number of major features: Throw on unhandled rejections V8
Tags:
What will be the best Back End development framework for 2021
What should we learn next? If you are a developer, this question should always be in your mind. Every day, new technologies are introduced and improvements are made to existing ones. Since we can’t learn all these technologies, it is
Tags: