apprenticeship Desafíos y Aprendizajes construyendo un Bot de Slack Juli y Debi nos cuentan su experiencia construyendo un bot de Slack, los obstáculos que se toparon en el camino y la sorpresa que se llevaron por lo simple que puede resultar hacerlo!
experience Featured Documenting event-driven APIs with AsyncAPI In this post Mauro tells us about AsyncApi: a tool for documenting Event-Driven architectures. Follow this tutorial to set it up!
best practices IAR: a mnemonic for a clean controller design ¿How do you design HTTP controllers? ¿How do you make sure responsibilities are correctly assigned? ¿How do you reduce maintenance issues? I'll introduce you to three letters that might help you remember the essentials of every controller…
security How to communicate via HTTPS between two Tomcat servers using a self-signed certificate TL;DR There is no need to pay for an SSL certificate in order to communicate two applications through a REST API over HTTPS. You just need to know a few things about Java keytool and a little bit of setup to make it work! Why? REST APIs have become