#EdgeFunctions

2024-10-07

Next month #Vercel invoice will be a disaster! Working on usage #optimisation. Still struggling with Data Cache Writes / Reads & Fast Origin Transfer. Not sure what happened here. #hosting #deployment #nextjs #middleware #edgefunctions

James BasooJbasoo
2024-08-31

I don't blog much but I thought a post on how I now handle and theme switching was worth it. jamesbasoo.com/blog/theme-swit

James BasooJbasoo
2024-08-30

I finally fixed the un-themed flash on my site using and a theme cookie. I also added a basic fade view transition too, although it seems a bit hit and miss.

I do wonder whether there's a cleaner way of preventing the function running on non-HTML files though. At least locally it seemed to be running on every request.

```
export const config: Config = {
path: "/*",
excludedPath: [
"/*.css",
"/*.js",
"/*.svg",
...
]
}
```

2024-08-25

With #Hono, I can make my own link shortener, a redirector in about 30 lines of code. Plus, it very lightweight and almost costs nothing.

See it in action: aka.mrwillcom.com

This is hosted on #Vercel's #EdgeFunctions, with visits tracking data stored in #Redis on #Upstash.

#javascript #serverless #linkshortener #opensource

Brief source code of this link shortener.
2024-04-17

My latest blog post, Creating an OG image using React and Netlify Edge Functions just dropped. Maybe you'll find it helpful.

dev.to/opensauced/creating-an- #reactjs #edgefunctions

๐Ÿงฟ๐Ÿชฌ๐Ÿ„๐ŸŒˆ๐ŸŽฎ๐Ÿ’ป๐Ÿšฒ๐Ÿฅ“๐ŸŽƒ๐Ÿ’€๐Ÿด๐Ÿ›ป๐Ÿ‡บ๐Ÿ‡ธschizanon
2024-04-05

A Service is a modular piece of edge-enabled software that runs on (and utilizes the features of) Fleek Network.

In this guide, we will explain what services are, how they work, and walk through a few examples of how to use them in your tech stack

blog.fleek.network/post/fleek-

2022-11-28

For anyone wishing to share their toots on their static site: edge functions are a great way to transform the content of a page at request time.

Hereโ€™s how you can use the public #mastodon api: khendrikse.netlify.app/blog/ad

#netlify #edgefunctions

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst