Coding Standards
Coding Standards
https://developer.ibm.com/tutorials/j-perry-writing-good-java-code/
https://medium.com/@rhamedy/a-short-summary-of-java-coding-best-practices-31283d0167d3
Design Patterns Design Principles
Basic Creational Patterns
Structural Patterns
https://www.baeldung.com/creational-design-patterns
https://www.journaldev.com/1827/java-design-patterns-example-tutorial
https://howtodoinjava.com/design-patterns/creational/
https://www.youtube.com/watch?v=z3SRC2ckJhI&list=PLWPirh4EWFpGeQoTYL5YpzBz8Gjw-sxJb
https://howtodoinjava.com/design-patterns/structural/
https://www.javatpoint.com/structural-design-patterns
https://dzone.com/articles/structural-design-patterns-composite-pattern
https://www.baeldung.com/java-structural-design-patterns
UML
UML Basics
UML Modeling
Notations
UML Constructs concepts
Type of Diagrams
https://www.w3schools.com/html/
https://www.tutorialspoint.com/html/index.htm
https://www.javatpoint.com/html-tutorial
https://www.tutorialspoint.com/html5/index.htm
https://www.youtube.com/watch?v=eOQXwtsxh3M&list=PL0ggi_UlVzQeKb142Qj2OUt2A1iKT1lRP
https://www.w3schools.com/css/default.asp
https://www.tutorialspoint.com/css/what_is_css.htm
https://www.tutorialspoint.com/css/css3_tutorial.htm
https://www.youtube.com/watch?v=GvUTqsAm9vE&list=PLamqHyWseJOIliSZ23WDS1Ky-uU5yrjOk
https://www.w3schools.com/js/default.asp
https://www.javatpoint.com/javascript-tutorial
https://www.geeksforgeeks.org/javascript-tutorial/
https://www.w3schools.com/jquery/
https://www.tutorialspoint.com/jquery/index.htm
https://learn.jquery.com/
https://www.youtube.com/watch?v=le-URjBhevE&list=PLWKjhJtqVAbk2qRZtWSzCIN38JC_NdhW5
https://www.youtube.com/watch?v=2OMzGhlIZpg
Spring
Spring MVC
Spring Core & AOP
Spring Security
Spring Transaction Management
https://howtodoinjava.com/java-spring-framework-tutorials/
https://www.tutorialspoint.com/plsql/index.htm
https://www.baeldung.com/spring-tutorial
https://howtodoinjava.com/spring-mvc-tutorial/
https://www.javatpoint.com/spring-mvc-tutorial
https://dzone.com/tutorials/java/spring/spring-mvc-tutorial-1.html
https://www.journaldev.com/2433/spring-mvc-tutorial
https://howtodoinjava.com/spring-restful/how-to-write-restful-webservices-using-spring-3-mvc/
https://www.baeldung.com/rest-with-spring-series
https://spring.io/guides/gs/rest-service/
https://www.youtube.com/watch?v=GB8k2-Egfv0&list=PLC97BDEFDCDD169D7
https://www.youtube.com/watch?v=b_gpvIO24vs&list=PLfkTJXI2Tk-eQlfpOUURnOM_jrMulVXE2
https://www.youtube.com/watch?v=rn5GukaqbSc&list=PL264wQx-QHvl3bx7lW8ey_fjtEkzORIA4
https://www.youtube.com/watch?v=8Gq-fEsN80U&list=PLmjO_jnyV1HX-rYfkeeVwNfbD8gA8tbAh
https://www.youtube.com/watch?v=kXkel8eTCCk&list=PLe5F6J9S-5iHFwY5v-ep2wKgy759jOg8X
https://www.youtube.com/watch?v=YpsFT50mths&list=PLd3UqWTnYXOkkSq5vuX9dmkvSccHhrPXz
Restful Services
RESTFul Services
Web Service
Apache Play
CXF
Jersey - Basics
Web Services - SOAP & REST
https://www.baeldung.com/jax-ws
https://www.javatpoint.com/soap-web-services
https://www.journaldev.com/9131/soap-webservices-in-java-example-eclipse
https://docs.oracle.com/javaee/6/tutorial/doc/gijqy.html
https://dzone.com/articles/restful-web-services-java
https://www.journaldev.com/9170/restful-web-services-tutorial-java
https://dzone.com/articles/soap-web-services-with-apache-cxf-and-spring-boot
https://www.baeldung.com/introduction-to-apache-cxf
https://howtodoinjava.com/jersey-jax-rs-tutorials/
https://www.vogella.com/tutorials/REST/article.html
Spring Boot
Spring Boot Basics
https://howtodoinjava.com/spring-boot-tutorials/
https://spring.io/guides/gs/spring-boot/
https://spring.io/projects/spring-security
https://howtodoinjava.com/spring-security-tutorial/
https://mkyong.com/tutorials/spring-security-tutorials/
https://www.youtube.com/watch?v=msXL2oDexqw&list=PLqq-6Pq4lTTbx8p2oCgcAQGQyqN8XeA1x
https://www.youtube.com/watch?v=sm-8qfMWEV8&list=PLqq-6Pq4lTTYTEooakHchTGglSvkZAjnE
https://www.youtube.com/watch?v=EPd-u8ibXBY&list=PLVApX3evDwJ1d0lKKHssPQvzv2Ao3e__Q
ORM
ORM Basics
Transaction Management
Hibernate Basics
CRUD Operations
Caching
HQL,Criteria & Native API
Build Management, Deployment & Server Config
Maven
GIT/ SVN & Config Management- Basics
Server Config
Log4j
Introduction to Logging Frame work
Introduction to Log4j
Logger,Appendar & Layout
Logging Levels
https://howtodoinjava.com/log4j/
https://www.tutorialspoint.com/log4j/index.htm
Core Java
Core Java (OOPs & Basic Programming Concepts)
JVM - Internals
Garbage Collection
Java 8 - Streams
Java 8 - Lambda Expressions
Java 8 - Functional Interfaces
Collections
OOPS
Operators
Threads
Exception Handling
Interfaces
Memory Management
Parallel Programming
https://docs.oracle.com/javase/tutorial/index.html
https://www.journaldev.com/7153/core-java-tutorial
https://howtodoinjava.com/
https://www.mkyong.com/tutorials/java-8-tutorials/
https://www.javatpoint.com/internal-details-of-jvm
https://dzone.com/articles/jvm-architecture-explained
https://www.geeksforgeeks.org/jvm-works-jvm-architecture/
https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html
https://www.baeldung.com/jvm-garbage-collectors
https://www.youtube.com/watch?v=hBh_CC5y8-s
https://www.youtube.com/watch?v=r59xYe3Vyks&list=PLS1QulWo1RIbfTjQvTdj8Y6yyq4R7g-Al
https://www.youtube.com/playlist?list=PLd3UqWTnYXOnjGmyjD3zbIkyLXP15-6w0
https://www.youtube.com/watch?v=ZBJ0u9MaKtM
https://www.youtube.com/watch?v=UnaNQgzw4zY
https://howtodoinjava.com/java-concurrency-tutorial/
http://tutorials.jenkov.com/java-concurrency/index.html
https://www.vogella.com/tutorials/JavaConcurrency/article.html
Junit
Introduction Junit
TestCase
Test method
Test Fixure
Test Suite
https://junit.org/junit5/docs/current/user-guide/
https://howtodoinjava.com/junit-4/
https://www.baeldung.com/junit
https://www.youtube.com/playlist?list=PLqq-6Pq4lTTa4ad5JISViSb2FVG8Vwa4o
Hibernate
ORM Basics
ORM Frameworks
Hiberanate and Other Frameworks
ORM Caching
Advantage and Limitations
https://docs.jboss.org/hibernate/core/4.3/quickstart/en-US/html/
https://www.mkyong.com/tutorials/hibernate-tutorials/
https://howtodoinjava.com/hibernate-tutorials/
https://www.journaldev.com/3793/hibernate-tutorial
https://www.youtube.com/watch?v=gUEizau0-UQ&list=PLWPirh4EWFpF9Gbnu4_DdF4ITHSN6MSsk
https://www.youtube.com/watch?v=Yv2xctJxE-w&list=PL4AFF701184976B25
https://www.youtube.com/watch?v=SZ8abQ3vmdc&list=PLd3UqWTnYXOmXS7oSFk_ZSLcJ7tydnt06
Oracle DB Basics
ER Models
Normalization
DDL
DML
DCL
https://www.oracletutorial.com/oracle-basics/
https://www.javatpoint.com/oracle-tutorial
https://www.guru99.com/pl-sql-tutorials.html
https://www.youtube.com/watch?v=0NLsJQCvKXY&list=PLL_LQvNX4xKwbz1aJe0RofbT9YeJH9huQ
https://www.youtube.com/watch?v=y2CICRujsVw&list=PLWPirh4EWFpGKVoAXc4EjgaV4jbAyLrxe
MySQL
DB Basics
ER Models
Normalization
DDL
DML
DCL
https://dev.mysql.com/doc/refman/8.0/en/tutorial.html
https://www.tutorialspoint.com/mysql/index.htm
https://www.javatpoint.com/mysql-tutorial
https://www.youtube.com/watch?v=yZMfbLReFBg&list=PLC1WCudSg397DV5SxiB2ZZkoouG2b0hJA&index=1
PL/SQL
PL/SQL Basics
Anonymous Blocks
Cursors
Exceptions
https://www.oracletutorial.com/plsql-tutorial/
https://www.guru99.com/pl-sql-tutorials.html
https://www.tutorialspoint.com/plsql/index.htm
https://www.youtube.com/watch?v=J5wjIf4gdq4&list=PLWPirh4EWFpHj0kKqqYudPNOrGEa0fFIr
https://www.youtube.com/watch?v=rbarR4_gaH8&list=PLL_LQvNX4xKyiExzq9GKwORoH6nvaRnOQ
Advanced PL/SQL
Store Procs.
Functions
Packages
Triggers
HTML 5
Introduction to HTML 5
Html 5 new tags
Html 5 Form tags
Audio & video Tags
JSP/ JSF
Introduction to JSP
JSP Scripting Elements
Implicit Objects
Directives
Standard Actions
Customs Action Tags
Introduction to JSF
https://www.tutorialspoint.com/jsp/index.htm
https://www.javatpoint.com/jsp-tutorial
https://www.journaldev.com/2114/servlet-jsp-tutorial
https://www.tutorialspoint.com/jsf/index.htm
https://www.javatpoint.com/jsf-tutorial
https://www.youtube.com/watch?v=6jSzVlpylNQ&list=PL0YXTEfmqmyQIK0OyB1khjzcwUeYec5SP
Java Script/Jquery
JavaScript Design Patterns - Basics
Javascript frameworks - Jquery and others - an overview
Programing
Problem Solving with Core Java
Messaging
Async Programming
Messaging Queues and Topics
JMS (Conceptual)
Active MQ
https://howtodoinjava.com/jms/jms-java-message-service-tutorial/
https://www.javatpoint.com/jms-tutorial
https://dzone.com/articles/java-message-service-jms
https://dzone.com/articles/jms-activemq
https://www.javainuse.com/java/ActiveMQTutorial
Server Config
Types of Server
Http / Web Servers
App Servers
Application archives
Application templates
Application deployment
Data Sources
Server Ports
Tomcat Features
Connection Pooling
Performance Standards
Advantage and Limitations
https://www.javatpoint.com/server-web-vs-application
https://www.tutorialspoint.com/internet_technologies/web_servers.htm
Build Tools
Types of Build Tools
Features
Maven
http://tutorials.jenkov.com/maven/maven-tutorial.html
https://howtodoinjava.com/maven/
https://www.baeldung.com/maven
No comments:
Post a Comment