¿Harto de concatenar strings con mil formas distintas? ¿Has perdido la cuenta entre +, StringBuilder, printf, format, y MessageFormat?¡Buenas noticias! Con Java 21, llega una forma más limpia, segura y flexible: String Templates 🎉 😵💫 El problema...
Hello! Today I learned about innerHTML and Template Strings in Javascript. Let's start with innerHTML. With innerHTML, you can manipulate and add HTML elements with JavaScript. For example, if someone has a div-container in the HTML file but forgot t...
Recently we started working on refactoring the code generators of Compas.js. Compas.js is a framework based on a structure providing generated routers, validators, typed api clients and more. Code-gen processs The code-gen package is built like any p...
I recently started learning JavaScript. It is a very powerful language that can create wonders on your webpage. But it is not easy, just like any other language, you need to do a lot of practice to get an in-depth understanding of the concepts. That...