5 Best Examples Of Apps Made With Python
5 Best Examples Of Apps Made With Python
Websites and Web Apps are the new trending sensation in the web universe. Brands have gradually shifted to apps with smooth functioning and clean design. Amongst the many programming languages available to choose from, Python has been able to prove its importance with its rich…
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 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…
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…
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…