Programming evolution, next stop: Elixir

Last week I started reading Programming Elixir by Dave Thomas. As I like to read every part from the books I get, I discovered a very interesting present at the beginning: a foreword by José Valim about how the way we write code has evolved to take advantage of the underlying hardware, which also made me remember […]

Kobabunga está online!

Featured Kobabunga

¿Recuerdas el post del último Jueves? En él te prometí que mi próximo proyecto salía el Martes. Pues bien, aunque casi esté terminando el día, ¡lo prometido es deuda! Han sido meses de trabajo y satisfacción que ven hoy la luz. Te dejo con Kobabunga y con nuestro post de bienvenida. ¡Arrancamos! ¡Entra ya!  

Kobabunga is live!

Featured Kobabunga

Do you remember last Thursday’s post? I promised you that my next project would go live on Thursday. OK, although the day is almost over, Promises must be kept! Months of work and satisfaction see the light today. I leave you with Kobabunga and our welcome post (sorry only Spanish ATM). Let’s go! Get in!

Feedback request: How do you want me to help you?

Hi everyone! These last months have been a very intense time. I have relocated my residence back in Spain and the three projects in which I have been working for the last two years went last week live. Yohoo! Now I come back full of energy and with lots of new projects in mind. The […]

Dame tu feedback ¿cómo quieres que te ayude?

¡Hola a todos! Estos últimos meses han sido muy intensos. He vuelto a España y los tres proyectos en los que he trabajado los dos últimos años han salido a la luz la semana pasada. Ahora vuelvo lleno de energía y con muchos proyectos en mente. El primero de ellos, saldrá a la luz este […]

¿AEM web server no arranca? Cómo reiniciarlo con Apache Gogo

AEM 6

Hace unos días me pasó que para resetear unas cachés de un servicio, tenía que reiniciar el web server Jetty de AEM. Normalmente en circunstancias como esta, hubiese sido mejor reiniciar el servidor y déjarse de rollos, pero no tenía acceso ssh por consola a la máquina remota y era la única forma. En cualquier […]

AEM web server doesn’t start? How to restart it with Apache Gogo

AEM 6

Some days ago I had to restart the AEM Jetty web server to reset some service caches. Usually it would be much better to restart AEM and keep life simple, but I hadn’t ssh access to that remote machine. Nevertheless and independently how you may come across to this situation, this post will help you if […]

Scala Slick relación a la misma entidad

Este post es fruto de una pregunta sobre el mismo tema que hice y me respondí a mi mismo en Stack Overflow. Aquí voy a reordenar y a poner más clarito lo que aprendí de ella y la solución a la que llegué. Situación inicial Voy a explicar el punto de partida sobre el problema […]

Scala Slick 3 Relationship to self

Scala icon

This post comes from a question I wrote and answered myself in Stack Overflow about the same topic. I will reorder it here and try to explain the solution I came across. Initial situation First of all I will explain what I had so you can understand the problem. I had the following Categories table:

[…]

Filter Option with Slick 3.0.1

Scala icon

After 15 minutes trying to figure out why Slick wan’t giving me the possibility to filter an Option column, I will write a little post about it. Base camp My problem started because of the schema definition that I had. Notice that in order to tell Slick that it should map bar as Option, I was doing it […]