Categories
Opinions

Framework vs Library

Framework vs Library: Library provides set of functions and we call them when we need them, here our code is in charge. Framework on other hand provides an environment and being in charge of our code, it runs our code when it requires. Libraries are supplemental piece of functionality. They help you solve specific problem […]

Categories
Opinions

Web Development Terms Roundup

In this very first roundup of web development terms we are going to cover following topics: These definitions are just my personal opinions.  Library Library is like a book library you can take one or another. You can take one piece or whole bunch of it. You can write your application or extend it however you want […]