All topics
- #javascript 23
- #node-js 21
- #php 11
- #life 10
- #aws 9
- #rust 7
- #serverless 6
- #react 6
- #symfony 6
- #slides 5
- #library 5
- #collaboration 5
- #server 5
- #security 4
- #talk 4
- #github 4
- #go 3
- #docker 3
- #typescript 3
- #jwt 3
- #design-patterns 3
- #bash 3
- #shell 3
- #http 3
- #cdk 2
- #nginx 2
- #performance 2
- #git 2
- #gulp 2
- #laravel 2
- #mysql 2
- #oauth 2
- #astro 1
- #opinion 1
- #ai 1
- #lambda 1
- #api-gateway 1
- #career 1
- #nextjs 1
- #python 1
- #npm 1
- #fastify 1
- #lua 1
- #ssl 1
- #web 1
- #terraform 1
- #conferences 1
- #speaking 1
- #aws-lambda 1
- #zeromq 1
- #distributed 1
- #books 1
- #ftp 1
- #mongodb 1
- #slack 1
- #flightplan 1
- #scalability 1
- #cryptography 1
- #api 1
- #flickr 1
- #lumen 1
- #startup 1
- #entrepreneurship 1
- #tracking 1
- #email 1
- #doctrine 1
- #orm 1
- #atom-io 1
- #console 1
- #pimple 1
- #translation 1
- #twig 1
- #instagram 1
- #backup 1
- #dropbox 1
Recent Articles
Migrating from Gatsby to Astro
This article discuss the reason why I wanted to migrate this blog from Gatsby to Astro and the process I followed to do it. Plus a bunch of interesting and quirky bugs that I had to troubleshoot and fix along the way.
2023 - A year in Review
In 2023, Luciano Mammino attended his first re:Invent, grew open source projects like Middy, continued podcasting on AWS Bites, and strengthened connections through public speaking and live coding. He also contributed to sustainability through LifeFoliage's Landscape Hunt game.
JavaScript, low-level or AI?
The software industry sees an interesting tension between generative AI capturing the software lifecycle and low-level languages aiming for better performance. As developers we must understand these trends and find a strategy. Learn one or both?
Debugging custom ApiGateway authorizers
When building a custom API Gateway authorizer, mysterious 500 errors can happen. This post shows how to enable CloudWatch logging for API Gateway to inspect the logs and debug problems.