All Stories
Opps - tcp_header
TCPThe Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented t...
In tutorial, tcp_header, opps, Jan 23, 2025Opps - symmetric_encryption
Symmetric Key EncryptionSymmetric-key algorithms are algorithms for cryptography that use the same cryptographic keys for both the encryption of plaintext and the decryption of cipher...
In tutorial, symmetric_encryption, opps, Jan 23, 2025Opps - soap_protocol
SOAPSOAP (formerly an acronym for Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web services in c...
In tutorial, soap_protocol, opps, Jan 23, 2025Opps - proto_buffers_types
Protocol BuffersProtocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. It is useful in developing programs to communicate ...
In tutorial, proto_buffers_types, opps, Jan 23, 2025Opps - osi_model
OSI modelThe Open Systems Interconnection model (OSI model) is a conceptual model that describes the universal standard of communication functions of a telecommunication system or com...
In tutorial, osi_model, opps, Jan 23, 2025Opps - graphql_general
GraphQLGraphQL is an open source query language that describes how a client should request information through an API. In a broad sense, GraphQL is a syntax developers can use to ask ...
In tutorial, graphql_general, opps, Jan 23, 2025Opps - 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, 2025Opps - 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, 2025Opps - 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, 2025Featured
-
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,