Difference between revisions of "Main Page"

(15 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]
+
== [[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]]=====
***** [[SortedSet]]
+
===== [[SortedSet]]=====
**** [[List]]
+
==== [[List]]====
***** [[ArrayList]]
+
===== [[ArrayList]]=====
***** [[LinkedList]]
+
===== [[LinkedList]]=====
***** [[Vector]]
+
===== [[Vector]]=====
***** [[Stack]]
+
===== [[Stack]]=====
**** [[Queue]]
+
==== [[Queue]]====
***** [[PriorityQueue]]
+
===== [[PriorityQueue]]=====
***** [[Deque]]
+
===== [[Deque]]=====
***** [[ArrayDeque]]
+
===== [[ArrayDeque]]=====
**** [[Map]]
+
==== [[Map]]====
***** [[HashMap]]
+
===== [[HashMap]]=====
****** [[LinkedHashMap]]
+
====== [[LinkedHashMap]]======
***** [[IdentityHashMap]]
+
===== [[IdentityHashMap]]=====
***** [[WeakHashMap]]
+
===== [[WeakHashMap]]=====
***** [[SortedMap]]
+
===== [[SortedMap]]=====
****** [[TreeMap]]
+
====== [[TreeMap]]======
  
****[[Generics]]
+
====[[Generics]]====
****[[Collection Interview Questions and Answers]]
+
====[[Collection Interview Questions and Answers]]====
  
***[[Java Threads|Multithreading]]
+
===[[Java Threads|Multithreading]]===
****[[Concurrency Basics]]
+
====[[Concurrency Basics]]====
****[[Thread class - Runnable Interface]]
+
====[[Thread class - Runnable Interface]]====
****[[ExecutorService and Thread Pools]]
+
====[[ExecutorService and Thread Pools]]====
****[[Callable and Future]]
+
====[[Callable and Future]]====
****[[Concurrency issues and Thread Synchronization]]
+
====[[Concurrency issues and Thread Synchronization]]====
****[[Locks and Atomic Variables]]
+
====[[Locks and Atomic Variables]]====
  
  
  
***[[Java IDE's]]
+
===[[Java IDE's]]===
****[[Eclipse]]
+
====[[Eclipse]]====
****[[NetBeans]]
+
====[[NetBeans]]====
****[[IntelliJ IDEA]]
+
====[[IntelliJ IDEA]]====
****[[JBuilder]]
+
====[[JBuilder]]====
****[[JDeveloper]]
+
====[[JDeveloper]]====
****[[MyEclipse]]
+
====[[MyEclipse]]====
  
***[[Java Frameworks]]
+
===[[Java Frameworks]]===
****[[Springframework]]
+
====[[Springframework]]====
****[[Spring MVC]]
+
====[[Spring MVC]]====
****[[Springframework - Spring Security]]
+
====[[Springframework - Spring Security]]====
****[[SpringBoot]]
+
====[[SpringBoot]]====
*****[[Spring Boot Interview Questions and Answers]]
+
=====[[Spring Boot Interview Questions and Answers]]=====
****[[Hibernate]]
+
====[[Hibernate]]====
  
***[[Java Toolkit]]
+
===[[Java Toolkit]]===
****[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]
+
====[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]====
*****[[Apache Ant with Ivy]]
+
=====[[Apache Ant with Ivy]]=====
*****[[Maven|Apache Maven]]
+
=====[[Maven|Apache Maven]]=====
*****[[Gradle]]
+
=====[[Gradle]]=====
  
****[[Java Interview Questions and Answers]]
+
====[[Java Interview Questions and Answers]]====
*****[[Core Java - Programming - Coding Interview Questions and Answers]]
+
=====[[Core Java - Programming - Coding Interview Questions and Answers]]=====
*****[[Core Java - Collections - Interview Questions and Answers]]
+
=====[[Core Java - Collections - Interview Questions and Answers]]=====
*****[[General Questions about Java]]
+
=====[[General Questions about Java]]=====
*****[[Java Threads]]
+
=====[[Java Threads]]=====
*****[[Java Collections]]
+
=====[[Java Collections]]=====
*****[[Garbage Collectors]]
+
=====[[Garbage Collectors]]=====
*****[[Exception Handling]]
+
=====[[Exception Handling]]=====
*****[[JDBC]]
+
=====[[JDBC]]=====
*****[[Remote Method Invocation (RMI)]]
+
=====[[Remote Method Invocation (RMI)]]=====
*****[[Servlets]]
+
=====[[Servlets]]=====
*****[[JSP]]
+
=====[[JSP]]=====
  
** [[JavaScript]]
+
== [[JavaScript]]==
***[[Angular Js]]
+
===[[Angular Js]]===
****[[Angular Js 4]]
+
====[[Angular Js 4]]====
****[[Angular Js 5]]
+
====[[Angular Js 5]]====
***[[React]]
+
===[[React]]===
***[[Node.js]]
+
===[[Node.js]]===
***[[NPM]]
+
===[[NPM]]===
***[[BootStrap]]
+
===[[BootStrap]]===
***[[JQuery]]
+
===[[JQuery]]===
***[[TypeScript]]
+
===[[TypeScript]]===
  
**[[Kotlin]]
+
==[[Kotlin]]==
  
**[[PHP]]
+
==[[PHP]]==
***[[Phalcon]]
+
===[[Phalcon]]===
***[[XAMPP]]
+
===[[XAMPP]]===
  
* [[Continous Integration & Continous Delivery]]
+
= [[Continous Integration & Continous Delivery]]=
** [[Continous Integration]]
+
== [[Continous Integration]]==
** [[Continious Delivery]]
+
== [[Continious Delivery]]==
** [[Continious Integration Tools]]
+
== [[Continious Integration Tools]]==
***[[Jenkins]]
+
===[[Jenkins]]===
***[[TeamCity]]
+
===[[TeamCity]]===
***[[Travis CI]]
+
===[[Travis CI]]===
***[[Go CD]]
+
===[[Go CD]]===
***[[Bamboo]]
+
===[[Bamboo]]===
***[[GitLab CI]]
+
===[[GitLab CI]]===
***[[CircleCI]]
+
===[[CircleCI]]===
***[[Codeship]]
+
===[[Codeship]]===
***[[Codefresh]]
+
===[[Codefresh]]===
  
  
  
* [[Containerization Softwares]]
+
= [[Containerization & VM Softwares]]=
** [[Docker]]
+
== [[Docker]]==
** [[Kubernetes]]
+
== [[Kubernetes]]==
** [[OpenShift]]
+
== [[OpenShift]]==
** [[CoreOS]]
+
== [[CoreOS]]==
 +
== [[Oracle VM VirtualBox Manager]]==
  
*[[Web Services]]
+
=[[Web Services]]=
**[[WSDL Documents]]
+
==[[WSDL Documents]]==
**[[SOAP]]
+
==[[SOAP]]==
**[[ESB]] - Enterprice Integration Design Pattern
+
==[[ESB]] - Enterprice Integration Design Pattern==
***[[Mule ESB]]
+
===[[Mule ESB]]===
***[[WSO2 ESB]]
+
===[[WSO2 ESB]]===
  
*[[Database]]
+
=[[Database]]=
**[[ORACLE]]
+
==[[ORACLE]]==
***[[PL/SQL]]
+
===[[PL/SQL]]===
**[[MySQL]]
+
===[[TOAD]]===
**[[PostgreSQL]]
+
===[[PlSql Editor]]===
**[[SQL]]
+
===[[SqlPlus]]===
 +
==[[MySQL]]==
 +
===[[MySql Front]] - for Windows===
 +
===[[PhpMyAdmin]] - for Server===
 +
===[[MySQL WorkBench]]===
 +
===[[DBeaver]] - for MacOS===
 +
==[[PostgreSQL]]==
 +
==[[SQL]]==
  
*[[Elastic Search]]
+
=[[NOSQL]]=
 +
==[[MongoDB and NodeJs]]==
  
 +
=[[AMQP]] - Advanced Message Queuing Protocol=
 +
== [[RabbitMQ]]==
 +
== [[Apache Qpid]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
 +
== [[Apache ActiveMQ]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
 +
== [[JORAM]], a Java [[open-source software|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 services|managed service]].
 +
== [[RabbitMQ]]==
 +
an [[open-source software|open-source]] project sponsored by [[GoPivotal|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]]==
  
  
* [[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]]
+
=[[Elastic Search]]=
**[[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]]
 
  
 +
= [[AWS]]=
 +
= [[Python]]=
 +
= [[BlockChain]]=
  
* [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..
+
= [[Data Science]] - SAS, R, ETL Tools  etc..=
**[[Overview]]
+
== [[R - Quick Guide]]==
**[[Related software approaches]]
+
== [[Extract Transform and Load (ETL)]]==
**[[Associated standards]]
+
===[[QuerySurge]]===
**[[BRMS Tools]]
+
===[[MarkLogic]]===
***[[Open Source Tools]]
+
===[[Oracle - ORACLE DATA INTEGRATOR]]===
****[[DROOLS]]
+
===[[Amazon RedShift]]===
****[[OpenRules]]
+
===[[Domo]]===
****[[JESS 7]]
+
===[[Teradata]]===
***[[Strongest Standalone Products]]
+
===[[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]]===
  
* [[IT Roles]] - DevOps, Product Owner, Scrum Master, ..etc..
+
= [[Agile/Scrum/Kanban/XP/Waterfall]]=
**[[DevOps]]
+
==[[Agile Methodology]]==
**[[Scrum Master]]
+
==[[Scrum Methodology]]==
**[[Product Owner]]
+
==[[Waterfall Methodology]]==
 +
==[[Kanban]]==
 +
==[[Agile vs Scrum]]==
 +
==[[Kanban vs Scrum]]==
 +
==[[Agile vs Waterfall]]==
 +
==[[Kanban vs Agile]]==
  
* [[Technology Terms]]
+
=[[Workflow and Decision Automation Platform]]=
** [[Greenfield Project]]
+
==[[Camunda]]==
  
* [[Operation Systems]]
 
** [[Linux]]
 
** [[Windows]]
 
** [[MacOS]]
 
  
* [[Career & Career Coach]]
+
= [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..=
** [[How You Should Answer The 10 Most Common Interview Questions]]
+
==[[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]]===
  
  
Line 220: Line 274:
 
* [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]
 
 
== [[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
 

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