Eduardo Bouças
banner
eduardoboucas.com
Eduardo Bouças
@eduardoboucas.com
Thoughts from when I was younger • Engineer @netlify.com • He/him
I’m glad to hear it’s useful to you!
November 6, 2025 at 2:50 PM
Coming up with magic directives in a vacuum that make the language unlearnable is not the way.
October 23, 2025 at 7:00 PM
Congrats, my friend!
October 22, 2025 at 7:54 AM
Both functions and edge functions have access to the client IP (via `context.ip`), so you can use that to programmatically change the behaviour in any way you like (including blocking).

docs.netlify.com/build/functi...
Serverless Functions API reference
Use this API reference to write serverless function files with JavaScript or TypeScript.
docs.netlify.com
October 18, 2025 at 9:42 AM
👋 Netlify engineer here. That’s odd. Can you share the URLs where you’re seeing this behaviour?
October 3, 2025 at 12:48 PM
She'd been bedridden for years now, and every time I went to see her I thought I was going to bring her some joy. Except it was always the other way around — despite her poor health, she was the one lifting others up, with a positivity I'll forever admire.

She passed away today and I'll miss her.
September 29, 2025 at 11:11 PM
She remarried my grandpa, also a widower with three kids, and they had two kids together.

"I had 5 kids, my husband had 5 kids, none of them died but there's only 8 of them".

She loved saying this and seeing people getting really confused. One of the many riddles and jokes in her vast repertoire.
September 29, 2025 at 11:11 PM
That’s great feedback, thanks!
September 4, 2025 at 4:43 PM
Yeah, that would happen. Why do you use the `--offline` flag, if I may ask? Is it literally when you're working without an internet connection, or is there another use case?
September 4, 2025 at 4:29 PM
My pleasure. I selfishly focused my replies on the paper cuts because I can use your feedback to improve the experience, but the write up is great and a really clever use of the Netlify primitives!
September 4, 2025 at 1:23 PM
That's fair! Would you find it useful if the CLI cached the last configuration it retrieved from the UI and used that when you run it with the `--offline` flag, as opposed to silently using only the local configuration?
September 4, 2025 at 1:20 PM
I suspect that setting those is what causes the `ntl dev` flow to not work properly. We should be able to detect all those settings automatically and route the calls to the local server. It's strange that it didn't work for you.
September 4, 2025 at 1:19 PM
The default functions directory is `netlify/functions` (not `.netlify`!). If you use that, you don't need to configure anything in netlify.toml.

I hope this helps. I'm happy to answer any questions you may have and thanks again for sharing this!
September 4, 2025 at 12:49 PM