Born to be curious
born to be animal
RSS Feed Another blog? Yes, I know, the world didn't ask for another digital corner filled with unsolicited opinions. But here I am, sharing my thoughts on any topic that piques my interest. If you dare to read my ramblings, go ahead. If not, you can always find something more productive to do.
Notice: If you are looking for the old content from my blog, you can find the source code in the repository. It has been a long time since my last post, and much of the content is out of date, so Iβm not sure if itβs worth migrating all the content to my new blog. Feel free to contact me.
Recent Posts
CΓ³mo la programaciΓ³n asistida por IA cambiarΓ‘ la ingenierΓa del software (verdades dificiles)
Published:Β atΒ 09:27 AMLa inteligencia artificial estΓ‘ revolucionando el desarrollo de software, pero ΒΏhasta quΓ© punto estamos preparados para integrar estas herramientas en nuestro trabajo diario? En este post analizo el artΓculo de Addy Osmani "How AI-assisted coding will change software engineering" sobre el impacto de la IA en la industria del software y reflexiona sobre los desafΓos y oportunidades que presenta.
Si no te gustan las ventas no crees una empresa
Published:Β atΒ 03:03 PMEn este artΓculo, Hunter Walk destaca que como cofundador siempre estΓ‘s vendiendo a clientes, inversores, prensa, equipo y socios. Aunque no seas un vendedor nato, es esencial comunicar el valor de tu empresa y su direcciΓ³n. Incluso los introvertidos o ingenieros pueden ser excelentes en ventas. Evitar las ventas perjudica a tu equipo y a ti mismo. Existen recursos para mejorar en este aspecto.
How to slice or get symbols from a unicode string with emojis in JavaScript? Lets learn how JavaScript represent strings
Published:Β atΒ 09:13 AMEverybody loves JavaScript (or not)! It's easy, powerful and fun (or not) but then one day you found something weird that makes you learn something new and that's fine (or not). If you don't know why `"π".charAt(0)` returns `οΏ½` or why `"π".length` is equal 2 then this article if for you. Do you really know how to handle strings in JavaScript?
Express API with autogenerated OpenAPI doc through Swagger
Published:Β atΒ 08:31 PMIn the past years OpenAPI has arise as the preferred way to document APIs. In this article we will see how easy is document an API created with NodeJS and Express through the Swagger tools. If you are working in an REST API you more probably will desire to have some API doc where your users could find what are the endpoints of your API, what they do, which parameters they accept and which output they generate.