|

Searching Indexs

Now the idea behind weighted search is nice, but it is complicated, requires several extra calculation steps, and can cause other issues. In a Database, you might have heard about indexing. The idea of finding a way to store a subset of your table which means faster searching. Of course, if you are looking through…

Introduction to Software Engineering

Software Engineering isn’t an “Advanced form of Programming”. Rather it is the idea and processes of how to properly design, develop, and deliver a software product. Without proper guidelines and processes, software project can be delivered late, without all the features, over cost, or a combination of those options. Software is found everywhere in our…