Relational vs Non-Relational Databases

I am by no means an expert on databases but if you are starting a project, there is always questions to ask about said project that can be answered in making user stories, flow-charts, objectives, constraints and so, but one of the most important parts of any application is how you store data. That’s whereContinue reading “Relational vs Non-Relational Databases”

Recursive Programming

Recursion in short can be described as a divide and conquer method of solving a problem in computer science. With the first step being to divide a problem into smaller subproblems then dividing those subproblems and so on. Until the problem cannot practically be divided down any more then solve the smallest subproblem then useContinue reading “Recursive Programming”

Design a site like this with WordPress.com
Get started