Difference between revisions of "Main Page"

(47 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
***[[Differences between Abstraction and Encapsulation]]
 
***[[Differences between Abstraction and Encapsulation]]
 
***[[SOLID principles]]
 
***[[SOLID principles]]
 +
**[[Design Patterns]]
  
** [[JAVA]]
+
** [[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]]
****[[Lambda Expressions]]
+
****[[StreamAPI - Parallelism]]
****[[Collections]]
+
****[[Java SE 8 Interview Questions and Answers - 1]]
****[[Date and Time]]
 
  
 
***[[Java 9]]
 
***[[Java 9]]
 
***[[Java 10]]
 
***[[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 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]]
 
***[[Java IDE's]]
Line 30: Line 66:
 
***[[Java Frameworks]]
 
***[[Java Frameworks]]
 
****[[Springframework]]
 
****[[Springframework]]
****[[Springframework - MVC]]
+
****[[Spring MVC]]
 +
****[[Springframework - Spring Security]]
 
****[[SpringBoot]]
 
****[[SpringBoot]]
 +
*****[[Spring Boot Interview Questions and Answers]]
 +
****[[Hibernate]]
  
 
***[[Java Toolkit]]
 
***[[Java Toolkit]]
Line 39: Line 78:
 
*****[[Gradle]]
 
*****[[Gradle]]
  
***[[Java Interview Questions and Answers]]
+
****[[Java Interview Questions and Answers]]
****[[General Questions about Java]]
+
*****[[Core Java - Programming - Coding Interview Questions and Answers]]
****[[Java Threads]]
+
*****[[Core Java - Collections - Interview Questions and Answers]]
****[[Java Collections]]
+
*****[[General Questions about Java]]
****[[Garbage Collectors]]
+
*****[[Java Threads]]
****[[Exception Handling]]
+
*****[[Java Collections]]
****[[JDBC]]
+
*****[[Garbage Collectors]]
****[[Remote Method Invocation (RMI)]]
+
*****[[Exception Handling]]
****[[Servlets]]
+
*****[[JDBC]]
****[[JSP]]
+
*****[[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 Softwares]]
 +
** [[Docker]]
 +
** [[Kubernetes]]
 +
** [[OpenShift]]
 +
** [[CoreOS]]
 +
 
 +
*[[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]]
 +
*[[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.
 +
 
 +
 
 +
 
 +
*[[Elastic Search]]
 +
** [[Kafka]]
 +
 
 +
 
 +
* [[AWS]]
 +
* [[Python]]
 +
* [[BlockChain]]
  
 
* [[Data Science]] - SAS, R, ETL Tools  etc..
 
* [[Data Science]] - SAS, R, ETL Tools  etc..
Line 75: Line 197:
 
***[[Solver BI360 Suite]]
 
***[[Solver BI360 Suite]]
  
* [[Management Information Systems]] : Scrum, Agile, Kanban, XP, Waterfall etc..
+
* [[Agile/Scrum/Kanban/XP/Waterfall]]
 
**[[Agile Methodology]]
 
**[[Agile Methodology]]
 
**[[Scrum Methodology]]
 
**[[Scrum Methodology]]
Line 84: Line 206:
 
**[[Agile vs Waterfall]]
 
**[[Agile vs Waterfall]]
 
**[[Kanban vs Agile]]
 
**[[Kanban vs Agile]]
 +
 +
*[[Workflow and Decision Automation Platform]]
 +
**[[Camunda]]
 +
  
 
* [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..
 
* [[Business rule management system (BRMS)]] - Drools, OpenRules, Jess etc..
Line 100: Line 226:
 
**[[Scrum Master]]
 
**[[Scrum Master]]
 
**[[Product Owner]]
 
**[[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]]
 +
 +
  
 
== 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]
 +
 +
 +
== [[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]]

Revision as of 01:35, 12 October 2018

OasisSoftTech - Knowledge Base



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







Getting started


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