• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

885 Java courses

Apache Kafka for Beginners - Learn Kafka by Hands-On

By Packt

Learn the fundamentals and advanced concepts of Apache Kafka in this course. This course will give you a good understanding of all the concepts through hands-on practice.

Apache Kafka for Beginners - Learn Kafka by Hands-On
Delivered Online On Demand4 hours 50 minutes
£14.99

Containerize Spring Boot CRUD App with Docker and Docker Compose

By Packt

If you are someone who wants to learn all about containers and running programs inside them then you are in the right place. A hands-on course with live demonstrations covering core concepts such as utilizing Docker and running apps inside containers, as well as making your own Dockerfile, building a Docker image, launching a container from it and much more. All you need is basic Java and Spring Boot expertise to get started.

Containerize Spring Boot CRUD App with Docker and Docker Compose
Delivered Online On Demand2 hours 39 minutes
£37.99

Cucumber with the Java-Build Automation Framework with Minimal Code

By Packt

This updated course helps you to grasp the core concepts of the Cucumber behavior-driven development (BDD) framework from scratch. You will learn various automation terminologies, the process to integrate the Cucumber framework with Maven, Jenkins, and Selenium, and a lot of interesting topics that will help you to develop high-class automation test cases.

Cucumber with the Java-Build Automation Framework with Minimal Code
Delivered Online On Demand10 hours 42 minutes
£93.99

How to Become a Software Developer from Scratch

By Packt

Software development is the process of conceiving, specifying, designing, programming, documenting, testing, and bug-fixing involved in creating and maintaining applications, frameworks, or other software components.

How to Become a Software Developer from Scratch
Delivered Online On Demand12 hours 57 minutes
£37.99

Kafka for Developers - Data Contracts Using Schema Registry.

By Packt

This course is a mix of theory and coding to give you experience in building Kafka applications using AVRO and Schema Registry. You will code and build a coffee order service using Spring Boot and Schema Registry. Anyone interested in learning about Schema Registry and how to build Kafka Producer and Consumer applications that interact with Schema Registry can take up the course.

Kafka for Developers - Data Contracts Using Schema Registry.
Delivered Online On Demand5 hours 32 minutes
£74.99

Java Design Patterns - The Complete Masterclass - Update '18

By iStudy UK

Whether you're an average Java Developer and looking for a course to master Java Design Patterns or want to get the insights into the core of Software Development principles and Design patterns, then taking this Java Design Patterns - The Complete Masterclass - Update '18 course will be perfect for you. With this course, learn the patterns for creating versatile, reusable objects, and discover example use cases, conclude with implementation guidance, tips and techniques for avoiding the challenges posed by an individual pattern Some of the popular creational patterns such as Builder, Singleton, Prototype, Factory Method, and Abstract Factory and other essential concepts like multithreading, hierarchies and mutability also discussed in this course. By the time you complete this course, you'll be able to implement each design pattern in your own Java projects efficiently. What you'll learn Master Java Design Patterns Apply Design Patterns to Real-World Projects Build Software that's Robust and Flexible Using Java Design Patterns Solve common Software architecture problems with Java Design Patterns Requirements Working Java or any OOP Programming Language Knowledge Understand Interfaces, Composition, Inheritance, Polymorphism Willingness to learn and work hard This is NOT a Beginners Course Who this course is for: Programmers with Intermediate to advanced Software development knowledge Developers who want to learn about Programming Design Patterns Introduction Introduction 00:03:00 What You'll Get from this Course 00:05:00 Value: $5000 USD - Download Your FREE Bundle 00:05:00 Download All of the Slides Used in the Course 00:30:00 Download all the Source code for this Course 00:05:00 The gang of Four - The origins of Design Patterns -Strategy Design Pattern The Concepts Behind Design Patterns 00:05:00 The Strategy Design Pattern - Introduction 00:06:00 The Strategy Design Pattern -Score System 00:15:00 The Strategy Design Pattern - Payment System 00:02:00 The Strategy Design Pattern - Payment System - Part 2 00:12:00 The Strategy Design Pattern - Payment System - Final 00:07:00 Resources 00:15:00 Strategy Pattern Exercise and Challenge 00:15:00 The Observer Design Pattern The Observer Design Pattern 00:04:00 The Observer Design Pattern - Classes Creation 00:12:00 The Observer Design Pattern - Final 00:13:00 Resources 2 00:05:00 Strategy Pattern Exercise and Challenge 11 00:15:00 The Java Decorator Design Pattern The Decorator Design Pattern - Introduction 00:04:00 The Decorator Design Pattern - Classes Creation 00:11:00 The Decorator Design Pattern - Final 88 00:09:00 Resources 88 1 00:10:00 The Factory and Simple Factory Design Pattern Introduction to Simple Factory Design Pattern 00:07:00 The Factory Design Pattern - Introduction 00:03:00 The Factory Design Pattern - Part 2 00:12:00 The Factory Design Pattern - Final 00:08:00 Resources 88 2 00:05:00 The Singleton Design Pattern The Singleton Design Pattern - Introduction 00:03:00 The Singleton Design Pattern -Our First Singleton Class 00:06:00 The Singleton Design Pattern - Synchronized Method 00:07:00 The Singleton Design Pattern - Eager Creation 00:04:00 The Singleton Design Pattern - Double-Check Locking Creation 00:06:00 Resources 88 3 00:05:00 The Command Design Pattern in java The Command Design Pattern - Introduction 00:09:00 The Command Design Pattern - Gameboy Example 00:06:00 The Command Design Pattern - Command Interfaces Creation 00:09:00 The Command Design Pattern - Final 00:16:00 Resources 88 4 00:05:00 The Adapter Design Pattern The Adapter Design Pattern - Introduction 00:04:00 The Adapter Design Pattern - Diagram and Class Creation 00:12:00 The Adapter Design Pattern - Object Adapter 00:05:00 The Adapter Design Pattern - Final 00:03:00 Resources 88 5 00:05:00 The Facade Design Pattern The Facade Design Pattern - Introduction 00:04:00 The Facade Design Pattern - Final 00:13:00 Resources 88 6 00:05:00 The Template Design Pattern The Template Method Design Pattern 00:04:00 The Template Method Design Pattern - Part 2 00:07:00 The Template Method Design Pattern - Final 00:12:00 Resources 88 7 00:05:00 The Iterator Design Pattern About Iterator Design Pattern - Introduction 00:06:00 The Problem and Obvious Solution 00:05:00 Iterator Design Pattern Example - Geeky and Dev Stores 888 00:14:00 Rolling our Own Iterator Class 00:08:00 The Java Iterator Class 00:09:00 The State Design Pattern Introduction to Design Patterns - The State Design Pattern 00:08:00 State Design Pattern- The Obvious Solution 00:12:00 State Design Pattern- The Obvious Solution - Part 2 00:06:00 State Design Pattern- The Correct Solution - Part 1 00:13:00 State Design Pattern- The Correct Solution - Part 2 00:12:00 State Design Pattern- The Correct Solution - Test drive - Final 00:09:00 Resources 88 9 00:05:00 The Proxy Design Pattern Introduction to Proxy Design Pattern 00:05:00 Remote Proxy Design Pattern Implementation 00:11:00 Resources 88 10 00:05:00 The MVC - Model View Controller Design Pattern Introduction to MVC Design Pattern 00:07:00 MVC - Class Creation 00:10:00 MVC - Implementation 00:08:00 The Builder Design Pattern Introduction to Builder Design Pattern 00:05:00 Builder Design Pattern Implementation 00:14:00 The Interface Builder Design Pattern - Part 1 00:09:00 The Interface Builder Design Pattern - Final 00:08:00 The Prototype Design Pattern Introduction to Prototype Design Pattern 00:04:00 Cloning Person and Dolphin Objects 00:10:00 Using the Java Cloneable Interface 00:10:00 The Mediator Design Pattern Introduction to Mediator Design Pattern 00:05:00 Meditator Project with Code - Part 1 00:09:00 Meditator Project with Code - Final 00:10:00 Resources 88 11 00:05:00 The Visitor Design Pattern Introduction to Visitor Design Pattern 00:05:00 The Visitor Design Pattern - Cont. 00:07:00 The Visitor Design Pattern - Final 00:10:00 Resources 88 12 00:05:00 The Memento Design Pattern Introduction to Memento Design Pattern 00:05:00 Memento Class Creation 00:06:00 Memento - Final 00:08:00 Resources 88 13 00:05:00 The Interpreter Design Pattern Introduction to the Interpreter Design Pattern 00:03:00 The Interface Interpreter Design Pattern - Final 00:12:00 Resources 88 14 00:05:00 The Chain of Responsibility Design Pattern Introduction to Chain of Responsibility Design Patterns 00:04:00 The Chain of Responsibility Design Pattern - cont 00:09:00 The Chain of Responsibility Design Pattern - Final 00:07:00 Resources 88 15 00:05:00 The Bridge Design Pattern Introduction to Bridge Design Pattern 00:04:00 Bridge Design Pattern - Classes Setup 00:07:00 Bridge Design Pattern - Final 00:03:00 Resources 88 16 00:05:00 The Flyweight Design Pattern Introduction to Flyweight Design Pattern 00:01:00 Flyweight - Final 00:12:00

Java Design Patterns - The Complete Masterclass - Update '18
Delivered Online On Demand12 hours 48 minutes
£25

Game Design, Game Development, UX, Java, HTML & CSS - 20 Courses Bundle

By NextGen Learning

Get ready for an exceptional online learning experience with the Game Design, Game Development, UX, Java, HTML & CSS bundle! This carefully curated collection of 20 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The Game Design, Game Development, UX, Java, HTML & CSS is a dynamic package, blending the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Game Development package has something for everyone. As part of the Game Design, Game Development, UX, Java, HTML & CSS package, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the Game Development bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This Bundle Comprises the Following CPD Accredited Courses: Course 01: Game Development using Cocos2d-x v3 C++ Course 02: Developing Game in Unity 3D Course 03: JavaScript Project - Game Development with JS Course 04: Tic-Tac-Toe Clone - The Complete Cocos2d-x C++ Game Course Course 05: Tic-Tac-Toe Clone - The Complete SFML C++ Game Course Course 06: Create a Game With Gamemaker Studio 2 Course 07: Advanced Diploma in User Experience UI/UX Design Course 08: Maya & Unity 3D: Modeling Environments for Mobile Games Course 09: Monetize Your Mobile Game or App Course 10: Modern OpenGL 3D Game Course 11: Flappy Bird Clone: Cocos2d-x C++ Game Course 12: Flappy Bird Clone: SFML C++ Game Course 13: Introduction To Twitch TV Video Game Live Streaming Course 14: JavaScript for Everyone Course 15: Introduction to Coding With HTML, CSS, & Javascript Course 16: Career Development Plan Fundamentals Course 17: CV Writing and Job Searching Course 18: Learn to Level Up Your Leadership Course 19: Networking Skills for Personal Success Course 20: Ace Your Presentations: Public Speaking Masterclass Learning Outcome: Gain comprehensive insights into multiple fields. Foster critical thinking and problem-solving skills across various disciplines. Understand industry trends and best practices through the Game Development Bundle. Develop practical skills applicable to real-world situations. Enhance personal and professional growth with the Game Development. Build a strong knowledge base in your chosen course via the Game Development. Benefit from the flexibility and convenience of online learning. With the Game Development package, validate your learning with a CPD certificate. Each course in this bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the "Game Design, Game Development, UX, Java, HTML & CSS ", a rich anthology of 15 diverse courses. Each course in the Game Development bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. This"Game Design, Game Development, UX, Java, HTML & CSS " bundle will take you on a unique and enriching educational journey. The bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the "Game Design, Game Development, UX, Java, HTML & CSS " bundle offers you the flexibility and convenience to learn at your own pace. Make the Game Development package your trusted companion in your lifelong learning journey. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The "Game Design, Game Development, UX, Java, HTML & CSS " bundle is perfect for: Lifelong learners looking to expand their knowledge and skills. Professionals seeking to enhance their career with CPD certification. Individuals wanting to explore new fields and disciplines. Anyone who values flexible, self-paced learning from the comfort of home. Career path Unleash your potential with the "Game Design, Game Development, UX, Java, HTML & CSS " bundle. Acquire versatile skills across multiple fields, foster problem-solving abilities, and stay ahead of industry trends. Ideal for those seeking career advancement, a new professional path, or personal growth. Embrace the journey with the Game Developmentbundle package. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - Included You will get a complimentary Hard Copy Certificate.

Game Design, Game Development, UX, Java, HTML & CSS - 20 Courses Bundle
Delivered Online On Demand3 days
£99

Red Hat Application Development I: Programming in Java EE (AD183)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for Java developers who want to learn more about the specifications that comprise the world of Java Enterprise Edition (Java EE), Proficiency in developing Java SE applications, with 2+ years of experience required, Proficiency in using an IDE such as Red Hat Developer Studio or Eclipse, Experience with Maven is recommended but not required. Overview Red Hat Application Development I: Programming in Java EE Virtual Training exposes experienced Java Standard Edition (Java SE) developers to the world of Java Enterprise Edition (Java EE). As an experienced Java Standard Edition (Java SE) developer, this course introduces you to the world of Java Enterprise Edition (Java EE). You will learn about the various specifications that make up Java EE. Through hands-on labs, you will transform a simple Java SE command line application into a multi-tiered enterprise application using various Java EE specifications, including Enterprise Java Beans, Java Persistence API, Java Messaging Service, JAX-RS for REST services, Contexts and Dependency Injection (CDI), and JAAS for securing the application. This course is based on Red Hat© Enterprise Application Platform 7.0. 1 - TRANSITION TO MULTI-TIERED APPLICATIONS Describe Java EE features and distinguish between Java EE and Java SE applications. 2 - PACKAGE AND DEPLOY APPLICATIONS TO AN APPLICATION SERVER Describe the architecture of a Java EE application server, package an application, and deploy the application to an EAP server. 3 - CREATE ENTERPRISE JAVA BEANS Develop Enterprise Java Beans, including message-driven beans. 4 - MANAGE PERSISTENCE Create persistence entities with validations. 5 - MANAGE ENTITY RELATIONSHIPS Define and manage JPA entity relationships. 6 - CREATE REST SERVICES Create REST APIs using the JAX-RS specification. 7 - IMPLEMENT CONTEXTS AND DEPENDENCY INJECTION Describe typical use cases for using CDI and successfully implement it in an application. 8 - SECURE JAVA EE APPLICATIONS Use JAAS to secure a Java EE application. 9 - SECURE JAVA EE APPLICATIONS Use JAAS to secure a Java EE application. 10 - COMPREHENSIVE REVIEW OF RED HAT JBOSS DEVELOPMENT I: JAVA EE Demonstrate proficiency of the knowledge and skills obtained during the course. Additional course details: Nexus Humans Red Hat Application Development I: Programming in Java EE (AD183) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Red Hat Application Development I: Programming in Java EE (AD183) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Red Hat Application Development I: Programming in Java EE (AD183)
Delivered OnlineFlexible Dates
Price on Enquiry

Mastering Java for Beginners & Experts

4.9(27)

By Apex Learning

Overview This comprehensive course on Mastering Java for Beginners & Experts will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Mastering Java for Beginners & Experts comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Mastering Java for Beginners & Experts. It is available to all students, of all academic backgrounds. Requirements Our Mastering Java for Beginners & Experts is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 13 sections • 70 lectures • 05:35:00 total length •Introduction To This Course.: 00:02:00 •Setup Eclipse On Windows: 00:05:00 •Setup Eclipse On Mac OS X: 00:05:00 •Setup Eclipse On Linux: 00:05:00 •Run Code Online: 00:02:00 •Printing To The Console: 00:04:00 •Comments.: 00:06:00 •Variables.: 00:05:00 •Datatypes: 00:16:00 •Constant Variables: 00:03:00 •Console Input: 00:04:00 •Operators: 00:06:00 •If statement (Conditional Statement): 00:08:00 •Switch statement (Conditional Statement): 00:07:00 •For Loop.: 00:05:00 •While Loop.: 00:05:00 •Do While Loop.: 00:05:00 •Loop Control Statements: 00:03:00 •Numbers: 00:08:00 •Characters: 00:06:00 •Strings.: 00:05:00 •Arrays: 00:08:00 •For Each Loop: 00:04:00 •Date & Time: 00:04:00 •Regular Expressions.: 00:07:00 •Simple Example 1: 00:05:00 •Passing Values To Functions: 00:03:00 •Method Overloading: 00:05:00 •Command Line Arguments: 00:04:00 •Multiple Arguments Simplified: 00:06:00 •Byte Streams: 00:07:00 •Character Streams: 00:02:00 •Standard Streams: 00:04:00 •Listing Files & Folders: 00:02:00 •Creating Folders: 00:02:00 •Simple Example 2: 00:05:00 •Multiple Catch Blocks: 00:04:00 •Throw and Throws Keywords: 00:03:00 •Finally Block: 00:03:00 •User Created Exceptions: 00:08:00 •Simple Class Example: 00:08:00 •Constructor: 00:04:00 •This keyword: 00:05:00 •Inheritance.: 00:06:00 •Modifier Types: 00:04:00 •Overriding: 00:05:00 •Abstraction: 00:05:00 •Interfaces: 00:04:00 •Enum: 00:03:00 •Stacks.: 00:04:00 •Vector.: 00:06:00 •BitSet: 00:05:00 •Properties: 00:05:00 •Hashtable: 00:04:00 •List.: 00:04:00 •Set.: 00:04:00 •SortedSet: 00:03:00 •Map: 00:03:00 •Map.Entry: 00:03:00 •Sorted Map: 00:02:00 •Enumeration.: 00:05:00 •Client Example.: 00:07:00 •Server Example.: 00:11:00 •Creating Threads Using a Runnable Interface: 00:09:00 •Creating Threads by Extending a Thread Class: 00:03:00 •Simple Example 3: 00:04:00 •Keyboard Events: 00:04:00 •Mouse Events: 00:04:00 •Resource.: 00:00:00 •Assignment - Mastering Java for Beginners & Experts: 00:00:00

Mastering Java for Beginners & Experts
Delivered Online On Demand5 hours 35 minutes
£12

Spring Boot Fundamentals

By Packt

Explore the Spring Data Java Persistence API, Spring MVC, REST clients, and more, and get hands-on with creating robust Spring Boot applications.

Spring Boot Fundamentals
Delivered Online On Demand7 hours 10 minutes
£93.99