-
Software Development
What is the difference between BLOB and CLOB datatypes?
Blob and Clob together are known as LOB(Large Object Type). I have been pretty much fascinated by these two data…
Read More » -
Software Development
Cloud Well-Architected Framework
The Well-Architected Framework identifies a set of general design principles to facilitate good design in the cloud: 1- Stop guessing…
Read More » -
Software Development
What is the difference between ‘git pull’ and ‘git fetch’?
In the simplest terms, git pull does a git fetch followed by a git merge. You can do a git…
Read More » -
Software Development
Web Services Top-down development
In top-down development, both client-side and server-side developers use WSDL (the top) to produce the artifacts (the bottom) necessary for…
Read More » -
Software Development
Web Services Bottom-up development
The first generation of Web services tools for Java was targeted at exposing existing code as Web services. This approach…
Read More »