Daniel V.Seguridad en el ciclo de vida del desarrollo del software.Según un informe de la firma de ciberseguridad Imperva, los ataques a aplicativos web del sector salud incrementaron en un 51% desde que…Mar 27, 2021Mar 27, 2021
Daniel V.How to explain Machine Learning to my grandfather.According to Wikipedia:Nov 9, 2020Nov 9, 2020
Daniel V.Object-oriented programming (OOP) in PythonClasses are a fundamental tool in any respectable programming language.Sep 29, 2020Sep 29, 2020
Daniel V.Static and dynamic libraries in C languageAs we develop some code, we realize that some parts of it are used several times, at that moment we realize how great it would be to be…Sep 7, 2020Sep 7, 2020
Daniel V.Static libraries in C languageThey are collections of object-files grouped into a single file usually with a .lib or .a extension, accompanied by header files, usually…Jul 4, 2020Jul 4, 2020
Daniel V.What happens when you type gcc main.c?gcc?… main.c?… C??? What are those strange words?Jun 11, 2020Jun 11, 2020
Daniel V.Hard link and symbolic link in LinuxLinks allow us to access files or folders more easily, without the need to scroll through the entire directory hierarchyJun 8, 2020Jun 8, 2020
Daniel V.What’s up with ls *.c ?The ls command enumerate the content and optional information about files and directories.Jun 8, 2020Jun 8, 2020