Mohit SharmaRemote Procedure Call (RPC)Remote Procedure Call (RPC) is an important abstraction for processes to call functions in other processes, even if those processes are on…Jun 4
Ramakrishnan RavichandranExternal Data Representation And MarshallingIn distributed system the connected computers in network need to be concurrently collaborated for particular service. Computers message…Jun 21, 2020
Nurettin AbacıPickle & UnpickleWhen we opened a file in Python and try to read inside its content we use the read() method which returns a sequence. A sequence is a…Jun 26, 2022Jun 26, 2022
Matt HandOffensive P/Invoke: Leveraging the Win32 from Managed CodeWith the rise in offensive .NET, particularly C#, tooling, we are seeing a great expansion in operational capability, especially with…Aug 14, 2019Aug 14, 2019
Alex NiyonsabaObject Serialization and Deserialization in JavaSerialization is a mechanism of writing the state of an object into a byte-stream which can be persisted to a disk or database or can be…Jan 9, 2022Jan 9, 2022
Mohit SharmaRemote Procedure Call (RPC)Remote Procedure Call (RPC) is an important abstraction for processes to call functions in other processes, even if those processes are on…Jun 4
Ramakrishnan RavichandranExternal Data Representation And MarshallingIn distributed system the connected computers in network need to be concurrently collaborated for particular service. Computers message…Jun 21, 2020
Nurettin AbacıPickle & UnpickleWhen we opened a file in Python and try to read inside its content we use the read() method which returns a sequence. A sequence is a…Jun 26, 2022
Matt HandOffensive P/Invoke: Leveraging the Win32 from Managed CodeWith the rise in offensive .NET, particularly C#, tooling, we are seeing a great expansion in operational capability, especially with…Aug 14, 2019
Alex NiyonsabaObject Serialization and Deserialization in JavaSerialization is a mechanism of writing the state of an object into a byte-stream which can be persisted to a disk or database or can be…Jan 9, 2022
Edward PieParsing JSON Request Body & Return JSON Response With GolangThis post is in response to a question someone asked on my earlier post which addressed crafting middlewares in Golang. Naturally, it’s a…Apr 13, 20179
Nuwan AlawattaExternal data representation and marshallingA Complete Guide to External data representation and marshallingJun 21, 2020
Indisney-streamingbyHerve EichwaldUnmarshalling in Akka-HTTP: caveats of streamingAbstractApr 9, 20191