├── .gitignore ├── 00.external-presentations ├── .gitignore ├── .travis.yml ├── 20171117-FissionLabs-Microservices-presentation.html ├── 20171209-Jobs4Her-Microservices-presentation.html ├── 20180705-Software-Architect.html ├── 20180710-Technology-For-Beginners.html ├── 20180731-10-Steps-To-Great-Programmer.html ├── 20180816-Automation-Testing-Selenium-Java.html ├── 20181104-Full-Stack-With-Angular-And-Spring-Boot.html ├── 20190304-Full-Stack-With-React-And-Spring-Boot.html ├── 20190315-Unit-Testing-Best-Practices.html ├── 20200125-JUG-JavaEvolution.html ├── 20200423-JavaZDay.html ├── 20210217-Rabobank.html ├── FunctionalProgramming.txt ├── GettingFunctionWithJava-AIOUG-16Mar19-RangaRaoKaranam-in28Minutes.pdf ├── Gruntfile.js ├── LICENSE ├── README.md ├── UnitTestingBestPractices-AIOUG-16Mar19-RangaRaoKaranam-in28Minutes.pdf ├── bower.json ├── course-reviews.html ├── css │ ├── print │ │ ├── paper.css │ │ └── pdf.css │ ├── reveal-override.css │ ├── reveal.css │ ├── reveal.scss │ ├── reviews.css │ └── theme │ │ ├── README.md │ │ ├── beige.css │ │ ├── black.css │ │ ├── blood.css │ │ ├── league.css │ │ ├── moon.css │ │ ├── night.css │ │ ├── serif.css │ │ ├── simple.css │ │ ├── sky.css │ │ ├── solarized.css │ │ ├── source │ │ ├── beige.scss │ │ ├── black.scss │ │ ├── blood.scss │ │ ├── league.scss │ │ ├── moon.scss │ │ ├── night.scss │ │ ├── serif.scss │ │ ├── simple.scss │ │ ├── sky.scss │ │ ├── solarized.scss │ │ └── white.scss │ │ ├── template │ │ ├── mixins.scss │ │ ├── settings.scss │ │ └── theme.scss │ │ └── white.css ├── demo.html ├── images │ ├── Architecture.png │ ├── Azure-Management-Group-Hierarchy.png │ ├── BadTest.png │ ├── BestPractices.png │ ├── Brackets-Installation-1.png │ ├── Brackets-Installation-2.png │ ├── Brackets-Installation-3.png │ ├── Brackets-Installation-4.png │ ├── Brackets-Installation-5.png │ ├── Brackets-Installation-6.png │ ├── Client-server_model.svg.png │ ├── Code-Quality.png │ ├── Continuous-Integration-And-Delivery.png │ ├── Course-DeploySpringBootToAzureWebApps_course_overview.png │ ├── CourseOverview_BasicWebApplicaitonIn15Steps.png │ ├── CourseOverview_EclipseIn5Steps.png │ ├── CourseOverview_JPAAndHibernateWithSpringBoot_Sections.png │ ├── CourseOverview_JPAIn10Steps.png │ ├── CourseOverview_JPAInDepth_85Steps.png │ ├── CourseOverview_MavenIn5Steps.png │ ├── CourseOverview_RestfulWebServices.png │ ├── CourseOverview_SOAPWebServices.png │ ├── CourseOverview_SpringBootIn10Steps.png │ ├── CourseOverview_SpringBootMasterClass_Sections.png │ ├── CourseOverview_SpringBoot_Advanced.png │ ├── CourseOverview_SpringBoot_WebApplication.png │ ├── CourseOverview_SpringIn10Steps.png │ ├── CourseOverview_SpringJDBCAndJPAIn20Steps.png │ ├── CourseOverview_SpringMasterClass_Sections.png │ ├── CourseOverview_SpringMasterClass_SpringAOP.png │ ├── CourseOverview_SpringMasterClass_SpringInDepth.png │ ├── CourseOverview_SpringWebServices.png │ ├── CourseOverview_SpringWebServices_Sections.png │ ├── CurrencyConversionMicroserviceDeployment.png │ ├── CurrencyExchangeMicroserviceDeployment.png │ ├── Design.png │ ├── DistributedCache.png │ ├── Docker-DevOps-02.png │ ├── EurekaNamingServer.png │ ├── Frameworks-In-Steps.png │ ├── GoodTest.png │ ├── Google-Trends-Docker-And-DevOps.png │ ├── HibernateCaching-FirstAndSecondLevels.png │ ├── HibernateCaching.png │ ├── In28MinuteHorizontal-Small.png │ ├── In28Minutes-FocusAreas.png │ ├── In28MinutesCourseRoadMap-May2017.png │ ├── In28MinutesLogo-105X10.png │ ├── In28MinutesLogo-300X50.png │ ├── Industry-Trends-And-Tips.png │ ├── JPA_01_Introduction.png │ ├── JPA_02_Architecture.png │ ├── JUnitIn5Steps_CourseOverview.png │ ├── Java-Course-in-250-Steps-Overview.png │ ├── Java-Course-in-250-Steps.png │ ├── Java-Learning-Path-in28Minutes.png │ ├── JavaEETypicalArchitecture-Overview.png │ ├── JavaEETypicalArchitecture.png │ ├── JavaEE_Model1_Architecture.png │ ├── JavaEE_Model2_Architecture.png │ ├── JavaEE_Model2_Architecture_Front_Controller.png │ ├── MicroserviceCommunication.png │ ├── Microservices-Chain-Example.png │ ├── Microservices-Environments.png │ ├── Microservices-Multiple-Instances.png │ ├── Microservices-meme-1.jpeg │ ├── Microservices-meme-2.jpg │ ├── Microservices-meme-3.jpg │ ├── Microservices.png │ ├── MicroservicesArchitectureSplit.png │ ├── MockitoIn5Steps_CourseOverview.png │ ├── MonolithApplication.png │ ├── PCF-Course-Applications-List.png │ ├── PCF-Course-Overview.png │ ├── PostMan_Basic.png │ ├── PostMan_BasicAuth.png │ ├── PostMan_GET.png │ ├── PostMan_Headers.png │ ├── REST_Block_Structure.png │ ├── RangaKaranam.png │ ├── RibbonClientSideLoadBalancing.png │ ├── SOAPWebServiceClientAndServiceProvider.png │ ├── SOAP_WEB_SERVICE_Initial_Setup_Overview.png │ ├── Selenium-Automation-Testing-with-Java-Course-Picture.png │ ├── Selenium-Copy-CSS-Selector.png │ ├── Selenium-Copy-XPath-Expression.png │ ├── Selenium-GithubRepo-Structure.png │ ├── Selenium-Java-Course-Overview.png │ ├── SoftwareArchitect-0-0.png │ ├── SoftwareArchitect-0-1-1.png │ ├── SoftwareArchitect-0-1-2.png │ ├── SoftwareArchitect-0-1.png │ ├── SoftwareArchitect-0-2.png │ ├── SoftwareArchitect-0-3.png │ ├── SoftwareArchitect-0-4.png │ ├── SoftwareArchitect-0-5.png │ ├── SoftwareArchitect-0.png │ ├── SoftwareArchitect-1-0.png │ ├── SoftwareArchitect-1-1.png │ ├── SoftwareArchitect-1-2-1.png │ ├── SoftwareArchitect-1-2-2.png │ ├── SoftwareArchitect-1-2-3.png │ ├── SoftwareArchitect-1-2-4.png │ ├── SoftwareArchitect-1-2-5.png │ ├── SoftwareArchitect-1-2-6-1.png │ ├── SoftwareArchitect-1-2-6-2.png │ ├── SoftwareArchitect-1-2.png │ ├── SoftwareArchitect-1-3.png │ ├── SoftwareArchitect-1-4.png │ ├── SoftwareArchitect-2-1.png │ ├── SoftwareArchitect-2-2.png │ ├── SoftwareArchitect-2.png │ ├── SoftwareArchitect-3-1.png │ ├── SoftwareArchitect-3-2.png │ ├── SoftwareArchitect-3-3-2.png │ ├── SoftwareArchitect-3-3-3.png │ ├── SoftwareArchitect-3-3-4.png │ ├── SoftwareArchitect-3-3.png │ ├── SoftwareArchitect-3.png │ ├── SoftwareArchitect-4-4.png │ ├── SoftwareArchitect-4.png │ ├── SoftwareArchitect-5.png │ ├── SpringCloudConfigServer.png │ ├── SpringInterviewGuide_CourseOverview.png │ ├── SpringInterviewGuide_Database.png │ ├── SpringInterviewGuide_RestfulWebservices.png │ ├── SpringInterviewGuide_SOAPWebServices.png │ ├── SpringInterviewGuide_Spring.png │ ├── SpringInterviewGuide_SpringBoot.png │ ├── SpringInterviewGuide_SpringMVC.png │ ├── SpringMVCRequestFlow.png │ ├── SpringMicroservices-MicroservicesWithSpringCloud-SectionOverview.png │ ├── SpringMicroservices-SectionsOverview.png │ ├── SpringModules.png │ ├── Spring_MVC_Flow.png │ ├── TestPyramid.png │ ├── WebApplicationLayers.png │ ├── Web_Service_Basic_Interaction.png │ ├── Web_Service_Basic_Interaction_SOAP.png │ ├── Web_Service_Basic_Interaction_SOAP_2.png │ ├── Web_Service_Browser_Server__Interaction.png │ ├── Web_Service_Multiple_Application_Interaction.png │ ├── Web_Service_SOAP-Envelope.svg.png │ ├── Web_Service_Service_Definition.png │ ├── Web_Service_Single_Application_Interaction.png │ ├── Web_Service_Z_ApplicationA_WebService.png │ ├── Web_Service_Z_ApplicationA_WebService_Request_Response.png │ ├── Web_Service_Z_PlatformIndependence.png │ ├── Web_Services_Application_Layers.png │ ├── Web_Services_WSDL_HighLevel.png │ ├── Web_Services_WSDL_LowLevel.png │ ├── Web_Services_WSDL_SOAP_Envelope.png │ ├── Web_Services_Web_Application_To_Manage_Todos.png │ ├── What-To-Learn-Next.png │ ├── WhatDoILearnNext2019November.png │ ├── Windows-Run-as-Admin-1.png │ ├── Windows-Run-as-Admin-2.png │ ├── Windows-Run-as-Admin-3.png │ ├── ZipkinDistributedTracingServer.png │ ├── angular_00_00_00_course_overview.png │ ├── angular_00_00_01_application_screenshot_todos.png │ ├── angular_00_00_02_application_screenshot_add_todo.png │ ├── angular_00_01_00_login_component.png │ ├── angular_00_01_01_list_todos_component.png │ ├── angular_00_01_02_todo_component.png │ ├── angular_00_01_03_welcome_component.png │ ├── angular_00_01_04_menu_component.png │ ├── angular_00_01_05_footer_component.png │ ├── angular_00_RestletClient.png │ ├── angular_00_angular_cli_features.png │ ├── angular_00_angular_cli_features_safari.png │ ├── angular_00_angular_features.png │ ├── angular_00_architecture.png │ ├── angular_00_architecture_future.png │ ├── angular_01_application_module_component.png │ ├── angular_02_application_todo_overview.png │ ├── angular_03_component.png │ ├── angular_06_data_binding.png │ ├── angular_07_data_binding_2_way.png │ ├── aws-ecs-concepts.png │ ├── aws-ecs-fargate-first-run-end-result.png │ ├── aws-ecs-high-level.png │ ├── aws-ecs-types.png │ ├── aws-elb-ccs-ces.png │ ├── aws-fargate-high-level.png │ ├── aws-loadbalancer-and-autoscaling.png │ ├── aws-region-az.png │ ├── aws-users-iam.png │ ├── aws-users-root-and-iam.png │ ├── aws-vpc-subnet.png │ ├── cloud-0-IAAS.png │ ├── cloud-1-CAAS-Containers.png │ ├── cloud-2-PAAS.png │ ├── cloud-3-FAAS-Serverless.png │ ├── container-orchestrators-high-level.png │ ├── create-azure-account-00.png │ ├── create-azure-account-01.png │ ├── create-azure-account-02.png │ ├── create-azure-account-03.png │ ├── create-azure-account-04.png │ ├── create-azure-account-05.png │ ├── create-azure-account-06.png │ ├── create-azure-account-07.png │ ├── create-azure-account-08.png │ ├── create-azure-account-09.png │ ├── create-azure-account-10.png │ ├── create-azure-account-11.png │ ├── create-azure-account-12.png │ ├── create-azure-account-13.png │ ├── create-azure-account-14.png │ ├── create-azure-account-15.png │ ├── create-azure-account-16.png │ ├── create-azure-account-17.png │ ├── create-azure-account-18.png │ ├── creating-google-cloud-account-01.png │ ├── creating-google-cloud-account-02.png │ ├── creating-google-cloud-account-04.png │ ├── creating-google-cloud-account-05.png │ ├── creating-google-cloud-account-06.png │ ├── creating-google-cloud-account-07.png │ ├── creating-google-cloud-account-08.png │ ├── creating-google-cloud-account-09.png │ ├── creating-google-cloud-account-10.png │ ├── deploy_spring_microservices_to_aws_fargate_00_coursse_overview.png │ ├── deploy_spring_microservices_to_aws_fargate_01_application_overview.png │ ├── deploy_springboot_to_elastic_beanstalk_00_00_00_course_overview.png │ ├── deploy_springboot_to_elastic_beanstalk_applications_overview.png │ ├── dev-qa-stage-production-environments.svg │ ├── devops-05-continuous-delivery.png │ ├── devops-usecases-1-and-2.png │ ├── distributed-system.png │ ├── docker-architecture.png │ ├── docker-intro.png │ ├── docker-traditional-deployment.png │ ├── docker-virtual-machine-deployment.png │ ├── docker-zz-deployment.png │ ├── docker_crash_course_01_course_overview.png │ ├── docker_crash_course_02_application_overview.png │ ├── event-driven-architectures.png │ ├── functional-programming-course-overview.png │ ├── html-web-server.png │ ├── in28minutes-logo-small.png │ ├── java-z-day.png │ ├── jshell-introduction.png │ ├── kubernetes-01-intro.png │ ├── kubernetes-02-architecture-cluster.png │ ├── kubernetes-03-architecture-master-node.png │ ├── kubernetes-04-architecture-worker-node.png │ ├── kubernetes-05-architecture-node-pod-containers.png │ ├── kubernetes-06-deployment-1.png │ ├── kubernetes-06-deployment-2.png │ ├── kubernetes-07-deployment-replicaset-pod.png │ ├── kubernetes-08-service-intro.png │ ├── kubernetes-09-istio-1.png │ ├── kubernetes-09-istio-2.png │ ├── kubernetes-with-gcp-course-overview.png │ ├── logo.png │ ├── microservices-architecture.png │ ├── microservices-ccs-ces-overview.png │ ├── microservices-ccs-load-balancing.png │ ├── microservices-cloud-config-server.png │ ├── microservices-eureka-naming-server.png │ ├── pcf-architecture.png │ ├── pcf-haiku.png │ ├── pcf-high-level-architecture.png │ ├── pcf-pws-high-level-architecture.png │ ├── pcf-user-flow.png │ ├── pivotal-account-creation-01.png │ ├── pivotal-account-creation-02.png │ ├── pivotal-account-creation-03.png │ ├── pivotal-account-creation-04.png │ ├── pivotal-account-creation-05.png │ ├── pivotal-account-creation-06.png │ ├── pivotal-account-creation-07.png │ ├── pivotal-account-creation-08.png │ ├── pivotal-account-creation-09.png │ ├── pivotal-account-creation-10.png │ ├── pivotal-account-creation-11.png │ ├── pivotal-account-creation-12.png │ ├── pivotal-account-creation-13.png │ ├── pivotal-account-creation-14.png │ ├── pivotal-account-creation-15.png │ ├── ranga-hiking.jpeg │ ├── rangaraokaranam-2.png │ ├── rangaraokaranam-3.png │ ├── rangaraokaranam-4.png │ ├── react_00_00_00_course_overview.png │ ├── react_00_architecture.png │ ├── react_00_architecture_future.png │ ├── react_00_react_features.png │ ├── react_01_counter_app.png │ ├── react_02_application_todo_overview.png │ ├── react_03_component.png │ ├── react_04_virtual_dom.png │ ├── react_05_redux.png │ ├── selenium-course-overview.png │ ├── selenium-great-automation-tester.png │ ├── selenium-grid.png │ ├── selenium-single-system.png │ ├── selenium-stand-alone.png │ ├── soapoverhttp.png │ ├── soapovermq.png │ ├── springboot-kubernetes-docker.png │ ├── udemy-reach.png │ ├── visual-studio-code-windows-1.png │ ├── visual-studio-code-windows-2.png │ ├── visual-studio-code-windows-3.png │ ├── visual-studio-code-windows-4.png │ ├── visual-studio-code-windows-5.png │ ├── visual-studio-code-windows-6.png │ └── visual-studio-code-windows-7.png ├── in28minutes-in-numbers.html ├── index.html ├── java-to-python.html ├── jpa-and-hibernate-with-spring-boot.html ├── js │ └── reveal.js ├── jshell-for-java-programmers.html ├── lib │ ├── css │ │ └── zenburn.css │ ├── font │ │ ├── league-gothic │ │ │ ├── LICENSE │ │ │ ├── league-gothic.css │ │ │ ├── league-gothic.eot │ │ │ ├── league-gothic.ttf │ │ │ └── league-gothic.woff │ │ └── source-sans-pro │ │ │ ├── LICENSE │ │ │ ├── source-sans-pro-italic.eot │ │ │ ├── source-sans-pro-italic.ttf │ │ │ ├── source-sans-pro-italic.woff │ │ │ ├── source-sans-pro-regular.eot │ │ │ ├── source-sans-pro-regular.ttf │ │ │ ├── source-sans-pro-regular.woff │ │ │ ├── source-sans-pro-semibold.eot │ │ │ ├── source-sans-pro-semibold.ttf │ │ │ ├── source-sans-pro-semibold.woff │ │ │ ├── source-sans-pro-semibolditalic.eot │ │ │ ├── source-sans-pro-semibolditalic.ttf │ │ │ ├── source-sans-pro-semibolditalic.woff │ │ │ └── source-sans-pro.css │ └── js │ │ ├── classList.js │ │ ├── head.min.js │ │ └── html5shiv.js ├── package.json ├── plugin │ ├── highlight │ │ └── highlight.js │ ├── markdown │ │ ├── example.html │ │ ├── example.md │ │ ├── markdown.js │ │ └── marked.js │ ├── math │ │ └── math.js │ ├── multiplex │ │ ├── client.js │ │ ├── index.js │ │ ├── master.js │ │ └── package.json │ ├── notes-server │ │ ├── client.js │ │ ├── index.js │ │ └── notes.html │ ├── notes │ │ ├── notes.html │ │ └── notes.js │ ├── print-pdf │ │ └── print-pdf.js │ ├── search │ │ └── search.js │ ├── spring-master-class.html │ ├── spring-web-services-soap-and-restful.html │ ├── web-services-tips.html │ └── zoom-js │ │ └── zoom.js ├── spring-boot-master-class.html ├── spring-master-class.html ├── spring-microservices.html ├── spring-unit-testing-with-junit-mockito.html ├── spring-web-services-soap-and-restful.html ├── test │ ├── examples │ │ ├── assets │ │ │ ├── image1.png │ │ │ └── image2.png │ │ ├── barebones.html │ │ ├── embedded-media.html │ │ ├── math.html │ │ ├── slide-backgrounds.html │ │ └── slide-transitions.html │ ├── qunit-1.12.0.css │ ├── qunit-1.12.0.js │ ├── simple.md │ ├── test-markdown-element-attributes.html │ ├── test-markdown-element-attributes.js │ ├── test-markdown-external.html │ ├── test-markdown-external.js │ ├── test-markdown-options.html │ ├── test-markdown-options.js │ ├── test-markdown-slide-attributes.html │ ├── test-markdown-slide-attributes.js │ ├── test-markdown.html │ ├── test-markdown.js │ ├── test-pdf.html │ ├── test-pdf.js │ ├── test.html │ └── test.js └── web-services-tips.html ├── README.html ├── README.md ├── eclipse-in-5-steps ├── .gitignore ├── readme.md └── src │ ├── HelloWorld.java │ └── Person.java ├── images ├── Maven-Error-Dependencies-Cannot-Be-Resolved.png ├── choose-java-installation-for-your-os.png ├── eclipse-choose-installation.png ├── google-search-download-eclipse.png ├── google-search-install-java-jdk.png ├── import-java-eclipse-project-1.png ├── import-java-eclipse-project-2.png ├── import-java-eclipse-project-3.png ├── import-java-eclipse-project-4.png ├── import-maven-project-into-eclipse-1.png ├── import-maven-project-into-eclipse-2.png ├── import-maven-project-into-eclipse-3.png ├── import-maven-project-into-eclipse-4.png ├── java-installation-confirmation.png ├── java-installation-first-step.png ├── java-installation-icon.png ├── java-installation-second-step.png ├── java-version-command.png ├── maven-check-installation.png ├── maven-download.png ├── oracle-java-license-agreement.png └── oracle-website-java-installation.png ├── installing-java-9.md ├── jpa-in-10-steps ├── .gitignore ├── commit-all-changes.sh ├── commit-deleted-files.sh ├── find-git-status.sh ├── jpa-in-10-steps-all-code.md ├── notes.txt ├── pom.xml ├── rcstatus.sh ├── readme.md ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── learning │ │ │ │ └── jpa │ │ │ │ └── jpain10steps │ │ │ │ ├── JpaIn10StepsApplication.java │ │ │ │ ├── UserDaoServiceCommandLineRunner.java │ │ │ │ ├── UserRepositoryCommandLineRunner.java │ │ │ │ ├── entity │ │ │ │ └── User.java │ │ │ │ └── service │ │ │ │ ├── UserDAOService.java │ │ │ │ └── UserRepository.java │ │ └── resources │ │ │ └── application.properties │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── learning │ │ └── jpa │ │ └── jpain10steps │ │ └── JpaIn10StepsApplicationTests.java ├── step-completed.sh ├── step21.md ├── step22.md ├── step23.md ├── take-step-backup-for-all-steps.sh ├── take-step-backup.sh ├── test-microservices.sh └── use-java8.sh ├── jpa-introduction-mapping-example ├── .gitignore ├── pom.xml ├── readme.md └── src │ └── main │ ├── java │ └── com │ │ └── example │ │ └── demo │ │ ├── SimpleJPAMappingApplication.java │ │ └── entity │ │ ├── Address.java │ │ ├── Employee.java │ │ ├── FullTimeEmployee.java │ │ ├── PartTimeEmployee.java │ │ └── Task.java │ └── resources │ └── application.properties ├── junit-5-getting-started └── test │ └── StringsTest.java ├── junit-in-5-steps ├── .gitignore ├── readme.md ├── src │ └── com │ │ └── in28minutes │ │ └── junit │ │ └── MyMath.java ├── step22.md ├── step25.md └── test │ └── com │ └── in28minutes │ └── junit │ ├── AssertTest.java │ └── MyMathTest.java ├── kotlin-demo ├── .gitignore ├── readme.md └── src │ └── com │ └── demo │ └── kotlin │ └── Person.kt ├── maven-in-5-steps ├── .gitignore ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── learning │ │ │ └── maven │ │ │ └── maveninfewsteps │ │ │ └── MavenInFewStepsApplication.java │ └── resources │ │ └── application.properties │ └── test │ └── java │ └── com │ └── in28minutes │ └── learning │ └── maven │ └── maveninfewsteps │ └── MavenInFewStepsApplicationTests.java ├── mockito-in-5-steps ├── .gitignore ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── mockito │ │ │ └── mockitodemo │ │ │ ├── DataService.java │ │ │ ├── MockitoDemoApplication.java │ │ │ └── SomeBusinessImpl.java │ └── resources │ │ └── application.properties │ └── test │ └── java │ └── com │ └── in28minutes │ └── mockito │ └── mockitodemo │ ├── ListTest.java │ ├── MockitoDemoApplicationTests.java │ ├── SomeBusinessMockAnnotationsTest.java │ ├── SomeBusinessMockTest.java │ └── SomeBusinessStubTest.java ├── presentations-reveal-js ├── .gitignore ├── .travis.yml ├── 20171117-FissionLabs-Microservices-presentation.html ├── 20171209-Jobs4Her-Microservices-presentation.html ├── 20180705-Software-Architect.html ├── 20180710-Technology-For-Beginners.html ├── 20180731-10-Steps-To-Great-Programmer.html ├── 20180816-Automation-Testing-Selenium-Java.html ├── 20181104-Full-Stack-With-Angular-And-Spring-Boot.html ├── 20190304-Full-Stack-With-React-And-Spring-Boot.html ├── 20190315-Unit-Testing-Best-Practices.html ├── Aliens Fest 2018 - BITS - First Steps To Great Programmerbits-presentation │ ├── Aliens Fest 2018 - BITS - First Steps To Great Programmer.pdf │ └── presentation │ │ ├── .gitignore │ │ ├── 05-10-2018-aliensfest-bits.html │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── css │ │ ├── print │ │ │ ├── paper.css │ │ │ └── pdf.css │ │ ├── reveal-override.css │ │ ├── reveal.css │ │ ├── reveal.scss │ │ └── theme │ │ │ ├── README.md │ │ │ ├── beige.css │ │ │ ├── black.css │ │ │ ├── blood.css │ │ │ ├── league.css │ │ │ ├── moon.css │ │ │ ├── night.css │ │ │ ├── serif.css │ │ │ ├── simple.css │ │ │ ├── sky.css │ │ │ ├── solarized.css │ │ │ ├── source │ │ │ ├── beige.scss │ │ │ ├── black.scss │ │ │ ├── blood.scss │ │ │ ├── league.scss │ │ │ ├── moon.scss │ │ │ ├── night.scss │ │ │ ├── serif.scss │ │ │ ├── simple.scss │ │ │ ├── sky.scss │ │ │ ├── solarized.scss │ │ │ └── white.scss │ │ │ ├── template │ │ │ ├── mixins.scss │ │ │ ├── settings.scss │ │ │ └── theme.scss │ │ │ └── white.css │ │ ├── images │ │ ├── Continuous-Learning-Model.jpg │ │ ├── Google-2-AICoders-Beat-Google-Intel.png │ │ ├── Google-Story.jpg │ │ ├── Online-Learning-2-Masterclass.png │ │ ├── Programming-Best-Practices-1-Learn-Programming-In-College-1.png │ │ ├── Programming-Best-Practices-2-Hands-On.jpg │ │ ├── Programming-Best-Practices-3-Learn-Online.jpg │ │ ├── Programming-Best-Practices-4-Why-E-Learning.png │ │ ├── Programming-Best-Practices-5-Popular-Platforms.png │ │ ├── how-to-learn-programming-1-joke.png │ │ ├── how-to-learn-programming-2-joke-learning-a-new-programming-language-mountain.jpg │ │ ├── in28minutes-1-total-students.png │ │ ├── in28minutes-2-reach.png │ │ ├── in28minutes-iniitiative-4-reach-java.png │ │ ├── in28minutes-iniitiative-4-reach-python.png │ │ ├── programming-in-india-1-95-percent-not-employable.png │ │ ├── programming-in-india-2-how-we-are-learning-programming-today.gif │ │ ├── programming-in-india-3-reading-a-book.png │ │ ├── programming-in-india-4-outside-india.png │ │ ├── programming-in-india-5-in-india.png │ │ ├── programming-in-india-6-too-late.jpg │ │ ├── programming-joke-1-an-organism-that-converts-coffee-into-code.png │ │ ├── programming-joke-2-debugging.jpeg │ │ ├── programming-joke-3-stack-overflow.jpeg │ │ ├── programming-joke-4-comic_sleep-cycle.jpg │ │ ├── where-is-world-heading-1-What-Is-AI.png │ │ ├── where-is-world-heading-2-Artificial-Intelligence-AI-Timeline-Infographic-2.jpeg │ │ ├── where-is-world-heading-3-Datagram1 Software Delivered through the Cloud.jpg │ │ ├── where-is-world-heading-4-4g-in-village.jpg │ │ ├── why-programming-1-bill-gates.png │ │ └── why-programming-1-tim-cook.png │ │ ├── index.html │ │ ├── js │ │ └── reveal.js │ │ ├── lib │ │ ├── css │ │ │ └── zenburn.css │ │ ├── font │ │ │ ├── league-gothic │ │ │ │ ├── LICENSE │ │ │ │ ├── league-gothic.css │ │ │ │ ├── league-gothic.eot │ │ │ │ ├── league-gothic.ttf │ │ │ │ └── league-gothic.woff │ │ │ └── source-sans-pro │ │ │ │ ├── LICENSE │ │ │ │ ├── source-sans-pro-italic.eot │ │ │ │ ├── source-sans-pro-italic.ttf │ │ │ │ ├── source-sans-pro-italic.woff │ │ │ │ ├── source-sans-pro-regular.eot │ │ │ │ ├── source-sans-pro-regular.ttf │ │ │ │ ├── source-sans-pro-regular.woff │ │ │ │ ├── source-sans-pro-semibold.eot │ │ │ │ ├── source-sans-pro-semibold.ttf │ │ │ │ ├── source-sans-pro-semibold.woff │ │ │ │ ├── source-sans-pro-semibolditalic.eot │ │ │ │ ├── source-sans-pro-semibolditalic.ttf │ │ │ │ ├── source-sans-pro-semibolditalic.woff │ │ │ │ └── source-sans-pro.css │ │ └── js │ │ │ ├── classList.js │ │ │ ├── head.min.js │ │ │ └── html5shiv.js │ │ ├── package.json │ │ ├── plugin │ │ ├── highlight │ │ │ └── highlight.js │ │ ├── markdown │ │ │ ├── example.html │ │ │ ├── example.md │ │ │ ├── markdown.js │ │ │ └── marked.js │ │ ├── math │ │ │ └── math.js │ │ ├── multiplex │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ ├── master.js │ │ │ └── package.json │ │ ├── notes-server │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── notes.html │ │ ├── notes │ │ │ ├── notes.html │ │ │ └── notes.js │ │ ├── print-pdf │ │ │ └── print-pdf.js │ │ ├── search │ │ │ └── search.js │ │ └── zoom-js │ │ │ └── zoom.js │ │ └── test │ │ ├── examples │ │ ├── assets │ │ │ ├── image1.png │ │ │ └── image2.png │ │ ├── barebones.html │ │ ├── embedded-media.html │ │ ├── math.html │ │ ├── slide-backgrounds.html │ │ └── slide-transitions.html │ │ ├── qunit-1.12.0.css │ │ ├── qunit-1.12.0.js │ │ ├── simple.md │ │ ├── test-markdown-element-attributes.html │ │ ├── test-markdown-element-attributes.js │ │ ├── test-markdown-external.html │ │ ├── test-markdown-external.js │ │ ├── test-markdown-options.html │ │ ├── test-markdown-options.js │ │ ├── test-markdown-slide-attributes.html │ │ ├── test-markdown-slide-attributes.js │ │ ├── test-markdown.html │ │ ├── test-markdown.js │ │ ├── test-pdf.html │ │ ├── test-pdf.js │ │ ├── test.html │ │ └── test.js ├── FunctionalProgramming.txt ├── GettingFunctionWithJava-AIOUG-16Mar19-RangaRaoKaranam-in28Minutes.pdf ├── Gruntfile.js ├── LICENSE ├── README.md ├── UnitTestingBestPractices-AIOUG-16Mar19-RangaRaoKaranam-in28Minutes.pdf ├── bower.json ├── course-reviews.html ├── css │ ├── print │ │ ├── paper.css │ │ └── pdf.css │ ├── reveal-override.css │ ├── reveal.css │ ├── reveal.scss │ ├── reviews.css │ └── theme │ │ ├── README.md │ │ ├── beige.css │ │ ├── black.css │ │ ├── blood.css │ │ ├── league.css │ │ ├── moon.css │ │ ├── night.css │ │ ├── serif.css │ │ ├── simple.css │ │ ├── sky.css │ │ ├── solarized.css │ │ ├── source │ │ ├── beige.scss │ │ ├── black.scss │ │ ├── blood.scss │ │ ├── league.scss │ │ ├── moon.scss │ │ ├── night.scss │ │ ├── serif.scss │ │ ├── simple.scss │ │ ├── sky.scss │ │ ├── solarized.scss │ │ └── white.scss │ │ ├── template │ │ ├── mixins.scss │ │ ├── settings.scss │ │ └── theme.scss │ │ └── white.css ├── demo.html ├── images │ ├── Architecture.png │ ├── BadTest.png │ ├── BestPractices.png │ ├── Brackets-Installation-1.png │ ├── Brackets-Installation-2.png │ ├── Brackets-Installation-3.png │ ├── Brackets-Installation-4.png │ ├── Brackets-Installation-5.png │ ├── Brackets-Installation-6.png │ ├── Client-server_model.svg.png │ ├── Code-Quality.png │ ├── Continuous-Integration-And-Delivery.png │ ├── CourseOverview_BasicWebApplicaitonIn15Steps.png │ ├── CourseOverview_EclipseIn5Steps.png │ ├── CourseOverview_JPAAndHibernateWithSpringBoot_Sections.png │ ├── CourseOverview_JPAIn10Steps.png │ ├── CourseOverview_JPAInDepth_85Steps.png │ ├── CourseOverview_MavenIn5Steps.png │ ├── CourseOverview_RestfulWebServices.png │ ├── CourseOverview_SOAPWebServices.png │ ├── CourseOverview_SpringBootIn10Steps.png │ ├── CourseOverview_SpringBootMasterClass_Sections.png │ ├── CourseOverview_SpringBoot_Advanced.png │ ├── CourseOverview_SpringBoot_WebApplication.png │ ├── CourseOverview_SpringIn10Steps.png │ ├── CourseOverview_SpringJDBCAndJPAIn20Steps.png │ ├── CourseOverview_SpringMasterClass_Sections.png │ ├── CourseOverview_SpringMasterClass_SpringAOP.png │ ├── CourseOverview_SpringMasterClass_SpringInDepth.png │ ├── CourseOverview_SpringWebServices.png │ ├── CourseOverview_SpringWebServices_Sections.png │ ├── CurrencyConversionMicroserviceDeployment.png │ ├── CurrencyExchangeMicroserviceDeployment.png │ ├── Design.png │ ├── DistributedCache.png │ ├── EurekaNamingServer.png │ ├── Frameworks-In-Steps.png │ ├── GoodTest.png │ ├── HibernateCaching-FirstAndSecondLevels.png │ ├── HibernateCaching.png │ ├── In28MinuteHorizontal-Small.png │ ├── In28Minutes-FocusAreas.png │ ├── In28MinutesCourseRoadMap-May2017.png │ ├── In28MinutesLogo-105X10.png │ ├── In28MinutesLogo-300X50.png │ ├── Industry-Trends-And-Tips.png │ ├── JPA_01_Introduction.png │ ├── JPA_02_Architecture.png │ ├── JUnitIn5Steps_CourseOverview.png │ ├── Java-Course-in-250-Steps-Overview.png │ ├── Java-Course-in-250-Steps.png │ ├── Java-Learning-Path-in28Minutes.png │ ├── JavaEETypicalArchitecture-Overview.png │ ├── JavaEETypicalArchitecture.png │ ├── JavaEE_Model1_Architecture.png │ ├── JavaEE_Model2_Architecture.png │ ├── JavaEE_Model2_Architecture_Front_Controller.png │ ├── MicroserviceCommunication.png │ ├── Microservices-Chain-Example.png │ ├── Microservices-Environments.png │ ├── Microservices-Multiple-Instances.png │ ├── Microservices-meme-1.jpeg │ ├── Microservices-meme-2.jpg │ ├── Microservices-meme-3.jpg │ ├── Microservices.png │ ├── MicroservicesArchitectureSplit.png │ ├── MockitoIn5Steps_CourseOverview.png │ ├── MonolithApplication.png │ ├── PostMan_Basic.png │ ├── PostMan_BasicAuth.png │ ├── PostMan_GET.png │ ├── PostMan_Headers.png │ ├── REST_Block_Structure.png │ ├── RangaKaranam.png │ ├── RibbonClientSideLoadBalancing.png │ ├── SOAPWebServiceClientAndServiceProvider.png │ ├── SOAP_WEB_SERVICE_Initial_Setup_Overview.png │ ├── Selenium-Automation-Testing-with-Java-Course-Picture.png │ ├── Selenium-Copy-CSS-Selector.png │ ├── Selenium-Copy-XPath-Expression.png │ ├── Selenium-GithubRepo-Structure.png │ ├── Selenium-Java-Course-Overview.png │ ├── SoftwareArchitect-0-0.png │ ├── SoftwareArchitect-0-1-1.png │ ├── SoftwareArchitect-0-1-2.png │ ├── SoftwareArchitect-0-1.png │ ├── SoftwareArchitect-0-2.png │ ├── SoftwareArchitect-0-3.png │ ├── SoftwareArchitect-0-4.png │ ├── SoftwareArchitect-0-5.png │ ├── SoftwareArchitect-0.png │ ├── SoftwareArchitect-1-0.png │ ├── SoftwareArchitect-1-1.png │ ├── SoftwareArchitect-1-2-1.png │ ├── SoftwareArchitect-1-2-2.png │ ├── SoftwareArchitect-1-2-3.png │ ├── SoftwareArchitect-1-2-4.png │ ├── SoftwareArchitect-1-2-5.png │ ├── SoftwareArchitect-1-2-6-1.png │ ├── SoftwareArchitect-1-2-6-2.png │ ├── SoftwareArchitect-1-2.png │ ├── SoftwareArchitect-1-3.png │ ├── SoftwareArchitect-1-4.png │ ├── SoftwareArchitect-2-1.png │ ├── SoftwareArchitect-2-2.png │ ├── SoftwareArchitect-2.png │ ├── SoftwareArchitect-3-1.png │ ├── SoftwareArchitect-3-2.png │ ├── SoftwareArchitect-3-3-2.png │ ├── SoftwareArchitect-3-3-3.png │ ├── SoftwareArchitect-3-3-4.png │ ├── SoftwareArchitect-3-3.png │ ├── SoftwareArchitect-3.png │ ├── SoftwareArchitect-4-4.png │ ├── SoftwareArchitect-4.png │ ├── SoftwareArchitect-5.png │ ├── SpringCloudConfigServer.png │ ├── SpringInterviewGuide_CourseOverview.png │ ├── SpringInterviewGuide_Database.png │ ├── SpringInterviewGuide_RestfulWebservices.png │ ├── SpringInterviewGuide_SOAPWebServices.png │ ├── SpringInterviewGuide_Spring.png │ ├── SpringInterviewGuide_SpringBoot.png │ ├── SpringInterviewGuide_SpringMVC.png │ ├── SpringMVCRequestFlow.png │ ├── SpringMicroservices-MicroservicesWithSpringCloud-SectionOverview.png │ ├── SpringMicroservices-SectionsOverview.png │ ├── SpringModules.png │ ├── Spring_MVC_Flow.png │ ├── TestPyramid.png │ ├── WebApplicationLayers.png │ ├── Web_Service_Basic_Interaction.png │ ├── Web_Service_Basic_Interaction_SOAP.png │ ├── Web_Service_Basic_Interaction_SOAP_2.png │ ├── Web_Service_Browser_Server__Interaction.png │ ├── Web_Service_Multiple_Application_Interaction.png │ ├── Web_Service_SOAP-Envelope.svg.png │ ├── Web_Service_Service_Definition.png │ ├── Web_Service_Single_Application_Interaction.png │ ├── Web_Service_Z_ApplicationA_WebService.png │ ├── Web_Service_Z_ApplicationA_WebService_Request_Response.png │ ├── Web_Service_Z_PlatformIndependence.png │ ├── Web_Services_Application_Layers.png │ ├── Web_Services_WSDL_HighLevel.png │ ├── Web_Services_WSDL_LowLevel.png │ ├── Web_Services_WSDL_SOAP_Envelope.png │ ├── Web_Services_Web_Application_To_Manage_Todos.png │ ├── What-To-Learn-Next.png │ ├── Windows-Run-as-Admin-1.png │ ├── Windows-Run-as-Admin-2.png │ ├── Windows-Run-as-Admin-3.png │ ├── ZipkinDistributedTracingServer.png │ ├── angular_00_00_00_course_overview.png │ ├── angular_00_00_01_application_screenshot_todos.png │ ├── angular_00_00_02_application_screenshot_add_todo.png │ ├── angular_00_01_00_login_component.png │ ├── angular_00_01_01_list_todos_component.png │ ├── angular_00_01_02_todo_component.png │ ├── angular_00_01_03_welcome_component.png │ ├── angular_00_01_04_menu_component.png │ ├── angular_00_01_05_footer_component.png │ ├── angular_00_RestletClient.png │ ├── angular_00_angular_cli_features.png │ ├── angular_00_angular_cli_features_safari.png │ ├── angular_00_angular_features.png │ ├── angular_00_architecture.png │ ├── angular_00_architecture_future.png │ ├── angular_01_application_module_component.png │ ├── angular_02_application_todo_overview.png │ ├── angular_03_component.png │ ├── angular_06_data_binding.png │ ├── angular_07_data_binding_2_way.png │ ├── dev-qa-stage-production-environments.svg │ ├── distributed-system.png │ ├── event-driven-architectures.png │ ├── html-web-server.png │ ├── jshell-introduction.png │ ├── logo.png │ ├── microservices-architecture.png │ ├── rangaraokaranam-2.png │ ├── rangaraokaranam-3.png │ ├── rangaraokaranam-4.png │ ├── react_00_00_00_course_overview.png │ ├── react_00_architecture.png │ ├── react_00_architecture_future.png │ ├── react_00_react_features.png │ ├── react_01_counter_app.png │ ├── react_02_application_todo_overview.png │ ├── react_03_component.png │ ├── react_04_virtual_dom.png │ ├── react_05_redux.png │ ├── selenium-course-overview.png │ ├── selenium-great-automation-tester.png │ ├── selenium-grid.png │ ├── selenium-single-system.png │ ├── selenium-stand-alone.png │ ├── soapoverhttp.png │ ├── soapovermq.png │ ├── springboot-kubernetes-docker.png │ ├── visual-studio-code-windows-1.png │ ├── visual-studio-code-windows-2.png │ ├── visual-studio-code-windows-3.png │ ├── visual-studio-code-windows-4.png │ ├── visual-studio-code-windows-5.png │ ├── visual-studio-code-windows-6.png │ └── visual-studio-code-windows-7.png ├── in28minutes-in-numbers.html ├── index.html ├── java-to-python.html ├── jpa-and-hibernate-with-spring-boot.html ├── js │ └── reveal.js ├── jshell-for-java-programmers.html ├── lib │ ├── css │ │ └── zenburn.css │ ├── font │ │ ├── league-gothic │ │ │ ├── LICENSE │ │ │ ├── league-gothic.css │ │ │ ├── league-gothic.eot │ │ │ ├── league-gothic.ttf │ │ │ └── league-gothic.woff │ │ └── source-sans-pro │ │ │ ├── LICENSE │ │ │ ├── source-sans-pro-italic.eot │ │ │ ├── source-sans-pro-italic.ttf │ │ │ ├── source-sans-pro-italic.woff │ │ │ ├── source-sans-pro-regular.eot │ │ │ ├── source-sans-pro-regular.ttf │ │ │ ├── source-sans-pro-regular.woff │ │ │ ├── source-sans-pro-semibold.eot │ │ │ ├── source-sans-pro-semibold.ttf │ │ │ ├── source-sans-pro-semibold.woff │ │ │ ├── source-sans-pro-semibolditalic.eot │ │ │ ├── source-sans-pro-semibolditalic.ttf │ │ │ ├── source-sans-pro-semibolditalic.woff │ │ │ └── source-sans-pro.css │ └── js │ │ ├── classList.js │ │ ├── head.min.js │ │ └── html5shiv.js ├── package.json ├── plugin │ ├── highlight │ │ └── highlight.js │ ├── markdown │ │ ├── example.html │ │ ├── example.md │ │ ├── markdown.js │ │ └── marked.js │ ├── math │ │ └── math.js │ ├── multiplex │ │ ├── client.js │ │ ├── index.js │ │ ├── master.js │ │ └── package.json │ ├── notes-server │ │ ├── client.js │ │ ├── index.js │ │ └── notes.html │ ├── notes │ │ ├── notes.html │ │ └── notes.js │ ├── print-pdf │ │ └── print-pdf.js │ ├── search │ │ └── search.js │ ├── spring-master-class.html │ ├── spring-web-services-soap-and-restful.html │ ├── web-services-tips.html │ └── zoom-js │ │ └── zoom.js ├── spring-boot-master-class.html ├── spring-master-class.html ├── spring-microservices.html ├── spring-unit-testing-with-junit-mockito.html ├── spring-web-services-soap-and-restful.html ├── test │ ├── examples │ │ ├── assets │ │ │ ├── image1.png │ │ │ └── image2.png │ │ ├── barebones.html │ │ ├── embedded-media.html │ │ ├── math.html │ │ ├── slide-backgrounds.html │ │ └── slide-transitions.html │ ├── qunit-1.12.0.css │ ├── qunit-1.12.0.js │ ├── simple.md │ ├── test-markdown-element-attributes.html │ ├── test-markdown-element-attributes.js │ ├── test-markdown-external.html │ ├── test-markdown-external.js │ ├── test-markdown-options.html │ ├── test-markdown-options.js │ ├── test-markdown-slide-attributes.html │ ├── test-markdown-slide-attributes.js │ ├── test-markdown.html │ ├── test-markdown.js │ ├── test-pdf.html │ ├── test-pdf.js │ ├── test.html │ └── test.js └── web-services-tips.html ├── spring-in-10-steps ├── .gitignore ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── spring │ │ │ └── basics │ │ │ └── springin5steps │ │ │ ├── BinarySearchImpl.java │ │ │ ├── BubbleSortAlgorithm.java │ │ │ ├── QuickSortAlgorithm.java │ │ │ ├── SortAlgorithm.java │ │ │ └── SpringIn5StepsApplication.java │ └── resources │ │ ├── application.properties │ │ └── log.txt │ └── test │ └── java │ └── com │ └── in28minutes │ └── spring │ └── basics │ └── springin5steps │ └── SpringIn5StepsApplicationTests.java ├── spring-unit-testing-with-junit-and-mockito-old ├── pom.xml └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── springboot │ │ │ ├── StudentServicesApplication.java │ │ │ ├── controller │ │ │ └── StudentController.java │ │ │ ├── model │ │ │ ├── Course.java │ │ │ └── Student.java │ │ │ └── service │ │ │ ├── StudentBusinessService.java │ │ │ └── StudentService.java │ └── resources │ │ └── application.properties │ └── test │ └── java │ └── com │ └── in28minutes │ └── springboot │ ├── StudentServicesApplicationTests.java │ └── controller │ └── StudentControllerTest.java ├── spring-unit-testing-with-mockito ├── .gitignore ├── pom.xml └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── springunittestingwithmockito │ │ │ ├── SpringUnitTestingWithMockitoApplication.java │ │ │ ├── business │ │ │ ├── ItemService.java │ │ │ └── SomeBusinessService.java │ │ │ ├── controller │ │ │ └── ItemController.java │ │ │ ├── data │ │ │ ├── ItemRepository.java │ │ │ └── SomeDataService.java │ │ │ └── entity │ │ │ └── Item.java │ └── resources │ │ ├── application.properties │ │ └── data.sql │ └── test │ └── java │ └── com │ └── in28minutes │ └── springunittestingwithmockito │ ├── AssertjTest.java │ ├── HamcrestMatcherTest.java │ ├── JsonAssertTest.java │ ├── JsonPathTest.java │ ├── ListTest.java │ ├── SpringUnitTestingWithMockitoApplicationTests.java │ ├── business │ ├── ItemServiceTest.java │ └── SomeBusinessServiceTest.java │ ├── controller │ ├── ItemControllerIT.java │ └── ItemControllerTest.java │ └── data │ └── ItemRepositoryTest.java ├── springboot-in-10-steps ├── .gitignore ├── notes.txt ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── springboot │ │ │ └── basics │ │ │ └── springbootin10steps │ │ │ ├── Book.java │ │ │ ├── BooksController.java │ │ │ └── SpringbootIn10StepsApplication.java │ └── resources │ │ └── application.properties │ └── test │ └── java │ └── com │ └── in28minutes │ └── springboot │ └── basics │ └── springbootin10steps │ └── SpringbootIn10StepsApplicationTests.java ├── zzz-advanced-spring ├── .gitignore ├── newnotes.md ├── notes.md ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── spring │ │ │ └── basics │ │ │ └── springin5steps │ │ │ ├── SpringIn5StepsApplication.java │ │ │ ├── SpringIn5StepsAspectApplication.java │ │ │ ├── SpringIn5StepsCacheableApplication.java │ │ │ ├── SpringIn5StepsJavaContext.java │ │ │ ├── SpringIn5StepsJdbcApplication.java │ │ │ ├── SpringIn5StepsJpaApplication.java │ │ │ ├── SpringIn5StepsPropertiesContext.java │ │ │ ├── SpringIn5StepsXMLContext.java │ │ │ ├── aop │ │ │ ├── AOPArchitectureConfig.java │ │ │ ├── AfterExecutionAOPConfig.java │ │ │ ├── BusinessAcessCheckAOPConfig.java │ │ │ ├── LogExecutionTimeAOPConfig.java │ │ │ ├── business │ │ │ │ ├── Business1.java │ │ │ │ ├── Business2.java │ │ │ │ └── TrackTime.java │ │ │ └── data │ │ │ │ ├── Dao1.java │ │ │ │ └── Dao2.java │ │ │ ├── basics │ │ │ ├── BinarySearchImpl.java │ │ │ ├── BubbleSortAlgorithm.java │ │ │ ├── QuickSortAlgorithm.java │ │ │ └── SortAlgorithm.java │ │ │ ├── cdi │ │ │ ├── SomeCDIBusiness.java │ │ │ └── SomeCDIDAO.java │ │ │ ├── jdbc │ │ │ ├── Person.java │ │ │ ├── PersonJpaRepository.java │ │ │ └── PersonSpringJdbcDao.java │ │ │ ├── profiles │ │ │ ├── Cacheable.java │ │ │ ├── DistributedCache.java │ │ │ ├── NormalCache.java │ │ │ └── ProfileConfiguration.java │ │ │ ├── properties │ │ │ └── SomeExternalService.java │ │ │ ├── scope │ │ │ ├── PersonDAO.java │ │ │ └── PersonJDBCConnection.java │ │ │ └── xml │ │ │ ├── SomeBusiness.java │ │ │ └── SomeDAO.java │ └── resources │ │ ├── app.properties │ │ ├── app_prod.properties │ │ ├── application.properties │ │ ├── applicationContext.xml │ │ ├── data.sql │ │ └── log.txt │ └── test │ └── java │ └── com │ └── in28minutes │ └── spring │ └── basics │ └── springin5steps │ ├── SpringIn5StepsApplicationTests.java │ └── xml │ ├── SomeBusinessJavaTest.java │ ├── SomeBusinessMockTest.java │ └── SomeBusinessXMLTest.java ├── zzz-course-management ├── .gitignore ├── attempt2.md ├── pom.xml ├── readme.md ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ ├── courses │ │ │ │ ├── CourseDetails.java │ │ │ │ ├── GetAllCourseDetailsRequest.java │ │ │ │ ├── GetAllCourseDetailsResponse.java │ │ │ │ ├── GetCourseDetailsRequest.java │ │ │ │ ├── GetCourseDetailsResponse.java │ │ │ │ ├── ListOfCourseDetails.java │ │ │ │ ├── ObjectFactory.java │ │ │ │ └── package-info.java │ │ │ │ └── soap │ │ │ │ └── webservices │ │ │ │ └── coursemanagement │ │ │ │ ├── CourseDetailsEndpoint.java │ │ │ │ ├── CourseManagementApplication.java │ │ │ │ └── WebServiceConfig.java │ │ └── resources │ │ │ ├── application.properties │ │ │ └── course-details.xsd │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── soap │ │ └── webservices │ │ └── coursemanagement │ │ └── CourseManagementApplicationTests.java └── temporary-files │ ├── Request.xml │ ├── Response.xml │ └── course-details.xsd ├── zzz-h2-in-memory-db-demo ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── example │ │ │ └── h2 │ │ │ ├── H2InMemoryDbDemoApplication.java │ │ │ ├── UserEntityManagerCommandLineRunner.java │ │ │ ├── UserRepositoryCommandLineRunner.java │ │ │ └── user │ │ │ ├── User.java │ │ │ ├── UserRepository.java │ │ │ └── UserService.java │ └── resources │ │ ├── application.properties │ │ └── data.sql │ └── test │ └── java │ └── com │ └── example │ └── h2 │ ├── H2InMemoryDbDemoApplicationTests.java │ └── user │ └── UserRepositoryTest.java ├── zzz-jpa-demo ├── .gitignore ├── ReadyToRockAndRoll.md ├── pom.xml └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── jpa │ │ │ └── jpademo │ │ │ ├── JpaDemoApplication.java │ │ │ ├── controller │ │ │ └── CourseController.java │ │ │ ├── embedded │ │ │ └── entity │ │ │ │ ├── Name.java │ │ │ │ └── Person.java │ │ │ ├── inheritence │ │ │ ├── entity │ │ │ │ ├── Employee.java │ │ │ │ ├── FullTimeEmployee.java │ │ │ │ └── PartTimeEmployee.java │ │ │ └── repository │ │ │ │ └── EmployeeRepository.java │ │ │ └── relationships │ │ │ ├── entity │ │ │ ├── Course.java │ │ │ ├── Passport.java │ │ │ ├── Review.java │ │ │ ├── ReviewRating.java │ │ │ ├── Student.java │ │ │ └── StudentType.java │ │ │ └── repository │ │ │ ├── CourseRepository.java │ │ │ ├── EntityManagerRepository.java │ │ │ ├── StudentRepository.java │ │ │ └── TransactionManagementRepository.java │ └── resources │ │ └── application.properties │ └── test │ ├── java │ └── com │ │ └── in28minutes │ │ └── jpa │ │ └── jpademo │ │ ├── CriteriaQueryDemoApplicationTest.java │ │ ├── EntityManagerDemoApplicationTests.java │ │ ├── InheritanceDemoApplicationTest.java │ │ ├── JPQLDemoApplicationTest.java │ │ ├── JpaDemoApplicationTests.java │ │ ├── NativeQueriesDemoApplicationTest.java │ │ ├── PerformanceDemoApplicationTest.java │ │ └── TransactionManagementDemoApplicationTests.java │ └── resources │ └── data.sql ├── zzz-jpa-final-trial ├── ReadyToRockAndRoll.md ├── pom.xml └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── jpa │ │ │ └── hibernate │ │ │ └── app │ │ │ ├── AppApplication.java │ │ │ ├── entity │ │ │ ├── Course.java │ │ │ ├── Student.java │ │ │ └── inheritance │ │ │ │ ├── Employee.java │ │ │ │ ├── FullTimeEmployee.java │ │ │ │ └── PartTimeEmployee.java │ │ │ └── repository │ │ │ ├── CourseRepository.java │ │ │ ├── EmployeeRepository.java │ │ │ └── StudentRepository.java │ └── resources │ │ ├── application.properties │ │ └── data.sql │ └── test │ └── java │ └── com │ └── in28minutes │ └── jpa │ └── hibernate │ └── app │ ├── AppApplicationTests.java │ └── repository │ ├── CourseRepositoryCriterialQueryTest.java │ ├── CourseRepositoryJPQLTest.java │ ├── CourseRepositoryTest.java │ ├── InheritanceDemoApplicationTest.java │ ├── StudentRepositoryTest.java │ └── TransactionManagementRepository.java ├── zzz-microservices ├── config-example-service │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── configexampleservice │ │ │ │ ├── ConfigExampleServiceApplication.java │ │ │ │ └── ConfigurationController.java │ │ └── resources │ │ │ └── bootstrap.properties │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── configexampleservice │ │ └── ConfigExampleServiceApplicationTests.java ├── currency-conversion-service │ ├── .gitignore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── currencyconversionservice │ │ │ │ ├── CurrencyConversionBean.java │ │ │ │ ├── CurrencyConversionController.java │ │ │ │ ├── CurrencyConversionServiceApplication.java │ │ │ │ └── CurrencyExchangeServiceProxy.java │ │ └── resources │ │ │ └── application.properties │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── currencyconversionservice │ │ └── CurrencyConversionServiceApplicationTests.java ├── currency-exchange │ ├── .gitignore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── currencyexchange │ │ │ │ ├── CurrencyExchangeApplication.java │ │ │ │ └── entity │ │ │ │ ├── Currency.java │ │ │ │ ├── ExchangeValue.java │ │ │ │ ├── ExchangeValueController.java │ │ │ │ └── ExchangeValueRepository.java │ │ └── resources │ │ │ ├── application.properties │ │ │ └── data.sql │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── currencyexchange │ │ └── CurrencyExchangeApplicationTests.java ├── eureka-server │ ├── .gitignore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── eurekaserver │ │ │ │ └── EurekaServerApplication.java │ │ └── resources │ │ │ └── application.properties │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── eurekaserver │ │ └── EurekaServerApplicationTests.java ├── notes.md ├── spring-cloud-config-server │ ├── .gitignore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── springcloudconfigserver │ │ │ │ └── SpringCloudConfigServerApplication.java │ │ └── resources │ │ │ └── application.properties │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── springcloudconfigserver │ │ └── SpringCloudConfigServerApplicationTests.java ├── zipkin-server │ ├── .gitignore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── microservices │ │ │ │ └── zipkinserver │ │ │ │ └── ZipkinServerApplication.java │ │ └── resources │ │ │ └── application.properties │ │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── microservices │ │ └── zipkinserver │ │ └── ZipkinServerApplicationTests.java └── zuul-api-gateway-server │ ├── .gitignore │ ├── pom.xml │ └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── microservices │ │ │ └── zuulapigatewayserver │ │ │ ├── SimpleLoggingFilter.java │ │ │ └── ZuulApiGatewayServerApplication.java │ └── resources │ │ └── application.properties │ └── test │ └── java │ └── com │ └── in28minutes │ └── microservices │ └── zuulapigatewayserver │ └── ZuulApiGatewayServerApplicationTests.java ├── zzz-restful-web-services-with-spring-boot ├── backup01-initial-18-july-2017.md ├── backup02-after-user-and-posts.md ├── backup03-after-formatting.md ├── course-content-07-11-2017.md ├── pom.xml ├── readme.md ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ └── rest │ │ │ │ └── services │ │ │ │ └── springboot │ │ │ │ ├── Application.java │ │ │ │ ├── SwaggerConfig.java │ │ │ │ ├── bean │ │ │ │ ├── HelloWorldBean.java │ │ │ │ ├── Post.java │ │ │ │ └── User.java │ │ │ │ ├── controller │ │ │ │ ├── HelloWorldController.java │ │ │ │ ├── UserController.java │ │ │ │ ├── UserJPAController.java │ │ │ │ └── UserNotFoundException.java │ │ │ │ ├── exception │ │ │ │ ├── ExceptionResponse.java │ │ │ │ └── RestResponseEntityExceptionHandler.java │ │ │ │ ├── filtering │ │ │ │ └── FilteringController.java │ │ │ │ ├── service │ │ │ │ ├── PostRepository.java │ │ │ │ ├── UserDaoService.java │ │ │ │ ├── UserRepository.java │ │ │ │ └── UserService.java │ │ │ │ └── versioning │ │ │ │ ├── Name.java │ │ │ │ └── VersioningController.java │ │ └── resources │ │ │ ├── application.properties │ │ │ ├── data.sql │ │ │ ├── messages.properties │ │ │ └── messages_fr.properties │ └── test │ │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ └── rest │ │ │ └── services │ │ │ └── springboot │ │ │ └── controller │ │ │ ├── HelloWorldControllerIT.java │ │ │ ├── HelloWorldControllerTest.java │ │ │ ├── UserControllerIT.java │ │ │ └── UserControllerTest.java │ │ └── resources │ │ └── application.properties └── useful-files-not-used-in-code │ ├── basic_response.json │ ├── post_request_body_example.json │ ├── response_with_pagination.json │ └── response_with_pagination_and_hateoas.json ├── zzz-soap-course-management ├── .gitignore ├── backup01-define-xsd-for-request.md ├── backup02-define-xsd-for-first-request-and-response.md ├── backup03-define-xsd-for-first-request-and-response-with-standards.md ├── backup04-define-jaxb-plugin-and-a-endpoint.md ├── backup05-after-configuration-messageservlet-and-wsdl.md ├── backup06-after-creating-course-service.md ├── backup07-after-creating-get-all-course-service.md ├── backup07-after-delete-course-details.md ├── backup08-after-delete-course-details.md ├── backup09-after-end-of-exception-handling.md ├── backup10-after-basic-security.md ├── example-files │ ├── Request-Security.xml │ ├── Request.xml │ ├── Response-Fault.xml │ ├── Response.xml │ ├── course-details.xsd │ └── notes.md ├── pom.xml ├── readme.md └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── in28minutes │ │ │ ├── courses │ │ │ ├── CourseDetails.java │ │ │ ├── DeleteCourseDetailsRequest.java │ │ │ ├── DeleteCourseDetailsResponse.java │ │ │ ├── GetAllCourseDetailsRequest.java │ │ │ ├── GetAllCourseDetailsResponse.java │ │ │ ├── GetCourseDetailsRequest.java │ │ │ ├── GetCourseDetailsResponse.java │ │ │ ├── ObjectFactory.java │ │ │ ├── Status.java │ │ │ └── package-info.java │ │ │ └── soap │ │ │ └── webservices │ │ │ └── soapcoursemanagement │ │ │ ├── SoapCourseManagementApplication.java │ │ │ └── soap │ │ │ ├── CourseDetailsEndpoint.java │ │ │ ├── WebServiceConfig.java │ │ │ ├── bean │ │ │ └── Course.java │ │ │ ├── exception │ │ │ └── CourseNotFoundException.java │ │ │ └── service │ │ │ └── CourseDetailsService.java │ └── resources │ │ ├── application.properties │ │ ├── course-details.xsd │ │ └── securityPolicy.xml │ └── test │ └── java │ └── com │ └── in28minutes │ └── soap │ └── webservices │ └── soapcoursemanagement │ └── SoapCourseManagementApplicationTests.java ├── zzz-soap-web-services-in-10-steps ├── .gitignore ├── course-content-07-11-2017.md ├── course-content-07-13-2017-attemp2.md ├── notes.txt ├── pom.xml ├── readme.md ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ │ └── in28minutes │ │ │ │ ├── courses │ │ │ │ ├── Course.java │ │ │ │ ├── GetCourseDetailsRequest.java │ │ │ │ ├── GetCourseDetailsResponse.java │ │ │ │ ├── ObjectFactory.java │ │ │ │ └── package-info.java │ │ │ │ └── web │ │ │ │ └── services │ │ │ │ └── soap │ │ │ │ ├── CoursesEndpoint.java │ │ │ │ ├── SoapWebServicesIn10StepsApplication.java │ │ │ │ ├── WebServiceConfig.java │ │ │ │ ├── model │ │ │ │ └── Course.java │ │ │ │ └── service │ │ │ │ └── CourseService.java │ │ └── resources │ │ │ ├── application.properties │ │ │ ├── course-details.xsd │ │ │ └── securityPolicy.xml │ └── test │ │ └── java │ │ └── com │ │ └── in28minutes │ │ └── web │ │ └── services │ │ └── soap │ │ └── SoapWebServicesIn10StepsApplicationTests.java └── useful-files-not-used-in-project │ ├── GetCourseDetailsRequest.xml │ ├── GetCourseDetailsRequest_withSecurity.xml │ ├── GetCourseDetailsResponse_Fault_Exception.xml │ ├── GetCourseDetailsResponse_Fault_Security_Failed_Authentication.xml │ ├── GetCourseDetailsResponse_Fault_Security_No_Header.xml │ ├── GetCourseDetailsResponse_Success.xml │ └── courses_generated_by_spring_ws.wsdl └── zzz-spring-boot-web-application-with-jpa ├── pom.xml ├── readme.md └── src └── main ├── java └── com │ └── in28minutes │ └── springboot │ └── web │ ├── WebApplication.java │ ├── controller │ ├── ExceptionController.java │ ├── LogoutController.java │ ├── TodoController.java │ ├── TodoRestController.java │ └── WelcomeController.java │ ├── model │ └── Todo.java │ ├── security │ └── SecurityConfiguration.java │ └── service │ ├── LoginService.java │ ├── TodoRepository.java │ └── TodoService.java ├── resources └── application.properties └── webapp └── WEB-INF └── jsp ├── common ├── footer.jspf ├── header.jspf └── navigation.jspf ├── error.jsp ├── list-todos.jsp ├── login.jsp ├── todo.jsp └── welcome.jsp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/.gitignore -------------------------------------------------------------------------------- /00.external-presentations/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/.gitignore -------------------------------------------------------------------------------- /00.external-presentations/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/.travis.yml -------------------------------------------------------------------------------- /00.external-presentations/20180705-Software-Architect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20180705-Software-Architect.html -------------------------------------------------------------------------------- /00.external-presentations/20180710-Technology-For-Beginners.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20180710-Technology-For-Beginners.html -------------------------------------------------------------------------------- /00.external-presentations/20190315-Unit-Testing-Best-Practices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20190315-Unit-Testing-Best-Practices.html -------------------------------------------------------------------------------- /00.external-presentations/20200125-JUG-JavaEvolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20200125-JUG-JavaEvolution.html -------------------------------------------------------------------------------- /00.external-presentations/20200423-JavaZDay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20200423-JavaZDay.html -------------------------------------------------------------------------------- /00.external-presentations/20210217-Rabobank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/20210217-Rabobank.html -------------------------------------------------------------------------------- /00.external-presentations/FunctionalProgramming.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /00.external-presentations/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/Gruntfile.js -------------------------------------------------------------------------------- /00.external-presentations/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/LICENSE -------------------------------------------------------------------------------- /00.external-presentations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/README.md -------------------------------------------------------------------------------- /00.external-presentations/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/bower.json -------------------------------------------------------------------------------- /00.external-presentations/course-reviews.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/course-reviews.html -------------------------------------------------------------------------------- /00.external-presentations/css/print/paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/print/paper.css -------------------------------------------------------------------------------- /00.external-presentations/css/print/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/print/pdf.css -------------------------------------------------------------------------------- /00.external-presentations/css/reveal-override.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/reveal-override.css -------------------------------------------------------------------------------- /00.external-presentations/css/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/reveal.css -------------------------------------------------------------------------------- /00.external-presentations/css/reveal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/reveal.scss -------------------------------------------------------------------------------- /00.external-presentations/css/reviews.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/reviews.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/README.md -------------------------------------------------------------------------------- /00.external-presentations/css/theme/beige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/beige.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/black.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/blood.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/blood.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/league.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/league.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/moon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/moon.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/night.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/serif.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/serif.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/simple.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/sky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/sky.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/solarized.css -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/beige.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/beige.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/black.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/black.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/blood.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/blood.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/league.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/league.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/moon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/moon.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/night.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/night.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/serif.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/serif.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/simple.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/simple.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/sky.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/sky.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/solarized.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/solarized.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/source/white.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/source/white.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/template/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/template/mixins.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/template/settings.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/template/settings.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/template/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/template/theme.scss -------------------------------------------------------------------------------- /00.external-presentations/css/theme/white.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/css/theme/white.css -------------------------------------------------------------------------------- /00.external-presentations/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/demo.html -------------------------------------------------------------------------------- /00.external-presentations/images/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/BadTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/BadTest.png -------------------------------------------------------------------------------- /00.external-presentations/images/BestPractices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/BestPractices.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-5.png -------------------------------------------------------------------------------- /00.external-presentations/images/Brackets-Installation-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Brackets-Installation-6.png -------------------------------------------------------------------------------- /00.external-presentations/images/Client-server_model.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Client-server_model.svg.png -------------------------------------------------------------------------------- /00.external-presentations/images/Code-Quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Code-Quality.png -------------------------------------------------------------------------------- /00.external-presentations/images/CourseOverview_EclipseIn5Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/CourseOverview_EclipseIn5Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/CourseOverview_JPAIn10Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/CourseOverview_JPAIn10Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/CourseOverview_MavenIn5Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/CourseOverview_MavenIn5Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/CourseOverview_SOAPWebServices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/CourseOverview_SOAPWebServices.png -------------------------------------------------------------------------------- /00.external-presentations/images/CourseOverview_SpringIn10Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/CourseOverview_SpringIn10Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/Design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Design.png -------------------------------------------------------------------------------- /00.external-presentations/images/DistributedCache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/DistributedCache.png -------------------------------------------------------------------------------- /00.external-presentations/images/Docker-DevOps-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Docker-DevOps-02.png -------------------------------------------------------------------------------- /00.external-presentations/images/EurekaNamingServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/EurekaNamingServer.png -------------------------------------------------------------------------------- /00.external-presentations/images/Frameworks-In-Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Frameworks-In-Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/GoodTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/GoodTest.png -------------------------------------------------------------------------------- /00.external-presentations/images/HibernateCaching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/HibernateCaching.png -------------------------------------------------------------------------------- /00.external-presentations/images/In28MinuteHorizontal-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/In28MinuteHorizontal-Small.png -------------------------------------------------------------------------------- /00.external-presentations/images/In28Minutes-FocusAreas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/In28Minutes-FocusAreas.png -------------------------------------------------------------------------------- /00.external-presentations/images/In28MinutesLogo-105X10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/In28MinutesLogo-105X10.png -------------------------------------------------------------------------------- /00.external-presentations/images/In28MinutesLogo-300X50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/In28MinutesLogo-300X50.png -------------------------------------------------------------------------------- /00.external-presentations/images/Industry-Trends-And-Tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Industry-Trends-And-Tips.png -------------------------------------------------------------------------------- /00.external-presentations/images/JPA_01_Introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JPA_01_Introduction.png -------------------------------------------------------------------------------- /00.external-presentations/images/JPA_02_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JPA_02_Architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/JUnitIn5Steps_CourseOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JUnitIn5Steps_CourseOverview.png -------------------------------------------------------------------------------- /00.external-presentations/images/Java-Course-in-250-Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Java-Course-in-250-Steps.png -------------------------------------------------------------------------------- /00.external-presentations/images/Java-Learning-Path-in28Minutes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Java-Learning-Path-in28Minutes.png -------------------------------------------------------------------------------- /00.external-presentations/images/JavaEETypicalArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JavaEETypicalArchitecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/JavaEE_Model1_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JavaEE_Model1_Architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/JavaEE_Model2_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/JavaEE_Model2_Architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/MicroserviceCommunication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/MicroserviceCommunication.png -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices-Chain-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices-Chain-Example.png -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices-Environments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices-Environments.png -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices-meme-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices-meme-1.jpeg -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices-meme-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices-meme-2.jpg -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices-meme-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices-meme-3.jpg -------------------------------------------------------------------------------- /00.external-presentations/images/Microservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Microservices.png -------------------------------------------------------------------------------- /00.external-presentations/images/MicroservicesArchitectureSplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/MicroservicesArchitectureSplit.png -------------------------------------------------------------------------------- /00.external-presentations/images/MockitoIn5Steps_CourseOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/MockitoIn5Steps_CourseOverview.png -------------------------------------------------------------------------------- /00.external-presentations/images/MonolithApplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/MonolithApplication.png -------------------------------------------------------------------------------- /00.external-presentations/images/PCF-Course-Applications-List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PCF-Course-Applications-List.png -------------------------------------------------------------------------------- /00.external-presentations/images/PCF-Course-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PCF-Course-Overview.png -------------------------------------------------------------------------------- /00.external-presentations/images/PostMan_Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PostMan_Basic.png -------------------------------------------------------------------------------- /00.external-presentations/images/PostMan_BasicAuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PostMan_BasicAuth.png -------------------------------------------------------------------------------- /00.external-presentations/images/PostMan_GET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PostMan_GET.png -------------------------------------------------------------------------------- /00.external-presentations/images/PostMan_Headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/PostMan_Headers.png -------------------------------------------------------------------------------- /00.external-presentations/images/REST_Block_Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/REST_Block_Structure.png -------------------------------------------------------------------------------- /00.external-presentations/images/RangaKaranam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/RangaKaranam.png -------------------------------------------------------------------------------- /00.external-presentations/images/RibbonClientSideLoadBalancing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/RibbonClientSideLoadBalancing.png -------------------------------------------------------------------------------- /00.external-presentations/images/Selenium-Copy-CSS-Selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Selenium-Copy-CSS-Selector.png -------------------------------------------------------------------------------- /00.external-presentations/images/Selenium-Copy-XPath-Expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Selenium-Copy-XPath-Expression.png -------------------------------------------------------------------------------- /00.external-presentations/images/Selenium-GithubRepo-Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Selenium-GithubRepo-Structure.png -------------------------------------------------------------------------------- /00.external-presentations/images/Selenium-Java-Course-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Selenium-Java-Course-Overview.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-0.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-1-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-1-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0-5.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-0.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-0.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-5.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-6-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2-6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2-6-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-1-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-2-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-2-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-3-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-3-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-3-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-4-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/SoftwareArchitect-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SoftwareArchitect-5.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringCloudConfigServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringCloudConfigServer.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringInterviewGuide_Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringInterviewGuide_Database.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringInterviewGuide_Spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringInterviewGuide_Spring.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringInterviewGuide_SpringMVC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringInterviewGuide_SpringMVC.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringMVCRequestFlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringMVCRequestFlow.png -------------------------------------------------------------------------------- /00.external-presentations/images/SpringModules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/SpringModules.png -------------------------------------------------------------------------------- /00.external-presentations/images/Spring_MVC_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Spring_MVC_Flow.png -------------------------------------------------------------------------------- /00.external-presentations/images/TestPyramid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/TestPyramid.png -------------------------------------------------------------------------------- /00.external-presentations/images/WebApplicationLayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/WebApplicationLayers.png -------------------------------------------------------------------------------- /00.external-presentations/images/Web_Service_Basic_Interaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Web_Service_Basic_Interaction.png -------------------------------------------------------------------------------- /00.external-presentations/images/Web_Service_SOAP-Envelope.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Web_Service_SOAP-Envelope.svg.png -------------------------------------------------------------------------------- /00.external-presentations/images/Web_Service_Service_Definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Web_Service_Service_Definition.png -------------------------------------------------------------------------------- /00.external-presentations/images/Web_Services_WSDL_HighLevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Web_Services_WSDL_HighLevel.png -------------------------------------------------------------------------------- /00.external-presentations/images/Web_Services_WSDL_LowLevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Web_Services_WSDL_LowLevel.png -------------------------------------------------------------------------------- /00.external-presentations/images/What-To-Learn-Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/What-To-Learn-Next.png -------------------------------------------------------------------------------- /00.external-presentations/images/WhatDoILearnNext2019November.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/WhatDoILearnNext2019November.png -------------------------------------------------------------------------------- /00.external-presentations/images/Windows-Run-as-Admin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Windows-Run-as-Admin-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/Windows-Run-as-Admin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Windows-Run-as-Admin-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/Windows-Run-as-Admin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/Windows-Run-as-Admin-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/ZipkinDistributedTracingServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/ZipkinDistributedTracingServer.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_00_RestletClient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_00_RestletClient.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_00_angular_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_00_angular_features.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_00_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_00_architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_00_architecture_future.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_00_architecture_future.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_03_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_03_component.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_06_data_binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_06_data_binding.png -------------------------------------------------------------------------------- /00.external-presentations/images/angular_07_data_binding_2_way.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/angular_07_data_binding_2_way.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-ecs-concepts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-ecs-concepts.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-ecs-high-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-ecs-high-level.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-ecs-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-ecs-types.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-elb-ccs-ces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-elb-ccs-ces.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-fargate-high-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-fargate-high-level.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-region-az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-region-az.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-users-iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-users-iam.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-users-root-and-iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-users-root-and-iam.png -------------------------------------------------------------------------------- /00.external-presentations/images/aws-vpc-subnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/aws-vpc-subnet.png -------------------------------------------------------------------------------- /00.external-presentations/images/cloud-0-IAAS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/cloud-0-IAAS.png -------------------------------------------------------------------------------- /00.external-presentations/images/cloud-1-CAAS-Containers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/cloud-1-CAAS-Containers.png -------------------------------------------------------------------------------- /00.external-presentations/images/cloud-2-PAAS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/cloud-2-PAAS.png -------------------------------------------------------------------------------- /00.external-presentations/images/cloud-3-FAAS-Serverless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/cloud-3-FAAS-Serverless.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-00.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-01.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-02.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-03.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-04.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-05.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-06.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-07.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-08.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-09.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-10.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-11.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-12.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-13.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-14.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-15.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-16.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-17.png -------------------------------------------------------------------------------- /00.external-presentations/images/create-azure-account-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/create-azure-account-18.png -------------------------------------------------------------------------------- /00.external-presentations/images/devops-05-continuous-delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/devops-05-continuous-delivery.png -------------------------------------------------------------------------------- /00.external-presentations/images/devops-usecases-1-and-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/devops-usecases-1-and-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/distributed-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/distributed-system.png -------------------------------------------------------------------------------- /00.external-presentations/images/docker-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/docker-architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/docker-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/docker-intro.png -------------------------------------------------------------------------------- /00.external-presentations/images/docker-traditional-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/docker-traditional-deployment.png -------------------------------------------------------------------------------- /00.external-presentations/images/docker-zz-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/docker-zz-deployment.png -------------------------------------------------------------------------------- /00.external-presentations/images/event-driven-architectures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/event-driven-architectures.png -------------------------------------------------------------------------------- /00.external-presentations/images/html-web-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/html-web-server.png -------------------------------------------------------------------------------- /00.external-presentations/images/in28minutes-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/in28minutes-logo-small.png -------------------------------------------------------------------------------- /00.external-presentations/images/java-z-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/java-z-day.png -------------------------------------------------------------------------------- /00.external-presentations/images/jshell-introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/jshell-introduction.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-01-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-01-intro.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-06-deployment-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-06-deployment-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-06-deployment-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-06-deployment-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-08-service-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-08-service-intro.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-09-istio-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-09-istio-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/kubernetes-09-istio-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/kubernetes-09-istio-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/logo.png -------------------------------------------------------------------------------- /00.external-presentations/images/microservices-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/microservices-architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/microservices-ccs-ces-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/microservices-ccs-ces-overview.png -------------------------------------------------------------------------------- /00.external-presentations/images/pcf-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pcf-architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/pcf-haiku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pcf-haiku.png -------------------------------------------------------------------------------- /00.external-presentations/images/pcf-high-level-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pcf-high-level-architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/pcf-user-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pcf-user-flow.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-01.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-02.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-03.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-04.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-05.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-06.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-07.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-08.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-09.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-10.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-11.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-12.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-13.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-14.png -------------------------------------------------------------------------------- /00.external-presentations/images/pivotal-account-creation-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/pivotal-account-creation-15.png -------------------------------------------------------------------------------- /00.external-presentations/images/ranga-hiking.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/ranga-hiking.jpeg -------------------------------------------------------------------------------- /00.external-presentations/images/rangaraokaranam-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/rangaraokaranam-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/rangaraokaranam-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/rangaraokaranam-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/rangaraokaranam-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/rangaraokaranam-4.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_00_00_00_course_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_00_00_00_course_overview.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_00_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_00_architecture.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_00_architecture_future.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_00_architecture_future.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_00_react_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_00_react_features.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_01_counter_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_01_counter_app.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_03_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_03_component.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_04_virtual_dom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_04_virtual_dom.png -------------------------------------------------------------------------------- /00.external-presentations/images/react_05_redux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/react_05_redux.png -------------------------------------------------------------------------------- /00.external-presentations/images/selenium-course-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/selenium-course-overview.png -------------------------------------------------------------------------------- /00.external-presentations/images/selenium-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/selenium-grid.png -------------------------------------------------------------------------------- /00.external-presentations/images/selenium-single-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/selenium-single-system.png -------------------------------------------------------------------------------- /00.external-presentations/images/selenium-stand-alone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/selenium-stand-alone.png -------------------------------------------------------------------------------- /00.external-presentations/images/soapoverhttp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/soapoverhttp.png -------------------------------------------------------------------------------- /00.external-presentations/images/soapovermq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/soapovermq.png -------------------------------------------------------------------------------- /00.external-presentations/images/springboot-kubernetes-docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/springboot-kubernetes-docker.png -------------------------------------------------------------------------------- /00.external-presentations/images/udemy-reach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/udemy-reach.png -------------------------------------------------------------------------------- /00.external-presentations/images/visual-studio-code-windows-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/visual-studio-code-windows-1.png -------------------------------------------------------------------------------- /00.external-presentations/images/visual-studio-code-windows-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/visual-studio-code-windows-2.png -------------------------------------------------------------------------------- /00.external-presentations/images/visual-studio-code-windows-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/visual-studio-code-windows-3.png -------------------------------------------------------------------------------- /00.external-presentations/images/visual-studio-code-windows-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/images/visual-studio-code-windows-4.png -------------------------------------------------------------------------------- /00.external-presentations/in28minutes-in-numbers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/in28minutes-in-numbers.html -------------------------------------------------------------------------------- /00.external-presentations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/index.html -------------------------------------------------------------------------------- /00.external-presentations/java-to-python.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/java-to-python.html -------------------------------------------------------------------------------- /00.external-presentations/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/js/reveal.js -------------------------------------------------------------------------------- /00.external-presentations/jshell-for-java-programmers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/jshell-for-java-programmers.html -------------------------------------------------------------------------------- /00.external-presentations/lib/css/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/css/zenburn.css -------------------------------------------------------------------------------- /00.external-presentations/lib/font/league-gothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/font/league-gothic/LICENSE -------------------------------------------------------------------------------- /00.external-presentations/lib/font/source-sans-pro/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/font/source-sans-pro/LICENSE -------------------------------------------------------------------------------- /00.external-presentations/lib/js/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/js/classList.js -------------------------------------------------------------------------------- /00.external-presentations/lib/js/head.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/js/head.min.js -------------------------------------------------------------------------------- /00.external-presentations/lib/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/lib/js/html5shiv.js -------------------------------------------------------------------------------- /00.external-presentations/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/package.json -------------------------------------------------------------------------------- /00.external-presentations/plugin/highlight/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/highlight/highlight.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/markdown/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/markdown/example.html -------------------------------------------------------------------------------- /00.external-presentations/plugin/markdown/example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/markdown/example.md -------------------------------------------------------------------------------- /00.external-presentations/plugin/markdown/markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/markdown/markdown.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/markdown/marked.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/markdown/marked.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/math/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/math/math.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/multiplex/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/multiplex/client.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/multiplex/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/multiplex/index.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/multiplex/master.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/multiplex/master.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/multiplex/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/multiplex/package.json -------------------------------------------------------------------------------- /00.external-presentations/plugin/notes-server/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/notes-server/client.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/notes-server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/notes-server/index.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/notes-server/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/notes-server/notes.html -------------------------------------------------------------------------------- /00.external-presentations/plugin/notes/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/notes/notes.html -------------------------------------------------------------------------------- /00.external-presentations/plugin/notes/notes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/notes/notes.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/print-pdf/print-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/print-pdf/print-pdf.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/search/search.js -------------------------------------------------------------------------------- /00.external-presentations/plugin/spring-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/spring-master-class.html -------------------------------------------------------------------------------- /00.external-presentations/plugin/web-services-tips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/web-services-tips.html -------------------------------------------------------------------------------- /00.external-presentations/plugin/zoom-js/zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/plugin/zoom-js/zoom.js -------------------------------------------------------------------------------- /00.external-presentations/spring-boot-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/spring-boot-master-class.html -------------------------------------------------------------------------------- /00.external-presentations/spring-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/spring-master-class.html -------------------------------------------------------------------------------- /00.external-presentations/spring-microservices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/spring-microservices.html -------------------------------------------------------------------------------- /00.external-presentations/test/examples/assets/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/assets/image1.png -------------------------------------------------------------------------------- /00.external-presentations/test/examples/assets/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/assets/image2.png -------------------------------------------------------------------------------- /00.external-presentations/test/examples/barebones.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/barebones.html -------------------------------------------------------------------------------- /00.external-presentations/test/examples/embedded-media.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/embedded-media.html -------------------------------------------------------------------------------- /00.external-presentations/test/examples/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/math.html -------------------------------------------------------------------------------- /00.external-presentations/test/examples/slide-backgrounds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/slide-backgrounds.html -------------------------------------------------------------------------------- /00.external-presentations/test/examples/slide-transitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/examples/slide-transitions.html -------------------------------------------------------------------------------- /00.external-presentations/test/qunit-1.12.0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/qunit-1.12.0.css -------------------------------------------------------------------------------- /00.external-presentations/test/qunit-1.12.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/qunit-1.12.0.js -------------------------------------------------------------------------------- /00.external-presentations/test/simple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/simple.md -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown-external.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown-external.html -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown-external.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown-external.js -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown-options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown-options.html -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown-options.js -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown-slide-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown-slide-attributes.js -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown.html -------------------------------------------------------------------------------- /00.external-presentations/test/test-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-markdown.js -------------------------------------------------------------------------------- /00.external-presentations/test/test-pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-pdf.html -------------------------------------------------------------------------------- /00.external-presentations/test/test-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test-pdf.js -------------------------------------------------------------------------------- /00.external-presentations/test/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test.html -------------------------------------------------------------------------------- /00.external-presentations/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/test/test.js -------------------------------------------------------------------------------- /00.external-presentations/web-services-tips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/00.external-presentations/web-services-tips.html -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/README.md -------------------------------------------------------------------------------- /eclipse-in-5-steps/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /eclipse-in-5-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/eclipse-in-5-steps/readme.md -------------------------------------------------------------------------------- /eclipse-in-5-steps/src/HelloWorld.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/eclipse-in-5-steps/src/HelloWorld.java -------------------------------------------------------------------------------- /eclipse-in-5-steps/src/Person.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/eclipse-in-5-steps/src/Person.java -------------------------------------------------------------------------------- /images/Maven-Error-Dependencies-Cannot-Be-Resolved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/Maven-Error-Dependencies-Cannot-Be-Resolved.png -------------------------------------------------------------------------------- /images/choose-java-installation-for-your-os.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/choose-java-installation-for-your-os.png -------------------------------------------------------------------------------- /images/eclipse-choose-installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/eclipse-choose-installation.png -------------------------------------------------------------------------------- /images/google-search-download-eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/google-search-download-eclipse.png -------------------------------------------------------------------------------- /images/google-search-install-java-jdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/google-search-install-java-jdk.png -------------------------------------------------------------------------------- /images/import-java-eclipse-project-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-java-eclipse-project-1.png -------------------------------------------------------------------------------- /images/import-java-eclipse-project-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-java-eclipse-project-2.png -------------------------------------------------------------------------------- /images/import-java-eclipse-project-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-java-eclipse-project-3.png -------------------------------------------------------------------------------- /images/import-java-eclipse-project-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-java-eclipse-project-4.png -------------------------------------------------------------------------------- /images/import-maven-project-into-eclipse-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-maven-project-into-eclipse-1.png -------------------------------------------------------------------------------- /images/import-maven-project-into-eclipse-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-maven-project-into-eclipse-2.png -------------------------------------------------------------------------------- /images/import-maven-project-into-eclipse-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-maven-project-into-eclipse-3.png -------------------------------------------------------------------------------- /images/import-maven-project-into-eclipse-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/import-maven-project-into-eclipse-4.png -------------------------------------------------------------------------------- /images/java-installation-confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/java-installation-confirmation.png -------------------------------------------------------------------------------- /images/java-installation-first-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/java-installation-first-step.png -------------------------------------------------------------------------------- /images/java-installation-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/java-installation-icon.png -------------------------------------------------------------------------------- /images/java-installation-second-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/java-installation-second-step.png -------------------------------------------------------------------------------- /images/java-version-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/java-version-command.png -------------------------------------------------------------------------------- /images/maven-check-installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/maven-check-installation.png -------------------------------------------------------------------------------- /images/maven-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/maven-download.png -------------------------------------------------------------------------------- /images/oracle-java-license-agreement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/oracle-java-license-agreement.png -------------------------------------------------------------------------------- /images/oracle-website-java-installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/images/oracle-website-java-installation.png -------------------------------------------------------------------------------- /installing-java-9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/installing-java-9.md -------------------------------------------------------------------------------- /jpa-in-10-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/.gitignore -------------------------------------------------------------------------------- /jpa-in-10-steps/commit-all-changes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/commit-all-changes.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/commit-deleted-files.sh: -------------------------------------------------------------------------------- 1 | git ls-files --deleted -z | xargs -0 git rm -------------------------------------------------------------------------------- /jpa-in-10-steps/find-git-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/find-git-status.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/jpa-in-10-steps-all-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/jpa-in-10-steps-all-code.md -------------------------------------------------------------------------------- /jpa-in-10-steps/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/notes.txt -------------------------------------------------------------------------------- /jpa-in-10-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/pom.xml -------------------------------------------------------------------------------- /jpa-in-10-steps/rcstatus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/rcstatus.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/readme.md -------------------------------------------------------------------------------- /jpa-in-10-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/src/main/resources/application.properties -------------------------------------------------------------------------------- /jpa-in-10-steps/step-completed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/step-completed.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/step21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/step21.md -------------------------------------------------------------------------------- /jpa-in-10-steps/step22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/step22.md -------------------------------------------------------------------------------- /jpa-in-10-steps/step23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/step23.md -------------------------------------------------------------------------------- /jpa-in-10-steps/take-step-backup-for-all-steps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/take-step-backup-for-all-steps.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/take-step-backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/take-step-backup.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/test-microservices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-in-10-steps/test-microservices.sh -------------------------------------------------------------------------------- /jpa-in-10-steps/use-java8.sh: -------------------------------------------------------------------------------- 1 | export JAVA_HOME=`/usr/libexec/java_home -v 1.8` -------------------------------------------------------------------------------- /jpa-introduction-mapping-example/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-introduction-mapping-example/.gitignore -------------------------------------------------------------------------------- /jpa-introduction-mapping-example/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-introduction-mapping-example/pom.xml -------------------------------------------------------------------------------- /jpa-introduction-mapping-example/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/jpa-introduction-mapping-example/readme.md -------------------------------------------------------------------------------- /junit-5-getting-started/test/StringsTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-5-getting-started/test/StringsTest.java -------------------------------------------------------------------------------- /junit-in-5-steps/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /junit-in-5-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/readme.md -------------------------------------------------------------------------------- /junit-in-5-steps/src/com/in28minutes/junit/MyMath.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/src/com/in28minutes/junit/MyMath.java -------------------------------------------------------------------------------- /junit-in-5-steps/step22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/step22.md -------------------------------------------------------------------------------- /junit-in-5-steps/step25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/step25.md -------------------------------------------------------------------------------- /junit-in-5-steps/test/com/in28minutes/junit/AssertTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/test/com/in28minutes/junit/AssertTest.java -------------------------------------------------------------------------------- /junit-in-5-steps/test/com/in28minutes/junit/MyMathTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/junit-in-5-steps/test/com/in28minutes/junit/MyMathTest.java -------------------------------------------------------------------------------- /kotlin-demo/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /kotlin-demo/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/kotlin-demo/readme.md -------------------------------------------------------------------------------- /kotlin-demo/src/com/demo/kotlin/Person.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/kotlin-demo/src/com/demo/kotlin/Person.kt -------------------------------------------------------------------------------- /maven-in-5-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/maven-in-5-steps/.gitignore -------------------------------------------------------------------------------- /maven-in-5-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/maven-in-5-steps/pom.xml -------------------------------------------------------------------------------- /maven-in-5-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/maven-in-5-steps/readme.md -------------------------------------------------------------------------------- /maven-in-5-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mockito-in-5-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/mockito-in-5-steps/.gitignore -------------------------------------------------------------------------------- /mockito-in-5-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/mockito-in-5-steps/pom.xml -------------------------------------------------------------------------------- /mockito-in-5-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/mockito-in-5-steps/readme.md -------------------------------------------------------------------------------- /mockito-in-5-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /presentations-reveal-js/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/.gitignore -------------------------------------------------------------------------------- /presentations-reveal-js/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/.travis.yml -------------------------------------------------------------------------------- /presentations-reveal-js/20180705-Software-Architect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/20180705-Software-Architect.html -------------------------------------------------------------------------------- /presentations-reveal-js/20180710-Technology-For-Beginners.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/20180710-Technology-For-Beginners.html -------------------------------------------------------------------------------- /presentations-reveal-js/FunctionalProgramming.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /presentations-reveal-js/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/Gruntfile.js -------------------------------------------------------------------------------- /presentations-reveal-js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/LICENSE -------------------------------------------------------------------------------- /presentations-reveal-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/README.md -------------------------------------------------------------------------------- /presentations-reveal-js/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/bower.json -------------------------------------------------------------------------------- /presentations-reveal-js/course-reviews.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/course-reviews.html -------------------------------------------------------------------------------- /presentations-reveal-js/css/print/paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/print/paper.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/print/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/print/pdf.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/reveal-override.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/reveal-override.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/reveal.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/reveal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/reveal.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/reviews.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/reviews.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/README.md -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/beige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/beige.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/black.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/blood.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/blood.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/league.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/league.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/moon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/moon.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/night.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/serif.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/serif.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/simple.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/sky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/sky.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/solarized.css -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/beige.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/beige.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/black.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/black.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/blood.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/blood.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/league.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/league.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/moon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/moon.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/night.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/night.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/serif.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/serif.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/simple.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/simple.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/sky.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/sky.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/solarized.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/solarized.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/source/white.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/source/white.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/template/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/template/mixins.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/template/settings.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/template/settings.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/template/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/template/theme.scss -------------------------------------------------------------------------------- /presentations-reveal-js/css/theme/white.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/css/theme/white.css -------------------------------------------------------------------------------- /presentations-reveal-js/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/demo.html -------------------------------------------------------------------------------- /presentations-reveal-js/images/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/BadTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/BadTest.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/BestPractices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/BestPractices.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-5.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Brackets-Installation-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Brackets-Installation-6.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Client-server_model.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Client-server_model.svg.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Code-Quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Code-Quality.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/CourseOverview_JPAIn10Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/CourseOverview_JPAIn10Steps.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/CourseOverview_MavenIn5Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/CourseOverview_MavenIn5Steps.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Design.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/DistributedCache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/DistributedCache.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/EurekaNamingServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/EurekaNamingServer.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Frameworks-In-Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Frameworks-In-Steps.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/GoodTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/GoodTest.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/HibernateCaching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/HibernateCaching.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/In28MinuteHorizontal-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/In28MinuteHorizontal-Small.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/In28Minutes-FocusAreas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/In28Minutes-FocusAreas.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/In28MinutesLogo-105X10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/In28MinutesLogo-105X10.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/In28MinutesLogo-300X50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/In28MinutesLogo-300X50.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Industry-Trends-And-Tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Industry-Trends-And-Tips.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JPA_01_Introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JPA_01_Introduction.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JPA_02_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JPA_02_Architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JUnitIn5Steps_CourseOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JUnitIn5Steps_CourseOverview.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Java-Course-in-250-Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Java-Course-in-250-Steps.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JavaEETypicalArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JavaEETypicalArchitecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JavaEE_Model1_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JavaEE_Model1_Architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/JavaEE_Model2_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/JavaEE_Model2_Architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/MicroserviceCommunication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/MicroserviceCommunication.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices-Chain-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices-Chain-Example.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices-Environments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices-Environments.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices-meme-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices-meme-1.jpeg -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices-meme-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices-meme-2.jpg -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices-meme-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices-meme-3.jpg -------------------------------------------------------------------------------- /presentations-reveal-js/images/Microservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Microservices.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/MonolithApplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/MonolithApplication.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/PostMan_Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/PostMan_Basic.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/PostMan_BasicAuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/PostMan_BasicAuth.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/PostMan_GET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/PostMan_GET.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/PostMan_Headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/PostMan_Headers.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/REST_Block_Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/REST_Block_Structure.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/RangaKaranam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/RangaKaranam.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/RibbonClientSideLoadBalancing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/RibbonClientSideLoadBalancing.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Selenium-Copy-CSS-Selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Selenium-Copy-CSS-Selector.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Selenium-GithubRepo-Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Selenium-GithubRepo-Structure.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Selenium-Java-Course-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Selenium-Java-Course-Overview.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-0.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-1-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-1-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0-5.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-0.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-0.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-5.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-6-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2-6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2-6-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-1-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-2-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-2-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-3-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-3-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-3-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-4-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SoftwareArchitect-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SoftwareArchitect-5.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SpringCloudConfigServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SpringCloudConfigServer.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SpringInterviewGuide_Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SpringInterviewGuide_Database.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SpringInterviewGuide_Spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SpringInterviewGuide_Spring.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SpringMVCRequestFlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SpringMVCRequestFlow.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/SpringModules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/SpringModules.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Spring_MVC_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Spring_MVC_Flow.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/TestPyramid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/TestPyramid.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/WebApplicationLayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/WebApplicationLayers.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Web_Service_Basic_Interaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Web_Service_Basic_Interaction.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Web_Service_SOAP-Envelope.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Web_Service_SOAP-Envelope.svg.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Web_Services_WSDL_HighLevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Web_Services_WSDL_HighLevel.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Web_Services_WSDL_LowLevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Web_Services_WSDL_LowLevel.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/What-To-Learn-Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/What-To-Learn-Next.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Windows-Run-as-Admin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Windows-Run-as-Admin-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Windows-Run-as-Admin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Windows-Run-as-Admin-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/Windows-Run-as-Admin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/Windows-Run-as-Admin-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_00_RestletClient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_00_RestletClient.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_00_angular_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_00_angular_features.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_00_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_00_architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_03_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_03_component.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_06_data_binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_06_data_binding.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/angular_07_data_binding_2_way.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/angular_07_data_binding_2_way.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/distributed-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/distributed-system.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/event-driven-architectures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/event-driven-architectures.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/html-web-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/html-web-server.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/jshell-introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/jshell-introduction.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/logo.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/microservices-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/microservices-architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/rangaraokaranam-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/rangaraokaranam-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/rangaraokaranam-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/rangaraokaranam-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/rangaraokaranam-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/rangaraokaranam-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_00_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_00_architecture.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_00_architecture_future.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_00_architecture_future.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_00_react_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_00_react_features.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_01_counter_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_01_counter_app.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_03_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_03_component.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_04_virtual_dom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_04_virtual_dom.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/react_05_redux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/react_05_redux.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/selenium-course-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/selenium-course-overview.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/selenium-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/selenium-grid.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/selenium-single-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/selenium-single-system.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/selenium-stand-alone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/selenium-stand-alone.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/soapoverhttp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/soapoverhttp.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/soapovermq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/soapovermq.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/springboot-kubernetes-docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/springboot-kubernetes-docker.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-1.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-2.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-3.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-4.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-5.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-6.png -------------------------------------------------------------------------------- /presentations-reveal-js/images/visual-studio-code-windows-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/images/visual-studio-code-windows-7.png -------------------------------------------------------------------------------- /presentations-reveal-js/in28minutes-in-numbers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/in28minutes-in-numbers.html -------------------------------------------------------------------------------- /presentations-reveal-js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/index.html -------------------------------------------------------------------------------- /presentations-reveal-js/java-to-python.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/java-to-python.html -------------------------------------------------------------------------------- /presentations-reveal-js/jpa-and-hibernate-with-spring-boot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/jpa-and-hibernate-with-spring-boot.html -------------------------------------------------------------------------------- /presentations-reveal-js/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/js/reveal.js -------------------------------------------------------------------------------- /presentations-reveal-js/jshell-for-java-programmers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/jshell-for-java-programmers.html -------------------------------------------------------------------------------- /presentations-reveal-js/lib/css/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/css/zenburn.css -------------------------------------------------------------------------------- /presentations-reveal-js/lib/font/league-gothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/font/league-gothic/LICENSE -------------------------------------------------------------------------------- /presentations-reveal-js/lib/font/league-gothic/league-gothic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/font/league-gothic/league-gothic.css -------------------------------------------------------------------------------- /presentations-reveal-js/lib/font/league-gothic/league-gothic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/font/league-gothic/league-gothic.eot -------------------------------------------------------------------------------- /presentations-reveal-js/lib/font/league-gothic/league-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/font/league-gothic/league-gothic.ttf -------------------------------------------------------------------------------- /presentations-reveal-js/lib/font/source-sans-pro/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/font/source-sans-pro/LICENSE -------------------------------------------------------------------------------- /presentations-reveal-js/lib/js/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/js/classList.js -------------------------------------------------------------------------------- /presentations-reveal-js/lib/js/head.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/js/head.min.js -------------------------------------------------------------------------------- /presentations-reveal-js/lib/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/lib/js/html5shiv.js -------------------------------------------------------------------------------- /presentations-reveal-js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/package.json -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/highlight/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/highlight/highlight.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/markdown/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/markdown/example.html -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/markdown/example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/markdown/example.md -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/markdown/markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/markdown/markdown.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/markdown/marked.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/markdown/marked.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/math/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/math/math.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/multiplex/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/multiplex/client.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/multiplex/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/multiplex/index.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/multiplex/master.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/multiplex/master.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/multiplex/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/multiplex/package.json -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/notes-server/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/notes-server/client.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/notes-server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/notes-server/index.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/notes-server/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/notes-server/notes.html -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/notes/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/notes/notes.html -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/notes/notes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/notes/notes.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/print-pdf/print-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/print-pdf/print-pdf.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/search/search.js -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/spring-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/spring-master-class.html -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/web-services-tips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/web-services-tips.html -------------------------------------------------------------------------------- /presentations-reveal-js/plugin/zoom-js/zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/plugin/zoom-js/zoom.js -------------------------------------------------------------------------------- /presentations-reveal-js/spring-boot-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/spring-boot-master-class.html -------------------------------------------------------------------------------- /presentations-reveal-js/spring-master-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/spring-master-class.html -------------------------------------------------------------------------------- /presentations-reveal-js/spring-microservices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/spring-microservices.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/assets/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/assets/image1.png -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/assets/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/assets/image2.png -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/barebones.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/barebones.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/embedded-media.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/embedded-media.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/math.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/slide-backgrounds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/slide-backgrounds.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/examples/slide-transitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/examples/slide-transitions.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/qunit-1.12.0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/qunit-1.12.0.css -------------------------------------------------------------------------------- /presentations-reveal-js/test/qunit-1.12.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/qunit-1.12.0.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/simple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/simple.md -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-element-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-element-attributes.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-external.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-external.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-external.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-external.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-options.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-options.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-slide-attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-slide-attributes.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown-slide-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown-slide-attributes.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-markdown.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-pdf.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test-pdf.js -------------------------------------------------------------------------------- /presentations-reveal-js/test/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test.html -------------------------------------------------------------------------------- /presentations-reveal-js/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/test/test.js -------------------------------------------------------------------------------- /presentations-reveal-js/web-services-tips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/presentations-reveal-js/web-services-tips.html -------------------------------------------------------------------------------- /spring-in-10-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-in-10-steps/.gitignore -------------------------------------------------------------------------------- /spring-in-10-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-in-10-steps/pom.xml -------------------------------------------------------------------------------- /spring-in-10-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-in-10-steps/readme.md -------------------------------------------------------------------------------- /spring-in-10-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | logging.level.org.springframework = debug -------------------------------------------------------------------------------- /spring-in-10-steps/src/main/resources/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-in-10-steps/src/main/resources/log.txt -------------------------------------------------------------------------------- /spring-unit-testing-with-junit-and-mockito-old/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-unit-testing-with-junit-and-mockito-old/pom.xml -------------------------------------------------------------------------------- /spring-unit-testing-with-junit-and-mockito-old/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spring-unit-testing-with-mockito/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-unit-testing-with-mockito/.gitignore -------------------------------------------------------------------------------- /spring-unit-testing-with-mockito/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-unit-testing-with-mockito/pom.xml -------------------------------------------------------------------------------- /spring-unit-testing-with-mockito/src/main/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/spring-unit-testing-with-mockito/src/main/resources/data.sql -------------------------------------------------------------------------------- /springboot-in-10-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/springboot-in-10-steps/.gitignore -------------------------------------------------------------------------------- /springboot-in-10-steps/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/springboot-in-10-steps/notes.txt -------------------------------------------------------------------------------- /springboot-in-10-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/springboot-in-10-steps/pom.xml -------------------------------------------------------------------------------- /springboot-in-10-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/springboot-in-10-steps/readme.md -------------------------------------------------------------------------------- /springboot-in-10-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | #logging.level.org.springframework = DEBUG 2 | management.security.enabled=false -------------------------------------------------------------------------------- /zzz-advanced-spring/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/.gitignore -------------------------------------------------------------------------------- /zzz-advanced-spring/newnotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/newnotes.md -------------------------------------------------------------------------------- /zzz-advanced-spring/notes.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zzz-advanced-spring/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/pom.xml -------------------------------------------------------------------------------- /zzz-advanced-spring/readme.md: -------------------------------------------------------------------------------- 1 | ## Advanced Spring 2 | -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/app.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/src/main/resources/app.properties -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/app_prod.properties: -------------------------------------------------------------------------------- 1 | service.url=http://prod.server.com/doSomething -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/src/main/resources/application.properties -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/applicationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/src/main/resources/applicationContext.xml -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/src/main/resources/data.sql -------------------------------------------------------------------------------- /zzz-advanced-spring/src/main/resources/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-advanced-spring/src/main/resources/log.txt -------------------------------------------------------------------------------- /zzz-course-management/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/.gitignore -------------------------------------------------------------------------------- /zzz-course-management/attempt2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/attempt2.md -------------------------------------------------------------------------------- /zzz-course-management/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/pom.xml -------------------------------------------------------------------------------- /zzz-course-management/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/readme.md -------------------------------------------------------------------------------- /zzz-course-management/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zzz-course-management/src/main/resources/course-details.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/src/main/resources/course-details.xsd -------------------------------------------------------------------------------- /zzz-course-management/temporary-files/Request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/temporary-files/Request.xml -------------------------------------------------------------------------------- /zzz-course-management/temporary-files/Response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/temporary-files/Response.xml -------------------------------------------------------------------------------- /zzz-course-management/temporary-files/course-details.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-course-management/temporary-files/course-details.xsd -------------------------------------------------------------------------------- /zzz-h2-in-memory-db-demo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-h2-in-memory-db-demo/pom.xml -------------------------------------------------------------------------------- /zzz-h2-in-memory-db-demo/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-h2-in-memory-db-demo/readme.md -------------------------------------------------------------------------------- /zzz-h2-in-memory-db-demo/src/main/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-h2-in-memory-db-demo/src/main/resources/data.sql -------------------------------------------------------------------------------- /zzz-jpa-demo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-demo/.gitignore -------------------------------------------------------------------------------- /zzz-jpa-demo/ReadyToRockAndRoll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-demo/ReadyToRockAndRoll.md -------------------------------------------------------------------------------- /zzz-jpa-demo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-demo/pom.xml -------------------------------------------------------------------------------- /zzz-jpa-demo/src/main/resources/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-demo/src/main/resources/application.properties -------------------------------------------------------------------------------- /zzz-jpa-demo/src/test/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-demo/src/test/resources/data.sql -------------------------------------------------------------------------------- /zzz-jpa-final-trial/ReadyToRockAndRoll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-final-trial/ReadyToRockAndRoll.md -------------------------------------------------------------------------------- /zzz-jpa-final-trial/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-final-trial/pom.xml -------------------------------------------------------------------------------- /zzz-jpa-final-trial/src/main/resources/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-final-trial/src/main/resources/application.properties -------------------------------------------------------------------------------- /zzz-jpa-final-trial/src/main/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-jpa-final-trial/src/main/resources/data.sql -------------------------------------------------------------------------------- /zzz-microservices/config-example-service/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/config-example-service/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/currency-conversion-service/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/currency-conversion-service/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/currency-conversion-service/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/currency-conversion-service/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/currency-exchange/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/currency-exchange/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/currency-exchange/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/currency-exchange/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/currency-exchange/src/main/resources/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/currency-exchange/src/main/resources/data.sql -------------------------------------------------------------------------------- /zzz-microservices/eureka-server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/eureka-server/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/eureka-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/eureka-server/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/notes.md -------------------------------------------------------------------------------- /zzz-microservices/spring-cloud-config-server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/spring-cloud-config-server/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/spring-cloud-config-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/spring-cloud-config-server/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/zipkin-server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/zipkin-server/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/zipkin-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/zipkin-server/pom.xml -------------------------------------------------------------------------------- /zzz-microservices/zuul-api-gateway-server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/zuul-api-gateway-server/.gitignore -------------------------------------------------------------------------------- /zzz-microservices/zuul-api-gateway-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-microservices/zuul-api-gateway-server/pom.xml -------------------------------------------------------------------------------- /zzz-restful-web-services-with-spring-boot/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-restful-web-services-with-spring-boot/pom.xml -------------------------------------------------------------------------------- /zzz-restful-web-services-with-spring-boot/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-restful-web-services-with-spring-boot/readme.md -------------------------------------------------------------------------------- /zzz-soap-course-management/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/.gitignore -------------------------------------------------------------------------------- /zzz-soap-course-management/backup01-define-xsd-for-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/backup01-define-xsd-for-request.md -------------------------------------------------------------------------------- /zzz-soap-course-management/backup10-after-basic-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/backup10-after-basic-security.md -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/Request-Security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/Request-Security.xml -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/Request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/Request.xml -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/Response-Fault.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/Response-Fault.xml -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/Response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/Response.xml -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/course-details.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/course-details.xsd -------------------------------------------------------------------------------- /zzz-soap-course-management/example-files/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/example-files/notes.md -------------------------------------------------------------------------------- /zzz-soap-course-management/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/pom.xml -------------------------------------------------------------------------------- /zzz-soap-course-management/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/readme.md -------------------------------------------------------------------------------- /zzz-soap-course-management/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zzz-soap-course-management/src/main/resources/course-details.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/src/main/resources/course-details.xsd -------------------------------------------------------------------------------- /zzz-soap-course-management/src/main/resources/securityPolicy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-course-management/src/main/resources/securityPolicy.xml -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-web-services-in-10-steps/.gitignore -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/course-content-07-11-2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-web-services-in-10-steps/course-content-07-11-2017.md -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-web-services-in-10-steps/notes.txt -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-web-services-in-10-steps/pom.xml -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-soap-web-services-in-10-steps/readme.md -------------------------------------------------------------------------------- /zzz-soap-web-services-in-10-steps/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | #logging.level.org.springframework=DEBUG -------------------------------------------------------------------------------- /zzz-spring-boot-web-application-with-jpa/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-spring-boot-web-application-with-jpa/pom.xml -------------------------------------------------------------------------------- /zzz-spring-boot-web-application-with-jpa/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/getting-started-in-5-steps/HEAD/zzz-spring-boot-web-application-with-jpa/readme.md --------------------------------------------------------------------------------