A .NET MessageBox-like React component: react-message-box-async
October 25, 2024 • ☕️☕️ 6 min readA simple open source async message box component for React, inspired by .NET MessageBox.
Written by Mikko Haapanen who lives and works in Helsinki, Finland building useful things. Twitter/X
A simple open source async message box component for React, inspired by .NET MessageBox.
Brute-force algorithms can be the laughing stock. Sometimes working, but non-optimal, solutions can provoke comments on a code review (or be…
After adding your domain on Mailgun, you need to add DNS records on your DNS provider, in this case, DigitalOcean. Mailgun recommends using…
Caching is useful, because it saves resources by persisting local versions of values, that are in some sense expensive to produce from the…
An important thing to remember when developing web-applications is that your own front end JavaScript app isn’t the only one that can use…