Angular 8 – Angular Material
Angular Material provides a huge collection of high-quality and ready-made Angular component based on Material design. Let us learn how to include Angular material in Angular application and use its…
Angular Material provides a huge collection of high-quality and ready-made Angular component based on Material design. Let us learn how to include Angular material in Angular application and use its…
Internationalization (i18n) is a must required feature for any modern web application. Internationalization enables the application to target any language in the world. Localization is a part of the Internationalization…
Server side Rendering (SSR) is a modern technique to convert a Single Page Application (SPA) running in the browser into a server based application. Usually, in SPA, the server returns…
Progressive web apps (PWA) are normal web application with few enhancements and behaves like a native application. PWA apps does not depends on network to work. PWA caches the application…
By default, Ubuntu comes with pre-built required drivers for the mouse, keyboard, audio, and video drivers. Long gone are the days where device drivers used to be a nightmare for…
Web workers enables JavaScript application to run the CPU-intensive in the background so that the application main thread concentrate on the smooth operation of UI. Angular provides support for including…
We need to ensure we have the right hardware specifications in order to have Ubuntu installed. System Requirements Ensure the following system requirements are met before proceeding with the installation.…
Nginx is a much lighter web server than Apache. This web server has become quite popular in the recent years. The Apache web server can be quite complex to configure…
The Ubuntu desktop edition can be used to develop web applications. One of the most famous software which can be used for development on Ubuntu is Aptana. Let’s see the steps…
Ubuntu comes in a variety of flavors. In this chapter, we will discuss briefly some of the popular flavors of Ubuntu. Ubuntu Desktop This is the operating system that can…