7 Best example of PWA
Web application

7 Best Examples of Web Apps (PWA)

7 Best Examples of Web Apps (PWA) 

In the ever-evolving technological world, pandemic 2020 saw a thrive in internet traffic routing towards mobile. People were more inclined to shopping, counseling, and education digitally. Only the ones who had their established presence on the web were able to handle the quakes of the…

Angular Js and its Super Features
Angular Js

Angular Js and its Super Features

Angular Js and its Super Features 

In the era of digital transformation, we all need to cope up with the change. The pandemic 2021 has proved to us that this change is necessary and inevitable too. We need to be habitual and adapt to using the Internet for almost everything. We…

Background processes in linux
linux

Best way to handle background processes in linux

Best way to handle background processes in linux 

  Every programmer soon comes to a point where he requires to setup several jobs to run in the background with 100% uptime. For example a website server, email server, job schedulers etc. These processes are more like a daemon process. And as like any…

Vue Js Constants
Vuejs

Vuejs: Constants from back end API

Vuejs: Constants from back end API 

Hardcoded values make a developer’s job hectic if these are repeated at several places in the codebase. That is why constants are an indispensable part of an application. It’s easy and intuitive to keep your application constants in a separate file and import them in…