Difference between revisions of "Main Page"

(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
== OasisSoftTech - Knowledge Base ==
+
OasisSoftTech - Knowledge Base
  
* [[Programming Languages]] - Java, OOP, Spring  etc..
+
= AWS =
** [[Object Oriented Programming (OOP)]]
+
== [[Terraform]] ==
***[[Encapsulation]]
 
***[[Polymorphism]]
 
***[[Inheritance]]
 
***[[Abstraction]]
 
***[[Differences between Abstraction and Encapsulation]]
 
***[[SOLID principles]]
 
**[[Design Patterns]]
 
  
** [[JAVA]] - > [https://www.youtube.com/watch?v=MadFRdg6UQA How to attach(add) javadoc or source code in Eclipse]
+
= [[Programming Languages]] - Java, OOP, Spring  etc..=
***[[Java 7]]
+
== [[Object Oriented Programming (OOP)]]==
***[[Java 8]]
+
===[[Encapsulation]]===
****[[StreamAPI - Parallelism]]
+
===[[Polymorphism]]===
****[[Java SE 8 Interview Questions and Answers - 1]]
+
===[[Inheritance]]===
 +
===[[Abstraction]]===
 +
===[[Differences between Abstraction and Encapsulation]]===
 +
===[[SOLID principles]]===
 +
==[[Design Patterns]]==
  
***[[Java 9]]
+
== [[JAVA]] - > [https://www.youtube.com/watch?v=MadFRdg6UQA How to attach(add) javadoc or source code in Eclipse]==
***[[Java 10]]
+
===[[Java 7]]===
*** [[Collections]]
+
===[[Java 8]]===
****[[Set]]
+
====[[StreamAPI - Parallelism]]====
*****[[EnumSet]]
+
====[[Java SE 8 Interview Questions and Answers - 1]]====
*****[[HashSet]]
 
*****[[LinkedHashSet]]
 
*****[[TreeSet]]
 
***[[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 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]]====
  
***[[Java IDE's]]
+
===[[Java Threads|Multithreading]]===
****[[Eclipse]]
+
====[[Concurrency Basics]]====
****[[NetBeans]]
+
====[[Thread class - Runnable Interface]]====
****[[IntelliJ IDEA]]
+
====[[ExecutorService and Thread Pools]]====
****[[JBuilder]]
+
====[[Callable and Future]]====
****[[JDeveloper]]
+
====[[Concurrency issues and Thread Synchronization]]====
****[[MyEclipse]]
+
====[[Locks and Atomic Variables]]====
  
***[[Java Frameworks]]
 
****[[Springframework]]
 
****[[Spring MVC]]
 
****[[Springframework - Spring Security]]
 
****[[SpringBoot]]
 
*****[[Spring Boot Interview Questions and Answers]]
 
****[[Hibernate]]
 
  
***[[Java Toolkit]]
 
****[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]
 
*****[[Apache Ant with Ivy]]
 
*****[[Maven|Apache Maven]]
 
*****[[Gradle]]
 
  
****[[Java Interview Questions and Answers]]
+
===[[Java IDE's]]===
*****[[Core Java - Programming - Coding Interview Questions and Answers]]
+
====[[Eclipse]]====
*****[[Core Java - Collections - Interview Questions and Answers]]
+
====[[NetBeans]]====
*****[[General Questions about Java]]
+
====[[IntelliJ IDEA]]====
*****[[Java Threads]]
+
====[[JBuilder]]====
*****[[Java Collections]]
+
====[[JDeveloper]]====
*****[[Garbage Collectors]]
+
====[[MyEclipse]]====
*****[[Exception Handling]]
 
*****[[JDBC]]
 
*****[[Remote Method Invocation (RMI)]]
 
*****[[Servlets]]
 
*****[[JSP]]
 
  
** [[JavaScript]]
+
===[[Java Frameworks]]===
***[[Angular Js]]
+
====[[Springframework]]====
****[[Angular Js 4]]
+
====[[Spring MVC]]====
****[[Angular Js 5]]
+
====[[Springframework - Spring Security]]====
***[[React]]
+
====[[SpringBoot]]====
***[[Node.js]]
+
=====[[Spring Boot Interview Questions and Answers]]=====
***[[NPM]]
+
====[[Hibernate]]====
***[[BootStrap]]
 
***[[JQuery]]
 
***[[TypeScript]]
 
  
**[[PHP]]
+
===[[Java Toolkit]]===
***[[Phalcon]]
+
====[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]====
***[[XAMPP]]
+
=====[[Apache Ant with Ivy]]=====
 +
=====[[Maven|Apache Maven]]=====
 +
=====[[Gradle]]=====
  
* [[Continous Integration & Continous Delivery]]
+
====[[Java Interview Questions and Answers]]====
** [[Continous Integration]]
+
=====[[Core Java - Programming - Coding Interview Questions and Answers]]=====
** [[Continious Delivery]]
+
=====[[Core Java - Collections - Interview Questions and Answers]]=====
** [[Continious Integration Tools]]
+
=====[[General Questions about Java]]=====
***[[Jenkins]]
+
=====[[Java Threads]]=====
***[[TeamCity]]
+
=====[[Java Collections]]=====
***[[Travis CI]]
+
=====[[Garbage Collectors]]=====
***[[Go CD]]
+
=====[[Exception Handling]]=====
***[[Bamboo]]
+
=====[[JDBC]]=====
***[[GitLab CI]]
+
=====[[Remote Method Invocation (RMI)]]=====
***[[CircleCI]]
+
=====[[Servlets]]=====
***[[Codeship]]
+
=====[[JSP]]=====
***[[Codefresh]]
 
  
 +
== [[JavaScript]]==
 +
===[[Angular Js]]===
 +
====[[Angular Js 4]]====
 +
====[[Angular Js 5]]====
 +
===[[React]]===
 +
===[[NodeJS Ecosystem]]===
 +
===[[NPM]]===
 +
===[[BootStrap]]===
 +
===[[JQuery]]===
 +
===[[TypeScript]]===
  
 +
==[[Kotlin]]==
  
* [[Containerization Softwares]]
+
==[[PHP]]==
** [[Docker]]
+
===[[Phalcon]]===
** [[Kubernetes]]
+
===[[XAMPP]]===
** [[OpenShift]]
 
** [[CoreOS]]
 
  
*[[Web Services]]
+
= [[Continous Integration & Continous Delivery]]=
**[[WSDL Documents]]
+
== [[Continous Integration]]==
**[[SOAP]]
+
== [[Continious Delivery]]==
**[[ESB]] - Enterprice Integration Design Pattern
+
== [[Continious Integration Tools]]==
***[[Mule ESB]]
+
===[[Jenkins]]===
***[[WSO2 ESB]]
+
===[[TeamCity]]===
 +
===[[Travis CI]]===
 +
===[[Go CD]]===
 +
===[[Bamboo]]===
 +
===[[GitLab CI]]===
 +
===[[CircleCI]]===
 +
===[[Codeship]]===
 +
===[[Codefresh]]===
  
*[[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]]==
  
* [[Data Science]] - SAS, R, ETL Tools  etc..
+
=[[NOSQL]]=
** [[R - Quick Guide]]
+
==[[MongoDB and NodeJs]]==
** [[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]]
+
=[[AMQP]] - Advanced Message Queuing Protocol=
**[[Agile Methodology]]
+
== [[RabbitMQ]]==
**[[Scrum Methodology]]
+
== [[Apache Qpid]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
**[[Waterfall Methodology]]
+
== [[Apache ActiveMQ]], an [[open-source software|open-source]] project at the [[Apache Foundation]]==
**[[Kanban]]
+
== [[JORAM]], a Java [[open-source software|open-source]] implementation from the [[OW2 Consortium]]==
**[[Agile vs Scrum]]
+
== [[Apache Qpid]]==
**[[Kanban vs Scrum]]
+
maintains support for multiple AMQP versions<ref>https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html</ref>
**[[Agile vs Waterfall]]
+
== [[StormMQ]]==
**[[Kanban vs Agile]]
+
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
  
* [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..
+
= [[MQ]]=
**[[Overview]]
+
== [[IBMMQ]]==
**[[Related software approaches]]
+
- The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.
**[[Associated standards]]
+
== [[Apache Kafka]]==
**[[BRMS Tools]]
+
== [[RabbitMQ]]==
***[[Open Source Tools]]
+
 
****[[DROOLS]]
+
 
****[[OpenRules]]
+
 
****[[JESS 7]]
+
=[[Elastic Search]]=
***[[Strongest Standalone Products]]
+
 
 +
 
 +
= [[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]]===
  
* [[IT Roles]] - DevOps, Product Owner, Scrum Master, ..etc..
 
**[[DevOps]]
 
**[[Scrum Master]]
 
**[[Product Owner]]
 
  
* [[Technology Terms]]
 
** [[Greenfield Project]]
 
  
 
== 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 15:03, 15 April 2019

OasisSoftTech - Knowledge Base

Contents

AWS

Terraform

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

NodeJS Ecosystem

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