VOOZH about

URL: https://www.javacodegeeks.com/author/abhijeet-sutar

⇱ Abhijeet Sutar, Author at Java Code Geeks


  • Software Development👁 Image
    Abhijeet SutarFebruary 16th, 2016
    0 250

    Change default Git commit message template

    We do lot of changes to projects and commit those in git repository and then commit those changes along with proper…

    Read More »
  • Software Development👁 Image
    Abhijeet SutarMarch 21st, 2015
    1 327

    Working with Amazon S3 – Part I

    Introduction In this multi-part series, I am going to run you through Amazon S3 Service. In first part, you will…

    Read More »
  • Software Development👁 Image
    Abhijeet SutarJune 26th, 2014
    3 196

    Using Git- Part -I : Basics

    Introduction Git is popular distributed version control system created by Linus Torvalds, creator of Linux OS. So, as you might…

    Read More »
  • Core Java👁 Image
    Abhijeet SutarApril 3rd, 2014
    3 1,713

    [Java] How to Schedule a task to run in an interval

    There is often need in application to run some particular task in background to accomplish some work in an interval.…

    Read More »
  • Software Development👁 Image
    Abhijeet SutarFebruary 24th, 2014
    0 180

    Changing commit message in Git

    Introduction Git is distributed version control system and now-a-days, it is de facto version control system for number of open…

    Read More »
  • Enterprise Java👁 Image
    Abhijeet SutarJanuary 16th, 2014
    0 183

    Using Google GSON : Extra Goodies : Part I

    Introduction This is follow-up article to previous Getting Started with Google GSON where it shows the introductory material on using…

    Read More »
  • Enterprise Java👁 Image
    Abhijeet SutarJanuary 14th, 2014
    2 540

    Using Google GSON : Extra Goodies : Part II

    We continue with Using GSON from last article, also in case you missed the first article in series here is…

    Read More »
  • DevOps👁 Image
    Abhijeet SutarAugust 26th, 2013
    1 139

    Redis as data store: Installation

    Introduction Redis is open-source, advanced key-value data store server. It is counted as Nosql database for the key-value store category.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhijeet SutarAugust 14th, 2013
    3 716

    Getting Started with Google GSON

    In Java world,  JSON is becoming de facto standard for data exchange format over XML because of its ease of…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close