microservice and monolithic Is the Monolithic Architecture Eating the World… Again? Take a good hard look at people's ruling principle, especially of the wise, what they run away from and what they seek out. - Marcus AureliusThe monolithic architecture has been
software data engineer 5 Takeaways from Being a Software Data Engineer Sometimes you have to be a bit too optimistic to make a difference - Linus torvaldsMy background has always been a Software Engineer; however, in the last three years of
Externally Managed Environments Python dependencies: break your system if you want Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away ― Antoine de Saint-Exupéry, Airman's OdysseySharing the meme from python dependencies
Credentials Rotation Credentials rotation: AWS Aurora PostgreSQL We are what our thoughts have made us; so take care of what you think. Words are secondary. Thoughts live, they travel far. Each thought we think is tinged with
software developer WTF do you do? To Be Everywhere Is to Be Nowhere — SenecaWhen I was studying in Canada, during a self-presentation explaining what I do for a living after finishing it, an uncomfortable silence came
fastapi FastAPI+Beanie: ODM for MongoDB To attain knowledge, add things every day. To attain wisdom, remove things every day -Lao TzuNoSQL Databases has been growing in popularity since 2014 Show Figure 1, this is due
fastapi Observability: FastAPI + OpenTelemetry + Elastic Cloud This is the best reason to learn history: not in order to predict the future, but to free yourself of the past and imagine alternative destinies. Of course this is
semantic disagreements Why penguins can't fly? “I think nature's imagination Is so much greater than man's, she's never going to let us relax” ― Richard Phillips FeynmanShort storyRichard Feynman is one of the best communicators I've ever
connecting the dots Connecting the dots "The mind is not a vessel to be filled, but a fire to be kindled."The brain is a complex machine, historically humans have been always trying to understand how
serverless Serverless takeaways I don't start to writing because I know all the answers, I start to writing because I know that I need to figure out the answers - Ilya GrigorikServerless is
remote work Remote Work Remote work processes have freed the organization from space and time. The Async Mindset is the philosophical underpinning required to cultivate and facilitate that freedom. - Running Remote In February
management dependencies Management dependencies in python Putting ideas into words is certainly no guarantee that they'll be right. Far from it. But though it's not a sufficient condition, it is a necessary one. -Paul Graham If
Charlas improvisadas: trabajo remoto Hace poco me di cuenta de que entre charla y charla con varios compañeros terminamos hablando cosas que terminando diciendo mucho y concluyendo poco, pero que en ese hablar, ir
tech market down Tech market down No hay nada escrito, todo lo que somos, tenemos y hacemos es el resultado de nosotros probando con nuestra propia vidaEstamos navegando en corrientes difíciles, debemos asegurarnos de estar en
Payments 4 cosas que aprendí de PCI DSS PCI DSS es un estándar en el mundo de pagos, el cual busca garantizar la protección de la información perteneciente al tarjetahabiente, todos los merchants y providers que almacenen, procesen
solana Solana y su ecosistema popular Solana es un proyecto blockchain que nace en 2017, y en 2018 se publica su whitepaper, en donde se describe como este blockchain funciona, introduciendo un concepto novedoso llamado proof
middy middy: middlewares en AWS lambdas "La recompensa de los grandes hombres, es que mucho tiempo después de su muerte, no se tiene la entera seguridad de que hayan muerto"Cuando se trabaja con frameworks como
serverless-compose Serverless compose Seguimos hablando de arquitectura serverless, estaba vez una nueva herramienta se lanzó recientemente, que realmente está muy interesante y que a las personas que trabajamos con estructuras mono-repo será de
serverless Opinión: AWS urls en lambdas, nueva feature? Hace unas semanas se anunció una feature muy solicitada por la comunidad de serverless en AWS, para dar un poco de contexto el ecosistema de AWS, las lambdas tienen muchas
serverless ¿Cuándo debo usar lambdas?, hablemos de event driven architecture El uso de arquitecturas serverless ha venido en aumento, ya he hablado un poco de ello, además soluciones propias de la nube como por ejemplo las lambdas de AWS escalan
coverage Menos coverage, más herramientas Últimamente, he venido hablando bastante sobre test, hoy seguiré en esa misma línea, hablaremos un poco de coverage y porque un número de coberturas de pruebas altas no debería ser
decorators Reto corto: entender decoradores en python Figura 1: Hyrum’s LawEn Python tenemos un concepto bastante interesante que es first class object, este concepto básicamente dice que todo en Python es un objeto, el cual este
magicmockers MagicMockers que tan mágicos son? El objetivo principal de un test unitario es probar de manera aislada el comportamiento de una función o de un método sin invocar recursos de terceros, de lo contrario entraríamos
serverless layers Layers en python: PYTHONPATH un dolor de cabeza En mi artículo anterior me adentré un poco a hablar sobre layers en serverless en python, hoy continuaremos esa misma línea y trataremos de solucionar uno de los errores más
serverless Estrategia monorepo y código compartido Cuando se trabaja con proyectos serverless y sobre todo lambdas en AWS, existe la posibilidad de tener servicios en diferentes lenguajes de programación y utilizar diferentes estructuras de proyecto, hay