Swimburger 

567 Followers
708 Following
84 Posts
πŸ‡§πŸ‡ͺπŸŸπŸ‡ΊπŸ‡Έ Software Engineer
@buildwithfern
and http://swimburger.net.
Microsoft MVP focusing on C# .NET.
🌐 Bloghttps://swimburger.net
▢️ YouTubehttps://www.youtube.com/channel/UCYcY4DDATnpJ-aNOwI4E1Iw
:github: GitHubhttps://github.com/Swimburger
:twitter: Twitter?!https://twitter.com/RealSwimburger
I'm done with Twilio 🀑
TLDR: I moved to Brooklyn and joined Fern to ensure .NET developers get the best .NET SDKs possible, idiomatic and performant.
I'm trying to make end-to-end testing a programmable phone number intuitive by providing this VirtualPhone API based on Twilio. First, what do y'all think?
#dotnet #csharp #aspnet
The new API for ChatGPT is interesting.
For bots to respond based on previous questions and answers, you have to persist the chat history yourself and pass it back and forth for every API call.
In this snippet I'm storing the chat history in session.
#dotnet #aspnet #csharp