Cristian MendozaOptimiza la Gestión de Reservas en Sistemas Distribuidos con Redis, TTL y .NET:En los sistemas de reservas en línea, uno de los mayores desafíos es evitar que un mismo ticket sea reservado o comprado por múltiples…Sep 4Sep 4
Cristian MendozaVerificación de Firmas y Ejecución Segura de Transacciones en Contratos Inteligentes: Un Caso…Antes de explicar acerca de Hashing y firmas digitales, tenemos que ir un poco atras en la historia de la cryptografia.Aug 9Aug 9
Cristian MendozaEntendiendo las Estructuras de Datos en Blockchain: Merkle Tree, Radix Trie y Merkle Patricia TrieBitcoin, la primera red descentralizada basada en blockchain, popularizó el uso de Merkle trees para la inclusión escalable de…Aug 2Aug 2
Cristian MendozaRecursive AlgorithmsThe main idea of recursion is solve a problem, solve a subproblems that are a smaller instances of the same problem, and then use the…Feb 22, 2021Feb 22, 2021
Cristian MendozaDependency Injection(DI)Dependency injection is a design pattern that use the Inversion of control principle(IoC)Jan 20, 2021Jan 20, 2021
Cristian MendozaDynamic or shared libraries in Cin this blog, i’m going to explain what is dynamic library,difference between dynamic and static libraries, how they works. first why is…Sep 7, 2020Sep 7, 2020
Cristian MendozaWhat happens when you type ls -l in the shellfirst you have to understand how the shell work and i do not mean olny that shell is a command interpreter. A shell is the most…Aug 21, 2020Aug 21, 2020
Cristian MendozaStatic Libraries in CStatic libraries are simply a collection of ordinary object files; conventionally, static libraries end with the ``.a’’ suffix. This…Jul 5, 2020Jul 5, 2020
Cristian MendozaWhat happens when you type gcc main.cThe main() serves as the starting point for program execution. It usually controls program execution by directing the calls to other…Jun 12, 2020Jun 12, 2020