Decoding Redis Serialization ProtocolRedis is an open-source(debatable), in-memory data structure store that can be used as a database, cache, message broker, and streaming engine. It supports various data structures such as strings, hashes, lists, sets, sorted sets, streams, and more. ...Apr 26, 2025·6 min read
A little about Convolutional Neural NetworksIn neural networks, Convolutional neural network (ConvNets or CNNs) is one of the main categories to do images recognition, images classifications. Objects detections, recognition faces etc., are some of the areas where CNNs are widely used. CNN imag...Dec 16, 2022·4 min read