VOOZH about

URL: https://www.javacodegeeks.com/author/ahmad-gohar

⇱ Ahmad Gohar, Author at Java Code Geeks


  • Software Development👁 Image
    Ahmad GoharSeptember 2nd, 2019
    1 6,266

    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👁 Image
    Ahmad GoharJuly 12th, 2019
    0 117

    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👁 Image
    Ahmad GoharSeptember 7th, 2018
    1 169

    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👁 Image
    Ahmad GoharAugust 14th, 2015
    0 149

    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👁 Image
    Ahmad GoharAugust 12th, 2015
    0 151

    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 »
Back to top button
Close