most useful git commands

Got a thought this morning that i need to pen down the most used git commands. This is a short one but really handy list, hope it helps few. Clone Existing Repository.git clone https://github.com/{username}/{reponame}.git Status of your commit.git status Switch branch and create local branch from remote branch.git checkout -t…

Read More

Must use Resources for API developers

I have listed few topics/techs/languages/tools here which is must use/learn resources for API developers. All the below listed were useful based on my experience and my tech mates recommendations and these were also identified considering cost, ease of use, speed to market. API Design OpenAPI – Swagger RAML – Mulesoft…

Read More

CaRobotics, The RaspberryPi – Part1

Seeing all these techno movies like terminator, transformers… always had in my mind, as a programmer i also need to try something out. Rather than imagining, i decided to take a little leap towards it and use my programming skills. With all these IOT buzz around the tech world, i…

Read More

Must Learn for Web Developers II

This is like the second part of “must use resources for web developers from 2011”, not going to deep in to any of these, consider these as basic requirements or must learn if you are a web developer, it helped me a lot. Google Chrome and Developer Tools (Console, Network,…

Read More

MediaWiki FAQ

Like the other FAQ pages i have thought of adding one for mediawiki also, hope it helps. Q.How to integrate Google Analytics in MediaWiki? A.Method1 Go to your MediaWiki main folder and navigate to includes folder and open outputPage.php. Find headElement function and add your google analytics tracking script just…

Read More

Upgrade your Mediawiki to latest version – Simple Steps

Every one would be familiar with Wikipedia, ever wondered about its architecture ?? Don’t bother!!! lets experts worry about it :), But For your Information, Mediawiki is open source wiki framework which will help us to create our own Wikipedia website in simple steps. PHP and MySQL are the basic requirement,…

Read More

PHP open source frameworks

  Design, development and implementation of an application is no more a hard brain process in current web market lots of open source options. We have lots of open source frameworks available for free to begin our application development cycle. Most of the features will be already defined in these frameworks, only part…

Read More

WordPress FAQ

IF you google for WordPress we will find lots of articles, even forums,… then why the hell am writing this again!!! Answer to this is i thought of sharing issues & solutions i have faced while working with wordpress 🙂 hope someone finds it useful in their path of development….

Read More

DOTNET Family Version History

Dotnet framework versions have always being confusion for most of us And Dotnet components separate versions makes everything even more complicated. So thought of compiling the version details of Dotnet, its components, related modules and some information on new updates on each revisions. Hope it diminishes the confusion level.  DOTNET FRAMEWORK…

Read More