Categories
Java

Singleton Design Pattern

Design pattern is a part of object oriented programming which sometimes is difficult to understand or find a logical reason to apply them. Overall, up to now design pattern was not that much useful for me and just makes my application really complex and in some extends difficult to understand. Anyway, today I am writing […]

Categories
Java

Java Email API

If you want to integrate email application in your java program or like me you want to reinvent wheel for curiosity, you can use Java mail API. This API is available on Oracle website and free to download. So you can download it and add to your application to facilitate it with built in email. […]

Categories
C/C++

19 C++ hints

This post probably is one of the longest post in this blog. The truth is that I wrote this document for me to remind my C++ knowledge and in the middle of writing this document I thought about add it in blog. It is not completed yet since I have not finished my review. I […]

Exit mobile version