Technologies

 

Java – is one of the most efficient programming languages ​​and trademark of the company Sun Microsystems (Oracle since 2010). It should be a simple, object-oriented, distributed and familiar programming language. In comparison to other object-oriented languages ​​like C + + or C #, Java is simple and dynamic.

ASP.NET – (Active Server Pages .NET) is a server side technology from Microsoft for creating dynamic web sites, web applications and web services based on the Microsoft NET Framework. ASP.NET is therefore not a programming language, but a bundle of techniques.

Ruby on Rails – briefly Rails is a open source and written in the Ruby programming language web application framework. It is based on the rule “Do not Repeat Yourself” (DRY) and “convention over configuration”. These functions enable agile software development.

PHP – is a scripting language with a style similar to C and Perl syntax that is used mainly for creating dynamic websites or web applications. PHP is distributed as free software under the PHP license. PHP is used on about 75% of all websites as server-side programming languageand is therefore the most used language for creating Web sites.

Oracle Database – (also Oracle Database Server) is a database management system software of the company Oracle. It can generate relational and object-relational data. As a language you can not only use SQL but also Java.

DB2 – is a commercial relational database management system (RDBMS) from the IBM company. The compressed format of records in DB2 enables significant space savings on disk arrays with less processor usage.

PostgreSQL – is a free object-relational database management system. It allows complex queries with subqueries and maximum customization of the database size.

MySQL is a relational database management system. It is available as open source software as well as a commercial enterprise version for different operating systems and forms the basis for many dynamic websites.

MongoDB – is a high-performance, schema-free, document-oriented open source database that is written in the programming language C + +. As the database is document-oriented, they can manage collections of JSON-like documents. So many applications can be able to model data in a more natural way, as data can be nested in complex hierarchies, but there will always be queried and indexed.