Productivity Software Engineer (SE)

Introduction Productivity = more tasks in less time. How long do SE works? All SE should works for 8 hours per day. Is it the case?. I personally do not think so. In an ideal world of programmers we have lunch break, meetings and works like coding, researching but these are not always the case. … Continue reading Productivity Software Engineer (SE)

Cloud is the future!

Hello folks, We are all aware the direction that mostly companies are moving towards .i.e CLOUD Platforms. Cloud Computing? Cloud computing is the delivery of services from applications to storage and processing . All are being done over the internet and it also consists of subscription or pay-as-you-go basis. Please have a view on https://www.zdnet.com/article/what-is-cloud-computing-everything-you-need-to-know-from-public-and-private-cloud-to-software-as-a/Continue reading Cloud is the future!

CORONAVIRUS

Everyone is worried about this famous virus that are spreads among different countries. Death Death Death are being heard everyday and today it is an INTERNATIONAL Issue. What is CORONAVIRUSCORONAVIRUS are group of virus that cause illness from cold to more severe diseases such as Severe Acute Respiratory Syndrome (SARS) and Middle East Respiratory Syndrome … Continue reading CORONAVIRUS

GIT

Hello folks, Nowadays GIT has become the most used online tools for repository of source code and versioning. Git is being used by small to large companies example: Microsoft, Facebook ... Git is also included in Azure Dev Ops now. Developers or companies who used TFS but now can used GIT in azure dev ops … Continue reading GIT

Abstraction, Encapsulation, Polymorphism, Interface

Hello beautiful human, Currently I covered the Class, Object, Inheritance. And Now we are going to cover Abstraction, Encapsulation, Polymorphism and Interface Abstraction Abstraction is the hiding of the internal implementation details. The Main idea behind abstraction is to reduce complexity and increase efficiency. Example: The user will never know about the internal process of … Continue reading Abstraction, Encapsulation, Polymorphism, Interface

Inheritance

Hello beautiful people, We already completed the overview of Object Oriented Programming(OOP), Class and Object. Now we move to Inheritance. What is Inheritance? Inheritance is a property by when a class acquires the attributes and behaviour of the parent class. Example: A child inherits the LastName of his parent. Why it is used?  It is used … Continue reading Inheritance