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
Angular Version 11 release has updates across the platform including the framework, the CLI and components. Let’s dive in! What’s in this release? Automatic Inlining of Fonts To make your apps even faster by speeding up their first contentful paint,
The function-like HTML segment refers to a block of HTML with the ability to accept context variables (in other words, parameters). A typical Angular component has two major parts of logic, a HTML template and a Typescript class. The capability
The fifth major webpack release was released recently. Almost two years since the last major release (4), this release brings a lot of changes to the most used module bundler in the JavaScript ecosystem. If like me, you started your
Browsers don’t understand JSX out of the box, so most React users rely on a compiler like Babel or TypeScript to transform JSX code into regular JavaScript. Many preconfigured toolkits like Create React App or Next.js also include a JSX
TypeScript 4.0 is a major milestone in the TypeScript programming language and has currently leapfrogged 3.9 to become the latest stable version. In this post, we’ll look at the new features TypeScript 4.0 offers. Getting started To get started using
Apollo Client 3 offers a few new features, including package rearrange changes and more caching features. Let’s proceed to take a look at how to use the latest features from Apollo Client 3. InMemoryCache APIs The InMemoryCache API has expanded
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 Angular 11
Angular Version 11 release has updates across the platform including the framework, the CLI and components. Let’s dive in! What’s in this release? Automatic Inlining of Fonts To make your apps even faster by speeding up their first contentful paint,
Tags:
Communicating between templates with function-like HTML segments in Angular
The function-like HTML segment refers to a block of HTML with the ability to accept context variables (in other words, parameters). A typical Angular component has two major parts of logic, a HTML template and a Typescript class. The capability
Tags:
What’s new in Webpack 5
The fifth major webpack release was released recently. Almost two years since the last major release (4), this release brings a lot of changes to the most used module bundler in the JavaScript ecosystem. If like me, you started your
Tags:
What’s JSX Transform?
Browsers don’t understand JSX out of the box, so most React users rely on a compiler like Babel or TypeScript to transform JSX code into regular JavaScript. Many preconfigured toolkits like Create React App or Next.js also include a JSX
Tags:
What’s new in TypeScript 4.0
TypeScript 4.0 is a major milestone in the TypeScript programming language and has currently leapfrogged 3.9 to become the latest stable version. In this post, we’ll look at the new features TypeScript 4.0 offers. Getting started To get started using
Tags:
What’s new in Apollo Client 3?
Apollo Client 3 offers a few new features, including package rearrange changes and more caching features. Let’s proceed to take a look at how to use the latest features from Apollo Client 3. InMemoryCache APIs The InMemoryCache API has expanded
Tags: