Blog

How To Stay Safe Online ? WILD WILD WEB

Tips to stay safe while browsing online, We’re living in the world where www is no longer World Wide Webage. Now a day number of companies have been targeted by hackers hoping to score customers’ personal data and credit card numbers. WILD WILD WEB Below …

30 Basic UNIX Commands List With Examples

30 Basic UNIX Commands List 30 Basic UNIX Commands List With Examples is a good reference for someone who is beginner to UNIX/LINUX Operating System. These are most commonly used and basic Unix commands listed below: Man (Help Command) man is the interface used to …

How To Format Date For Display | Use In a Shell/Bash Script

Format Date For Display or Use In a Shell or Bash Script date command displays current Date and Time in Shell/Bash Script.We need to use the date command with specific format to format date or time in Linux or Unix shell scripts. This post shows …

Waseian BITS Pilani M.Tech Software Architecture [ Wase ] -Comprehensive

Software Architecture [ Wase ] Birla Institute of Technology & Science, Pilani Work Integrated Learning Programmes Division First Semester 2017 – 2018 COMPRE EXAM (Regular)   Q1. Choose the most appropriate architectural pattern (one) for the 5 descriptions below. Motivate for your choices (give reasons …

What is Data Management? Benefits of Data Management

Data Management Data management is the development and execution of architectures, policies, practices and procedures in order to manage the information lifecycle needs of an enterprise in an effective manner. Data management experts stress that data life cycle management is not a product, but a …

Top-down and Bottom-up Approaches

Top-down and Bottom-up Approaches Top-down Start with a big picture From writing program’s perspective more suitable for procedural languages.  For example C where in ‘main’ function logic flow is defined and written. Then smaller functions are written to support ‘main’ function Generally suitable for smaller …

Object Oriented Concepts | OOPS Concepts

Object Oriented Concepts Object Oriented Concepts is a programming style which is associated with the concepts like class, object, Inheritance, Encapsulation, Abstraction, Polymorphism. Most popular programming languages like Java, C++, C#, Ruby, etc. follow an object-oriented programming paradigm. Inheritance A class that is derived from …