Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Sunday, October 18, 2020
Free Object-Oriented Programming - From Basics to Advance (Java)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
Description
From this course you can learn Object-Oriented Programming from basics to advanced concepts.
All code examples in the course are written in Java but that's doesn't mean you can't apply the knowledge from this course in other programming languages. You can easily use the knowledge from this course in any language if you want to build applications with the help of object-oriented programming approach.
There are a lot of other courses in this topic. So, why would you choose exactly this course? Here just a few reasons:
- Coding exercises
To learn programming it is not enough just watching videos and reading books. You also need to have a lot of practice. In this training course you will have different practical tasks which will help you learn and understand Java better.
One of the key tasks where you can practice your knowledge is implementation of backend system for online store. Also you have a lot of tasks that use domain specific terminology: accounts, transactions, users, carts, menu, services etc. So that means you are learning programming without abstract concepts like it is written in the books or in other courses. You learn domain specific terminology and during the lessons we investigate specific extracts from code that can give you clear vision how you can apply the knowledge in real life.
- Open source code
We hide nothing from our students! Including the source code for the hometask solutions and source code of examples which were shared during the lesson. Having the source code you can just copy and paste it to run it on your local computer to understand how things work better.
- Q&A support
The significant difference between online and offline learning process is instructor's availability. If you are in the one room with tutor he always can help you to get understanding specific concept or to help fix your code on your computer.
In this course, we are supporting students with answers to any questions flagged in Q&A section. In case there will be recurring questions - separate video lessons will be created to show how to address issue.
Wednesday, September 02, 2020
Free Java Programming for Complete Stranger
Free Java Programming for Complete Stranger
Learn Java Programming with lot of examples. For Java Beginners! Let's learn OOP's
Start now Java Programming for Complete Stranger
Requirements
No Prerequisites required , even if you don't have knowledge about programming still you can pick this course
Description
This course is for complete beginners , you don't need any prior knowledge. We are going to cover the following concepts.
Obtain Core Java skills
Essential Java basics
What Java is and how it works
Programming fundamentals with Java
JDK - Java Development Kit
JRE - Java Runtime Environment
JVM - Java Virtual Machine
First Java Program
Variable and Data Types
Operators in Java
Control Statements
Looping
All concepts of Object-Oriented Programming
Object
Class
Constructor
Encapsulation
Abstraction
Inheritance
Polymorphism
Interface in Java
Interface in Java8
Interface in Java9
Super and this keyword
Boxing Unboxing
Java Recursion
Call by Value
Strings
Wrapper Classes
Who this course is for:
- People who interested to learn a Programming language