Tuesday 16 September 2014

First Developer Job Terminology Cheat Sheet



Sometimes being an entry level developer in the IT industry is not as easy as it seems. So I have
created this cheat sheet containing different terminologies used in the industry. (I'm a Dot Net developer, so a lot of this will solely be applicable in that environment.)

Please feel free to comment if I need to add something to this list or expand on it.



Term Description
127.0.0.1 Same as localhost
AD Active Directory
Alias Used to give a long name a shorter meaningful name
API Application Programming Interface
APP Application
BI Business Intelligence
BU Business Unit
CSS Cascading Style Sheets – used to style a web page
Cube Database with 3 dimensions or more
DB Database
DBA Database Administrator
Deploy Distribute application to client environment
Dev Development environment
IIS Internet Information Services – used to host websites
JavaScript Client side scripting language
JQuery Extended JavaScript library
LINQ Language Integrated Query – C#/VB database query language
Localhost Your PC environment
MDX Query language for a cube, like T-SQL for SQL Server
POC Proof Of Concept
PROC Stored procedure in SQL Server
PROD Production (live) environment
QA Quality Assurance environment
SDK Software Development Kit
SP Sharepoint
SSAS SQL Server Analysis Services – Cubes
SSIS SQL Server Integration Services - platform for data integration
SSMS SQL Server Management Studio
SSRS SQL Server Reporting Services – Reports
Staging Development environment (Usually tested here before it goes to PROD)
TDD Test driven development
TFS Team foundation server, store projects which can be accessed from Visual Studio
Unit test Test a specific part of code
VM Virtual Machine

No comments:

Post a Comment