Techarticles

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

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

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

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

Simple tricks to boost website performance

Time is money and it doesn’t stop for you at any cost. All the web users expects our website to load in blink of an eye. Users worry mainly on functionality, and least bothered on what technology, methodology, & framework we use to create the app or website. Architects need to…

Read More

CSS Menu on Mouseover – simple, readability, user-friendliness & logical

In current web trends users/clients looks mainly for readability, user friendliness, logical alignment of data. These are some of the important points which any developer needs to care of, while designing a system. Simple menu discussed here actually holds all the three points together with a simple trick which any software developer can achieve.

Read More

How to create a plugin for CKEditor?

Here we will discuss in detail on creating various types of plugin in CKEditor and configuring it accordingly for making it appear in CKEditor menu, right click or whether the plugin needs to run on predefined event. And also about the complex features useful for developers.

Read More