Dec 23, 2021Member-onlyJava 17 sealed classes — part 2¡Hola! bienvenidos a la segunda parte de Java 17 sealed classes. Si no has leído la primera parte, te sugiero ir a leerla aquí. En la primera parte ahondo en su uso y en algunas particularidades. Esta parte será cortita (eso espero…) Package and module restrictions Java 9 con el proyecto Jigsaw nos trajo…Java2 min read
Dec 23, 2021Member-onlyJava 17 sealed classes — part 1¡Hola! me decidí a volver a escribir de nuevo. Una de mis metas de este año era escribir un artículo técnico cada 15 días (mínimo) y me apena decir que he fallado miserablemente. Pero he vuelto a la carga. He pasado un rato leyendo y jugando con este nuevo feature…Java8 min read
Aug 8, 2021Member-onlyJugando con Elasticsearch y Spring Boot TL;DR¿Y si mi artículo no es lo suficientemente bueno? — Una de las cosas que me gusta hacer de vez en cuando es escribir, de cualquier cosa, sé que quizás no soy muy bueno, pero de alguna u otra manera hay que expresarse. En el ámbito de IT, habiendo tantos expertos que escriben con una pulcritud y una perfección que…Java7 min read
Jun 18, 2021Member-onlyHow to quickly test your Regular ExpressionsToday I responded a Tweet asking on what was the regex for a particular scenario: I wrote it quickly without testing, after I got my coffee ready, I thought on how I would test this regular expression, I found several ways on doing that, this is what this post is…Bash3 min read
Jun 6, 2021Member-onlyYes, you also need to use `local` on loop control variablesHi there! this will be a quick-short blog post about Bash, specifically about one of the coolest bash builtins, local. I wanted to clarify a few things about this shell builting that, I feel most of the Bash developers don´t pay attention to, they seem to ignore control variables from…Bash2 min read
Apr 4, 2021Member-onlyDigestión “La sociedad del cansancio” de Byung-Chul Han — primera parte¡Hola! El otro día me puse a pensar que quizás sería de beneficio, para mí y para alguien más, plasmar las ideas que va leyendo uno, y qué mejor que un post, el beneficio será que esto me empujará a estructurar mejor mis ideas, expandirlas, abrir debate y quizás a…Filosofia7 min read
Published in Better Programming·Jan 20, 2021Member-onlyI Mastered Golang Basics by Solving These 15 Project Euler ProblemsSpecial Pythagorean, largest palindrome, and more — Hello. In this article, I would like to show you my learnings while solving the first 15 Project Euler problems in Golang. The solutions for the problems are all available at: leogtzr/15_projecteuler_solutions_Golang Contribute to leogtzr/15_projecteuler_solutions_Golang development by creating an account on GitHub.github.com Project Euler First of all, what is Project Euler? Simply put, it is a website with mathematical and computer science problems…Programming22 min read
Jan 15, 2021Member-onlyCustomizing the Spring Boot BannerHello! In this article, I will show you multiple easy ways to customize the default Spring Boot Banner. I am currently working on a small Web Application using Spring Boot, after running my app for dozen of times while testing, I wondered how I could show a different banner instead…Java4 min read
Published in Better Programming·Dec 29, 2020Member-onlyMy Minimal, Safe Bash Script TemplateWrite better Bash scripts with this template — In this article, I will show you the safe Bash script template I have used for several years in production environments with great results. You will be able to adapt the code easily for your use case. This is what the Bash template covers: A shebang focused on portability: #!/usr/bin/env…Programming5 min read
Dec 29, 2020Member-onlyNo me ayudes con el Home Office, 4TMuchas empresas de las llamadas, de la vieja guardia (u oldschool), tuvieron que innovar y cambiar sus procesos para soportar el llamado Home Office, podríamos decir que fue una de las bonanzas de la pandemia. Actualmente trabajo en IT, y la empresa al ver los buenos resultados que estábamos teniendo…Home Office2 min read