Software Development

January 12, 2021

An Introduction to Databases

A database is an organized collection of data, generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal design and modeling techniques. The database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a “database system”. Often the term “database” is also used to loosely refer to any […]
January 12, 2021

Single Sign On

SINGLE SIGN ON (SSO) Single sign-on (SSO) is a high level concept that permits a user to use one set of login credentials (e.g., username and password) to access multiple applications. The service authenticates the end user for all the applications the user has been given rights to and eliminates further prompts when the user switches applications during the same session. On the back end, SSO is helpful for logging user activities as well as monitoring user accounts. Thus, SSO is an authentication/authorization flow through which a user can log into multiple services using the same credentials. A single sign-on solution […]
January 10, 2021

JSON

Json stands for JavaScript Object Notation. JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types and is language independent. It is derived from javascript. The official Internet media type for JSON is application/json. JSON filenames use the extension .json. JSON was created because there was a need for light weight data interchange format. There are other formats also like XML,YAML, HOCON but there was a need for less verbose light weight data interchange format. JSON fulfills all these requirements. Douglas Crockford originally specified the JSON format in the […]
September 16, 2011

12 most important tips which every designer should know

On internet everybody is in hurry, you, as a web designer, should communicate why the visitor should spend time on your designed website. And this message should be communicated very FAST. Often, designers totally concentrate on the good outer look of the site and forget this goal. These are few things which every professional designers should keep in mind while designing the site. These tips not only improves search engine rankings but they also increases user interaction with the site thus higher conversions are achieved. Page Titles: Often designers use WYSISYG editor, editors generally put a default title in the pages […]