Difference between revisions of "Main Page"

(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
== OasisSoftTech - Knowledge Base ==
+
= OasisSoftTech - Knowledge Base =
  
* [[Programming Languages]] - Java, OOP, Spring  etc..
+
= [[Programming Languages]] - Java, OOP, Spring  etc..=
** [[Object Oriented Programming (OOP)]]
+
== [[Object Oriented Programming (OOP)]]==
***[[Encapsulation]]
+
===[[Encapsulation]]===
***[[Polymorphism]]
+
===[[Polymorphism]]===
***[[Inheritance]]
+
===[[Inheritance]]===
***[[Abstraction]]
+
===[[Abstraction]]===
***[[Differences between Abstraction and Encapsulation]]
+
===[[Differences between Abstraction and Encapsulation]]===
***[[SOLID principles]]
+
===[[SOLID principles]]===
**[[Design Patterns]]
+
==[[Design Patterns]]==
  
** [[JAVA]] - [https://www.youtube.com/watch?v=MadFRdg6UQA How to attach(add) javadoc or source code in Eclipse] : https://www.youtube.com/watch?v=MadFRdg6UQA
+
== [[JAVA]] - > [https://www.youtube.com/watch?v=MadFRdg6UQA How to attach(add) javadoc or source code in Eclipse]==
***[[Java 7]]
+
===[[Java 7]]===
***[[Java 8]]
+
===[[Java 8]]===
****[[StreamAPI - Parallelism]]
+
====[[StreamAPI - Parallelism]]====
****[[Java SE 8 Interview Questions and Answers - 1]]
+
====[[Java SE 8 Interview Questions and Answers - 1]]====
  
***[[Java 9]]
+
===[[Java 9]]===
***[[Java 10]]
+
===[[Java 10]]===
*** [[Collections]]
+
=== [[Collections]]===
****[[Set]]
+
==== [[Set]]====
*****[[EnumSet]]
+
===== [[EnumSet]]=====
*****[[HashSet]]
+
===== [[HashSet]]=====
*****[[LinkedHashSet]]
+
===== [[LinkedHashSet]]=====
*****[[TreeSet]]
+
===== [[TreeSet]]=====
***[[Java Threads|Multithreading]]
+
===== [[SortedSet]]=====
****[[Concurrency Basics]]
+
==== [[List]]====
****[[Thread class - Runnable Interface]]
+
===== [[ArrayList]]=====
****[[ExecutorService and Thread Pools]]
+
===== [[LinkedList]]=====
****[[Callable and Future]]
+
===== [[Vector]]=====
****[[Concurrency issues and Thread Synchronization]]
+
===== [[Stack]]=====
****[[Locks and Atomic Variables]]
+
==== [[Queue]]====
 +
===== [[PriorityQueue]]=====
 +
===== [[Deque]]=====
 +
===== [[ArrayDeque]]=====
 +
==== [[Map]]====
 +
===== [[HashMap]]=====
 +
====== [[LinkedHashMap]]======
 +
===== [[IdentityHashMap]]=====
 +
===== [[WeakHashMap]]=====
 +
===== [[SortedMap]]=====
 +
====== [[TreeMap]]======
  
 +
====[[Generics]]====
 +
====[[Collection Interview Questions and Answers]]====
  
 +
===[[Java Threads|Multithreading]]===
 +
====[[Concurrency Basics]]====
 +
====[[Thread class - Runnable Interface]]====
 +
====[[ExecutorService and Thread Pools]]====
 +
====[[Callable and Future]]====
 +
====[[Concurrency issues and Thread Synchronization]]====
 +
====[[Locks and Atomic Variables]]====
  
***[[Java IDE's]]
 
****[[Eclipse]]
 
****[[NetBeans]]
 
****[[IntelliJ IDEA]]
 
****[[JBuilder]]
 
****[[JDeveloper]]
 
****[[MyEclipse]]
 
  
***[[Java Frameworks]]
 
****[[Springframework]]
 
****[[Spring MVC]]
 
****[[Springframework - Spring Security]]
 
****[[SpringBoot]]
 
*****[[Spring Boot Interview Questions and Answers]]
 
****[[Hibernate]]
 
  
***[[Java Toolkit]]
+
===[[Java IDE's]]===
****[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]
+
====[[Eclipse]]====
*****[[Apache Ant with Ivy]]
+
====[[NetBeans]]====
*****[[Maven|Apache Maven]]
+
====[[IntelliJ IDEA]]====
*****[[Gradle]]
+
====[[JBuilder]]====
 +
====[[JDeveloper]]====
 +
====[[MyEclipse]]====
  
****[[Java Interview Questions and Answers]]
+
===[[Java Frameworks]]===
*****[[Core Java - Programming - Coding Interview Questions and Answers]]
+
====[[Springframework]]====
*****[[Core Java - Collections - Interview Questions and Answers]]
+
====[[Spring MVC]]====
*****[[General Questions about Java]]
+
====[[Springframework - Spring Security]]====
*****[[Java Threads]]
+
====[[SpringBoot]]====
*****[[Java Collections]]
+
=====[[Spring Boot Interview Questions and Answers]]=====
*****[[Garbage Collectors]]
+
====[[Hibernate]]====
*****[[Exception Handling]]
 
*****[[JDBC]]
 
*****[[Remote Method Invocation (RMI)]]
 
*****[[Servlets]]
 
*****[[JSP]]
 
  
** [[JavaScript]]
+
===[[Java Toolkit]]===
***[[Angular Js]]
+
====[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]====
****[[Angular Js 4]]
+
=====[[Apache Ant with Ivy]]=====
****[[Angular Js 5]]
+
=====[[Maven|Apache Maven]]=====
***[[React]]
+
=====[[Gradle]]=====
***[[Node.js]]
 
***[[NPM]]
 
***[[BootStrap]]
 
***[[JQuery]]
 
***[[TypeScript]]
 
  
**[[PHP]]
+
====[[Java Interview Questions and Answers]]====
***[[Phalcon]]
+
=====[[Core Java - Programming - Coding Interview Questions and Answers]]=====
***[[XAMPP]]
+
=====[[Core Java - Collections - Interview Questions and Answers]]=====
 +
=====[[General Questions about Java]]=====
 +
=====[[Java Threads]]=====
 +
=====[[Java Collections]]=====
 +
=====[[Garbage Collectors]]=====
 +
=====[[Exception Handling]]=====
 +
=====[[JDBC]]=====
 +
=====[[Remote Method Invocation (RMI)]]=====
 +
=====[[Servlets]]=====
 +
=====[[JSP]]=====
  
* [[Continous Integration & Continous Delivery]]
+
== [[JavaScript]]==
** [[Continous Integration]]
+
===[[Angular Js]]===
** [[Continious Delivery]]
+
====[[Angular Js 4]]====
** [[Continious Integration Tools]]
+
====[[Angular Js 5]]====
***[[Jenkins]]
+
===[[React]]===
***[[TeamCity]]
+
===[[Node.js]]===
***[[Travis CI]]
+
===[[NPM]]===
***[[Go CD]]
+
===[[BootStrap]]===
***[[Bamboo]]
+
===[[JQuery]]===
***[[GitLab CI]]
+
===[[TypeScript]]===
***[[CircleCI]]
 
***[[Codeship]]
 
***[[Codefresh]]
 
  
 +
==[[Kotlin]]==
  
 +
==[[PHP]]==
 +
===[[Phalcon]]===
 +
===[[XAMPP]]===
  
* [[Containerization Softwares]]
+
= [[Continous Integration & Continous Delivery]]=
** [[Docker]]
+
== [[Continous Integration]]==
** [[Kubernetes]]
+
== [[Continious Delivery]]==
** [[OpenShift]]
+
== [[Continious Integration Tools]]==
** [[CoreOS]]
+
===[[Jenkins]]===
 +
===[[TeamCity]]===
 +
===[[Travis CI]]===
 +
===[[Go CD]]===
 +
===[[Bamboo]]===
 +
===[[GitLab CI]]===
 +
===[[CircleCI]]===
 +
===[[Codeship]]===
 +
===[[Codefresh]]===
  
*[[Web Services]]
 
**[[WSDL Documents]]
 
**[[SOAP]]
 
**[[ESB]] - Enterprice Integration Design Pattern
 
***[[Mule ESB]]
 
***[[WSO2 ESB]]
 
  
*[[Database]]
 
**[[ORACLE]]
 
***[[PL/SQL]]
 
**[[MySQL]]
 
**[[PostgreSQL]]
 
**[[SQL]]
 
  
*[[Elastic Search]]
+
= [[Containerization & VM Softwares]]=
 +
== [[Docker]]==
 +
== [[Kubernetes]]==
 +
== [[OpenShift]]==
 +
== [[CoreOS]]==
 +
== [[Oracle VM VirtualBox Manager]]==
  
 +
=[[Web Services]]=
 +
==[[WSDL Documents]]==
 +
==[[SOAP]]==
 +
==[[ESB]] - Enterprice Integration Design Pattern==
 +
===[[Mule ESB]]===
 +
===[[WSO2 ESB]]===
  
 +
=[[Database]]=
 +
==[[ORACLE]]==
 +
===[[PL/SQL]]===
 +
===[[TOAD]]===
 +
===[[PlSql Editor]]===
 +
===[[SqlPlus]]===
 +
==[[MySQL]]==
 +
===[[MySql Front]] - for Windows===
 +
===[[PhpMyAdmin]] - for Server===
 +
===[[MySQL WorkBench]]===
 +
===[[DBeaver]] - for MacOS===
 +
==[[PostgreSQL]]==
 +
==[[SQL]]==
  
 +
=[[NOSQL]]=
 +
==[[MongoDB and NodeJs]]==
  
* [[Data Science]] - SAS, R, ETL Tools  etc..
+
=[[AMQP]] - Advanced Message Queuing Protocol=
** [[R - Quick Guide]]
+
== [[RabbitMQ]]==
** [[Extract Transform and Load (ETL)]]
+
== [[Apache Qpid]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
***[[QuerySurge]]
+
== [[Apache ActiveMQ]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
***[[MarkLogic]]
+
== [[JORAM]], a Java [[open-source software|open-source]] implementation from the [[OW2 Consortium]]==
***[[Oracle - ORACLE DATA INTEGRATOR]]
+
== [[Apache Qpid]]==
***[[Amazon RedShift]]
+
maintains support for multiple AMQP versions<ref>https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html</ref>
***[[Domo]]
+
== [[StormMQ]]==
***[[Teradata]]
+
a hosted [[message queuing service]] using AMQP. It is offered as a commercial [[managed services|managed service]].
***[[SAP]]
+
== [[RabbitMQ]]==
***[[SAS]]
+
an [[open-source software|open-source]] project sponsored by [[GoPivotal|Pivotal]], primarily supports AMQP 0-9-1, with 1.0 via experimental plugin
***[[IBM – DataStage]]
 
***[[Informatica]]
 
***[[MS SSIS]]
 
***[[Talend Open Studio]]
 
***[[The Ab Initio software]]
 
***[[Dundas]]
 
***[[Sisense]]
 
***[[TabLeau]]
 
***[[MicroStrategy]]
 
***[[Pentaho]]
 
***[[Google BigQuery]]
 
***[[Numetric]]
 
***[[Solver BI360 Suite]]
 
  
* [[Agile/Scrum/Kanban/XP/Waterfall]]
+
= [[MQ]]=
**[[Agile Methodology]]
+
== [[IBMMQ]]==
**[[Scrum Methodology]]
+
- The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.
**[[Waterfall Methodology]]
+
== [[Apache Kafka]]==
**[[Kanban]]
+
== [[RabbitMQ]]==
**[[Agile vs Scrum]]
 
**[[Kanban vs Scrum]]
 
**[[Agile vs Waterfall]]
 
**[[Kanban vs Agile]]
 
  
* [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..
 
**[[Overview]]
 
**[[Related software approaches]]
 
**[[Associated standards]]
 
**[[BRMS Tools]]
 
***[[Open Source Tools]]
 
****[[DROOLS]]
 
****[[OpenRules]]
 
****[[JESS 7]]
 
***[[Strongest Standalone Products]]
 
  
* [[IT Roles]] - DevOps, Product Owner, Scrum Master, ..etc..
 
**[[DevOps]]
 
**[[Scrum Master]]
 
**[[Product Owner]]
 
  
* [[Technology Terms]]
+
=[[Elastic Search]]=
** [[Greenfield Project]]
+
 
 +
 
 +
= [[AWS]]=
 +
= [[Python]]=
 +
= [[BlockChain]]=
 +
 
 +
= [[Data Science]] - SAS, R, ETL Tools  etc..=
 +
== [[R - Quick Guide]]==
 +
== [[Extract Transform and Load (ETL)]]==
 +
===[[QuerySurge]]===
 +
===[[MarkLogic]]===
 +
===[[Oracle - ORACLE DATA INTEGRATOR]]===
 +
===[[Amazon RedShift]]===
 +
===[[Domo]]===
 +
===[[Teradata]]===
 +
===[[SAP]]===
 +
===[[SAS]]===
 +
===[[IBM – DataStage]]===
 +
===[[Informatica]]===
 +
===[[MS SSIS]]===
 +
===[[Talend Open Studio]]===
 +
===[[The Ab Initio software]]===
 +
===[[Dundas]]===
 +
===[[Sisense]]===
 +
===[[TabLeau]]===
 +
===[[MicroStrategy]]===
 +
===[[Pentaho]]===
 +
===[[Google BigQuery]]===
 +
===[[Numetric]]===
 +
===[[Solver BI360 Suite]]===
 +
 
 +
= [[Agile/Scrum/Kanban/XP/Waterfall]]=
 +
==[[Agile Methodology]]==
 +
==[[Scrum Methodology]]==
 +
==[[Waterfall Methodology]]==
 +
==[[Kanban]]==
 +
==[[Agile vs Scrum]]==
 +
==[[Kanban vs Scrum]]==
 +
==[[Agile vs Waterfall]]==
 +
==[[Kanban vs Agile]]==
 +
 
 +
=[[Workflow and Decision Automation Platform]]=
 +
==[[Camunda]]==
 +
 
 +
 
 +
= [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..=
 +
==[[Overview]]==
 +
==[[Related software approaches]]==
 +
==[[Associated standards]]==
 +
==[[BRMS Tools]]==
 +
===[[Open Source Tools]]===
 +
====[[DROOLS]]====
 +
====[[OpenRules]]====
 +
====[[JESS 7]]====
 +
===[[Strongest Standalone Products]]===
 +
 
 +
= [[IT Roles]] - DevOps, Product Owner, Scrum Master, ..etc..=
 +
==[[DevOps]]==
 +
==[[Scrum Master]]==
 +
==[[Product Owner]]==
 +
 
 +
= [[Technology Terms]]=
 +
== [[Greenfield Project]]==
 +
 
 +
= [[Operation Systems]]=
 +
== [[Linux]]==
 +
== [[Windows]]==
 +
== [[MacOS]]==
 +
 
 +
 
 +
=[[Tokens/Encryptions]]=
 +
==[[Encryptions]]==
 +
=== [[JSON Web Tokens (JWT)]]===
 +
=== [[Simple Web Tokens (SWT)]]===
 +
=== [[Security Assertion Markup Language Tokens (SAML)]]===
 +
 
 +
 
 +
= [[Career & Career Coach]]=
 +
== [[How You Should Answer The 10 Most Common Interview Questions]]==
 +
 
 +
 
 +
 
 +
 
 +
 
 +
== [[Enterprise World]] ==
 +
===[[ISO/IEC 27001]] - ISO/IEC 27001 is an information security standard, part of the ISO/IEC 27000 family of standards, of which the last version was published in 2013===
 +
 
 +
==[[EUROPEAN CENTRAL BANK]]==
 +
===[[T2S - TARGET2-Securities]]===
 +
===[[MiFID - the Markets in Financial Instruments Directive]]===
 +
===[[EMIR - the European Market Infrastructure Regulation]]===
 +
===[[CSDR - the Central Securities Depositories Regulation]]===
 +
 
 +
 
  
 
== Getting started ==
 
== Getting started ==
 
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext]
 
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext]
 
* [https://www.mediawiki.org/wiki/Help:Formatting https://www.mediawiki.org/wiki/Help:Formatting]
 
* [https://www.mediawiki.org/wiki/Help:Formatting https://www.mediawiki.org/wiki/Help:Formatting]

Revision as of 19:10, 30 November 2018

Contents

OasisSoftTech - Knowledge Base

Programming Languages - Java, OOP, Spring etc..

Object Oriented Programming (OOP)

Encapsulation

Polymorphism

Inheritance

Abstraction

Differences between Abstraction and Encapsulation

SOLID principles

Design Patterns

JAVA - > How to attach(add) javadoc or source code in Eclipse

Java 7

Java 8

StreamAPI - Parallelism

Java SE 8 Interview Questions and Answers - 1

Java 9

Java 10

Collections

Set

EnumSet
HashSet
LinkedHashSet
TreeSet
SortedSet

List

ArrayList
LinkedList
Vector
Stack

Queue

PriorityQueue
Deque
ArrayDeque

Map

HashMap
LinkedHashMap
IdentityHashMap
WeakHashMap
SortedMap
TreeMap

Generics

Collection Interview Questions and Answers

Multithreading

Concurrency Basics

Thread class - Runnable Interface

ExecutorService and Thread Pools

Callable and Future

Concurrency issues and Thread Synchronization

Locks and Atomic Variables

Java IDE's

Eclipse

NetBeans

IntelliJ IDEA

JBuilder

JDeveloper

MyEclipse

Java Frameworks

Springframework

Spring MVC

Springframework - Spring Security

SpringBoot

Spring Boot Interview Questions and Answers

Hibernate

Java Toolkit

Java Dependency Management and Build Automation Tools

Apache Ant with Ivy
Apache Maven
Gradle

Java Interview Questions and Answers

Core Java - Programming - Coding Interview Questions and Answers
Core Java - Collections - Interview Questions and Answers
General Questions about Java
Java Threads
Java Collections
Garbage Collectors
Exception Handling
JDBC
Remote Method Invocation (RMI)
Servlets
JSP

JavaScript

Angular Js

Angular Js 4

Angular Js 5

React

Node.js

NPM

BootStrap

JQuery

TypeScript

Kotlin

PHP

Phalcon

XAMPP

Continous Integration & Continous Delivery

Continous Integration

Continious Delivery

Continious Integration Tools

Jenkins

TeamCity

Travis CI

Go CD

Bamboo

GitLab CI

CircleCI

Codeship

Codefresh

Containerization & VM Softwares

Docker

Kubernetes

OpenShift

CoreOS

Oracle VM VirtualBox Manager

Web Services

WSDL Documents

SOAP

ESB - Enterprice Integration Design Pattern

Mule ESB

WSO2 ESB

Database

ORACLE

PL/SQL

TOAD

PlSql Editor

SqlPlus

MySQL

MySql Front - for Windows

PhpMyAdmin - for Server

MySQL WorkBench

DBeaver - for MacOS

PostgreSQL

SQL

NOSQL

MongoDB and NodeJs

AMQP - Advanced Message Queuing Protocol

RabbitMQ

Apache Qpid, an open-source project at the Apache Foundation

Apache ActiveMQ, an open-source project at the Apache Foundation

JORAM, a Java open-source implementation from the OW2 Consortium

Apache Qpid

maintains support for multiple AMQP versions<ref>https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html</ref>

StormMQ

a hosted message queuing service using AMQP. It is offered as a commercial managed service.

RabbitMQ

an open-source project sponsored by Pivotal, primarily supports AMQP 0-9-1, with 1.0 via experimental plugin

MQ

IBMMQ

- The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.

Apache Kafka

RabbitMQ

Elastic Search

AWS

Python

BlockChain

Data Science - SAS, R, ETL Tools etc..

R - Quick Guide

Extract Transform and Load (ETL)

QuerySurge

MarkLogic

Oracle - ORACLE DATA INTEGRATOR

Amazon RedShift

Domo

Teradata

SAP

SAS

IBM – DataStage

Informatica

MS SSIS

Talend Open Studio

The Ab Initio software

Dundas

Sisense

TabLeau

MicroStrategy

Pentaho

Google BigQuery

Numetric

Solver BI360 Suite

Agile/Scrum/Kanban/XP/Waterfall

Agile Methodology

Scrum Methodology

Waterfall Methodology

Kanban

Agile vs Scrum

Kanban vs Scrum

Agile vs Waterfall

Kanban vs Agile

Workflow and Decision Automation Platform

Camunda

Business rule management system (BRMS) - Drools, OpenRules, Jess etc..

Overview

Related software approaches

Associated standards

BRMS Tools

Open Source Tools

DROOLS

OpenRules

JESS 7

Strongest Standalone Products

IT Roles - DevOps, Product Owner, Scrum Master, ..etc..

DevOps

Scrum Master

Product Owner

Technology Terms

Greenfield Project

Operation Systems

Linux

Windows

MacOS

Tokens/Encryptions

Encryptions

JSON Web Tokens (JWT)

Simple Web Tokens (SWT)

Security Assertion Markup Language Tokens (SAML)

Career & Career Coach

How You Should Answer The 10 Most Common Interview Questions

Enterprise World

ISO/IEC 27001 - ISO/IEC 27001 is an information security standard, part of the ISO/IEC 27000 family of standards, of which the last version was published in 2013

EUROPEAN CENTRAL BANK

T2S - TARGET2-Securities

MiFID - the Markets in Financial Instruments Directive

EMIR - the European Market Infrastructure Regulation

CSDR - the Central Securities Depositories Regulation

Getting started