Inhprog99byHiten Pratap SinghWorking with JSON in Golang: A Comprehensive GuideJSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines…May 3, 2023
InDelivery.com EngineeringbyTim O'MalleyImplementing Persistent Sessions in a Legacy Tomcat ApplicationWhen I started my company back in 2011, my co-founder and I built our e-commerce website using Apache’s Tomcat. We used the built-in…Feb 1, 20163
InWhiteblockbyAntoine ToulmeByte Serialization in BlockchainsIn this post, we’ll discuss byte serialization in blockchain, why it matters, and we’ll also touch on how different chains approach it.Dec 20, 2019Dec 20, 2019
CornerSmoakHow to use the pickle module in PythonPython is a popular programming language that offers many features and libraries for various tasks. One of these libraries is the pickle…Apr 14, 2023Apr 14, 2023
InILLUMINATIONbyShashi SastryHow Illumination and Medium Helped Me Write This BookHere’s what they did for meDec 24, 20213Dec 24, 20213
Inhprog99byHiten Pratap SinghWorking with JSON in Golang: A Comprehensive GuideJSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines…May 3, 2023
InDelivery.com EngineeringbyTim O'MalleyImplementing Persistent Sessions in a Legacy Tomcat ApplicationWhen I started my company back in 2011, my co-founder and I built our e-commerce website using Apache’s Tomcat. We used the built-in…Feb 1, 20163
InWhiteblockbyAntoine ToulmeByte Serialization in BlockchainsIn this post, we’ll discuss byte serialization in blockchain, why it matters, and we’ll also touch on how different chains approach it.Dec 20, 2019
CornerSmoakHow to use the pickle module in PythonPython is a popular programming language that offers many features and libraries for various tasks. One of these libraries is the pickle…Apr 14, 2023
InILLUMINATIONbyShashi SastryHow Illumination and Medium Helped Me Write This BookHere’s what they did for meDec 24, 20213
Peter NagyLie to me Kotlin!I am working as an Android developer. Earlier most crashes was caused by NullPointerException (NPE). Why ? Because there was an object and…Nov 24, 2020
Alexis GomesCustom JSON Encoder with pythonThe json package can encode python objects as strings with the json.JSONEncoder class, and decodes strings into python objects using the…Jun 17, 20201
Petr ZapletalReactive Pitfalls: Java SerializationI had a pleasure to work with a number of companies and quite often, I have been asked to tackle problems they faced. And some of these…Apr 11, 2017