Skip to content

Instantly share code, notes, and snippets.

View salmanwahed's full-sized avatar
🇧🇩
Bangladesh

Salman Wahed salmanwahed

🇧🇩
Bangladesh
View GitHub Profile
@salmanwahed
salmanwahed / dumpapp-example.md
Created February 28, 2022 06:58 — forked from renanferrari/dumpapp-example.md
Stetho dumpapp example
@salmanwahed
salmanwahed / AdbCommands
Created June 9, 2022 04:41 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@salmanwahed
salmanwahed / latest-news-privacy-policy.md
Last active November 26, 2023 11:43
Latest News Privacy Policy

Privacy Policy

Salman Wahed built the Latest News (সর্বশেষ খবর) app as a Free app. This SERVICE is provided by Salman Wahed at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Latest News (সর্বশেষ খবর) unless otherwise defined in this Privacy Policy.

@salmanwahed
salmanwahed / spring-boot-best-practices.md
Created July 4, 2024 08:42
Spring Boot is a popular framework for building Java-based applications, especially web applications. Adhering to best practices helps ensure that your code is maintainable, scalable, and efficient. Here are some best practices for Spring Boot development, along with examples.

Spring Boot Best Practices

1. Use Spring Boot Starters

Best Practice: Leverage Spring Boot starters to simplify dependency management.

Example:

<dependency>