I’ve written few blog entries to provide some useful resources and problems to solve to help people get comfortable with the concepts. Check out them here :
Thanks for sharing this useful post. For a long time i am searching for a guide to study programming. As part of my Mobile app development i need to student programming. As a beginner i approached so many people. But they are busy with their own works. This will help me to get an overall idea about programming. Really thank you so much.
how to develop this in java?
Develop a command line based todo application using java programming language:
Features are:
· Add TODO (ex: todo add “learn design patterns”)
· View TODO list (ex: todo list)
· Search TODO list (ex: todo list “learn”)
· Mark TODO as done (ex: todo done 1 – where 1 is the identifier for a todo item displayed from todo list)
Apply any Object Oriented Programming Concepts and Design Patterns (ex MVC, Factory) you know.