Tag: integration
All the articles with the tag "integration".
-
Google sheets as your backend: Preserving business logic instead of rebuilding it
A practical approach to using Google Sheets as a lightweight backend solution, preserving existing business logic while avoiding unnecessary rebuilding of systems.
-
Excel exports in .NET Core using ClosedXML
A practical guide to implementing Excel file exports in .NET Core applications using ClosedXML library, with code examples and best practices.