About us
Thanks for visiting us at ‘amitph’. This site provides lots of Programming Tutorials and Learning Materials for technology experts we well as newbies. We try our best to keep our tutorials more informative and focused. As this a programming tutorials site, you will find lots of code examples with easily relatable context.
This site is maintained by Amit Phaltankar, who is a technology enthusiast and active learner just like you are. He started with this site with the topics or features he found interesting. Please browse through our major topics.
Who is Amit Phaltankar?
Amit Phaltankar

Amit works as a Technology Lead on the Java Platform, and has little more than a decade of experience in Design, Code, Refactor, Test, and Deploy large scale applications as well as micro-services. He has got variety of experience on Programming, Unit Testing, OOPS, Functional Programming, Big Data Technologies, micro-services, Databases and SQL.
Apart from programming, he loves Photography, Music creation, Fictions, Ghazals and Cooking and recently started his youtube channel. If you share any of his interests, feel free to buzz him.
Amit Phaltankar welcomes comments, questions, suggestions or a friendly ‘Hi’. Please reach out to him on the comment section or any of the below social platforms he is active on.
Recent posts by Amit Phaltankar
How to Hide Spring Data Repository Methods
Detailed guide on How to hide a specific Spring data repository query methods. Also covers an example of creating a read-only repository.
Shutdown Spring Boot Applications Gracefully
Guide to Shutdown Spring Boot Application Gracefully. Learn to configure Spring Boot to finish ongoing job or request safely before stopping.
Custom Error Messages in Spring REST API
Learn a different ways of handling most common Spring exceptions and returning detailed custom error messages from a Spring REST API.
Mapping Lists of different elements types using Model Mapper
Learn How to Map Java Lists of different element types using ModelMapper Library. Covert a list of a bean to list of different bean in Java.