For the success of a web app, the back end development is as crucial as the front end. Developers are in a constant search to find the best framework to suit their needs. While there had been rumours and articles on the end of Ruby on Rails (RoR), the truth is that the framework is […]
Software Testing
What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the developed software meets the specified requirements or not and to identify the defects to ensure that the product is defect-free. The software tester verifies and validates the functionality of an application […]
A Brief History Of Web Designing
Since its birth, the Internet has been changing and impacting our lifestyle. The internet has given rise to various new industries, has improved the mode and effectiveness of communication, especially long-distance communication, impacted our lifestyle and even created millions of jobs. From voicing your opinions to watching movies or listening to songs to shopping your […]
Unix Philosophy
Before we get started with UNIX philosophy, let’s figure out what UNIX is. First things first. What is Unix? Unix is a family of multitasking, multi user computer operating systems. The current Unix is derived from the original AT&T Unix. The development for the original UNIX started in the 1970s at the Bell Labs research […]
Serverless Architecture
Serverless architecture is a way to build and run applications and services without having to manage infrastructure. They refer to applications that heavily depend on third-party services (Backend as a Service “BaaS”), on custom code that’s run in ephemeral containers (Function as a Service “FaaS”), on a service model that delivers computer infrastructure on an […]