El pasado 9 y 10 de febrero, se celebró en la Universidad Carlos III de Leganés el T3chFest por 5º año. Es un evento gratuito, enfocado en difundir los temas de IT más candentes y poner en contacto a estudiantes universitarios y profesionales de dicho...
Variables CSS, qué son y cómo usarlas
Descubre por qué las variables CSS nada tienen que ver con las variables de SASS o LESS y de qué manera podemos sacarles ventaja a la hora de acceder al DOM desde JavaScript. ¿Qué son las variables CSS? Las variables CSS, oficialmente llamadas CSS Custom Properties,...
Statements vs expressions in programming
Object-oriented programming (OOP) uses statements as building blocks for program construction. Functional programming (FP) uses expressions for program composition. Statements imply state mutation, side effects and are not composable. Expressions are stateless,...
API Management – Day One
Vivimos inmersos en el "boom" de las API. Toda empresa que quiera posicionarse en el mercado o mantener su posición actual en él se ve empujada al uso de API. La presencia en el ecosistema online y el posicionamiento en internet ya no es un nuevo nicho de...
State manipulation vs value calculation in programming
What is programming? Programming at the most basic level is the art of giving instructions to the machine to be executed. This definition is very basic but it clearly defines the essence of programming. There is some instruction set that the machine understands and is...