One of the best ways to learn something new is to apply what you are trying to learn, as you get to deepen the understanding and also retain the information for a longer period of time. Sometimes you need an idea for your first project, or simply an idea for your next side project that you want to work on in your free time, but you simply do not seem to have any idea. Maybe you are trying to learn a new
Tag: framework
Software developers use the words libraries and frameworks very frequently and interchangeably, but they are not the same. Koushik Kothagal, who is a really good programming instructor, with a lot of helpful tutorials, especially for Java technologies, has published a really great video explaining both of these concepts and is really easy to understand and follow.
GitHub is one of the best places for developers to store their projects, collaborate with other colleagues, and learn from other open source projects as well. These type of projects are written in different programming languages, usually using different frameworks. As these frameworks or developers in general usually possess certain ways of organizing their code files into many folders, it makes it a bit difficult to navigate through them manually in GitHub. Luckily there is a really helpful shortcut that help with that. Continue reading