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

885 Java courses

100 JavaScript Algorithms Challenge

By Packt

This video course takes you through the basic and advanced JavaScript methods, enabling you to understand and implement them in a correct way. The course is filled with tips and tricks that will help you tackle tough interview questions to get a job.

100 JavaScript Algorithms Challenge
Delivered Online On Demand7 hours 53 minutes
£101.99

Advanced Diploma in Android App Development

4.9(27)

By Apex Learning

Overview This comprehensive course on Advanced Diploma in Android App Development will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Advanced Diploma in Android App Development 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 Advanced Diploma in Android App Development. It is available to all students, of all academic backgrounds. Requirements Our Advanced Diploma in Android App Development 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 11 sections • 50 lectures • 15:16:00 total length •Module 01: Download and install android Studio on Windows: 00:16:00 •Module 02: Hello World Project: 00:13:00 •Module 01: Constraint Layout: 00:10:00 •Module 02: TextView: 00:14:00 •Module 03: Buttons: 00:13:00 •Module 04: EditText or Plain Text: 00:09:00 •Module 05: ImageView: 00:18:00 •Module 06: Currency Converter App: 00:01:00 •Module 07: Currency Converter App Solution: 00:15:00 •Module 01: Hello World JAVA: 00:04:00 •Module 02: Java DataTypes: 00:10:00 •Module 03: Arrays in java: 00:09:00 •Module 04: HashMaps: 00:05:00 •Module 05: Classes and Objects: 00:20:00 •Module 06: Loops: 00:09:00 •Module 07: Inheritance Concept: 00:15:00 •Module 08: Inheritance Implementation: 00:16:00 •Module 09: Static Keyword: 00:10:00 •Module 01: Theme Demo: 00:19:00 •Module 02: Linear Layout: 00:17:00 •Module 03: Media Player: 00:10:00 •Module 04: Video View: 00:13:00 •Module 01: Actvities: 00:22:00 •Module 02: Activity Life Cycle: 00:13:00 •Module 01: ListView: 00:12:00 •Module 02: Recyclerview: 00:38:00 •Module 03: Problem solution: 00:04:00 •Module 01: Fetching posts: 00:32:00 •Module 02: Completing Google News App: 00:36:00 •Module 01: Shared Preferences and SQLITE database: 00:26:00 •Module 02: Firebase: 00:30:00 •Module 01: Firebase Authentication part 1: 00:17:00 •Module 02: Firebase Authentication part 2: 00:23:00 •Module 03: ViewPager: 00:35:00 •Module 04: Adding Users and Uploading Profile Pic: 00:49:00 •Module 05: Output of hardwork: 00:08:00 •Module 06: Autologin and Profile Pic Settings: 00:15:00 •Module 07: Displaying Users: 00:51:00 •Module 08: Message Activity: 00:21:00 •Module 09: Sending Message: 00:18:00 •Module 10: Displaying Messages: 00:48:00 •Module 11: SIGN OUT: 00:11:00 •Module 12: ISSUES FIXED: 00:09:00 •Module 13: Showing users with us have some chat: 00:24:00 •Module 14: User Online, offline.: 00:38:00 •Module 01: Calls fragment: 00:16:00 •Module 02: Webrtc: 00:06:00 •Module 03: Adding sinch to our project: 00:40:00 •Module 04: Finalizing whatsapp: 00:08:00 •Assignment - Advanced Diploma in Android App Development: 00:00:00

Advanced Diploma in Android App Development
Delivered Online On Demand15 hours 16 minutes
£12

VMware Spring: Core Training

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Application developers who want to increase their understanding of Spring and Spring Boot with hands-on experience and a focus on fundamentals Overview By the end of the course, you should be able to meet the following objectives: Spring configuration using Java Configuration and Annotations Aspect oriented programming with Spring Testing Spring applications using JUnit 5 Spring Data Access - JDBC, JPA and Spring Data Spring Transaction Management Simplifying application development with Spring Boot Spring Boot auto-configuration, starters and properties Build a simple REST application using Spring Boot, embedded Web Server and fat JARs or classic WARs Implementing REST client applications using RestTemplate and WebClient Spring Security Enable and extend metrics and monitoring capabilities using Spring Boot actuator Utilize Spring Boot enhancements to testing This course offers hands-on experience with the major features of Spring and Spring Boot, which includes configuration, data access, REST, AOP, auto-configuration, actuator, security, and Spring testing framework to build enterprise and microservices applications. On completion, participants will have a foundation for creating enterprise and cloud-ready applications. Introduction to Spring Java configuration and the Spring application context @Configuration and @Bean annotations @Import: working with multiple configuration files Defining bean scopes Launching a Spring Application and obtaining Beans Spring JAVA Configuration: A Deeper Look External properties & Property sources Environment abstraction Using bean profiles Spring Expression Language (SpEL) Annotation-based Dependency Injection Component scanning Autowiring using @Autowired Java configuration versus annotations, mixing. Lifecycle annotations: @PostConstruct and @PreDestroy Stereotypes and meta-annotations Factory Pattern in Spring Using Spring FactoryBeans Advanced Spring: How Does Spring Work Internally? The Spring Bean Lifecycle The BeanFactoryPostProcessor interception point The BeanPostProcessor interception point Spring Bean Proxies @Bean method return types Aspect-oriented programming What problems does AOP solve? Defining pointcut expressions Implementing various types of advice Testing a Spring-based Application Spring and Test-Driven Development Spring 5 integration testing with JUnit 5 Application context caching and the @Dirties Context annotation Profile selection with @Active Profiles Easy test data setup with @Sql Data Accss and JDBC with Spring How Spring integrates with existing data access technologies Data Access Exception hierarchy Spring?s Jdbc Template Database Transactions with Spring Transactions overview Transaction management with Spring Transaction propagation and rollback rules Transactions and integration testing Spring Boot Introduction Introduction to Spring Boot Features Value Proposition of Spring Boot Creating a simple Boot application using Spring Initializer website Spring Boot Dependencies, Auto-configuration, and Runtime Dependency management using Spring Boot starters How auto-configuration works Configuration properties Overriding auto-configuration Using Command Line Runner JPA with Spring and Spring Data Quick introduction to ORM with JPA Benefits of using Spring with JPA JPA configuration in Spring Configuring Spring JPA using Spring Boot Spring Data JPA dynamic repositories Spring MVC Architecture and Overview Introduction to Spring MVC and request processing Controller method signatures Using @Controller, @RestController and @GetMapping annotations Configuring Spring MVC with Spring Boot Spring Boot packaging options, JAR or WAR Rest with Spring MVC An introduction to the REST architectural style Controlling HTTP response codes with @ResponseStatus Implementing REST with Spring MVC, @RequestMapping, @RequestBody and @ResponseBody Spring MVC?s HttpMessageConverters and automatic content negotiation Spring Security What problems does Spring Security solve? Configuring authentication Implementing authorization by intercepting URLs Authorization at the Java method level Understanding the Spring Security filter chain Spring security testing Actuators, Metrics and Health Indicators Exposing Spring Boot Actuator endpoints Custom Metrics Health Indicators Creating custom Health Indicators External monitoring systems Spring Boot Testing Enhancements Spring Boot testing overview Integration testing using @SpringBootTest Web slice testing with MockMvc framework Slices to test different layers of the application Spring Security Oauth (Optional Topic) OAuth 2 Overview Implementing OAuth 2 using Spring Security OAuth Reactive Applications with Spring (Optional Topic) Overview of Reactive Programming concepts Reactive Programming support in Spring Using Spring?s reactive WebClient Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware Spring: Core Training 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 VMware Spring: Core Training 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.

VMware Spring: Core Training
Delivered OnlineFlexible Dates
Price on Enquiry

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Android Studio Taster 1-Hour Course

4.6(12)

By PCWorkshops

Android Studio Taster Course. Brilliant for a beginner to get started quickly. introduction to the Android Studio environment, to get you started. An interesting and fun session. Hands-on, Practical Course, Instructor-led. 1 hour In our London classroom or online with Gotomeeting.com

Android Studio Taster 1-Hour Course
Delivered OnlineFlexible Dates
£15

VMware Tanzu RabbitMQ: Install, Configure, Manage

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Developers Architects Administrators Overview By the end of the course, you should be able to meet the following objectives: Install and configure RabbitMQ Activate and use plugins such as the web management console Implement messaging patterns and applications using the Java client Set up a cluster of RabbitMQ nodes Configure high availability appropriately Tune and optimize RabbitMQ for better performance Secure RabbitMQ This intensive instructor-led course in RabbitMQ provides a deep dive into how to install, configure, and develop applications which leverage RabbitMQ messaging. The course begins with RabbitMQ installation and general configuration. It continues with developing messaging applications using the Java APIs, and delves into more advanced topics including clustering, high availability, performance, and security. Modules are accompanied by lab exercises that provide hands-on experience Introduction to Spring Essentials Kubernetes Overview BOSH Introduction Deploy, Patch & Upgrade Deploy a simple release Inside the VM Persistent Disks Patch the OS Upgrade Nginx Entry Point Set up a jumpbox Platform Infrastructure Pave the IaaS Deploy ops manager Deploy BOSH director Containerized Workloads Deploy Pivotal Container Service Provision a Kubernetes Cluster Harbor Container Registry Application Deployment Helm Advanced BOSH Deploy a distributed system Deploy Concourse CredHub Troubleshooting Concourse Deployment Concourse Day 2 Operations

VMware Tanzu RabbitMQ: Install, Configure, Manage
Delivered OnlineFlexible Dates
Price on Enquiry

Deploy MEAN Stack App on Azure Cloud with CICD Pipeline

By Packt

If you want to gain a step-by-step understanding of how to deploy any MEAN stack application on Azure Cloud with CICD Pipeline using Azure DevOps and other cloud services, then this course is for you. This is one of the most practical hands-on-based full-stack application deployment courses where you will learn everything about public cloud services from scratch.

Deploy MEAN Stack App on Azure Cloud with CICD Pipeline
Delivered Online On Demand2 hours 43 minutes
£37.99

Android App Development

4.7(160)

By Janets

Register on the Android App Development today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The Android App Development course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Android App Development Course Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Android App Development course, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Unit 01: Setup Module 01: Download and install android Studio on Windows 00:16:00 Module 02: Hello World Project 00:13:00 Unit 02: Basic Views and Layouts Module 01: Constraint Layout 00:10:00 Module 02: TextView 00:14:00 Module 03: Buttons 00:13:00 Module 04: EditText or Plain Text 00:09:00 Module 05: ImageView 00:18:00 Module 06: Currency Converter App 00:01:00 Module 07: Currency Converter App Solution 00:15:00 Unit 03: Java basics Module 01: Hello World JAVA 00:04:00 Module 02: Java DataTypes 00:10:00 Module 03: Arrays in java 00:09:00 Module 04: HashMaps 00:05:00 Module 05: Classes and Objects 00:20:00 Module 06: Loops 00:09:00 Module 07: Inheritance Concept 00:15:00 Module 08: Inheritance Implementation 00:16:00 Module 09: Static Keyword 00:10:00 Unit 04: Layouts and Media Module 01: Theme Demo 00:19:00 Module 02: Linear Layout 00:17:00 Module 03: Media Player 00:10:00 Module 04: Video View 00:13:00 Unit 05: Activities and Passing Data Module 01: Actvities 00:22:00 Module 02: Activity Life Cycle 00:13:00 Unit 06: ListView and RecyclerView Android Module 01: ListView 00:12:00 Module 02: Recyclerview 00:38:00 Module 03: Problem solution 00:04:00 Unit 07: Google News App Module 01: Fetching posts 00:32:00 Module 02: Completing Google News App 00:36:00 Unit 08: Databases Module 01: Shared Preferences and SQLITE database 00:26:00 Module 02: Firebase 00:30:00 Unit 09: Whatsapp Module 01: Firebase Authentication part 1 00:17:00 Module 02: Firebase Authentication part 2 00:23:00 Module 03: ViewPager 00:35:00 Module 04: Adding Users and Uploading Profile Pic 00:49:00 Module 05: Output of hardwork 00:08:00 Module 06: Autologin and Profile Pic Settings 00:15:00 Module 07: Displaying Users 00:51:00 Module 08: Message Activity 00:21:00 Module 09: Sending Message 00:18:00 Module 10: Displaying Messages 00:48:00 Module 11: SIGN OUT 00:11:00 Module 12: ISSUES FIXED 00:09:00 Module 13: Showing users with us have some chat 00:24:00 Module 14: User Online, offline. 00:38:00 Unit 10: Video calling Module 01: Calls fragment 00:16:00 Module 02: Webrtc 00:06:00 Module 03: Adding sinch to our project 00:40:00 Module 04: Finalizing whatsapp 00:08:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Android App Development
Delivered Online On Demand15 hours 16 minutes
£25

Deploy any MERN Stack App on Azure Cloud using CICD Pipeline

By Packt

If you want to learn how to deploy any MERN Stack application on Azure Cloud with a CICD pipeline using Azure DevOps and other cloud services, then this course is for you. This course covers all the concepts that one needs to start creating continuous integration and continuous deployment pipelines end to end using Azure cloud and Azure DevOps. This is one of the most practical hands-on-based full-stack application deployment courses.

Deploy any MERN Stack App on Azure Cloud using CICD Pipeline
Delivered Online On Demand2 hours 17 minutes
£33.99

Unity 3d Game design course Basic to advanced level 1-2-1

By Real Animation Works

Unity 3d face to face training customised and bespoke.

Unity 3d Game design course Basic to advanced level 1-2-1
Delivered in London or OnlineFlexible Dates
£900