java simple unit testing with JUnit tutorial

in short, JUnit is a unit testing framework for java, it is used for testing parts of your code for errors and bugs early in the development process, this will make your program and code more reliable. unit-testing is commonly used for any larg scale project and will probably be used by most companies you … Continue reading java simple unit testing with JUnit tutorial

how do I start learning java? (ultimate guide)

so you want to learn java properly and don't know how to start. You're most likely a university student struggling with the intro to computer science course (as java is the language they usually use to "teach"), you don't know if its for you or not, and afraid the gap between you and the rest … Continue reading how do I start learning java? (ultimate guide)