Skip to content

A repository that contains small snippets of code to be used for personal reference and easy access

Notifications You must be signed in to change notification settings

MananDhiman/Code-Snippets

Repository files navigation

Code-Snippets

A repository that contains small snippets of code to be used for personal reference and easy access

Project Tips

Comment why and not what

User input handling: Ltrim, r trim, length limit, special chars limit

** All string from user unsafe ** replacing " with ", replacing > with >

Project structure

  • Package by layer: Domain, controller, service, repository, configuration
  • by feature: product, customer, order, cart

Git

Revert to a commit git reset --hard <your commit hash key>

Github readme images

<p float="left">
	<img src="https://user-images.githubusercontent.com/64782929/223650107-dae592af-1d7e-4ca0-9db2-03c7b7bb287b.png" alt="image about something" width="250">
	<img src="https://user-images.githubusercontent.com/64782929/223650112-c38d871c-6340-4bf0-b5f4-df09024b7580.png" width="250">
</p>

About

A repository that contains small snippets of code to be used for personal reference and easy access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages