Git Product home page Git Product logo

be-classes's Introduction

ABB Back-end Classes

Module 1: Basic Java

  • About Java. Classes, packages, main(). System.out. Variables, scope of visibility, primitive data types, null. Default values, type casting. Ascending vs descending type cast
  • Control structures: if-else / switch / ternary / unary operation. Logical operations: !, &&, ||. Scanner. Loops, generating pseudo-random values
  • Arrays. Working with strings
  • Methods in Java
  • Objects, Comparing objects, visibility modifiers, static
  • Enum, classloader, Java Memory model. Testing Java code
  • OOP basics, abstract classes. Interfaces
  • Collection API, Lists, generics
  • Set, Stack, Queue, Map
  • Comparator / Comparable, anonymous classes, internal classes, nested class, generics. Patterns: Controller-Service-DAO
  • Working with date and time. Date / time in Java 8+
  • Java 8+ - lambda, Stream API
  • Java 8+ - method / constructor reference, Optional, parallel. Exceptions
  • I/O - working with files

Module 2: Java Web

  • Maven, HTTP, Server, Servlet API. Jetty server
  • Servlet API, Freemarker template, Annotations
  • JDBC, connection, statements. Relational databases. SQL basics
  • Creating database schema. ER-diagram. Keys, joins, relations
  • Grouping operations, nested queries
  • Views, stored procedures, triggers, indices, transactions, transaction isolation levels
  • Servlet filters, cookies, auth. HTTP session
  • Module recap, practice

Module 3: Algorythms

  • Algorythm basics. Algorythm paradigms. Sorting algorithms. Merge sort, quick sort.
  • Bit operations
  • Recursion
  • Linked lists
  • Stack, Queue. Hash data structures
  • Binary Search
  • Trees
  • Graphs, search in graphs. BFS, DFS
  • Snake game introduction
  • Snake challenge

Module 4: Java Frameworks

  • Spring Framework basics. Inversion of Control and Dependency Injection principles. Spring Beans
  • Spring Boot, Spring MVC
  • Spring MVC, REST API, Restful web service
  • Spring JDBC, H2
  • ORM basics. Hibernate p1
  • ORM basics. Hibernate p2
  • DTO pattern. DTO validation. Jackson. Lombok
  • Spring Data JPA
  • Paging and sorting, practice working with repositories
  • Testing Spring application
  • Spring Security
  • JWT token vs cookies. OAuth2.0. Logging
  • Spring AOP basics. Handling exceptions
  • Spring websockets
  • Multithreading introduction
  • Thread pools, executor services, Future. Locks
  • Completable future, ThreadLocal, Deadlock and Livelock. Java Memory Model

Module 5: Final Project

  • Final Project

be-classes's People

Contributors

telman03 avatar dependabot[bot] avatar

Watchers

 avatar

be-classes's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.