shlogg · Early preview
Ayon Karmakar @ayonssp

Backend Engineer | I build secure and scalable applications.

Creating A Windows Installer For Your Flutter App With Inno Setup

Create a Windows installer for your Flutter app using Inno Setup. Follow these steps: build & prepare files, create Inno script, compile & test. Customize paths, add files & more!

Unlocking Native Functionality In Flutter With DLLs And Dart:ffi

Unlock Flutter's full potential by integrating powerful C++ functionalities via Dynamic Link Libraries (DLLs). This guide walks through the process of enhancing Dart code with C++ functions.

Advanced Axios API Client With JWT Refresh Token Handling In React

Elevate your React app's security & reliability with Axios & JWT refresh token handling. Learn how to configure an advanced API client with robust token management and Redux integration.