AYON KARMAKAR

AYON KARMAKAR @ayon_ssp

About: Backend Engineer | I build secure and scalable applications.

Location:
/dev/loop?
Joined:
Feb 15, 2022

AYON KARMAKAR
articles - 14 total

🚀 Optimizing Your React App: Best Practices for Developers

As a developer, ensuring that your React app is optimized for performance, scalability, and user...

Learn More 7 1Mar 31

React Context – Quick Revision Notes

🔹 Definition: Context API manages global state and avoids prop drilling. 1️⃣ Create...

Learn More 5 0Mar 27

The Future is Serverless

In today’s fast-paced development landscape, Serverless Architecture has emerged as a game-changer....

Learn More 16 0Mar 27

Accessing MySQL Server from a Remote Machine in the Same Network

Overview This guide explains how to connect to a MySQL server running on a local network...

Learn More 15 1Mar 24

Flutter Windows Installer 🚀

This README provides instructions for creating a Windows installer for your Flutter application...

Learn More 15 0Mar 23

Supercharge Your Flutter Apps: Seamlessly Integrate C++ with Dart using DLLs

Unlock the full potential of your Flutter applications by integrating powerful C++ functionalities....

Learn More 15 0Mar 22

Managing Application Properties with Spring Boot Profiles: A Best Practices Guide

Managing environment-specific configurations can be challenging, but Spring Boot simplifies this...

Learn More 31 0Jul 27 '24

JWT Refresh with Axios Interceptors in React

Advanced API Client Configuration with Axios and JWT Refresh Token Handling in React In...

Learn More 37 4Jul 18 '24

Mastering React Component Exports: A Comprehensive Guide for Developers

In React (and JavaScript in general), there are several ways to export components or modules from a...

Learn More 23 0Jul 12 '24

Setting Up PL/SQL on Linux Ubuntu/WSL

0. Basic Requirements 🔁[sudo apt update && sudo apt upgrade] update java[sudo...

Learn More 52 0Dec 28 '23

Multiple Decorators in Python

Before going to Multiple Decorators let’s first understand what is Decorators Decorators...

Learn More 20 0Nov 13 '23

🌳tree command

What is the tree command? The tree command is a utility tool in Linux that displays the...

Learn More 26 2Mar 17 '23

Connect to a PostgreSQL database(python).

connecting to a PostgreSQL database from Python. Installation: Install PostgreSQL, If...

Learn More 29 1Mar 2 '23

Importing Files📁 from different Folder🗃️

Folder structure GitHub Repo Practical project Folders ├── Folder1 │ ├──...

Learn More 26 0Dec 4 '22