MSMuhammad Sufyan Shoaibinsufyanshoaib.hashnode.dev·Sep 13, 2023 · 1 min readTips: Hot Reloading with IntelliJ IDEAHot reload is a feature that lets you inject updated source code into a running app. This means that you can see the effects of your code changes almost instantly, without waiting for the app to rebuild or relaunch Try these two steps and then restar...00
MSMuhammad Sufyan Shoaibinsufyanshoaib.hashnode.dev·Sep 12, 2023 · 1 min readMySql DB Table SizeTo ensure optimal database performance, you need to identify tables that are consuming excessive memory. These tables might include those with large volumes of data, frequently updated tables, or tables with inefficient queries that require extensive...00