Local vs Distributed Databases
In this article, weβll analyze the situations in which it is more appropriate to implement a distributed database instead of a centralized (local) database. But before we do so, letβs...
Read full article βIn this article, weβll analyze the situations in which it is more appropriate to implement a distributed database instead of a centralized (local) database. But before we do so, letβs...
Read full article βI've got this interesting exercise to share with everyone. See if you can figure this out on your own first... Suppose a homogeneous array with 8 rows and 6 columns...
Read full article βSince Chrome vs 52 Google uses DirectWrite exclusively for font rendering on Windows, which may create font rendering issues for some of you. This is how you can fix the...
Read full article βIn this post, I will examine the importance of communication in the analysis phase of software development. In the traditional SDLC we recognize four different stages, these are namely: Requirements...
Read full article βIn this article, Iβll analyze the qualities and weaknesses of the most common types of data structures. In a computer science, we recognize a couple of very specific methods of...
Read full article βIt's easy to create your first geocache and all you need can be found in your local Canadian Tire shop. Container In this article, I'll concentrate on a bigger cache...
Read full article βFollowing is my analysis of four different programming paradigms, recognized by the computer science: Imperative Paradigm, Declarative Paradigm, Functional Paradigm and Object-oriented paradigm. Imperative Paradigm Imperative programming started at the...
Read full article βDespite its many benefits, some view the OOP paradigm as often being unnecessarily complicated, with a sizeable hardware footprint, and generally requiring more elaborate preparatory planning. While I cannot offer...
Read full article βThe greater propensity for code reusability is often put forward as a key advantage of OOP over Structured programming. Some however think that this aspect of OOP is overhyped, and...
Read full article βIn this article, Iβll compare object-oriented programming (OOP) to structured programming. I will do my best to describe the key concepts of OOP and structured programming languages and described this...
Read full article β