All Stories

Opps - no_image

What is Dependency injectionDependency injection is a technique in which an object receives other objects that it depends on, called dependencies. Typically, the receiving object is c...

In tutorial, no_image, opps, Jan 23, 2025

Opps - ci_basics

Continuous IntegrationContinuous Integration (CI) is a software development practice where developers frequently merge their code changes into a central repository, after which automa...

In tutorial, ci_basics, opps, Jan 23, 2025

Opps - no_image

SOLID Principles

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

SOAP vs RESTSOAP (formerly an acronym for Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web servi...

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

OOP Principles

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

git merge git merge simply remembers the history as it happened. It takes the two current versions, merge them together based on their common ancestor, fix any conflicts, and then re...

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

Scrum vs Kanban

In tutorial, no_image, opps, Jan 23, 2025

Opps - concurrency

Concurrency vs Parallelism

In tutorial, concurrency, opps, Jan 23, 2025

Opps - no_image

Composition vs InheritanceComposition over inheritance (or composite reuse principle) in object-oriented programming (OOP) is the principle that classes should achieve polymorphic beh...

In tutorial, no_image, opps, Jan 23, 2025

Librariesandroid - no_image

Dependency injection libraries

In tutorial, no_image, librariesAndroid, Jan 23, 2025