full_name
stringlengths
7
104
description
stringlengths
4
725
โŒ€
topics
stringlengths
3
468
โŒ€
readme
stringlengths
13
565k
โŒ€
label
int64
0
1
dailycodebuffer/Spring-MVC-Tutorials
Spring-MVC-Tutorials
spring-boot spring-mvc-tutorials
# Spring-MVC-Tutorials Java and Spring Tutorials ================ This project is **a collection of small and focused tutorials** - each covering a single and well defined area of development in the Java ecosystem. Building the project ==================== To do the full build, do: `mvn clean install` Building a single module ==================== To build a specific module run the command: `mvn clean install` in the module directory Running a Spring Boot module ==================== To run a Spring Boot module run the command: `mvn spring-boot:run` in the module directory Working with the IDE ==================== This repo contains a large number of modules. When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ.
0
streamsets/tutorials
StreamSets Tutorials
streamsets-data-collector tutorial
null
0
learnopengles/Learn-OpenGLES-Tutorials
Welcome to the Learn OpenGL ES project home page! This project is a repository for the lessons and tutorials over at http://www.learnopengles.com/
null
null
0
JavaTutorialNetwork/Tutorials
Project files for the tutorials on javatutorial.net
null
# Tutorials Hi there and welcome to the GitHub repository of [Java Tutorial Network](https://javatutorial.net). Here you will find the source codes of the examples posted on the site. Please note: Java is a great and vast programming language and you should strive to write your code in the best way you can, using comments, proper exception handling, object oriented principles and design patterns. Having said this, the examples on https://javatutorial.net and the code you will find here are not always perfect. You may find short codes, with missing exception handling. Please have in mind, we do this on purpose. As strange this may sound, we try to keep the examples short and easy to follow and sometimes sacrifice the exception handling and other object oriented principles. You can use the code in this repository to complete all your development tasks - no matter if you are writing a open-source project or a commercial software. I believe knowledge is not a privilege and should be shared without affording payment for it. Use the code as you like. I will be happy if you spread the word and post a link to javatutorial.net in your projects, so other people can also benefit from free knowledge. Thank you!
0
RameshMF/spring-boot-tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
annotations spring-application spring-boot spring-data spring-security tutorial xml-configuration
<h1>YouTube Channel - Spring Boot Tutorial</h1> <p>Subscribe for future video and updates</p> <a href="https://www.youtube.com/playlist?list=PLGRDMO4rOGcNSBOJOlrgQqGpIgo6_VZgR" target="_blank">Spring Boot Tutorial on YouTube </a> # Newly published spring boot tutorials (2020) <ul style="text-align: left;"> <li><a href="https://www.javaguides.net/2021/07/react-js-react-hooks-spring-boot.html" target="_blank">React JS ( React Hooks) + Spring Boot Tutorial</a><br></li><li><a href="https://www.javaguides.net/2021/07/spring-boot-tutorial-for-beginners.html" target="_blank">Spring Boot Tutorial for Beginners Step by Step</a><br></li><li><a href="https://www.javaguides.net/2021/07/spring-boot-tutorial-build-employee-management-project.html" target="_blank">Spring Boot Tutorial - Build Employee Management Project from Scratch using Spring Boot + Spring Security + Thymeleaf and MySQL Database</a><br></li><li><a href="https://www.javaguides.net/2021/06/configure-jwt-with-spring-boot-and-swagger.html" target="_blank">Configure JWT with Spring Boot and Swagger UI</a><br></li><li><a href="https://www.javaguides.net/2021/06/spring-boot-rest-api-documentation-with-swagger.html" target="_blank">Spring Boot REST API Documentation with Swagger</a><br></li><li><a href="https://www.javaguides.net/2021/05/spring-boot-crud-tutorial.html" target="_blank">Spring Boot CRUD Tutorial with Spring MVC, Spring Data JPA, Thymeleaf, Hibernate, MySQL</a><br></li><li><a href="https://www.javaguides.net/2021/04/spring-boot-project-employee-management.html" target="_blank">Spring Boot Project - Employee Management System | Project for Final Year Students</a><br></li><li><a href="https://www.javaguides.net/2021/04/deploy-spring-boot-mysql-crud-rest-api-Application-on-aws.html" target="_blank">Deploy Spring Boot MySQL CRUD REST API Application on AWS | Elastic Beanstalk | AWS RDS</a><br></li><li><a href="https://www.javaguides.net/2021/04/spring-boot-dto-validation-example.html" target="_blank">Spring Boot DTO Validation Example</a><br></li><li><a href="https://www.javaguides.net/2021/04/deploy-spring-boot-application-on-aws.html" target="_blank">Deploy a Spring Boot Application on AWS | Elastic Beanstalk</a><br></li><li><a href="https://www.javaguides.net/2021/04/deploy-spring-boot-mvc-application-on-aws.html" target="_blank">Deploy Spring Boot MVC Application on AWS | Elastic Beanstalk</a><br></li><li><a href="https://www.javaguides.net/2021/04/deploy-spring-boot-war-file-on-tomcat-in-aws.html" target="_blank">Deploy Spring Boot WAR file on Tomcat in AWS | Elastic Beanstalk</a></li><li><a href="https://www.javaguides.net/2021/03/validation-in-spring-boot-rest-api-with-hibernate-validator.html" target="_blank">Validation in Spring Boot REST API with Hibernate Validator (Java Bean Validation Annotations)</a><br></li><li><a href="Spring Boot DTO Example - Entity To DTO Conversion" target="_blank">Spring Boot DTO Example - Entity To DTO Conversion</a><br></li><li><a href="https://www.javaguides.net/2021/01/prerequisites-to-learn-spring-boot.html" target="_blank">Prerequisites to Learn Spring Boot</a><br></li><li><a href="https://www.javaguides.net/2021/01/angular-spring-boot-rest-api-example.html" target="_blank">Angular + Spring Boot REST API Example Tutorial</a><br></li><li><a href="https://www.javaguides.net/2020/11/jsp-vs-thymeleaf-support-in-spring-boot.html" target="_blank">JSP vs Thymeleaf Support in Spring Boot</a><br></li><li><a href="https://www.javaguides.net/2020/11/spring-professional-certification-topics-and-questions.html" target="_blank">Spring Professional Certification Topics and Questions</a><br></li><li><a href="https://www.javaguides.net/2020/07/spring-boot-react-js-crud-example-tutorial.html" target="_blank">Spring Boot + React JS CRUD Example Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/07/spring-boot-angular-10-crud-example-tutorial.html" target="_blank">Spring Boot + Angular 10 CRUD Example Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/07/react-js-spring-boot-rest-api-example-tutorial.html" target="_blank">React JS + Spring Boot REST API Example Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/07/spring-boot-project-architecture.html" target="_blank">Spring Boot Project Architecture</a></li> <li><a href="https://www.javaguides.net/2020/07/how-spring-mvc-works-internally.html" target="_blank">How Spring MVC Works Internally</a></li> <li><a href="https://www.javaguides.net/2020/07/three-tier-three-layer-architecture-in-spring-mvc-web-application.html" target="_blank">Three Tier (Three Layer) Architecture in Spring MVC Web Application</a></li> <li><a href="https://www.javaguides.net/2020/06/best-practice-to-develop-persistence-or-dao-layer.html" target="_blank">Best Practice to Develop Persistence or DAO Layer</a></li> <li><a href="https://www.javaguides.net/2020/06/best-youtube-channels-to-learn-spring-boot.html" target="_blank">Best YouTube Channels to learn Spring Boot</a></li> <li><a href="https://www.javaguides.net/2020/06/pagination-and-sorting-with-spring-boot-thymeleaf-spring-data-jpa-hibernate-mysql.html" target="_blank">Pagination and Sorting with Spring Boot, ThymeLeaf, Spring Data JPA, Hibernate, MySQL</a></li> <li><a href="https://www.javaguides.net/2020/06/free-spring-boot-microservices-open-source-projects-github.html" target="_blank">Free Spring Boot Microservices Open Source Projects | GitHub | Download</a></li> <li><a href="https://www.javaguides.net/2020/06/spring-security-tutorial-with-spring-boot-spring-data-jpa-thymeleaf-and-mysql-database.html" target="_blank">Spring Security Tutorial with Spring Boot, Spring Data JPA, Thymeleaf and MySQL Database</a></li> <li><a href="https://www.javaguides.net/2020/06/free-spring-boot-angular-open-source-projects-github.html" target="_blank">Free Spring Boot Angular Open Source Projects | GitHub</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-crud-web-application-with-thymeleaf.html" target="_blank">Spring Boot CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part1.html" target="_blank"></a><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part1.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 1</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part2.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 2</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part3.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 3</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part4.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 4</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part5.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 5</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part6.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 6</a>&nbsp;</li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-crud-database-real-time-project-part7.html" target="_blank">Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 7</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-jsp-example-tutorial.html" target="_blank">Spring Boot JSP Example Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/05/spring-boot-thymeleaf-example-tutorial.html" target="_blank">Spring Boot Thymeleaf Example Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/04/jpa-hibernate-one-to-many-mapping-example-with-spring-boot.html" target="_blank">JPA, Hibernate One to Many Mapping Example with Spring Boot and MySQL Database</a></li> <li><a href="https://www.javaguides.net/2020/04/deploying-spring-boot-war-file-with-jsp-to-tomcat.html" target="_blank">Deploying Spring Boot WAR file with JSP to Tomcat</a></li> <li><a href="https://www.javaguides.net/2020/04/jpa-and-hibernate-many-to-many-mapping-spring-boot.html" target="_blank">JPA and Hibernate Many to Many Mapping with Spring Boot - @ManyToMany and @JoinTable</a></li> <li><a href="https://www.javaguides.net/2020/04/spring-boot-file-upload-download-rest-api-example.html" target="_blank">Spring Boot File Upload / Download Rest API Example</a></li> <li><a href="https://www.javaguides.net/2020/04/spring-boot-mysql-jpa-hibernate-restful-crud-api-tutorial.html" target="_blank">Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial</a></li> <li><a href="https://www.javaguides.net/2020/04/spring-boot-h2-jpa-hibernate-restful-crud-api-tutorial.html" target="_blank">Spring Boot, H2, JPA, Hibernate Restful CRUD API Tutorial</a></li> </ul> <h1> Spring Boot Tutorials/Articles/Guides </h1> <div dir="ltr" style="text-align: left;" trbidi="on"> <h2 style="text-align: left;"> Spring Boot Basics</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/getting-started-with-spring-boot.html">Getting Started with Spring Boot</a></li> <li><a href="http://www.javaguides.net/2018/09/installing-spring-boot-with-maven-and-gradle.html">Installing Spring Boot with Maven and Gradle</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-building-restful-web-service.html">Spring Boot 2 Hello World Application</a></li> <li><a href="http://www.javaguides.net/2018/09/overview-of-spring-boot-starter-parent.html">Overview of Spring Boot Starter Parent</a></li> <li><a href="http://www.javaguides.net/2018/09/important-spring-boot-starters-with-examples.html">Important Spring Boot Starters with Examples</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-how-to-change-port-and-context-path.html">Spring Boot How to Change Port and Context Path</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-deploy-war-file-to-external-tomcat.html">Spring Boot 2 Deploy WAR file to External Tomcat</a></li> <li><a href="http://www.javaguides.net/2018/09/different-ways-of-running-spring-boot-appilcation.html">Different Ways of Running Spring Boot Application</a></li> <li><a href="https://www.baeldung.com/spring-boot-migration">Migrating from Spring to Spring Boot</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-annotations.html">Spring Boot Annotations</a></li> </ul> <h2 style="text-align: left;"> Spring Boot REST API Development</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-hibernate-5-mysql-crud-rest-api-tutorial.html">Spring Boot 2 Hibernate 5 MySQL CRUD REST API Tutorial</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-jpa-mysql-crud-example.html">Spring Boot 2 JPA MySQL CRUD Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-building-restful-web-service.html">Spring Boot 2 Hello World Application</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-crud-rest-apis-validation-example.html">Spring Boot 2 CRUD REST APIs Validation Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-data-jpa-auditing-with-spring-boot2-and-mysql-example.html">Spring Data JPA Auditing with Spring Boot 2 and MySQL Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-exception-handling-for-rest-apis.html">Spring Boot 2 Exception Handling for REST APIs</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-logging-slf4j-logback-and-log4j-example.html">Spring Boot 2 Logging SLF4j Logback and LOG4j2 Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-jersey-rest-jpa-hibernate-5-crud-rest-apis-example.html">Spring Boot 2 + Jersey REST + JPA + Hibernate 5 CRUD REST APIs Example</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-2-scheduling-tasks.html">Spring Boot 2 - Scheduling Tasks</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-2-restful-api-documentation-with-swagger2-tutorial.html">Spring Boot 2 RESTful API Documentation with Swagger 2 Tutorial</a></li> <li><a href="http://www.javaguides.net/2018/11/spring-boot-2-file-upload-and-download-rest-api-tutorial.html">Spring Boot 2 - File Upload and Download Rest API Tutorial</a> // LATEST</li> </ul> <h2 style="text-align: left;"> Spring Boot Web Application Development</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-mvc-using-spring-boot2-jsp-jpa-hibernate5-mysql-example.html">Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot2-mvc-web-application-thymeleaf-jpa-mysql-example.html">Spring Boot 2 MVC Web Application Thymeleaf JPA MySQL Example</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-spring-mvc-validating-form.html">Spring Boot 2 - Spring MVC + Thymeleaf Input Form Validation</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-jpa-multiple-data-sources-example.html">Spring Boot JPA Multiple Data Sources Example</a></li> </ul> <h2 style="text-align: left;"> Spring Boot with Spring Security</h2> <div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-boot-spring-mvc-role-based-spring-security-jpa-thymeleaf-mysql-tutorial.html">Spring Boot 2 + Spring MVC + Role Based Spring Security + JPA + Thymeleaf + MySQL Tutorial</a></li> <li><a href="https://spring.io/guides/gs/authenticating-ldap/">Authenticating a User with LDAP using Spring Boot and Spring Security</a></li> <li><a href="http://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html">User Registration Module using Spring Boot 2 + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL</a></li> </ul> <h2 style="text-align: left;"> Spring Boot Configuration</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-boot-java-based-configuration-example.html">Spring Boot 2 Java Based Configuration Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-xml-configuration-example.html">Spring Boot 2 XML Configuration Example</a></li> <li><a href="https://www.baeldung.com/spring-boot-migration">Migrating from Spring to Spring Boot</a></li> </ul> <h2 style="text-align: left;"> Spring Boot Testing</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-data-jpa-repository-testing-using-spring-boot-datajpatest.html">Spring Data JPA Repository Testing using Spring Boot @DataJpaTest</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-rest-apis-integration-testing.html">Spring Boot 2 REST APIs Integration Testing</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-with-junit-5-testing.html">Spring Boot 2 with JUnit 5 Testing Example</a></li> </ul> <h2 style="text-align: left;"> Spring Boot Annotations</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-boot-enableautoconfiguration-annotation-with-example.html">Spring Boot @EnableAutoConfiguration Annotation with Example</a></li> <li><a href="http://www.javaguides.net/2018/09/spring-boot-springbootapplication-annotation-with-example.html">Spring Boot @SpringBootApplication Annotation with Example</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-annotations.html">Spring Boot Annotations</a></li> <li><a href="http://www.javaguides.net/2018/10/spring-boot-creating-asynchronous-methods-using-async-annotation.html">Spring Boot - Creating Asynchronous Methods using @Async Annotation</a></li> </ul> <h2 style="text-align: left;"> Configure Spring Boot with PostgreSQL</h2> </div> <div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2019/01/springboot-postgresql-jpa-hibernate-crud-restful-api-tutorial.html">Spring Boot + PostgreSQL + JPA/Hibernate CRUD Restful API Tutorial</a></li> </ul> <h2 style="text-align: left;"> Spring Boot Mini Projects</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/mini-todo-management-project-using-spring-boot-springmvc-springsecurity-jsp-hibernate-mysql.html">Mini Todo Management Project using Spring Boot + Spring MVC + Spring Security + JSP + Hibernate + MySQL</a></li> <li><a href="http://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html">User Registration Module using Spring Boot + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL</a></li> </ul> </div> </div> <h1>Spring Boot + Angular 9 Tutorials // Latest </h1> <ul style="text-align: left;"><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-example-tutorial.html"></a> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-example-tutorial.html"></a><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-example-tutorial.html">Spring Boot + Angular 9 CRUD Example Tutorial</a> - Main Tutorial</li> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-part-1-develop-springboot-crud-rest-apis.html">Spring Boot + Angular 9 CRUD Tutorial - Part 1 - Develop Spring Boot CRUD Rest APIs</a></li> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-part-2-create-angular-9-app.html">Spring Boot + Angular 9 CRUD - Part 2 - Create an Angular 9 App</a></li> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-part-3-develop-angular-9-crud-operations.html">Spring Boot + Angular 9 CRUD - Part 3 - Develop Angular 9 CRUD Operations</a></li> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-9-crud-part-4-angular-9-crud-app-configuration.html">Spring Boot + Angular 9 CRUD, Part 4 - Angular 9 CRUD App Configuration</a></li> <li><a href="https://www.javaguides.net/2020/01/spring-boot-angular-8-crud-part-5-running-angular-9-crud-app.html">Spring Boot 2 + Angular 9 CRUD, Part 5 - Running Angular 9 CRUD App</a></li> </ul> <h1> Spring Boot + MongoDB </h1> <ul style="text-align: left;"><b><a href="https://www.javaguides.net/2019/12/spring-boot-angular-mongodb-crud-example-tutorial.html"></a> <li><a href="https://www.javaguides.net/2019/12/spring-boot-angular-mongodb-crud-example-tutorial.html"><b></b></a><b><a href="https://www.javaguides.net/2019/12/spring-boot-angular-mongodb-crud-example-tutorial.html">Spring Boot + Angular + MongoDB CRUD Example Tutorial</a></b></li> <li><b><a href="https://www.javaguides.net/2019/12/spring-boot-mongodb-crud-example-tutorial.html">Spring Boot + MongoDB CRUD Tutorial</a></b></li> </b></ul>
0
RameshMF/Hibernate-ORM-Tutorials
40+ source code Examples/Tutorials/Guides of Hibernate ORM Framework
hibernate hibernate-configurations hibernate-framework hibernate-orm-framework jpa jpa-persistence-applications
# Hibernate-ORM-Tutorials Tutorials/guides/examples of Hibernate ORM Framework <div dir="ltr" style="text-align: left;" trbidi="on"> <div class="font-family-page"> <div class="separator" style="clear: both; text-align: center;"> <a href="https://3.bp.blogspot.com/-LZZRjsO24YI/W_qbPQkNsTI/AAAAAAAAE9o/Urok6r0IKbkPtRU6V7r5ty5eMOcaKiKAgCLcBGAs/s1600/hibernate-logo.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="139" data-original-width="491" src="https://3.bp.blogspot.com/-LZZRjsO24YI/W_qbPQkNsTI/AAAAAAAAE9o/Urok6r0IKbkPtRU6V7r5ty5eMOcaKiKAgCLcBGAs/s1600/hibernate-logo.jpg"></a></div> <div class="separator" style="clear: both; text-align: center;"> </div> <div class="separator" style="clear: both; text-align: center;"> </div> <div> This tutorial is designed for all those Java programmers who would like to understand the Hibernate framework and its API. All the examples in this tutorial&nbsp;have been developed using Hibernate 5.3 +.</div> <h2 style="text-align: left;"> 1. Hibernate Getting Started</h2> <div> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-framework-overview-architecture-bascis.html" target="_blank">Hibernate Framework Overview - Architecture and Basics</a>&nbsp;- In this article, b<span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">efore getting started with Hibernate framework, let's familiar with a few basic concepts of the hibernate framework, it's architecture, it's benefits and advantages over JDBC etc.</span></li> </ul> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-hello-world-tutorial.html">Hibernate 5 - Hello World Tutorial</a>&nbsp;- In this Hibernate hello world tutorial, we will show you how to create a Hibernate Application to connect MySQL database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/12/hibernate-transaction-management-tutorial.html" target="_blank">Hibernate Transaction Management Tutorial</a>&nbsp;- In this tutorial, we will learn how to manage transactions in Hibernate applications.</li> </ul> </div> <h2 style="text-align: left;"> 2. Bootstrap</h2> <h3 style="text-align: left;"> 2.1 Native Bootstrapping</h3> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-xml-configuration-example.html" style="font-family: inherit;">Hibernate 5 XML Configuration Example</a><span style="font-family: inherit;"> - In this article, we will show you how to create a Hibernate Application using hibernate.cfg.xml configuration to connect MySQL database.</span></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-java-configuration-example.html" style="font-family: inherit;">Hibernate 5 Java Configuration Example</a><span style="font-family: inherit;"> - In this article, we will show you how to create a Hibernate Application using Java configuration without using hibernate.cfg.xml to connect MySQL database.</span></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-configurations-quick-references.html" style="font-family: inherit; font-size: 16px;" target="_blank">Hibernate Configurations Quick References [Snippets]</a><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">&nbsp;-&nbsp;</span><span style="color: #24292e; font-family: inherit; font-size: 16px;">This post is&nbsp;a quick</span><span style="color: #24292e; font-family: inherit; font-size: 16px;">&nbsp;reference to Hibernate XML or Java-based configuration.</span></li> </ul> </div> <h3 style="text-align: left;"> 2.2 JPA Bootstrapping</h3> <div class="font-family-page"> <div> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/jpa-with-hibernate-5-bootstrapping-example.html" target="_blank">JPA 2 with Hibernate 5 Bootstrapping Example</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">In this post, we will show you how to create or configure a simple JPA application with Hibernate.</span></li> </ul> <h2 style="text-align: left;"> 3. Domain Model</h2> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/guide-to-jpa-and-hibernate-cascade-types.html" target="_blank">Guide to JPA and Hibernate Cascade Types</a>&nbsp;- J</span><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">PA allows you to propagate the state transition from a parent entity to a child. This article describes all cascade types with an example.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;"><a href="http://www.javaguides.net/2018/12/hibernatejpa-primary-key-generation-stratergies.html" target="_blank">Hibernate/JPA - Primary Key Generation Strategies</a>&nbsp;- Let's discuss&nbsp;</span><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">4 different primary key generation strategies which generate the primary key values programmatically or use database features, like auto-incremented columns or sequences.</span></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-enum-type-mapping-example.html">Hibernate 5 - Enum Type Mapping Example</a>&nbsp;- In this article, we will show you how a Java enum type is persisted into a database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-component-mapping-using-embeddable-embedded-annotation.html" target="_blank">Hibernate Component Mapping Using @Embeddable and @Embedded Annotation</a>&nbsp;-&nbsp;<span style="background-color: white; color: #24292e; font-size: 16px;">With Hibernate we can use the&nbsp;</span><span style="background-color: rgba(27 , 31 , 35 , 0.05); color: #d73a49; font-family: &quot;consolas&quot; , &quot;liberation mono&quot; , &quot;courier&quot; , monospace; font-size: 14.4px; padding: 0.2em 0.4em;">@Embeddable</span><span style="background-color: white; color: #24292e; font-size: 16px;">&nbsp;annotation to mark a class to be eligible as an embeddable class.</span></li> </ul> <span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"></span></div> <h2 style="text-align: left;"> 4. Hibernate Database Operations (Session Methods)</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-save-an-entity-example.html">Hibernate 5 - Save an Entity Example</a> - In this article, we will create a simple Hibernate application to demonstrate how to save an entity into a database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-persist-entity-example.html">Hibernate 5 - Persist an Entity Example</a> - In this article, we will create a simple Hibernate application to demonstrate how to persist an entity into a database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-saveorupdate-method-example.html">Hibernate 5 - saveOrUpdate() Method Example</a> - In this article, we will create a simple Hibernate application to demonstrate how to save or update an entity in the database using the saveOrUpdate() method.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-get-load-and-byid-method-examples.html">Hibernate 5 - get(), load() and byId() Method Examples</a> - In this article, we will show you how to use Session.get(), Session.load() and Session.byId() methods to retrieve an entity from database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-merge-example.html">Hibernate 5 - merge() Example</a> - In this article, we will show you how to use Session.merge() method to merge an entity in Hibernate Application.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-delete-or-remove-entity.html">Hibernate 5 - Delete or Remove an Entity Example</a> - In Hibernate, an entity can be removed from a database by calling the Session.delete() or Session.remove(). Using these methods, we can remove a transient or persistent object from datastore.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-load-method-example.html">Hibernate 5 - load() Method Example</a> - In this article, we will create a simple Hibernate application using Java configuration without using hibernate.cfg.xml to demonstrates the usage of Session.load() method.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-c3p0-connection-pool-example.html">Hibernate 5 c3p0 Connection Pool Example</a> - In this article, we will show how to use c3p0 connection pooling in hibernate applications.</li> </ul> <h2 style="text-align: left;"> 5. Inheritance Mapping</h2> <div style="text-align: left;"> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-inheritance-mapping.html" target="_blank">Hibernate 5 - Inheritance Mapping</a>&nbsp;- In this article, we will learn 4 inheritance<span style="background-color: white; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">&nbsp;strategies with examples.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/hibernate-jpa-mappedsuperclass-inheritance-example.html" target="_blank">Hibernate/JPA MappedSuperclass Inheritance Example</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">The JPA standard specification defines the&nbsp;</span><a href="https://docs.oracle.com/javaee/7/api/javax/persistence/MappedSuperclass.html" style="color: #3d85c6; font-size: 16px;" target="_blank">@MappedSuperclass</a><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">&nbsp;annotation to allow an entity to inherit properties from a base class.</span></li> </ul> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/hibernatejpa-single-table-inheritance.html" target="_blank">Hibernate/JPA Single Table Inheritance Example</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">In this article, we will discuss The single table strategy which maps all entities of the inheritance structure to the same database table.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/hibernate-jpa-joined-table-inheritance-example.html" target="_blank">Hibernate JPA Joined Table Inheritance Example</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">In this article, we will discuss The Joined table strategy or table-per-subclass mapping strategy.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/hibernatejpa-table-per-class-inheritance-example.html" target="_blank">Hibernate/JPA Table Per Class Inheritance Example</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;">In this article, weโ€™ll look into Hibernate/JPA table per class inheritance.</span></li> </ul> </div> <span style="background-color: white; color: #24292e; font-family: , &quot;blinkmacsystemfont&quot; , &quot;segoe ui&quot; , &quot;helvetica&quot; , &quot;arial&quot; , sans-serif , &quot;apple color emoji&quot; , &quot;segoe ui emoji&quot; , &quot;segoe ui symbol&quot;; font-size: 16px;"></span></div> <div class="font-family-page"> <h2 style="text-align: left;"> 6. Hibernate Query Language</h2> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-query-language-basics.html">Hibernate Query Language Basics</a> - This article describes the basics of HQL.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-query-language-insert-update.html">Hibernate Query Language INSERT, UPDATE, SELECT and DELETE Example</a> - In this article, we will discuss how to create simple Hibernate Query Language INSERT, UPDATE, SELECT and DELETE Example.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-hql-crud-example-snippets.html">Hibernate 5 - HQL CRUD Example [Snippets]</a> - In this article, we will see quick snippets or examples of Hibernate 5 HQL CRUD Example.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-named-query-tutorial-with-examples.html">Hibernate 5 Named Query Tutorial with Examples</a> - This tutorial shows you how to use the named queries annotations in hibernation application.</li> </ul> <div class="font-family-page"> <h2 style="text-align: left;"> 7. Hibernate 5 with Java 8</h2> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-5-persist-java-8-localdate-localdatetime-and-duration-example.html">Hibernate 5 - Persist Java 8 LocalDate, LocalDateTime and Duration Example</a>&nbsp;- In this article, we will learn how to persist Java 8 LocalDate, LocalDateTime, and Duration with&nbsp;<a href="http://www.javaguides.net/p/hibernate-tutorial.html">Hibernate 5</a>.</li> </ul> <ul style="text-align: left;"> <li><a href="https://thoughts-on-java.org/use-java-8-optional-hibernate/" target="_blank">How to use Java 8โ€™s Optional with Hibernate</a>&nbsp;- This article show you how to use Java 8 Optional Class to handle&nbsp;<i>NullPointerException</i>.</li> </ul> <ul style="text-align: left;"> <li><a href="https://thoughts-on-java.org/get-query-results-stream-hibernate-5/">How to get query results as a Stream with Hibernate 5.2</a>&nbsp;- This post shows you how to use stream() method that allows you to process the query results as a Java 8 Stream.</li> </ul> </div> <div class="font-family-page"> <h2 style="text-align: left;"> 8. Database</h2> <div> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/guide-to-hibernate-5-schema-generation.html" target="_blank">Guide to Hibernate 5 Schema Generation</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">In this guide, You will learn how does Hibernate allows you to generate the database from the entity mappings. In this guide, we will following&nbsp;points.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/guide-to-hibernate-native-sql-queries.html" target="_blank">Guide to Hibernate Native SQL Queries</a>&nbsp;-&nbsp;</span><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">Let's learn more about Hibernate native SQL queries with examples snippets.</span></li> </ul> <ul style="text-align: left;"> <li><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;"><a href="http://www.javaguides.net/2018/11/hibernate-5-using-stored-procedures-for.html" target="_blank">Hibernate 5 - Using Stored Procedures for Querying</a>&nbsp;-&nbsp;&nbsp;</span><span style="font-family: inherit;">Hibernate</span><span style="background-color: white; color: #24292e; font-family: inherit; font-size: 16px;">&nbsp;provides support for queries via stored procedures and functions</span></li> </ul> <h2 style="text-align: left;"> <span style="color: #24292e;">Hibernate Annotations</span></h2> </div> <div> <div style="text-align: left;"> </div> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/12/all-hibernate-mapping-annotations.html" target="_blank">All Hibernate Annotations: Mapping Annotations</a>&nbsp;- A quick reference to all Hibernate mapping annotations.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/all-jpa-annotations-mapping-annotations.html" target="_blank">All JPA Annotations: Mapping Annotations</a>&nbsp;- A quick reference to all JPA mapping annotations.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/hibernate-component-mapping-using-embeddable-embedded-annotation.html" target="_blank">Hibernate Component Mapping Using @Embeddable and @Embedded Annotation</a>&nbsp;-&nbsp;<span style="background-color: white; color: #24292e; font-size: 16px;">With Hibernate we can use the&nbsp;</span><span style="background-color: rgba(27 , 31 , 35 , 0.05); color: #d73a49; font-family: &quot;consolas&quot; , &quot;liberation mono&quot; , &quot;courier&quot; , monospace; font-size: 14.4px; padding: 0.2em 0.4em;">@Embeddable</span><span style="background-color: white; color: #24292e; font-size: 16px;">&nbsp;annotation to mark a class to be eligible as an embeddable class.</span></li> </ul> <br> <div> <br></div> </div> </div> <div class="separator" style="clear: both; text-align: center;"> <a href="https://3.bp.blogspot.com/-sZpG0bMK5xQ/W_qZl9AuksI/AAAAAAAAE9U/2aimw3DF5pUZzeAOmN7xiLc59GTqRaNIQCEwYBhgL/s1600/spring-hibernate.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="282" data-original-width="600" src="https://3.bp.blogspot.com/-sZpG0bMK5xQ/W_qZl9AuksI/AAAAAAAAE9U/2aimw3DF5pUZzeAOmN7xiLc59GTqRaNIQCEwYBhgL/s1600/spring-hibernate.jpg"></a></div> <br> <h2 style="text-align: left;"> 9. Spring Boot 2 + Hibernate 5 Tutorials</h2> <div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-boot-2-hibernate-5-mysql-crud-rest-api-tutorial.html">Spring Boot 2 Hibernate 5 MySQL CRUD REST API Tutorial</a> - In this tutorial, we will learn how to develop CRUD RESTFul API using Spring boot 2, Hibernate 5, JPA, Maven, and MySQL database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/09/spring-mvc-using-spring-boot2-jsp-jpa-hibernate5-mysql-example.html">Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example</a> - In this article, we will learn how to develop a Spring MVC web application using Spring MVC, Spring boot 2, JSP, Hibernate 5, JPA, Maven, and MySQL database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/spring-boot-spring-mvc-spring-security-hibernate-mysql-tutorial.html">Spring Boot + Spring MVC + Spring Security + Hibernate + MySQL Tutorial</a> - In this article, we discuss how to create a user registration form with Spring Boot, Spring Security, Hibernate and Thymeleaf. We will develop a simple User Registration Module using Role-based Spring security which can use in any spring MVC based projects.</li> </ul> </div> <h2 style="text-align: left;"> 10. Spring MVC 5 + Hibernate 5 Tutorials</h2> <div> <div style="text-align: left;"> </div> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/spring-mvc-5-hibernate-5-jsp-mysql-crud-tutorial.html">Spring MVC 5 + Hibernate 5 + JSP + MySQL CRUD Tutorial</a> - In this spring hibernate integration tutorial, we will learn how to create <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC </a>5 web application, handle form submission, integrate hibernate 5 to connect to the backend database. In this tutorial, we will integrate <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC 5+</a> with Hibernate ORM framework using Java-based configuration without any XML configuration.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/spring-mvc-5-spring-data-jpa-hibernate-jsp-mysql-tutorial.html">Spring MVC 5 + Spring Data JPA + Hibernate 5 + JSP + MySQL Tutorial</a> - In this tutorial, we will discuss the integration of <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC 5</a>, <a href="http://www.javaguides.net/p/spring-data-jpa-tutorial.html">Spring Data JPA</a>, Hibernate 5 and MySQL CRUD example. We will demonstrate CRUD(Create, Retrieve, Update, Delete) operations on a Customer entity as well as display list of customers from the MySQL database.</li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/2018/11/spring-mvc-5-hibernate-5-xml-based-configuration-example.html">Spring MVC 5 + Hibernate 5 XML Based Configuration Example</a> - In this tutorial, we will integrate <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC </a>with Hibernate ORM framework using XML-based configuration.</li> </ul> </div> </div> </div>
0
nladuo/IoT-Firstep
ไธ€ไธช็‰ฉ่”็ฝ‘(IoT)ๅผ€ๅ‘็š„ๅ…ฅ้—จๆ•™็จ‹ใ€‚ๆถ‰ๅŠๅ•็‰‡ๆœบใ€ไธŠไฝๆœบใ€็งปๅŠจๅบ”็”จใ€ๆœๅŠกๅ™จๅŽๅฐๅผ€ๅ‘็š„็Ÿฅ่ฏ†ใ€‚ไปฅๅŠ่“็‰™4.0ใ€ไปฅๅคช็ฝ‘ๆจกๅ—็š„ไฝฟ็”จๅฎžไพ‹ใ€‚
internet-of-things iot tutorials
# IoT-Firstep ไธ€ไธช็‰ฉ่”็ฝ‘(IoT)ๅผ€ๅ‘็š„ๅ…ฅ้—จๆ•™็จ‹ใ€‚ๆถ‰ๅŠๅ•็‰‡ๆœบใ€ไธŠไฝๆœบใ€็งปๅŠจๅบ”็”จใ€ๆœๅŠกๅ™จๅŽๅฐๅผ€ๅ‘็š„็Ÿฅ่ฏ†ใ€‚ไปฅๅŠ่“็‰™4.0ใ€ไปฅๅคช็ฝ‘ๆจกๅ—็š„ไฝฟ็”จๅฎžไพ‹ใ€‚ ## ่ฏดๆ˜Ž ๆœฌๆ–‡็š„ๅผ€ๅ‘็Žฏๅขƒ้ƒฝๆ˜ฏๅœจWindowsๅนณๅฐ่ฟ›่กŒ็š„ใ€‚ > ่ฏดๆ˜Ž๏ผš่ง‚ๅฏŸๆบ็ ๅฏไปฅๅ‘็Žฐๆœฌrepoๆฒกๆœ‰4.x็š„้ƒจๅˆ†ใ€‚4.xๆ˜ฏๆ‰“็ฎ—็•™็ป™iOSๅผ€ๅ‘ๆˆ–่€…ๅฐ็จ‹ๅบๅผ€ๅ‘็š„๏ผŒๅŽ็ปญๅฏ่ƒฝไผšๆทปๅŠ ๏ผŒๆ‰€ไปฅ็ผ–ๅท4.xๆš‚ๆ—ถ็ฉบๅ‡บๆฅใ€‚ ## ๅ†…ๅฎนไป‹็ป - [ๅ‰่จ€](https://github.com/nladuo/IoT-Firstep/blob/master/book/preface.md) ### ็ฌฌไธ€้ƒจๅˆ†๏ผšๅŸบ็ก€ๅ…ฅ้—จ - ็ฌฌ1้ƒจๅˆ†๏ผš[ๅ•็‰‡ๆœบๅผ€ๅ‘โ€”โ€”Arduino](https://github.com/nladuo/IoT-Firstep/blob/master/book/1.0.md) - 1.1 [Arduinoๅผ€ๅ‘็Žฏๅขƒๆญๅปบ](https://github.com/nladuo/IoT-Firstep/blob/master/book/1.1.md) - 1.2 [็‚นไบฎไธ€ไธชLed](https://github.com/nladuo/IoT-Firstep/blob/master/book/1.2.md) - 1.3 [PWMๆ“ไฝœ](https://github.com/nladuo/IoT-Firstep/blob/master/book/1.3.md) - 1.4 [UART็š„ไฝฟ็”จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/1.4.md) - ็ฌฌ2้ƒจๅˆ†๏ผš[ไธŠไฝๆœบๅผ€ๅ‘โ€”โ€”.Net](https://github.com/nladuo/IoT-Firstep/blob/master/book/2.0.md) - 2.1 [winformๅฟซ้€Ÿๅ…ฅ้—จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/2.1.md) - 2.2 [serialportๆŽงไปถไฝฟ็”จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/2.2.md) - ็ฌฌ3้ƒจๅˆ†๏ผš[็งปๅŠจๅผ€ๅ‘โ€”โ€”Android](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.0.md) - 3.1 [ๅฎ‰ๅ“ๅผ€ๅ‘็Žฏๅขƒๆญๅปบ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.1.md) - 3.2 [HelloActivityๅˆ†ๆž](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.2.md) - 3.3 [LinearLayoutไธŽๅŸบๆœฌๆŽงไปถ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.3.md) - 3.4 [IntentไธŽActivity็š„็”Ÿๅ‘ฝๅ‘จๆœŸ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.4.md) - 3.5 [ListViewไธŽBaseAdapter](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.5.md) - 3.6 [Serviceๅญฆไน ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.6.md) - 3.7 [Androidๆƒ้™ๆœบๅˆถ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.7.md) - 3.8 [BroadCastRecieverๅญฆไน ](https://github.com/nladuo/IoT-Firstep/blob/master/book/3.8.md) - ็ฌฌ4้ƒจๅˆ†๏ผš[ๅŽ็ซฏๅผ€ๅ‘โ€”โ€”Golang](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.0.md) - 4.1 [go่ฏญ่จ€ๅผ€ๅ‘็Žฏๅขƒๆญๅปบ](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.1.md) - 4.2 [go่ฏญ่จ€ๅŸบ็ก€ๅฟซ้€Ÿๅ…ฅ้—จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.2.md) - 4.3 [็”จgo่ฏญ่จ€ๆ˜พ็คบไธ€ไธช็ฝ‘้กต](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.3.md) - 4.4 [go่ฏญ่จ€webๆก†ๆžถโ€”โ€”gin](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.4.md) - 4.5 [้ƒจ็ฝฒgo่ฏญ่จ€้กน็›ฎ](https://github.com/nladuo/IoT-Firstep/blob/master/book/5.5.md) ### ็ฌฌไบŒ้ƒจๅˆ†๏ผšๆกˆไพ‹ๅญฆไน  - ็ฌฌ5้ƒจๅˆ†๏ผš[่“็‰™4.0ๆกˆไพ‹โ€”โ€”ๆ‰‹ๆœบๆŽงๅˆถRGB็ฏ้ขœ่‰ฒ](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.0.md) - 5.1 [็”จไธฒๅฃๆŽงๅˆถRGB็ฏ้ขœ่‰ฒ](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.1.md) - 5.2 [็”จไธŠไฝๆœบๆŽงๅˆถRGB็ฏ้ขœ่‰ฒ](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.2.md) - 5.3 [่“็‰™4.0็ฎ€ๅ•ไป‹็ป](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.3.md) - 5.4 [่“็‰™4.0ๅฎ‰ๅ“ไพ‹็จ‹ๆบ็ ้˜…่ฏป](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.4.md) - 5.5 [็”จๅฎ‰ๅ“ๆ‰‹ๆœบๆŽงๅˆถRGB็ฏ้ขœ่‰ฒ](https://github.com/nladuo/IoT-Firstep/blob/master/book/6.5.md) - ็ฌฌ6้ƒจๅˆ†๏ผš[็ฝ‘็ปœๆจกๅ—ๆกˆไพ‹โ€”โ€”ๆธฉๅบฆ้‡‡้›†็ณป็ปŸๅผ€ๅ‘](https://github.com/nladuo/IoT-Firstep/blob/master/book/7.0.md) - 6.1 [Arduinoๆธฉๅบฆไผ ๆ„Ÿๅ™จ็š„ไฝฟ็”จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/7.1.md) - 6.2 [ENC28J60ๆจกๅ—็š„ไฝฟ็”จ](https://github.com/nladuo/IoT-Firstep/blob/master/book/7.2.md) - 6.3 [ๅœจ็ฝ‘้กตไธŠๆ˜พ็คบๆธฉๅบฆ](https://github.com/nladuo/IoT-Firstep/blob/master/book/7.3.md) ### ้™„ๅฝ•๏ผš - ้™„ๅฝ•A๏ผš[ๅฆ‚ไฝ•ๅœจAndroid Studioไธญ่ฟ›่กŒ็œŸๆœบๆต‹่ฏ•](https://github.com/nladuo/IoT-Firstep/blob/master/book/appendixA.md) ## ๅ…ณๆณจๆˆ‘ ![qrcode](./resource/qrcode.jpg) ## LICENSE GPL-3.0
0
HouariZegai/Tutorials
Step by step to learn coding and build Apps ๐ŸŽ‰. Code files of Youtube & University tutorials.
java javafx kotlin projects tornadofx tutorial-code tutorials youtube-tutorial
# Source Code of my Tutorials ๐ŸŽ‰ Step by step to learn code and build Apps. codes & resources of **youtube** :movie_camera: & **university** ๐Ÿ‘จโ€๐ŸŽ“ tutorials :green_heart:. Checkout my tutorials here :point_right: [Houari ZEGAI Youtube Channel](https://www.youtube.com/HouariZegai) **Note:** For more information about courses check the README of each one. ### How to use the codes? ๐Ÿ”Œ 1. Press the **Fork** button (top right the page) to save copy of this project on your account. 2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command: git clone https://github.com/HouariZegai/Tutorials.git ### Contributing If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you. .ุณุจุญูŽุงู†ูŽูƒูŽ ุงู„ู„ูŽู‘ู‡ูู…ูŽู‘ ูˆูŽุจูุญูŽู…ู’ุฏููƒูŽุŒ ุฃูŽุดู’ู‡ูŽุฏู ุฃูŽู†ู’ ู„ุง ุฅูู„ู‡ูŽ ุฅูู„ุฃูŽ ุงู†ู’ุชูŽ ุฃูŽุณู’ุชูŽุบู’ููุฑููƒูŽ ูˆูŽุฃูŽุชู’ูˆุจู ุฅูู„ูŽูŠู’ูƒูŽ
0
callicoder/jpa-hibernate-tutorials
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
composite-primary-key element-collection embeddable embedded hibernate hibernate-jpa hibernate-orm jpa many-to-many many-to-one one-to-many one-to-one spring spring-boot
null
0
TheMorpheus407/Tutorials
unverรคnderter Code der Tuts.
null
# Tutorials unverรคnderter Code der Tutorials des Youtube Kanals https://www.youtube.com/user/TheMorpheus407
0
cosminseceleanu/tutorials
Tutorials
apm docker elastic-apm elasticsearch elk-stack filebeat java kibana logs logstash monitoring spring spring-boot
null
0
mkyong/spring-boot
List of Spring Boot Tutorials
null
# spring-boot List of Spring Boot Tutorials
0
sjsdfg/dl4j-tutorials
dl4j ๅŸบ็ก€ๆ•™็จ‹ ้…ๅฅ—่ง†้ข‘๏ผšhttps://space.bilibili.com/327018681/#/
deep-learning deeplearning4j dl4j dl4j-tutorials java-machine-learning nd4j
# dl4j-tutorials deeplearning4j ๆ•™็จ‹ ่ง†้ข‘ๆ•™็จ‹ๅˆ—่กจ๏ผš[Deeplearning4j - ๅ…ฅ้—จ่ง†้ข‘](https://www.jianshu.com/p/566fc3db676b) ๅ“”ๅ“ฉๅ“”ๅ“ฉ็›ด่พพๅœฐๅ€๏ผšhttps://space.bilibili.com/327018681/#/ - **ไบคๆต็พค๏ผš 289058486** - **ๅ…ฅ็พค้—ฎ้ข˜๏ผš Deeplearning4j ๆบ็ ๅœจ github็š„ๅœฐๅ€๏ผˆmac ็ณป็ปŸQQ็œ‹ไธๅˆฐ็พค้—ฎ้ข˜๏ผŒๅ…ฅ็พค่ฎฐๅพ—ๆทปๅŠ ็ญ”ๆกˆ๏ผ‰** DeepLearning4J๏ผˆDL4J๏ผ‰ๆ˜ฏไธ€ๅฅ—ๅŸบไบŽJava่ฏญ่จ€็š„็ฅž็ป็ฝ‘็ปœๅทฅๅ…ทๅŒ…๏ผŒๅฏไปฅๆž„ๅปบใ€ๅฎšๅž‹ๅ’Œ้ƒจ็ฝฒ็ฅž็ป็ฝ‘็ปœใ€‚DL4JไธŽHadoopๅ’ŒSpark้›†ๆˆ๏ผŒๆ”ฏๆŒๅˆ†ๅธƒๅผCPUๅ’ŒGPU๏ผŒไธบๅ•†ไธš็Žฏๅขƒ๏ผˆ่€Œ้ž็ ”็ฉถๅทฅๅ…ท็›ฎ็š„๏ผ‰ๆ‰€่ฎพ่ฎกใ€‚Skymindๆ˜ฏDL4J็š„ๅ•†ไธšๆ”ฏๆŒๆœบๆž„ใ€‚ Deeplearning4jๆ‹ฅๆœ‰ๅ…ˆ่ฟ›็š„ๆŠ€ๆœฏ๏ผŒไปฅๅณๆ’ๅณ็”จไธบ็›ฎๆ ‡๏ผŒ้€š่ฟ‡ๆ›ดๅคš้ข„่ฎพ็š„ไฝฟ็”จ๏ผŒ้ฟๅ…ๅคšไฝ™็š„้…็ฝฎ๏ผŒ่ฎฉ้žไผไธšไนŸ่ƒฝๅคŸ่ฟ›่กŒๅฟซ้€Ÿ็š„ๅŽŸๅž‹ๅˆถไฝœใ€‚DL4JๅŒๆ—ถๅฏไปฅ่ง„ๆจกๅŒ–ๅฎšๅˆถใ€‚DL4J้ตๅพชApache 2.0่ฎธๅฏๅ่ฎฎ๏ผŒไธ€ๅˆ‡ไปฅๅ…ถไธบๅŸบ็ก€็š„่ก็”Ÿไฝœๅ“ๅ‡ๅฑžไบŽ่ก็”Ÿไฝœๅ“็š„ไฝœ่€…ใ€‚ # Give Me a Favor <center> <img src="http://static.zybuluo.com/ZzzJoe/yflamvkjh2i7zn5qcp9wpj61/%E5%AF%92%E6%B2%A7.jpg" /> </center> --- ## ๆณจๆ„ ๅ› ไธบไฝฟ็”จ็š„maven็ฎก็†้กน็›ฎ๏ผŒๆ‰€ไปฅ็ฌฌไธ€ๆฌกไฝฟ็”จ็š„ๆ—ถๅ€™ๆ›ดๆ”นmaven้…็ฝฎใ€‚ๆ›ดๆ”นไป“ๅบ“ๅœฐๅ€ไธบๅ›ฝๅ†…็š„้˜ฟ้‡Œไบ‘ - [Deeplearning4jๅ…ฅ้—จ๏ผˆ้›ถ๏ผ‰- maven็Žฏๅขƒ้…็ฝฎ - ๅฏ’ๆฒง](https://www.bilibili.com/video/av25768162) - [settings.xml ๆ–‡ไปถไธ‹่ฝฝ](https://github.com/sjsdfg/dl4j-tutorials/blob/master/src/main/resources/setting/settings.xml) ```xml <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> ``` ### ไฝฟ็”จmavenๆŠŠjarๅŒ…ๅฏผๅ‡บไธบๅค–้ƒจ ```bash mvn dependency:copy-dependencies -DoutputDirectory=target/lib ``` - [deeplearning4j-1.0.0beta็ฆป็บฟjarๅŒ…---็™พๅบฆไบ‘](https://pan.baidu.com/s/1pxuEmzypSvlguCftsMaZ3g) ## dl4jๆฆ‚่งˆ 1. [dl4jๅฟซ้€Ÿ็ดขๅผ•๏ผš็ฝ‘็ปœๅฑ‚๏ผŒๅŠŸ่ƒฝๅ’Œ็ฑป](https://github.com/deeplearning4j/deeplearning4j-docs/blob/gh-pages/quickref.md) 2. [dl4j-example ๆฆ‚่งˆ](https://github.com/deeplearning4j/deeplearning4j-docs/blob/gh-pages/examples-tour.md) 3. [dl4j ็ฅž็ป็ฝ‘็ปœ่ฏ„ไผฐ](https://deeplearning4j.org/docs/latest/deeplearning4j-nn-evaluation) 4. [dl4j ็‰ˆๆœฌๅ‘ๅธƒๆ—ฅๅฟ—](https://github.com/deeplearning4j/deeplearning4j-docs/blob/releasenotes_100a/releasenotes.md) 5. [Java apiๆ–‡ๆกฃ](https://deeplearning4j.org/api/v1.0.0-beta2/) 6. [skymind ๅฎ˜ๆ–นๅšๅฎข](https://blog.skymind.ai/) 7. [Quickstart with Deeplearning4J](http://www.dubs.tech/guides/quickstart-with-dl4j/) 8. [ๆ—ง็‰ˆๆœฌๅฎ˜็ฝ‘github](https://github.com/deeplearning4j/deeplearning4j-docs/tree/gh-pages) 9. [skymind ai wiki](https://skymind.ai/wiki/) 10. [skymindๅผ€ๆบๆ•ฐๆฎ้›†้›†ๅˆ](https://skymind.ai/wiki/open-datasets) 11. [Java Deep Learning Projects: Implement 10 real-world deep learning using Deeplearning4j and opensource APIs](https://pan.baidu.com/s/1Y2VoO6kLd6RIHCVqpVKzlQ) ## ่ฐƒๅ‚ 1. [ๆˆ‘ๆญ็š„็ฅž็ป็ฝ‘็ปœไธwork่ฏฅๆ€ŽไนˆๅŠž๏ผ็œ‹็œ‹่ฟ™11ๆกๆ–ฐๆ‰‹ๆœ€ๅฎนๆ˜“็Šฏ็š„้”™่ฏฏ](https://mp.weixin.qq.com/s?__biz=MzIxMjAzNDY5Mg==&mid=2650791830&idx=1&sn=da81a253d4753e78d0ad5040ecf3ca29&chksm=8f474a7db830c36bf083c8e22414b2b2ee0fd38dd60175921952ae01c669ce4a3d105f972b09&mpshare=1&scene=1&srcid=0913NEV8u5Rz7fdaIDjAPnvs#rd) 2. [nd4j ๅ’Œ DeepLearning4j ๆ€ง่ƒฝ่ฐƒไผ˜ debug](https://deeplearning4j.org/docs/latest/deeplearning4j-config-performance-debugging) 3. [็ฅž็ป็ฝ‘็ปœ่ฎญ็ปƒ้—ฎ้ข˜ๆŽ’ๆŸฅ](https://deeplearning4j.org/cn/troubleshootingneuralnets) ## lesson1 nd4jๅŸบ็ก€ๆ“ไฝœ ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [ไธ€ๅคฉๆžๆ‡‚ๆทฑๅบฆๅญฆไน ](https://pan.baidu.com/s/1FW8zqzE4rK7pCOsC46dhIQ) 1. [Deep Learning A Practitionerโ€™s Approach](https://pan.baidu.com/s/1C1s2xMuDYJBd3kCB8bxlxA) 2. https://nd4j.org/userguide 3. [nd4jๆ–นๆณ•ๅฟซ้€Ÿ็ดขๅผ•](https://www.jianshu.com/p/c4f6284946bf) ## lesson2 ็ฎ€ๆ˜“็บฟๆ€งๅ›žๅฝ’ ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [ๆทฑๅบฆ็ฅž็ป็ฝ‘็ปœ็ฎ€ไป‹][2] 2. [่ฏ‘-็ฌฌๅ››็ซ  ๅฏ่ง†ๅŒ–่ฏๆ˜Ž็ฅž็ป็ฝ‘็ปœๅฏไปฅ่ฎก็ฎ—ไปปไฝ•ๅ‡ฝๆ•ฐ](http://www.jianshu.com/p/1d80023119cc) 3. [A visual proof that neural nets can compute any function](http://neuralnetworksanddeeplearning.com/chap4.html) 4. [็ฅž็ป็ฝ‘็ปœไธญEpochใ€Iterationใ€Batchsize็›ธๅ…ณ็†่งฃๅ’Œ่ฏดๆ˜Ž](https://blog.csdn.net/program_developer/article/details/78597738) ## lesson3 ็ฎ€ๆ˜“ๆ•ฐๆฎๅˆ†็ฑป ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [ETL็”จๆˆทๆŒ‡ๅ—][3] 2. [MNISTๅŸบ็ก€ๆ•™็จ‹๏ผŒๅŒ…ๅซไธ€ไบ›ๅˆ†็ฑป็Ÿฅ่ฏ†][4] 3. [Deeplearning4j Smote ๆ ทๆœฌๅ‡่กกๅฎž็Žฐ](https://zhuanlan.zhihu.com/p/52258279) ## lesson4 Minstๆ‰‹ๅ†™ๆ•ฐๅญ—ๅˆ†็ฑป ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [MINSTๆ•ฐๆฎ้›†](http://yann.lecun.com/exdb/mnist/) 2. [็ฅž็ป็ฝ‘็ปœๅญฆไน ็š„ๅฏ่ง†ๅŒ–ใ€็›‘ๆต‹ๅŠ่ฐƒ่ฏ•ๆ–นๆณ•](https://deeplearning4j.org/cn/visualization) ## lesson5 ๆจกๅž‹ไฟๅญ˜ไธŽ่ฏปๅ– ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [HDFSๆจกๅž‹ไฟๅญ˜][5] 2. [SparkDl4jMultiLayerๆจกๅž‹ๅญ˜ๅ‚จ](https://github.com/sjsdfg/deeplearning4j-issues/blob/master/markdown/deeplearning4j%E7%9B%B8%E5%85%B3/SparkNetwork%E6%A8%A1%E5%9E%8B%E5%AD%98%E5%82%A8.md) ## lesson6 Minstๆ‰‹ๅ†™ๆ•ฐๅญ—ๆจกๅž‹ๆ”น่ฟ›-CNN ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [ๅ…ณไบŽๆทฑๅบฆๅญฆไน ไน‹CNN็ปๅ…ธ่ฎบๆ–‡ๅŽŸๆ–‡(1950~2018)็ฎ€ไป‹][9] 2. [Visualizing and Understanding CNNs.pdf](https://github.com/sjsdfg/deeplearning4j-issues/blob/master/Visualizing%20and%20Understanding%20CNNs.pdf) 3. [deep learning for computer vision with python(3 ๆœฌ)](https://pan.baidu.com/s/17UMo76p75piTcArqu0wXJQ) ๅฏ†็ ๏ผšvr0r 4. [ๅฏนResNetๆœฌ่ดจ็š„ไธ€ไบ›ๆ€่€ƒ](https://zhuanlan.zhihu.com/p/60668529) 5. [DL4Jไน‹CNNๅฏนไปŠๆ—ฅๅคดๆกๆ–‡ๆœฌๅˆ†็ฑป](https://my.oschina.net/u/1778239/blog/3089890) ๅœจไฝฟ็”จ GPU ๅŠ ้€Ÿไน‹ๅ‰่ฏทๅŠกๅฟ…็กฎ่ฎคไธ€ไธ‹ๅ‡ ็‚น๏ผš 1. ็”ต่„‘ๆ˜ฏๅฆไธบ **่‹ฑไผŸ่พพ** GPU๏ผŒๅณ GTX ็ณปๅˆ—๏ผŒไฝฟ็”จ AMD ๆ˜พๅกๆ— ๆณ•ไฝฟ็”จ GPU ๅŠ ้€Ÿ 2. ็”ต่„‘ๆ˜ฏๅฆๅฎ‰่ฃ…ไบ† cuda ๏ผŒๅฆ‚ๆžœๅฎ‰่ฃ…ไบ† cuda ่ฏท็กฎ่ฎคๅฎ‰่ฃ…็š„ cuda ็‰ˆๆœฌๅ’Œไฝ  pom ไธญๅผ•ๅ…ฅ็š„ `nd4j.backend` ็‰ˆๆœฌๆ˜ฏๅฆๅฏนๅบ” 3. ็”ต่„‘ๅฎ‰่ฃ… cuda ไน‹ๅŽ่ฏท็กฎไฟไฝ ็š„ IDE ๅทฒ็ปๆ„Ÿ็Ÿฅๅˆฐ็Žฏๅขƒๅ˜้‡็š„ๅ˜ๅŒ–๏ผŒๅœจ IDE ไธญ็š„ `terminal` ไฝฟ็”จ `nvcc -V` ๅ‘ฝไปคๆŸฅ็œ‹ใ€‚ๅฆ‚ไธ็กฎๅฎš็›ดๆŽฅ้‡ๅฏ็”ต่„‘ๅณๅฏ ไปฅไธ‹ไธบ GPU ๅฎ‰่ฃ…ๅ’Œไฝฟ็”จๆ•™็จ‹๏ผš 1. [Deeplearning4j-ไฝฟ็”จCuda 9.1ๅ’Œ Cudnn7.1 ๅŠ ้€Ÿๆจกๅž‹่ฎญ็ปƒ](https://www.jianshu.com/p/8a7533c2c79a) 2. [ๅœจDeeplearning4jไธญไฝฟ็”จcuDNN](https://blog.csdn.net/u011669700/article/details/79028821) 3. [ใ€่ง†้ข‘ใ€‘Deeplearning4jๅ…ฅ้—จ - ๏ผˆๅ๏ผ‰GPUๅŠ ้€Ÿ่ฎญ็ปƒ - ๅฏ’ๆฒง](https://www.bilibili.com/video/av24603590) ๅฆ‚ๆƒณ็กฎๅฎš DeepLearning4j ๅทฒ็ปๆ”ฏๆŒ็š„ cuda ๅ’Œ cudnn ็š„้…ๅฅ—็‰ˆๆœฌ๏ผŒ่ฏทๆ‰“ๅผ€ๅฆ‚ไธ‹้“พๆŽฅ๏ผš 1. [Using Deeplearning4j with cuDNN](https://deeplearning4j.org/cudnn) ๏ผšๆœ็ดข `CUDA Version` ๅญ—็œผ ## lesson7 RNNๅพช็Žฏ็ฅž็ป็ฝ‘็ปœ ๅ‚่€ƒ่ต„ๆ–™ 1. ็†่งฃLSTM็ฝ‘็ปœ๏ผšhttps://www.jianshu.com/p/9dc9f41f0b29 2. ๅพช็Žฏ็ฝ‘็ปœๅ’ŒLSTMๆ•™็จ‹๏ผšhttps://deeplearning4j.org/cn/recurrentnetwork 3. DL4Jไธญ็š„ๅพช็Žฏ็ฝ‘็ปœ๏ผšhttps://deeplearning4j.org/cn/usingrnns 4. [DeepLearning4j: LSTM Network Example](https://deeplearning4j.org/programmingguide/05_lstm) ## ObjectDetection ็›ฎๆ ‡ๆฃ€ๆต‹ ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [DeepLearning4j-ไฝฟ็”จJava่ฎญ็ปƒYOLOๆจกๅž‹](https://blog.csdn.net/u011669700/article/details/79886619) 2. [Javaๆž„ๅปบๆฑฝ่ฝฆๆ— ไบบ้ฉพ้ฉถ๏ผšๆฑฝ่ฝฆ็›ฎๆ ‡ๆฃ€ๆต‹](https://blog.csdn.net/u011669700/article/details/79432195) 3. [ๅŸบไบŽๆทฑๅบฆๅญฆไน ็š„็›ฎๆ ‡ๆฃ€ๆต‹ๆŠ€ๆœฏๆผ”่ฟ›๏ผšR-CNNใ€Fast R-CNNใ€Faster R-CNNใ€YOLOใ€SSD](https://www.julyedu.com/question/big/kp_id/26/ques_id/2103) 4. [ใ€ไธญๆ–‡ใ€‘Yolo v1ๅ…จ้ขๆทฑๅบฆ่งฃ่ฏป ็›ฎๆ ‡ๆฃ€ๆต‹่ฎบๆ–‡](https://www.bilibili.com/video/av23354360) 5. [ใ€ไธญๆ–‡ใ€‘Mask R-CNN ๆทฑๅบฆ่งฃ่ฏปไธŽๆบ็ ่งฃๆž ็›ฎๆ ‡ๆฃ€ๆต‹ ็‰ฉไฝ“ๆฃ€ๆต‹ RCNN object detection ่ฏญไน‰ๅˆ†ๅ‰ฒ](https://www.bilibili.com/video/av24795835) 6. ็›ฎๆ ‡ๆฃ€ๆต‹่‡ชๅฎšไน‰ๆ•ฐๆฎ้›†๏ผšhttps://pan.baidu.com/s/1u5yYv5SmK_vgd1zq1PsteQ <div align="center"> <img src="https://upload-images.jianshu.io/upload_images/2137832-f04063fbdfdaab6e.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240" /> </div> ## tensorflow ๅฏผๅ…ฅtfๆจกๅž‹ ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. https://blog.csdn.net/u011669700/article/details/80025161 **** ## JStarCraft,ไธ€ไธชๆถต็›–ๆ ธๅฟƒ็ผ–็จ‹,ไบบๅทฅๆ™บ่ƒฝ,ๆŽจ่ไธŽๆœ็ดข้ข†ๅŸŸ็š„่ฝป้‡็บงๆก†ๆžถ ็พคๅ‹ [@HongZhaoHua](https://github.com/HongZhaoHua) ๅฎž็Žฐ 1. JStarCraft Core๏ผšๆไพ›ไบ†็ผ“ๅญ˜๏ผŒORM๏ผŒ็ผ–่งฃ็ ๏ผŒ่ต„ๆบ็ฎก็†๏ผŒ่„šๆœฌ๏ผŒ็›‘ๆŽง๏ผŒ้€š่ฎฏ๏ผŒไบ‹ๅŠก8ไธชๆ–น้ข็š„ๆ ธๅฟƒ็‰นๆ€ง๏ผŒๆ˜ฏๆ•ดไธชๆก†ๆžถ็š„ๆ ธๅฟƒใ€‚ [https://github.com/HongZhaoHua/jstarcraft-core](https://github.com/HongZhaoHua/jstarcraft-core) 2. JStarCraft AI๏ผšๅŒ…ๅซไบ†ๅคš็ง็Ÿฉ้˜ตๅ’Œๅ‘้‡่ฎก็ฎ—็š„ๅฎž็Žฐ๏ผŒๆ”ฏๆŒ็กฌไปถๅŠ ้€Ÿๅ’Œๅนถ่กŒ่ฎก็ฎ—๏ผŒๆ˜ฏ็›ฎๅ‰ๆœ€ๅฟซๆœ€ๅ…จ็š„Java็Ÿฉ้˜ต/ๅ‘้‡่ฎก็ฎ—ๅบ“ใ€‚ [https://github.com/HongZhaoHua/jstarcraft-ai](https://github.com/HongZhaoHua/jstarcraft-ai) 3. JStarCraft RNS๏ผšๅŒ…ๅซไบ†70ๅคš็งๆŽ’ๅบ้ข„ๆต‹ไธŽ่ฏ„ๅˆ†้ข„ๆต‹็ฎ—ๆณ•๏ผŒๆ”ฏๆŒๅคš็ง่„šๆœฌ่ฏญ่จ€๏ผŒๆ˜ฏ่ฆ†็›–่Œƒๅ›ดๆœ€ๅ…จ็š„JavaๆŽจ่ไธŽๆœ็ดขๅผ•ๆ“Žใ€‚ [https://github.com/HongZhaoHua/jstarcraft-rns](https://github.com/HongZhaoHua/jstarcraft-rns) 4. JStarCraft Example๏ผšไธ€ไธชๅŸบไบŽJStarCraft RNSๅผ•ๆ“Ž,Spring Bootๆก†ๆžถๅ’ŒMovieLens 100Kๆ•ฐๆฎ้›†ๆญๅปบ็š„็”ตๅฝฑๆผ”็คบ้กน็›ฎ๏ผŒๅŒ…ๆ‹ฌไธชๆ€งๅŒ–ๆŽจ่ไธŽไธชๆ€งๅŒ–ๆœ็ดขไธคไธช้ƒจๅˆ†ใ€‚็ณป็ปŸไผšๆ นๆฎ็”จๆˆท็š„่กŒไธบ่ฎฐๅฝ•๏ผŒ่‡ชๅŠจ่ฐƒๆ•ด็”จๆˆท็š„ๆŽจ่ๅ†…ๅฎนๅ’Œๆœ็ดขๅ†…ๅฎนใ€‚[https://github.com/HongZhaoHua/jstarcraft-example](https://github.com/HongZhaoHua/jstarcraft-example) | ไฝœ่€… | ๆดช้’Šๆกฆ | | --- | --- | | E-mail | 110399057@qq.com, jstarcraft@gmail.com | ## baidudianshi ็™พๅบฆ็‚น็Ÿณๆฏ”่ต› baseline demo ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. ๆฏ”่ต›ๅœฐๅ€๏ผšhttp://dianshi.baidu.com/dianshi/pc/competition/22/rule 2. ้˜ฒๆญขๆฏ”่ต›็ป“ๆŸ๏ผŒๆ•ฐๆฎๅฏปๅ›ž้“พๆŽฅ๏ผšhttps://pan.baidu.com/s/1_M0yPejFTvxDFOn4780OPA 3. Baseline 0.83 ๅพ—ๅˆ†ๆจกๅž‹๏ผšhttps://pan.baidu.com/s/1i-v02HnMPQwjtm32fPp67A ๏ผˆๅทฒ็ปไฟๅญ˜ Updater ไฟกๆฏ๏ผŒๅฏ็”จไบŽๅขž้‡่ฎญ็ปƒ๏ผ‰ 4. ๅ†…ๅญ˜็ฎก็†ๅฎ˜ๆ–นๆ–‡ๆกฃ๏ผšhttps://deeplearning4j.org/docs/latest/deeplearning4j-config-memory 5. ่ฟ็งปๅญฆไน ๅฎ˜ๆ–นๆ–‡ๆกฃ๏ผšhttps://deeplearning4j.org/docs/latest/deeplearning4j-nn-transfer-learning 6. ่ฟ็งปๅญฆไน ๆŽจ่้˜…่ฏปๅšๅฎข๏ผšhttps://blog.csdn.net/wangongxi/article/details/75127131 7. ๆ—ฉๅœๆณ•่ฎญ็ปƒๆจกๅž‹ๅฎ˜ๆ–นๆ–‡ๆกฃ๏ผšhttps://deeplearning4j.org/docs/latest/deeplearning4j-nn-early-stopping 8. [็™พๅบฆ็‚น็Ÿณ-โ€œๆŽขๅฏปๅœฐ็ƒๅฏ†็ โ€ๅคฉๅฎซๆ•ฐๆฎๅˆฉ็”จๅคง่ต›.md](https://github.com/sjsdfg/deeplearning4j-issues/blob/master/markdown/%E7%99%BE%E5%BA%A6%E7%82%B9%E7%9F%B3-%E2%80%9C%E6%8E%A2%E5%AF%BB%E5%9C%B0%E7%90%83%E5%AF%86%E7%A0%81%E2%80%9D%E5%A4%A9%E5%AE%AB%E6%95%B0%E6%8D%AE%E5%88%A9%E7%94%A8%E5%A4%A7%E8%B5%9B.md) 9. [็™พๅบฆ็‚น็Ÿณ-โ€œๆŽขๅฏปๅœฐ็ƒๅฏ†็ โ€ๅคฉๅฎซๆ•ฐๆฎๅˆฉ็”จๅคง่ต›.pdf](https://github.com/sjsdfg/deeplearning4j-issues/blob/master/%E7%99%BE%E5%BA%A6%E7%82%B9%E7%9F%B3-%E2%80%9C%E6%8E%A2%E5%AF%BB%E5%9C%B0%E7%90%83%E5%AF%86%E7%A0%81%E2%80%9D%E5%A4%A9%E5%AE%AB%E6%95%B0%E6%8D%AE%E5%88%A9%E7%94%A8%E5%A4%A7%E8%B5%9B.pdf) ## ๆจกๅž‹่ฎญ็ปƒๆ—ฉๅœๆณ• ### 1. ๅˆ›ๅปบ ModelSaver ็”จไบŽๅœจๆจกๅž‹่ฎญ็ปƒ่ฟ‡็จ‹ไธญ๏ผŒๆŒ‡ๅฎšๆœ€ๅฅฝๆจกๅž‹ไฟๅญ˜็š„ไฝ็ฝฎ๏ผš 1. InMemoryModelSaver๏ผš็”จไบŽไฟๅญ˜ๅˆฐๅ†…ๅญ˜ไธญ 2. LocalFileModelSaver๏ผš็”จไบŽไฟๅญ˜ๅˆฐๆœฌๅœฐ็›ฎๅฝ•ไธญ๏ผŒๅช่ƒฝไฟๅญ˜ `MultiLayerNetwork` ็ฑปๅž‹็š„็ฝ‘็ปœ็ป“ๆžœ 3. LocalFileGraphSaver๏ผš็”จไบŽไฟๅญ˜ๅˆฐๆœฌๅœฐ็›ฎๅฝ•ไธญ๏ผŒๅช่ƒฝไฟๅญ˜ `ComputationGraph` ็ฑปๅž‹็š„็ฝ‘็ปœ็ป“ๆžœ ### 2. ้…็ฝฎๆ—ฉๅœๆณ•่ฎญ็ปƒ้…็ฝฎ้กน 1. epochTerminationConditions๏ผš่ฎญ็ปƒ็ป“ๆŸๆกไปถ 2. evaluateEveryNEpochs๏ผš่ฎญ็ปƒๅคšๅฐ‘ไธชepoch ๆฅ่ฟ›่กŒไธ€ๆฌกๆจกๅž‹่ฏ„ไผฐ 3. scoreCalculator๏ผšๆจกๅž‹่ฏ„ไผฐๅˆ†ๆ•ฐ็š„่ฎก็ฎ—่€… - org.deeplearning4j.earlystopping.scorecalc.RegressionScoreCalculator ็”จไบŽๅ›žๅฝ’็š„ๅˆ†ๆ•ฐ่ฎก็ฎ— - ClassificationScoreCalculator ็”จไบŽๅˆ†็ฑปไปปๅŠก็š„ๅˆ†ๆ•ฐ่ฎก็ฎ— 4. modelSaver๏ผšๆจกๅž‹็š„ๅญ˜ๅ‚จไฝ็ฝฎ 5. iterationTerminationConditions๏ผšๅœจๆฏไธ€ๆฌก่ฟญไปฃ็š„ๆ—ถๅ€™็”จไบŽๆŽงๅˆถ ### 3. ่Žทๅ–ๆ—ฉๅœๆณ•ไฟกๆฏ ```Java //Conduct early stopping training: EarlyStoppingResult result = trainer.fit(); System.out.println("Termination reason: " + result.getTerminationReason()); System.out.println("Termination details: " + result.getTerminationDetails()); System.out.println("Total epochs: " + result.getTotalEpochs()); System.out.println("Best epoch number: " + result.getBestModelEpoch()); System.out.println("Score at best epoch: " + result.getBestModelScore()); //Print score vs. epoch Map<Integer,Double> scoreVsEpoch = result.getScoreVsEpoch(); List<Integer> list = new ArrayList<>(scoreVsEpoch.keySet()); Collections.sort(list); System.out.println("Score vs. Epoch:"); for( Integer i : list){ System.out.println(i + "\t" + scoreVsEpoch.get(i)); } ``` ## ่ฟ็งปๅญฆไน  ### 1. ่Žทๅ–ๅŽŸๆœ‰็š„็ฝ‘็ปœ็ป“ๆž„ ```Java // ๆž„้€ ๆ•ฐๆฎๆจกๅž‹ ZooModel zooModel = VGG16.builder().build(); ComputationGraph vgg16 = (ComputationGraph) zooModel.initPretrained(); ``` ### 2. ไฟฎๆ”นๆจกๅž‹็š„่ฎญ็ปƒ้ƒจๅˆ†่ถ…ๅ‚ๆ•ฐ 1. updater 2. ๅญฆไน ็އ 3. ้šๆœบๆ•ฐ็งๅญ๏ผš็”จไบŽๆจกๅž‹็š„ๅค็Žฐ ```java FineTuneConfiguration fineTuneConf = new FineTuneConfiguration.Builder() .updater(new Nesterovs(0.1, 0.9)) .seed(123) .build(); ``` ### 3. ไฟฎๆ”น็ฝ‘็ปœๆžถๆž„ #### 3.1 setFeatureExtractor ็”จไบŽๆŒ‡ๅฎš้‚ฃไธชๅฑ‚ไปฅไธ‹ไธบ้ž frozen ๅฑ‚๏ผŒ้žๅ†ป็ป“ๅฑ‚ใ€‚ #### 3.2 ็ป“ๆž„ๆ›ดๆ”น 1. ไธ€่ˆฌๅชๆœ‰ไธๅŒ็ฝ‘็ปœๅฑ‚ไน‹้—ดๆ‰ไผšๅ‡บ็Žฐ shape ๅผ‚ๅธธ๏ผš้œ€่ฆๆ นๆฎๅผ‚ๅธธไฟกๆฏ่ฐƒๆ•ดๆˆ‘ไปฌ็š„็ฝ‘็ปœๅฑ‚็ป“ๆž„ๅ’Œๅ‚ๆ•ฐ 2. `removeVertexKeepConnections` ๅ’Œ `addLayer` ๆˆ–่€…ๆ˜ฏ `addVertex` ่ฟ›่กŒ็ฝ‘็ปœ็ป“ๆž„็š„ๆ›ดๆ”น ## ่‡ชๅฎšไน‰็ฝ‘็ปœๅฑ‚ๅฎž็ŽฐGRU ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. https://github.com/Gerry-Pan/pan-dl4j ๆ นๆฎGRUๅ‰ๅ‘ๅ…ฌๅผๆŽจๅฏผๅๅ‘ๅ…ฌๅผ๏ผŒๅนถๅœจdl4jไธญๅฎž็Žฐใ€‚ ## ๆ•ดๅˆDL4J่ฎญ็ปƒๆจกๅž‹ไธŽWebๅทฅ็จ‹ ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. ๅšๆ–‡ๅœฐๅ€๏ผšhttps://my.oschina.net/u/1778239/blog/1648854 2. ๆบ็ ๅœฐๅ€๏ผšhttps://gitee.com/lxkm/dl4j-demo/tree/master/digitalrecognition ## ใ€ๆทฑๅบฆๅญฆไน ใ€‘ๅ›พๅƒ็Ÿซๆญฃใ€dl4j yoloๅ’Œtesseract ocr ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. ่ง†้ข‘ๅœฐๅ€๏ผšhttps://tianchi.aliyun.com/forum/videoStream.html#postsId=5312 2. ่ง†้ข‘ไปฃ็ ๆ‰€ๅœจgithub๏ผšhttps://github.com/awaymeet/tesseract ## ไบบ่„ธ่ฏ†ๅˆซ - FaceRecognition ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. https://github.com/fradino/FaceRecognition 2. https://gitee.com/xshuai/FaceRecognition ## ๅ‚ๆ•ฐๅ…ฑไบซ ๆ„Ÿ่ฐข็พคๅ‹ [@ๅ†ท่ก€็‹‚้ญ”]() [@Gerry]() - StackVertex๏ผŒ็”จๅฎƒๅฐฑ่ƒฝๅฎž็Žฐๅ‚ๆ•ฐๅ…ฑไบซ ๆ•ฐๅญฆๆ–นๆณ•ๅ‚ๆ•ฐ่ฏๆ˜Ž๏ผš - [DeepLearning4j ็š„ StackVertex ๅฎž็Žฐๅ‚ๆ•ฐๅ…ฑไบซ ](https://blog.csdn.net/pangerry/article/details/90814970) ไธŽๅ…ถ็ฑปไผผ็š„็ฑปไธบ `MergeVertex`๏ผŒไธŽๅ…ถ็š„ไธป่ฆๅŒบๅˆซๅœจไบŽ๏ผš - Merge ็š„ๅˆๅนถๆ–นๅผๆ˜ฏๆฒฟ็€ dimension=1 ๅˆๅนถ๏ผŒStack ๆ˜ฏๆฒฟ็€ dimension=0 ๅˆๅนถ - ๆฒฟ็€ dimension=0 ๅˆๅนถ็š„ๅฅฝๅค„ๆ˜ฏๆ— ่ฎบ็ฌฌ 0 ็ปด็š„้•ฟๅบฆไธบๅคšๅฐ‘๏ผŒๆƒ้‡ w ็š„ shape ้ƒฝไธไผšๅ˜๏ผŒ่€Œไธ”ๅœจๅๅ‘่ฎก็ฎ—ๆขฏๅบฆๆฐๅฅฝ็ญ‰ไบŽ n ไธช input ็š„ไบง็”Ÿ็š„ๆขฏๅบฆ็š„ๅ’Œ - ๆ‰€ไปฅๅช่ฆไฝฟ็”จ StackVertex ๅฏน n ไธช่พ“ๅ…ฅ่ฟ›่กŒๅˆๅนถ๏ผŒๅŽ้ข้šๆ„ๆ‹ผๆŽฅ็ฅž็ป็ฝ‘็ปœๅฑ‚๏ผŒ่ฏธๅฆ‚ DenseLayer, LSTM, ConvLayer ้ƒฝ่ƒฝ่พพๅˆฐ็›ฎ็š„๏ผŒๆœ€ๅŽ็”จ UnstackVertex ๆ‹†ๅˆ†่พ“ๅ‡บ ๆ•ฐๅญฆๆŽจๅฏผ [@Gerry]() ๆไพ›ใ€‚ๅ…ถไปŽ็Ÿฉ้˜ต่ฟ็ฎ—่ง’ๅบฆ่ฏดๆ˜Ž StackVertex ๅชๅšๅˆๅนถๅฐฑ่ƒฝๅฎž็Žฐๅ‚ๆ•ฐๅ…ฑไบซ็š„ๅŽŸๅ›  ## ๅคฉๆฑ ๆฏ”่ต›-ๅทฅไธš่’ธๆฑฝ้‡้ข„ๆต‹ ็พคๅ‹ [@ๅ†ท่ก€็‹‚้ญ”]()ๆไพ› - [ๅ‚่ต›ๅœฐๅ€](https://tianchi.aliyun.com/competition/entrance/231693/introduction?spm=5176.12281949.1003.9.493e4c2apzwdri) ### ่ƒŒๆ™ฏ ็ซๅŠ›ๅ‘็”ต็š„ๅŸบๆœฌๅŽŸ็†ๆ˜ฏ๏ผš็‡ƒๆ–™ๅœจ็‡ƒ็ƒงๆ—ถๅŠ ็ƒญๆฐด็”Ÿๆˆ่’ธๆฑฝ๏ผŒ่’ธๆฑฝๅŽ‹ๅŠ›ๆŽจๅŠจๆฑฝ่ฝฎๆœบๆ—‹่ฝฌ๏ผŒ็„ถๅŽๆฑฝ่ฝฎๆœบๅธฆๅŠจๅ‘็”ตๆœบๆ—‹่ฝฌ๏ผŒไบง็”Ÿ็”ต่ƒฝใ€‚ๅœจ่ฟ™ไธ€็ณปๅˆ—็š„่ƒฝ้‡่ฝฌๅŒ–ไธญ๏ผŒๅฝฑๅ“ๅ‘็”ตๆ•ˆ็އ็š„ๆ ธๅฟƒๆ˜ฏ้”…็‚‰็š„็‡ƒ็ƒงๆ•ˆ็އ๏ผŒๅณ็‡ƒๆ–™็‡ƒ็ƒงๅŠ ็ƒญๆฐดไบง็”Ÿ้ซ˜ๆธฉ้ซ˜ๅŽ‹่’ธๆฑฝใ€‚้”…็‚‰็š„็‡ƒ็ƒงๆ•ˆ็އ็š„ๅฝฑๅ“ๅ› ็ด ๅพˆๅคš๏ผŒๅŒ…ๆ‹ฌ้”…็‚‰็š„ๅฏ่ฐƒๅ‚ๆ•ฐ๏ผŒๅฆ‚็‡ƒ็ƒง็ป™้‡๏ผŒไธ€ไบŒๆฌก้ฃŽ๏ผŒๅผ•้ฃŽ๏ผŒ่ฟ”ๆ–™้ฃŽ๏ผŒ็ป™ๆฐดๆฐด้‡๏ผ›ไปฅๅŠ้”…็‚‰็š„ๅทฅๅ†ต๏ผŒๆฏ”ๅฆ‚้”…็‚‰ๅบŠๆธฉใ€ๅบŠๅŽ‹๏ผŒ็‚‰่†›ๆธฉๅบฆใ€ๅŽ‹ๅŠ›๏ผŒ่ฟ‡็ƒญๅ™จ็š„ๆธฉๅบฆ็ญ‰ใ€‚ ### ็›ฎๆ ‡ ็ป่„ฑๆ•ๅŽ็š„้”…็‚‰ไผ ๆ„Ÿๅ™จ้‡‡้›†็š„ๆ•ฐๆฎ๏ผˆ้‡‡้›†้ข‘็އๆ˜ฏๅˆ†้’Ÿ็บงๅˆซ๏ผ‰๏ผŒๆ นๆฎ้”…็‚‰็š„ๅทฅๅ†ต๏ผŒ้ข„ๆต‹ไบง็”Ÿ็š„่’ธๆฑฝ้‡ใ€‚ - [deeplearning4j่งฃ่’ธๆฑฝๆฏ”่ต›็š„ๆ€่ทฏ๏ผˆ0.1136๏ผ‰](https://tianchi.aliyun.com/notebook-ai/detail?spm=5176.12281897.0.0.a0792658MVZabi&postId=58269) ## ๆŽจ่็ณป็ปŸ - Recommend ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [lib-rec](https://github.com/guoguibing/librec)๏ผšhttps://github.com/guoguibing/librec/tree/3.0.0/core/src/main/java/net/librec/recommender/nn 2. [inception](https://github.com/inception-project/inception)๏ผšhttps://github.com/inception-project/inception/tree/master/inception-imls-dl4j/src/main/java/de/tudarmstadt/ukp/inception/recommendation/imls/dl4j/pos ## Deeplearning4j ๅฎž็Žฐ Attention ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. [็›ดๆ’ญๅฎž็Žฐ่ง†้ข‘ youtube(่‡ชๅค‡ๆขฏๅญ)](https://www.youtube.com/watch?v=XrZ_Y4koV5A) 2. [Implementing NLP Attention Mechanisms with DeepLearning4j(ๆฌ่ฟๅˆฐๅ›ฝๅ†…bilibili)](https://www.bilibili.com/video/av37100054/) 3. [attention ๅฎž็Žฐๆบ็ ](https://github.com/treo/dl4j_attention) 4. [Attention Mechanisms (Enterprise AI Virtual Meetup).pdf](https://pan.baidu.com/s/1BzrteMiqlvm_l7Cv54Yc4g) ## GAN - [GAN ไฝฟ็”จ MNIST ๅฎžไพ‹](https://github.com/sjsdfg/dl4j-tutorials/tree/master/src/main/java/gan)ใ€‚็พคๅ‹ @ๅŸŽๆžซๆž— ๅ’Œ [@liweigu](https://github.com/liweigu) ๆไพ› - [gan_deeplearning4j](https://github.com/hamaadshah/gan_deeplearning4j) - [ๅฆ‚ไฝ•็”จDeeplearning4jๅฎž็ŽฐGAN](https://my.oschina.net/u/1778239/blog/3090072) ## ่‡ชๅˆถAIๅ›พๅƒๆœ็ดขๅผ•ๆ“Ž ็พคๅ‹ @ๅฐ„ๆฐด้ฑผ ๆ”ฅๅ†™ไบ†ไธ€ๆœฌไฝฟ็”จ DeepLearning4j ๅฎž็Žฐ็š„ใ€Š่‡ชๅˆถAIๅ›พๅƒๆœ็ดขๅผ•ๆ“Žใ€‹ ๆŒ‰็ซ ่Š‚่ฏฆ็ป†่ฎฒ่ฟฐไบ†ๅ›พๅƒๆœ็ดขๅผ•ๆ“Žๅ„ไธป่ฆ็ป„ๆˆ้ƒจๅˆ†็š„ๅŽŸ็†ๅ’Œๅฎž็Žฐ๏ผŒๅนถๅœจๆœ€ๅŽไธ€็ซ ๅธฆ้ข†ๅคงๅฎถไฝฟ็”จDL4JไปŽ้›ถๅผ€ๅง‹้€ๆญฅๆž„ๅปบไบ†ไธ€ไธชๅŸบไบŽๆทฑๅบฆๅญฆไน ็š„Webๅ›พๅƒๆœ็ดขๅผ•ๆ“Ž๏ผŒไฝฟ่ฏป่€…่ƒฝๅคŸๆ›ด้€ๅฝปๅœฐ็†่งฃๅ›พๅƒๆฃ€็ดข็š„็†่ฎบๅนถๅ…ทๆœ‰็‹ฌ็ซ‹ๅœฐๅฎž็Žฐไธ€ไธชๅœจ็บฟๅ›พๅƒๆœ็ดขๅผ•ๆ“Ž็š„ๅฎž้™…่ƒฝๅŠ›ใ€‚ๆฏ็ซ ้ƒฝๅœจๅฏน็›ธๅ…ณ็†่ฎบๅ’Œๆ–นๆณ•่ฟ›่กŒ้˜่ฟฐ็š„ๅŒๆ—ถ๏ผŒไฝฟ็”จๅŸบไบŽJava่ฏญ่จ€็š„ๅฎž็Žฐไปฃ็ ๅ’Œ่ฏฆๅฎž็š„ไปฃ็ ๆณจ้‡Šๆฅๅฏน็›ธๅ…ณ็†่ฎบๅ’Œๆ–นๆณ•่ฟ›่กŒๅค่ฟฐใ€‚ - ไนฆ็ฑๅœฐๅ€๏ผš[https://www.epubit.com/book/detail/30316](qq://txfile/#) - ๆบ็ ๅœฐๅ€๏ผš[https://box.lenovo.com/l/LHh2vR](qq://txfile/#) ๅฏ†็ : 1aaa ```xml <dependency> <groupId>be.tarsos</groupId> <artifactId>TarsosLSH</artifactId> <version>${tarsosLSH.version}</version> </dependency> ``` ๅฆ‚ๆžœๅฏผๅ…ฅ้กน็›ฎไธญๆœ‰ไพ่ต–็ผบๅคฑ๏ผŒไธ‹่ฝฝไปฅไธ‹ jar ๅŒ…๏ผš - [TarsosLSH-0.9 ไธ‹่ฝฝๅœฐๅ€](https://pan.baidu.com/s/1sbmvbkab6K5tRF92U-ItHw) ๆๅ–็ ๏ผš88qv - [TarsosLSH githubๅœฐๅ€๏ผŒไนŸๅฏไปฅ่‡ช่กŒ็ผ–่ฏ‘](https://github.com/JorenSix/TarsosLSH) ไฝฟ็”จ `<scope> system </scope>`่ฟ›่กŒๆœฌๅœฐ็š„ jar ๅŒ…ๅฏผๅ…ฅ๏ผŒๆˆ–่€…ไฝฟ็”จไปฅไธ‹ๅ‘ฝไปคๅฎ‰่ฃ…ๅœจๆœฌๅœฐ็š„ maven ไป“ๅบ“ไธญ๏ผš ```bash mvn install:install-file -Dfile=/path/to/jar -DgroupId=be.tarsos -DartifactId=TarsosLSH -Dversion=0.9 -Dpackaging=jar ``` ## ๅผบๅŒ–ๅญฆไน  RL4j ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. ็ฎ€ไนฆๆ–‡็ซ ๏ผšhttps://www.jianshu.com/p/4d7f23395e92 2. giteeไปฃ็ ๏ผšhttps://gitee.com/re6g3y/DL4J-with-LIBGDX <div align="center"> <img src="https://upload-images.jianshu.io/upload_images/2137832-9a808a77f1cab0b9.gif?imageMogr2/auto-orient/strip"/> </div> ## Deeplearning4j ็ปๅ…ธๅผ€ๆบ้กน็›ฎ 1. [ScalphaGoZero](https://github.com/maxpumperla/ScalphaGoZero):An independent implementation of DeepMind's AlphaGoZero in Scala, using Deeplearning4J (DL4J ๅฎž็Žฐ้˜ฟๅฐ”ๆณ•็‹—) 2. https://github.com/tahaemara/yolo-custom-object-detector : ไฝฟ็”จ YOLO ๆฃ€ๆต‹ๅฎžๆ—ถๆฃ€ๆต‹่‡ชๅฎšไน‰ๆ•ฐๆฎ้›† - ้ญ”ๆ–น 3. https://github.com/mccorby/PhotoLabeller : ๅฎ‰ๅ“ๅฎขๆˆท็ซฏๅฎž็Žฐๅˆ†ๅธƒๅผ่ฎญ็ปƒใ€‚ ไฝฟ็”จ Kotlin ๅฎž็Žฐ 4. https://github.com/tahaemara/real-time-sudoku-solver : ไฝฟ็”จ dl4j ่งฃๅ†ณๆ•ฐ็‹ฌ 5. https://github.com/kaiwaehner/kafka-streams-machine-learning-examples : kafka ๆต่ฎญ็ปƒ 6. https://github.com/fra82/textdigester : dl4j ๅฎž็Žฐๆ–‡ๆกฃๆ€ป็ป“ ## ่Žทๅ–ๆœ€ๆ–ฐ็š„Deeplearning4j(Snapshots And Daily Builds) ๅ‚่€ƒ่ต„ๆ–™๏ผš 1. https://deeplearning4j.org/docs/latest/deeplearning4j-config-snapshots ้…็ฝฎ `pom.xml` ๆ–‡ไปถ ```XML <repositories> <repository> <id>snapshots-repo</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> <!-- Optional, update daily --> </snapshots> </repository> </repositories> ``` ่‡ชๅŠจ่Žทๅ– skymind ๆ‰€ๆไพ›็š„ jar ๅŒ…็ผ–่ฏ‘ๆ›ดๆ–ฐ # Spark ่ฏปๅ–ๆ•ฐๆฎ 1. https://github.com/deeplearning4j/dl4j-examples/issues/689 2. [Spark Data Pipelines Guide](https://deeplearning4j.org/docs/latest/deeplearning4j-scaleout-data-howto) 3. [Spark ่ฎญ็ปƒๆŒ‡ๅ—](https://deeplearning4j.org/docs/latest/deeplearning4j-scaleout-howto) ```java ok, so there's 2 ways (a) use SparkContext.parallelize (that's a standard spark op) - easy but bad performance (all preprocessing happens on master) (b) write a better data pipeline that does the proper reading + conversion in parallel ``` # ็พคๅ‹้กน็›ฎๅˆ†ไบซ 1. ๅŸบไบŽdl4j็š„ๅฟซไธ‰็ˆฌๅ–ๅ’Œ่ฎญ็ปƒไปฅๅŠ้ข„ๆต‹:https://github.com/awaymeet/lottery_kuai_san/tree/master 2. ๅผ€ๆบ็š„ๅญฆไน SpringCloudๅ’ŒDeeplaring4jๅ’ŒIBMWaston็Ÿฅ่ฏ†็š„้กน็›ฎ: https://github.com/JamesZow/Spring-Cloud-Project 3. DL4J็š„CNN+RNN+CTC็š„ๆ–‡ๅญ—่ฏ†ๅˆซ็š„demo๏ผšhttps://github.com/WuWei1986/dl4j-ocr-demo 4. ๅ…จ่ฟžๆŽฅๅฑ‚็š„็ฅž็ป็ฝ‘็ปœๆก†ๆžถ็š„้›ๅฝข๏ผšhttps://github.com/woshiyigebing/my_dl4j ๏ผˆๅช็”จไบ†INDarrayใ€‚็ป™ๆ–ฐๆ‰‹็ ”็ฉถๅ…ฅ้—จไธ€ไบ›ๅฏๅ‘๏ผ‰ # ้ขๅค–่ต„ๆบ 1. [ๆœบๅ™จๅญฆไน ้ซ˜่ดจ้‡ๆ•ฐๆฎ้›†ๅคงๅˆ่พ‘](https://mp.weixin.qq.com/s?__biz=MjM5MTQzNzU2NA==&mid=2651663921&idx=2&sn=300429e518d159bb7654e1771672429e&chksm=bd4c09a28a3b80b4aa961577a7f59229d23bbd5f88b50bec6de21b0f94bd2fd2b348d1d4eb04&mpshare=1&scene=23&srcid=1023m8ifSIuylq6VcBQKRkt7#rd) 2. [ไธญๆ–‡ๅผ€ๆ”พ่Šๅคฉ่ฏญๆ–™ๆ•ด็†](https://github.com/codemayq/chaotbot_corpus_Chinese) 3. [gitxiv:ๅชๆไพ›ๆœ‰ๅค็Žฐๅผ€ๆบไปฃ็ ็š„่ฎบๆ–‡](http://www.gitxiv.com/) 4. [papers with code](https://paperswithcode.com/) 4. [hadoop-winutils](https://github.com/steveloughran/winutils)๏ผšๆไพ› hadoop ๅทฅๅ…ทๅœจ windows ๅนณๅฐไธ‹็š„ hadoop.dllๅ’Œwinutils.exeใ€‚ไพฟไบŽ windows ไธ‹่ฟ่กŒ spark-local ๆจกๅผ 5. [hadoop-winutils for 3.+](https://github.com/cdarlint/winutils) 5. [ๆทฑๅบฆๅญฆไน ็†่ฎบไธŽๅฎžๆˆ˜๏ผšๆ้ซ˜็ฏ‡](http://fancyerii.github.io/2019/03/14/dl-book/) 6. [tablesaw](https://github.com/jtablesaw/tablesaw)๏ผšJava dataframe and visualization library https://jtablesaw.github.io/tablesaw/ ๆไพ›็ฑปไผผไบŽ Python ไธญ็š„ Pandas ๅ’Œ Matplot ็š„ๅŠŸ่ƒฝ 7. ่ฎฉๆœบๅ™จๅญฆไน ๆ›ดๅ…ทๆœ‰ๅฏ่งฃ้‡Šๆ€ง๏ผšhttps://christophm.github.io/interpretable-ml-book/ [2]: https://deeplearning4j.org/cn/neuralnet-overview [3]: https://deeplearning4j.org/cn/etl-userguide [4]: https://deeplearning4j.org/cn/mnist-for-beginners [5]: http://blog.csdn.net/u011669700/article/details/79113789 [6]: https://deeplearning4j.org/quickref [7]: https://deeplearning4j.org/examples-tour [8]: https://blog.csdn.net/u011669700/article/details/80139619 [9]: https://blog.csdn.net/qq_41185868/article/details/79995732
0
confluentinc/kafka-tutorials
Tutorials and Recipes for Apache Kafka
apache-kafka kafka kafka-streams kafka-tutorials ksqldb stream-processing
- [Tutorials](#tutorials) * [Setup](#setup) * [Add code for a new tutorial](#add-code-for-a-new-tutorial) * [Using tutorial author tools](#using-tutorial-author-tools) * [Description of tutorial parts](#description-of-tutorial-parts) * [Add a narrative and test for the tutorial](#add-a-narrative-and-test-for-the-tutorial) * [Testing Locally](#testing-locally) * [Updating dependency versions](#updating-dependency-versions) * [Updating Tutorials](#updating-tutorials) # Tutorials This GitHub repo has the source code for Kafka [Tutorials](https://developer.confluent.io/tutorials/). Read about it [in our blog post](https://www.confluent.io/blog/announcing-apache-kafka-tutorials). ## Setup If you want to hack on this site to add a new tutorial or make a change, follow these instructions. ### Prerequisites The following prerequisites are **_only_** required if you are going to run the microsite locally. If you are interested in testing tutorials locally see the [Testing Locally](#testing-locally) section of the README. - ruby 2.3 or later - [bundler](https://bundler.io/) - npm - python3 / pip3 - gradle - [Docker Compose](https://docs.docker.com/compose/) On a Mac, you can get the dependencies like this: ``` brew install ruby node gem install bundler -v 2.4.22 ``` You'll now have an executable called harness-runner on your path. (Note that if you use Python, you likely already have the `pyyaml` package installed.) ### Installing #### 1. Clone this repository ``` git clone git@github.com:confluentinc/kafka-tutorials.git ``` Then `cd` into the directory. #### 2. Install the node packages ``` npm install ``` This will bring in some external JavaScript and CSS packages that we're using. #### 3. Install the gems ``` bundle install ``` This will install Jekyll itself and any other gems that we use. #### 4. Run the development server ``` bundle exec jekyll serve --livereload --baseurl /tutorials ``` This will launch a web server so that you can work on the site locally. Check it out on `http://localhost:4000/tutorials/`. #### 5. Install the Pip package This repository uses a Python package to facilitate testing the tutorials. To keep things simple, we bundled it into this repository. You can get everything you need by running the following: ``` pip3 install pyyaml cd harness_runner pip3 install -e . ``` #### 6. Running the tests locally You can run any of the automated tests locally using a command like: ``` cd .. make -C _includes/tutorials/filtering/ksql/code tutorial ``` Substituting in the appropriate tutorial path. Note: if you are testing unreleased ksqlDB Docker images, you will need to be logged in to AWS ECR. ## Add code for a new tutorial A tutorial is a short procedure, targeted at developers, for getting a certain thing done using Confluent Platform. In many cases, you can get that thing done using one of several _stacks_. For example, you might be able to perform data filtering by writing a KSQL query, by writing a Kafka Streams application, or by directly using the Kafka Consumer API. These comprise the three stacks this site supports: `ksql`, `kstreams`, and `kafka`. These Tutorials are a bit unique in that each tutorial is self-testing. That is, we have built a light-weight harness system that's able to instrument the code that belongs to each tutorial to make sure that it actually works. This is really useful as we expect to have a lot of tutorials. With in each stack, these tutorials contain a few pieces. These are described below. ## Using tutorial author tools There are several pieces that you will put together for a tutorial. Aside from the original content you need to provide (tutorial description, actual tutorial content, code, etc.), all of the steps described below can be automated. You accomplish tutorial automation via one of two scripts in the `tools` directory 1. `gen_project.sh` 2. `clone_tutorial.sh` Let's describe each script. ### The `gen_project.sh` script As the name implies, the `gen_project.sh` script generates the minimal structure for a viable tutorial. The code and text contained in the tutorial are place holders, and you'll update those with your code and writing to complete the tutorial. The script expects you to supply a properties file for setting the name and other parts of the tutorial. Here's an example properties file you can use. ```sh #!/bin/sh # space-separated list of types could be one of ksql or kstreams CARDS="kstreams ksql" # all lower-case with no spaces TUTORIAL_SHORT_NAME=my-tutorial-name # the MAIN_CLASS variable will generate a test named MAIN_CLASSTest MAIN_CLASS=FilteringCode AK_VERSION=3.1.0 CP_VERSION=7.3.0 KSQLDB_VERSION=0.28.2 SEMAPHORE_TEST_NAME="Test name for Semaphore run" PERMALINK="seo-friendly-link-to-my-tutorial" ``` To run this script: 1. Create a branch 2. Make sure you are in the `kafka-tutorials` base directory 3. Execute `./tools/gen_project.sh my_tutorial_props.sh` You'll see a lot of information scroll across the screen, describing each step of the tutorial generation process. The last part of the information presented is a checklist of what you'll need to do to complete your tutorial, aside from adding your code and tutorial text. ``` Your tutorial, my-tutorial-name, has been generated successfully! The script adds a copy of this checklist to the my-tutorial-name directory. ``` There are some additional steps you'll need to take to complete the tutorial: 1. Update the following entries in _data/tutorials.yaml file a. title b. meta-description c. canonical (optional: preferred version of a page) d. question e. introduction You can find these fields by searching for my-tutorial-name in the _data/tutorials.yaml file. 2. Add the new tutorial to the tutorials/recipes landing page in Contentful. 3. For completeness, update the link text then add the following link(s) to the [index.html](index.html) file in the appropriate section: ``` <li><a href="seo-friendly-link-to-my-tutorial/kstreams.html">MEANINGFUL LINK TEXT HERE</a></li> <li><a href="seo-friendly-link-to-my-tutorial/ksql.html">MEANINGFUL LINK TEXT HERE</a></li> ``` If you only specified one tutorial type (`ksql` or `kstreams`) then you'd only have one link in the output. Also, a copy of this output is copied in your tutorial directory `/Tutorials base dir/_includes/tutorials/you_tutorial_short_name` ### The `clone-tutorial.sh` script As the name implies, this script creates a clone of an existing tutorial. The clone script changes the name of the tutorial throughout the content. To clone a tutorial, you also need to provide a properties file ```sh #!/bin/sh #SAMPLE-PROPERTIES-FILE-CONTENT # By using the basename of a tutorial everything is cloned possibly ksql, kstreams, and kafka ORIG_TUTORIAL=connect-add-key-to-source # to only clone a kafka tutorial ORIG_TUTORIAL=console-consumer-producer-basic/kafka # to clone just the ksql part ORIG_TUTORIAL=connect-add-key-to-source/ksql # to clone just the kstreams portion ORIG_TUTORIAL=connect-add-key-to-source/kstreams !!!! IMPORTANT YOU MUST ONLY HAVE ONE ORIG_TUTORIAL VARIABLE !!!! # Add a new tutorial name NEW_TUTORIAL=junkA # Add a new sempahore test name SEMAPHORE_TEST_NAME="My New Junk Tutorial" # Add a new PERMALINK PERMALINK=a-junk-tutorial ``` To clone a tutorial: 1. Create a branch 2. Make sure you are in the `kafka-tutorials` base directory 3. Execute `./tools/clone_tutorial.sh my-clone-tutorial-props.sh` You'll see a similar output scroll across the screen, including the checklist for items you'll need to do for a completed tutorial. ### Which script to use? How do you decide which script to run? If you are creating a new tutorial that does not resemble an existing tutorial, then the `gen_project` script is probably the better way to go. If you are creating a tutorial that is closely related to a current tutorial, a hopping-windows tutorial, when there is already a tumbling-windows tutorial, for example, then the clone approach is probably better. It's still valuable to read through the next section to learn how all the tutorial pieces fit together. ## Description of tutorial parts _If you used the clone script then many of these will already exist and will just need customising for your particular tutorial._ #### 1. Describe the question your tutorial answers The first thing to do is articulate what question your tutorial is meant to answer. Every tutorial contains a question and an example scenario. Edit `_data/tutorials.yml` and add your entry. The top item in this file represents the _short name_ for your tutorial. For example, the tutorial for transforming events of a stream is _transforming_. You'll also notice a `status` attribute. You can `enable` as many stacks as you'd like to author for this tutorial, but we recommend starting with just one. #### 2. Make the directory structure Next, make a few directories to set up for the project: ``` mkdir _includes/tutorials/<your tutorial short name>/<stack>/code mkdir _includes/tutorials/<your tutorial short name>/<stack>/markup ``` #### 3. Write the code for the tutorial Add your code for the tutorial under the `code/` directory you created. This should be entirely self-contained and executable with a `docker-compose.yml` file and a platform-appropriate build. Follow the conventions of existing tutorials as closely as possible. At this point, you should feel free to submit a PR! A member of Confluent will take care of writing the markup and test files to integrate your code into the site. You can, of course, proceed to the next section and do it yourself, if you'd like. ## Add a narrative and test for the tutorial This section is generally for those who work at Confluent and will be integrating new tutorials into the site. We need to do a little more work than just authoring the code. We also need to write the markup to describe the tutorial in narrative form, and also write the tests that we described to make sure it all works. This section describes how to do that. #### 1. Create a harness for the tutorial The harness is the main data structure that allows us to both test and render a tutorial from one form. Make a new directory under `_data/harnesses/` for your tutorial slug name and stack, like `_data/harnesses/<your tutorial short name>/ksql.yml`. Follow the existing harnesses to get a feel for what this looks like. The main thing to notice is that each step has a `render` attribute that points to a file. Create the markup for this in the next section. #### 2. Create markup for the tutorial Under the `markup/` directory that was created earlier, create 3 subdirectories: `dev`, `test`, and `prod`. Write the tutorial prose content here, following the conventions of existing tutorials. These files should be authored in Asciidoc. #### 3. Tie it all together Make a file named `/tutorials/<your tutorial short name>/<stack>.html`, specifying all the variables of interest. Note: the directory structure for these files is distinct from `/_includes/tutorials`. For example, to display the tutorial with the ksqlDB stack: ```yml # /tutorials/filter-a-stream-of-events/ksql.html --- layout: tutorial permalink: /tutorials/filter-a-stream-of-events/ksql stack: ksql static_data: filtering --- ``` You can do the same for Kafka Streams and Kafka, by using the `kstreams` and `kafka` stacks, respectively. #### 4. Add your tutorial into build system Lastly, create a Makefile in the `code` directory to invoke the harness runner and check any outputs that it produces. Then modify the `.semaphore/semaphore.yml` file to invoke that Makefile. This will make sure your tutorial gets checked by the CI system. ## Testing Locally Each tutorial shows how to manually execute each tutorial step-by-step. However, there are some scenarios when a user may want to run and test a tutorial in a more automated fashion: - End-to-end: user makes a small change to the code and wants to validate that the tutorial still works end-to-end - Run-and-play: user runs a tutorial and wants to leave it running to play with the environment This section describes how you can do either of these scenarios using the `harness-runner` to programmatically run a single tutorial. ### Prerequisites The following prerequisites are required if you are going to run a tutorial programmatically. - python3 / pip3 - gradle - [Docker Compose](https://docs.docker.com/compose/) ### Environment Setup 1. Check out the kafka-tutorials GitHub repo: ```bash git clone https://github.com/confluentinc/kafka-tutorials.git cd kafka-tutorials ``` 2. Install the packages for the harness runner. If you have `pip3` installed locally: ```bash (cd harness_runner/ && pip3 install -e .) ``` If you don't have `pip3` installed locally, create a `Dockerfile` with the following content: ```text FROM python:3.7-slim RUN pip3 install pyyaml ``` and then run the following command to build and execute the Docker image: ``` docker build -t runner . ; docker run -v ${PWD}/harness_runner:/harness_runner/ -it --rm runner bash -c 'cd /harness_runner/ && pip3 install -e .' ``` 3. Install [gradle](https://gradle.org/install/) for tutorials that compile any code. 4. Install Docker Compose ### Run a tutorial 1. (optional) If you want to augment or override a tutorial's Docker environment, set the Docker Compose CLI environment variable `COMPOSE_FILE` to include `docker-compose.yml` and **_the absolute path_** to a `docker-compose.override.yml` file. For example, to use Confluent Control Center with any tutorial, set `COMPOSE_FILE` to `docker-compose.yml` and the absolute path to [this docker-compose.override.yml](tools/docker-compose.override.yml). ``` export COMPOSE_FILE=docker-compose.yml:<path to tutorials>/tools/docker-compose.override.yml ``` 2. End-to-end: execute the harness runner for a single tutorial by calling `make`, across all `dev`, `test`, and `prod` stages, to validate it works end-to-end. Identify the tutorial you want and then run `make`. Note that this destroys all the resources and Docker containers it created, so it cleans up after itself. Format: `(cd _includes/tutorials/<tutorial name>/<type>/code && make)` where type is one of `ksql | kstreams | kafka`. Example: ``` (cd _includes/tutorials/transforming/kstreams/code/ && make) ``` 3. Run-and-play: execute the harness runner for a single tutorial by calling `make SEQUENCE='"dev, test"'`, just across `dev` and `test` stages, which leaves all resources and Docker containers running so you can then play with it. Format: `(cd _includes/tutorials/<tutorial name>/<type>/code && make SEQUENCE='"dev, test"')` where type is one of `ksql | kstreams | kafka`. Example: ``` (cd _includes/tutorials/transforming/kstreams/code/ && make SEQUENCE='"dev, test"') ``` Now you can play with the environment, some sample commands shown below. ``` docker exec -t broker kafka-topics --list --bootstrap-server localhost:9092 docker exec -it ksqldb-cli ksql http://ksqldb-server:8088 ``` Because the Docker containers are left running, don't forget to clean up when you are done. ``` docker container ls docker container rm -f <container id> ``` ### Makefile Details The `Makefile` will delete and re-create the `outputs` directory used to contain files with output from various steps used to verify the tutorial steps. Here is [the contents of an actual `Makefile`](_includes/tutorials/fk-joins/kstreams/code/Makefile) : ```yml STEPS_DIR := tutorial-steps DEV_OUTPUTS_DIR := $(STEPS_DIR)/dev/outputs TEMP_DIR := $(shell mktemp -d) tutorial: rm -r $(DEV_OUTPUTS_DIR) || true mkdir $(DEV_OUTPUTS_DIR) harness-runner ../../../../../_data/harnesses/fk-joins/kstreams.yml $(TEMP_DIR) diff --strip-trailing-cr $(STEPS_DIR)/dev/expected-output-events.json $(DEV_OUTPUTS_DIR)/music-interest.json ``` The last line uses the `diff` command to validate expected output against the tutorial steps' actual output. The `Makefile` may have more than one validation action to have separate `diff` commands for each verification. For example, here's the `Makefile` from the [dynamic output topics tutorial](_includes/tutorials/dynamic-output-topic/kstreams/code/Makefile) ```yml STEPS_DIR := tutorial-steps DEV_OUTPUTS_DIR := $(STEPS_DIR)/dev/outputs TEMP_DIR := $(shell mktemp -d) tutorial: rm -r $(DEV_OUTPUTS_DIR) || true mkdir $(DEV_OUTPUTS_DIR) harness-runner ../../../../../_data/harnesses/dynamic-output-topic/kstreams.yml $(TEMP_DIR) diff --strip-trailing-cr $(STEPS_DIR)/dev/expected-output.json $(DEV_OUTPUTS_DIR)/actual-output.json diff --strip-trailing-cr $(STEPS_DIR)/dev/expected-special-output.json $(DEV_OUTPUTS_DIR)/actual-special-order-output.json ``` ### Harness Details Given that the test harness is the `heart` of a tutorial, it will be helpful to describe in detail how to work with a `kafka|ksql|kstreams.yml` file. You should note the harness file is in the [YAML file format](https://en.wikipedia.org/wiki/YAML), so formatting properly is essential. The harness files generate the rendered tutorial structure and validate any output of tutorial steps against expected values. New tutorial authors should not need to create a harness file from scratch, using either the `tools/gen_project.sh` or `tools/clone.sh` script will provide a usable harness file. This section should provide enough guidance to add, update, or remove parts as needed. #### 1. Structure Three top-level sections make up the harness file: * dev - the setup and teaching portion of the tutorial (required) * test - test setup and execution of tests, if any (optional) * prod - steps to build and deploy a docker image of the tutorial code (optional) In some cases, having a test and/or prod section doesn't make sense, so you can omit those portions of the harness file. The Apache Kafka [console producer and consumer basic operations](_data/harnesses/console-consumer-producer-basic/kafka.yml) and the Apache Kafka [console consumer with primitive keys and values](_data/harnesses/console-consumer-primitive-keys-values/kafka.yml) tutorials are an excellent example of tutorials that don't need a test or prod section. The `dev`, `test`, and `prod` sections contain a top-level element `steps`. The `steps` contains any number of well, steps for the user to walk through. Additionally, the `harness_runner` script follows the same steps for executing the tutorial automatically during builds. All sections contain the same step structure, so we'll only discuss the make-up of a single section. For reference here is an example section of the harness file from the [console consumer primitive keys and values tutorial](_data/harnesses/console-consumer-primitive-keys-values/kafka.yml) ```yml - title: Get Confluent Platform content: - action: make_file file: docker-compose.yml render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/make-docker-compose.adoc - action: execute_async file: tutorial-steps/dev/docker-compose-up.sh render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/start-compose.adoc - action: execute file: tutorial-steps/dev/wait-for-containers.sh render: skip: true - name: wait for ksqldb-server and connectors action: sleep ms: 30000 render: skip: true ``` * Title - each section starts with a `title` element, and as the label suggests, the text provided here is the text used the label the step for the tutorial user and the output to the console by the harness runner. The `title` section contains one element - `content` * content - the `content` section (a YAML `dictionary`) contains an arbitrary sized list of YAML dictionaries named `action`. An `action` key creates an anonymous step, i.e., not specified in the test runner's output. For output in the test runner, you can provide a `-name` key, followed by some text for console output. * action - `action` keys drive the behavior of the harness. An action key can be one of these values * `action: make_file` - Prompts the user to create a file for the tutorial. * `action: execute` - a synchronous action step * `action: execute_async` - an asynchronous step, this indicates a step the user will keep running for some portion of the tutorial. * `action: sleep` - pause the test runner for an amount of time specified by the `ms` key. You use `sleep` key to allow some async action to complete * `ms: NNN` - the time in milliseconds you want the test harness to pause execution. You only use `ms` after an `action: sleep` entry. * `docker_ksql_cli_session` - an action starting a ksqlDB CLI session for working through a tutorial In the next sections, you'll see how to use `action` keys to organize your harness files. #### 2. Action type descriptions and examples * `make_file` The `make_file` instructs the user to create a file an existing file required to run the tutorial. Some examples are the `docker-compose.yml` file, a `statements.sql` (ksqlDB), and Java files. A `make_file` with a file to render look like this: ```yml - action: make_file file: docker-compose.yml render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/make-docker-compose.adoc ``` * `file:` the path and name to the file. The path is relative to `<tutorial-name>/<type>/code>` .The harness runner will use the file during the automated tutorial execution. * `render:` the file to render. The `render` key has one of the two possible keys: * `file:` the path and name of the file to render to the user. * `execute` The `execute` step is a synchronous execution step during the tutorial for the user and the harness runner ```yml - action: execute file: tutorial-steps/dev/init.sh render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/init.adoc ``` Sometimes the `execute` step is an _internal_ step only for the harness runner. Internal steps ignore the `render:` using a `skip: true` entry ```yml - name: wait for ksqldb-server and connectors action: sleep ms: 30000 render: skip: true ``` The `execute` steps may also capture output from stdout for tests executed by the harness runner ```yml - title: Invoke the tests content: - action: execute file: tutorial-steps/test/run-tests.sh stdout: tutorial-steps/test/outputs/test-results.log render: file: tutorials/aggregating-sum/ksql/markup/test/run-tests.adoc ``` Here you can see the `stdout:` key specifying the file used to capture the output of an `execute` step. * `execute_async` The `execute_async` step is for steps needing to execute in the background while the user continues going through the tutorial Here's an example of running `docker compose` to start docker containers to run the duration of the tutorial ```yml - action: execute_async file: tutorial-steps/dev/docker-compose-up.sh render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/start-compose.adoc ``` Here's another example of using a console consumer. Note the use of `stdout:` to capture the output from the consumer for testing. ```yml - title: Start an initial console consumer content: - action: execute_async file: tutorial-steps/dev/harness-console-consumer-keys.sh stdout: tutorial-steps/dev/outputs/actual-output-step-one.txt render: file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/consume-topic-no-deserializers.adoc ``` * `docker_ksql_cli_session` The `docker_ksql_cli_session` sets up ksqlDB tutorial users to start a ksqlDB CLI session so the user can execute various `SQL` files to complete the tutorial. ```yml - action: docker_ksql_cli_session container: ksqldb-cli docker_bootup_file: tutorial-steps/dev/start-cli.sh column_width: 20 render: file: tutorials/aggregating-sum/ksql/markup/dev/start-cli.adoc ``` The `docker_ksql_cli_session` contains the following keys: * `container:` - The name of the [ksqldb-cli docker image in the docker-compose.yml](_includes/tutorials/aggregating-sum/ksql/code/docker-compose.yml#L70-L82) file. * `docker_bootup_file:` - Tutorial users and the harness runner [execute this file](_includes/tutorials/aggregating-sum/ksql/code/tutorial-steps/dev/start-cli.sh) to start the dockerized CLI session. * `column_width:` - Formats the ksqlDB query output * `render:` - The harness renders the file corresponding to the `file:` key to tutorial users with the command to start the CLI session. * `stdin:` - stdin key [contains one or more `file`](_data/harnesses/aggregating-sum/ksql.yml#L41-L68) keys specifying the different `SQL` file to execute for the tutorial. ```yml stdin: - file: tutorial-steps/dev/create-movie-ticket-sales.sql render: file: tutorials/aggregating-sum/ksql/markup/dev/create-movie-ticket-sales.adoc - file: tutorial-steps/dev/populate-movie-ticket-sales.sql render: file: tutorials/aggregating-sum/ksql/markup/dev/populate-movie-ticket-sales.adoc ``` * `stdout:` - Contains `directory:` specifying the directory to capture all query output. ## Updating dependency versions The following regular expressions may be useful to group-update all dependencies within the repo: * `confluentinc\/cp-([^:]*):\d+.\d+.\d+` will match all Confluent Platform components, _except_ ksqlDB. Capture group 1 can be used to build the component name. * `confluentinc\/ksqldb-([^:]*):\d+.\d+.\d+` will match all ksqlDB components. Capture group 1 can be used to build the component name. ## Updating Tutorials Confluent manages the release process and the process described here must be done by a Confluent employee. The `release` branch tracks the content and code comprising the live site. The `ksqldb-latest` branch builds against the latest `master` branch of ksqlDB, and should be used for updates that are only in the master branch of ksqlDB. ### Create a release PR 1. Open a pull request from `master` to `release`. A pull request into the `release` branch denotes a request to update the live site. - Title the PR โ€œKT release [DD-MM-YYYY]โ€ - In the description add links to PRs that resulted in new tutorials, content changes, or any other noteworthy addition, e.g.: ``` This release contains: New Tutorial! A fun new tutorial #1287 New recipe group for financial services use cases #1264 plus many other small fixes ``` - Add a link to the staging site with the updates (snag the staging site name from Semaphore's "Deploy to staging site" step) - Tag reviewers - Create PR 2. The semaphore tests for the PR will automatically create the staging site. You can manually click to deploy to staging site if you trust that failing tests work (ksqlDB tests can be flaky sometimes). ![image](assets/img/manual-deploy-staging.png) 3. Look at the staging site from different browsers. Ensure that you get approval from required reviewers. Submit PRs with fixes, if needed. 4. Once the PR is approved, merge the PR via `Merge commit`. ### Deploy to live site To deploy artifacts from the `release` branch to the live site, it should be done from the `release` branch, not the above PR. So do not `deploy to live site` from the PR, because that would deploy from `master`. Instead, go to the `release` branch, let the tests pass, and then deploy ![image](assets/img/release-promote.png) ### Landing page The landing page is at https://developer.confluent.io/tutorials/ (it is not [index.html](index.html)), and the source for it is in Contentful. Any changes to the landing page should be worked through Confluent.
0
mohitsinha/tutorials
Code samples for tutorials blog
java reactor-core spring-boot springdata springframework webflux
# Code Samples for my personal blog You can read them [here](http://sinhamohit.com).
0
cs1302uga/cs1302-tutorials
null
null
# cs1302-tutorials <hr/> ## Publication History | DOI | Tag | Date | Description | |-----|-----|------|-------------| | [10.5281/zenodo.3359638](https://doi.org/10.5281/zenodo.3359638) | NA | NA | All Versions | | [10.5281/zenodo.3579499](https://doi.org/10.5281/zenodo.3579499) | `v2019fa` | Dec 16, 2019 | Fall 2019 | | [10.5281/zenodo.3359639](https://doi.org/10.5281/zenodo.3359639) | `v2019su` | Aug 3, 2019 | Summer 2019 | <hr/> [![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc-nd/4.0/) [![License: CC BY-NC 4.0](https://img.shields.io/badge/Instructor%20License-CC%20BY--NC%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc/4.0/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3359638.svg)](https://doi.org/10.5281/zenodo.3359638) <small> Copyright &copy; Michael E. Cotterell, Bradley J. Barnes, and the University of Georgia. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a> to students and the public and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a> to instructors at institutions of higher education. The content and opinions expressed on this Web page do not necessarily reflect the views of nor are they endorsed by the University of Georgia or the University System of Georgia. </small>
0
fuzhengwei/CodeDesignTutorials
:art: ใ€Š้‡ๅญฆJava่ฎพ่ฎกๆจกๅผใ€‹ๆ˜ฏไธ€ๆœฌไบ’่”็ฝ‘็œŸๅฎžๆกˆไพ‹ๅฎž่ทตไนฆ็ฑใ€‚ไปฅ่ฝๅœฐ่งฃๅ†ณๆ–นๆกˆไธบๆ ธๅฟƒ๏ผŒไปŽๅฎž้™…ไธšๅŠกไธญๆŠฝ็ฆปๅ‡บ๏ผŒไบคๆ˜“ใ€่ฅ้”€ใ€็ง’ๆ€ใ€ไธญ้—ดไปถใ€ๆบ็ ็ญ‰22ไธช็œŸๅฎžๅœบๆ™ฏ๏ผŒๆฅๅญฆไน ่ฎพ่ฎกๆจกๅผ็š„่ฟ็”จใ€‚ๆฌข่ฟŽๅ…ณๆณจๅฐๅ‚…ๅ“ฅ๏ผŒๅพฎไฟก(fustack)๏ผŒๅ…ฌไผ—ๅท๏ผšbugstack่™ซๆดžๆ ˆ๏ผŒๅšๅฎข๏ผšhttps://bugstack.cn
null
# ้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผ B็ซ™่ง†้ข‘ๆ•™็จ‹ > ไฝ ๅฅฝ๏ผŒๆˆ‘ๆ˜ฏๅฐๅ‚…ๅ“ฅ๏ผŒ[ใ€Š้‡ๅญฆJava่ฎพ่ฎกๆจกๅผใ€‹](https://item.jd.com/13218336.html) ๅ›พไนฆไฝœ่€…๏ผŒไธ€็บฟไบ’่”็ฝ‘ Java ๅทฅ็จ‹ๅธˆใ€ๆžถๆž„ๅธˆใ€‚[:pencil2: ่™ซๆดžๆ ˆ๏ผŒๅšไธป](https://bugstack.cn)๏ผŒ[:memo: ๅ…ณไบŽๆˆ‘](https://bugstack.cn/md/other/guide-to-reading.html) <br/> <div align="center"> <a href="https://bugstack.cn" style="text-decoration:none"><img src="https://bugstack.cn/images/system/CodeGuide-LOGO.png?raw=true" width="256px"></a> </div> <br/> <div align="center"> <a href="https://bugstack.cn/md/other/guide-to-reading.html"><img src="https://bugstack.cn/images/system/CodeGuide-Read.svg"></a> <a href="https://bugstack.cn/images/personal/qrcode.png"><img src="https://bugstack.cn/images/system/CodeGuide-WeiXinCode.svg"></a> <a href="https://bugstack.cn/md/knowledge/pdf/2021-01-26-Java%E9%9D%A2%E7%BB%8F%E6%89%8B%E5%86%8CPDF%E4%B8%8B%E8%BD%BD.html"><img src="https://bugstack.cn/images/system/CodeGuide-JavaPDF.svg"></a> <a href="https://mp.weixin.qq.com/s/VthCUlT8oAJqKOoq5_NzSQ"><img src="https://bugstack.cn/images/system/CodeGuide-Lottery.svg"></a> <a href="https://github.com/fuzhengwei/CodeGuide"><img src="https://badgen.net/github/stars/fuzhengwei/CodeGuide?icon=github&color=4ab8a1"></a> </div> <br/> <div align="center"> <a href="https://bugstack.cn" style="text-decoration:none"><img src="https://github.com/fuzhengwei/itstack-demo-design/blob/master/pdf.png?raw=true" width="500"></a> </div> <br/> ## โ›ณ ็›ฎๅฝ• - [ไนฆ็ฑไธ‹่ฝฝ&่ดญไนฐ](https://github.com/fuzhengwei/itstack-demo-design#%E4%B9%A6%E7%B1%8D%E4%B8%8B%E8%BD%BD%E8%B4%AD%E4%B9%B0) - [B็ซ™่ง†้ข‘(้‡ๅญฆJava่ฎพ่ฎกๆจกๅผ)](https://www.bilibili.com/video/BV1D341177SV) - [ๅ†…ๅฎน็ฎ€ไป‹](https://github.com/fuzhengwei/itstack-demo-design#%E5%86%85%E5%AE%B9%E7%AE%80%E4%BB%8B) - [็”ตๅญ็‰ˆไนฆ็ฑ](https://github.com/fuzhengwei/itstack-demo-design#%E7%94%B5%E5%AD%90%E7%89%88%E6%97%A7%E7%89%88---%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB) - [ๅ‚ไธŽ่ดก็Œฎ](https://github.com/fuzhengwei/itstack-demo-design#%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE) - [ไธŽๆˆ‘่”็ณป](https://github.com/fuzhengwei/itstack-demo-design#%E4%B8%8E%E6%88%91%E8%81%94%E7%B3%BB) - [่‡ด่ฐข](https://github.com/fuzhengwei/itstack-demo-design#%E8%87%B4%E8%B0%A2) - [Go -> ๅฐๅ‚…ๅ“ฅ็š„ๆ›ดๅคšๅŽŸๅˆ›ๅ†…ๅฎน ้ข็ปๆ‰‹ๅ†Œใ€ๆ‰‹ๆ’ธSpringใ€ๅญ—่Š‚็ ็ผ–็จ‹ใ€DDDๅฎžๆˆ˜้กน็›ฎใ€SpringBootไธญ้—ดไปถ็ญ‰](https://github.com/fuzhengwei/CodeGuide) ## ไนฆ็ฑไธ‹่ฝฝ&่ดญไนฐ #### - ๅฐๅ‚…ๅ“ฅ็š„ใ€Š้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€‹ โญโญโญโญ >ๆœฌไนฆๆ˜ฏไฝœ่€…`ๅฐๅ‚…ๅ“ฅ`๏ผŒๆŠ•ๅ…ฅ50ๅคฉๆ—ถ้—ด๏ผŒไปŽไบ’่”็ฝ‘ๅฎž้™…ไธšๅŠกๅผ€ๅ‘ไธญๆŠฝ็ฆปๅ‡บ๏ผŒไบคๆ˜“ใ€่ฅ้”€ใ€็ง’ๆ€ใ€ไธญ้—ดไปถใ€ๆบ็ ็ญ‰22ไธช็œŸๅฎžไธšๅŠกๅœบๆ™ฏ๏ผŒ็ผ–ๅ†™ไบ†18ไธ‡ๅญ—271้กต็š„ๅฎžๆˆ˜ๅž‹Java็ผ–็จ‹่ต„ๆ–™ใ€‚ๅฆ‚ๆžœไนฆไธญๅซๆœ‰ไธๆ˜“็†่งฃ็š„ๅ†…ๅฎน๏ผŒไธ€ๅฎšๆ˜ฏไฝœ่€…ๅœจ็ผ–ๅ†™็š„่ฟ‡็จ‹ไธญ็ผบๅฐ‘ๅฟ…่ฆ็š„ๆ่ฟฐๅ’Œไธฅๆ ผ็š„ๆ กๅ‡†๏ผŒๆ„Ÿ่ฐขๆŠŠไฝ ็š„ๆ„่งๆˆ–่€…็–‘้—ฎๆไบค็ป™ๆˆ‘๏ผŒไนŸๆฌข่ฟŽไธŽๆˆ‘ๅคšไธ€ไบ›ไบคไบ’๏ผŒไบ’็›ธ่ฟ›ๆญฅๅ…ฑๅŒๆˆ้•ฟใ€‚ - ๆ—ง็‰ˆ็”ตๅญไนฆ๏ผšๅ…ณๆณจๅ…ฌไผ—ๅท๏ผš[bugstack่™ซๆดžๆ ˆ `็‚นๅ‡ปๆ‰ซ็ `](https://bugstack.cn/assets/images/qrcode.png)๏ผŒๅ›žๅค๏ผš`่ฎพ่ฎกๆจกๅผ` - ๆ–ฐ็‰ˆ็บธ่ดจไนฆ๏ผš[https://item.jd.com/13218336.html](https://item.jd.com/13218336.html) `ๅ†…ๅฎน่กฅๅ……ใ€ๆทปๅŠ ็ฑปๅ›พใ€้‡็”ปๅ›พ็จฟใ€ๅ…จไนฆๅฝฉๅฐ`๏ผŒไธ€ๆœฌๅฏไปฅๅœจๆ‰‹่พน้šๆ—ถ็ฟป้˜…็š„่ฎพ่ฎกๆจกๅผ๏ผŒๆ„Ÿ่ฐขๆ”ฏๆŒใ€‚ ## ๅ†…ๅฎน็ฎ€ไป‹ **Hello, world of design๏ผ** ไฝ ๅฅฝ๏ผŒ่ฎพ่ฎกๆจกๅผ็š„ไธ–็•Œ๏ผ ๆฌข่ฟŽๆฅๅˆฐ่ฟ™้‡Œ๏ผŒๅพˆ้ซ˜ๅ…ดไฝ ่ƒฝๆ‹ฟๅˆฐ่ฟ™ๆœฌไนฆ๏ผŒๅฆ‚ๆžœไฝ ่ƒฝๅšๆŒ็œ‹ๅฎŒๅนถๆŒ‰็…งไนฆไธญ็š„ไพ‹ๅญ่ฟ›่กŒๅฎž่ทต๏ผŒ้‚ฃไนˆๅœจ็ผ–็จ‹ๅผ€ๅ‘็š„ไธ–็•Œ้‡Œ๏ผŒๅฐฑๅˆๅคšไบ†ไธ€ไธชๅฏไปฅๅ†™ๅ‡บ่‰ฏๅฅฝไปฃ็ ็š„ไบบ๏ผŒๅŒๆ—ถไนŸไธบๆžถๆž„ๅธˆๅŸนๅ…ปๅ‚จๅค‡ไบ†ไธ€ไธชไบบๆ‰ใ€‚ ๅฏ่ƒฝๅœจๆญคไน‹ๅ‰ไฝ ไนŸๅคšๅฐ‘ไบ†่งฃ่ฟ‡่ฎพ่ฎกๆจกๅผ๏ผŒไฝ†ๅœจๅฎž้™…็š„ไธšๅŠกๅผ€ๅ‘ไธญไฝฟ็”จๅดไธๅคš๏ผŒๅคšๆ•ฐๆ—ถๅ€™้ƒฝๆ˜ฏๅคง้ข็งฏๅ †็งฏ`ifelse`็ป„่ฃ…ไธšๅŠกๆต็จ‹๏ผŒๅฏนไบŽไธ€ๆฌกๆฌก็š„้œ€ๆฑ‚่ฟญไปฃๅ’Œ้€ป่พ‘่กฅๅ……๏ผŒๅช่ƒฝไธœๆ‹ผ่ฅฟๅ‡‘`Ctrl+C`ใ€`Ctrl+V`ใ€‚ ๆ‰€ไปฅไธบไบ†่ƒฝ่ฎฉๆ›ดๅคš็š„็จ‹ๅบๅ‘˜๐Ÿ‘จโ€๐Ÿ’ปโ€ๆ›ดๅฅฝ็š„ๆŽฅๅ—่ฎพ่ฎกๆ€ๆƒณๅ’Œๆžถๆž„ๆ€็ปด๏ผŒๅนถ่ƒฝ่ฟ็”จๅˆฐๅฎž้™…็š„ไธšๅŠกๅœบๆ™ฏใ€‚ๆœฌไนฆ็š„ไฝœ่€…`ๅฐๅ‚…ๅ“ฅ`๏ผŒๆŠ•ๅ…ฅ50ๅคฉๆ—ถ้—ด๏ผŒไปŽไบ’่”็ฝ‘ๅฎž้™…ไธšๅŠกๅผ€ๅ‘ไธญๆŠฝ็ฆปๅ‡บ๏ผŒไบคๆ˜“ใ€่ฅ้”€ใ€็ง’ๆ€ใ€ไธญ้—ดไปถใ€ๆบ็ ็ญ‰22ไธช็œŸๅฎžๅœบๆ™ฏ๏ผŒๆฅๅญฆไน ่ฎพ่ฎกๆจกๅผๅฎž่ทตไฝฟ็”จ็š„ๅบ”็”จๅฏไธŠๆ‰‹ๆŠ€่ƒฝใ€‚ **่ฐๅ‘ๆ˜Žไบ†่ฎพ่ฎกๆจกๅผ๏ผŸ** ่ฎพ่ฎกๆจกๅผ็š„ๆฆ‚ๅฟตๆœ€ๆ—ฉๆ˜ฏ็”ฑ `ๅ…‹้‡Œๆ–ฏๆ‰˜ไฝ›ยทไบšๅކๅฑฑๅคง` ๅœจๅ…ถ่‘—ไฝœ `ใ€Šๅปบ็ญ‘ๆจกๅผ่ฏญ่จ€ใ€‹` ไธญ้ฆ–ๆฌกๆๅ‡บ็š„ใ€‚ ๆœฌไนฆไป‹็ปไบ†ๅŸŽๅธ‚่ฎพ่ฎก็š„ โ€œ่ฏญ่จ€โ€๏ผŒๆไพ›ไบ†253ไธชๆ่ฟฐๅŸŽ้•‡ใ€้‚ป้‡Œใ€ไฝๅฎ…ใ€่Šฑๅ›ญใ€ๆˆฟ้—ดๅŠ่ฅฟ้ƒจๆž„้€ ็š„ๆจกๅผ๏ผŒ ่€Œๆญค็ฑป โ€œ่ฏญ่จ€โ€ ็š„ๅŸบๆœฌๅ•ๅ…ƒๅฐฑๆ˜ฏๆจกๅผใ€‚ๅŽๆฅ๏ผŒ`ๅŸƒ้‡ŒๅธŒยทไผฝ็Ž›`ใ€ `็บฆ็ฟฐยทๅผ—ๅˆฉ่ต›ๅพทๆ–ฏ`ใ€ `ๆ‹‰ๅฐ”ๅคซยท็บฆ็ฟฐ้€Š` ๅ’Œ `็†ๆŸฅๅพทยท่ตซๅฐ”ๅง†` ่ฟ™ๅ››ไฝไฝœ่€…ๆŽฅๅ—ไบ†ๆจกๅผ็š„ๆฆ‚ๅฟตใ€‚ 1994 ๅนด๏ผŒ ไป–ไปฌๅ‡บ็‰ˆไบ† `ใ€Š่ฎพ่ฎกๆจกๅผ๏ผš ๅฏๅค็”จ้ขๅ‘ๅฏน่ฑก่ฝฏไปถ็š„ๅŸบ็ก€ใ€‹` ไธ€ไนฆ๏ผŒ ๅฐ†่ฎพ่ฎกๆจกๅผ็š„ๆฆ‚ๅฟตๅบ”็”จๅˆฐ็จ‹ๅบๅผ€ๅ‘้ข†ๅŸŸไธญใ€‚ ๅ…ถๅฎžๆœ‰ไธ€้ƒจๅˆ†ไบบๅนถๆฒกๆœ‰ไป”็ป†้˜…่ฏป่ฟ‡่ฎพ่ฎกๆจกๅผ็š„็›ธๅ…ณไนฆ็ฑๅ’Œ่ต„ๆ–™๏ผŒไฝ†ไพๆ—งๅฏไปฅ็ผ–ๅ†™ๅ‡บไผ˜็ง€็š„ไปฃ็ ใ€‚่ฟ™ไธป่ฆๆ˜ฏ็”ฑไบŽๅœจ็ป่ฟ‡ไผ—ๅคš้กน็›ฎ็š„้”ค็‚ผๅ’Œๅฏน็จ‹ๅบ่ฎพ่ฎก็š„ไธๆ–ญ่ฟฝๆฑ‚๏ผŒไปŽ่€Œๅœจๅคšๅนด็ผ–็จ‹ๅކ็จ‹ไธŠๆ็‚ผๅ‡บๆฅ็š„ๅฟƒๅพ—ไฝ“ไผšใ€‚่€Œ่ฟ™ไปฝ็ป้ชŒๆœ€็ปˆไผšไธŽ่ฎพ่ฎกๆจกๅผๆๅˆฐ็š„ๅ†…ๅฎนๅ‡ ไนŽไธ€่‡ด๏ผŒๅŒๆ ทไผš่ฆๆฑ‚้ซ˜ๅ†…่šใ€ไฝŽ่€ฆๅˆใ€ๅฏๆ‰ฉๅฑ•ใ€ๅฏๅค็”จใ€‚ไฝ ๅฏ่ƒฝไนŸ้‡ๅˆฐ็ฑปไผผ็š„็ปๅކ๏ผŒๅœจๅญฆไน ไธ€ไบ›ๆก†ๆžถ็š„ๆบ็ ๆ—ถ๏ผŒๅ‘็Žฐๅฎƒ้‡Œ็š„ๆŸไบ›่ฎพ่ฎกๅ’Œไฝ ๅœจๅšๅผ€ๅ‘ๆ—ถไธ€ๆ ทใ€‚ **ๆˆ‘ๆ€Žไนˆๅญฆไธไผš่ฎพ่ฎกๆจกๅผ๏ผŸ** ้’ฑไนŸ่Šฑไบ†๏ผŒไนฆไนŸไนฐไบ†ใ€‚ไปฃ็ ่ฟ˜ๆ˜ฏไธ€ๅจไธ€ๅจ็š„๏ผ่ฎพ่ฎกๆจกๅผๆ˜ฏ็”ฑๅคšๅนด็š„็ป้ชŒๆ็‚ผๅ‡บๆฅๅผ€ๅ‘ๆŒ‡ๅฏผๆ€ๆƒณใ€‚ๅฐฑๅƒๆˆ‘ๅ‘Š่ฏ‰ไฝ ่‡ช่กŒ่ฝฆๆ€Žไนˆ้ช‘ใ€ๆฑฝ่ฝฆๆ€Žไนˆๅผ€๏ผŒไฝ†ๅช่ฆไฝ ๆฒก่ท‘่ฟ‡ๅ‡ ๅƒๅ…ฌ้‡Œ๏ผŒไฝ ่ƒฝ่ฎฐไฝ็š„ๅชๆ˜ฏ็†่ฎบ๏ผŒๆƒณไธŠ้“ไพๆ—งๅพˆๆ…Œ๏ผ **ๆ‰€ไปฅ**๏ผŒๆœฌ่ฎพ่ฎกๆจกๅผไธ“้ข˜็ณปๅˆ—ๅผ€ๅง‹๏ผŒไผšๅธฆ็€ไฝ ไฝฟ็”จ่ฎพ่ฎกๆจกๅผ็š„ๆ€ๆƒณๅŽปไผ˜ๅŒ–ไปฃ็ ใ€‚ไปŽ่€Œๅญฆไน ่ฎพ่ฎกๆจกๅผ็š„ๅฟƒๅพ—ๅนถ่žๅ…ฅ็ป™่‡ชๅทฑใ€‚ๅฝ“็„ถ่ฟ™้‡Œ่ฟ˜้œ€่ฆๅคšๅŠ ็ปƒไน ๏ผŒไธ€ๅฎšๆ˜ฏ*ไบบ่ฝฆๅˆไธ€*๏ผŒๆ‰่ƒฝ็ซ™ๅœจ่ฎพ่ฎกๆจกๅผ็š„ๅŸบ็ก€ไธŠๆž„ๅปบๅ‡บๆ›ดๅŠ ๅˆ็†็š„ไปฃ็ ใ€‚ **้˜…่ฏปๅปบ่ฎฎ** ๆœฌไนฆๅฑžไบŽๅฎžๆˆ˜ๅž‹่€Œไธๆ˜ฏ็†่ฎบไป‹็ป็ฑปไนฆ็ฑ๏ผŒๆฏไธ€็ซ ่Š‚้ƒฝๆœ‰ๅฏนๅบ”็š„ๅฎŒๆ•ดไปฃ็ ๏ผŒๅญฆไน ็š„่ฟ‡็จ‹้œ€่ฆๅ‚่€ƒไนฆไธญ็š„็ซ ่Š‚ไธŽไปฃ็ ไธ€่ตทๅญฆไน ๏ผŒๅŒๆ—ถๅœจๅญฆไน ็š„่ฟ‡็จ‹ไธญ้œ€่ฆไบ†่งฃๅนถ่ฟ่กŒไปฃ็ ใ€‚ๅญฆไน ๅฎŒๆˆๅŽ่ฟ›่กŒ็Ÿฅ่ฏ†็‚น็š„ๆ€ป็ป“๏ผŒไปฅๅŠๆ€่€ƒ๐Ÿค”่ฟ™ๆ ท็š„่ฎพ่ฎกๆจกๅผๅœจ่‡ชๅทฑ็š„ไธšๅŠกๅœบๆ™ฏไธญ้œ€่ฆๅฆ‚ไฝ•ไฝฟ็”จใ€‚ ## ็”ตๅญ็‰ˆ(ๆ—ง็‰ˆ) - ๐Ÿ‘‰[**ๅœจ็บฟ้˜…่ฏป**](https://bugstack.cn/md/develop/design-pattern/2020-05-20-%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%B7%A5%E5%8E%82%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8F%E3%80%8B.html) - ๅˆ›ๅปบๅž‹ๆจกๅผ - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅทฅๅŽ‚ๆ–นๆณ•ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-05-20-%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%B7%A5%E5%8E%82%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€ŠๆŠฝ่ฑกๅทฅๅŽ‚ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-05-24-%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E6%8A%BD%E8%B1%A1%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅปบ้€ ่€…ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-05-26-%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%BB%BA%E9%80%A0%E8%80%85%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅŽŸๅž‹ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-05-28-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%8E%9F%E5%9E%8B%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅ•ไพ‹ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-05-31-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%8D%95%E4%BE%8B%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - ็ป“ๆž„ๅž‹ๆจกๅผ - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Š้€‚้…ๅ™จๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-02-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E9%80%82%E9%85%8D%E5%99%A8%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๆกฅๆŽฅๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-04-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E6%A1%A5%E6%8E%A5%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜็ป„ๅˆๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-08-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E7%BB%84%E5%90%88%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜่ฃ…้ฅฐๅ™จๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-09-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E8%A3%85%E9%A5%B0%E5%99%A8%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅค–่ง‚ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-11-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%A4%96%E8%A7%82%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ไบซๅ…ƒๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-14-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E4%BA%AB%E5%85%83%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ไปฃ็†ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-16-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E4%BB%A3%E7%90%86%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - ่กŒไธบๅž‹ๆจกๅผ - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜่ดฃไปป้“พๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-18-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E8%B4%A3%E4%BB%BB%E9%93%BE%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅ‘ฝไปคๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-21-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%91%BD%E4%BB%A4%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜่ฟญไปฃๅ™จๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-23-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E8%BF%AD%E4%BB%A3%E5%99%A8%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ไธญไป‹่€…ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-27-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E4%B8%AD%E4%BB%8B%E8%80%85%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๅค‡ๅฟ˜ๅฝ•ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-28-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E5%A4%87%E5%BF%98%E5%BD%95%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜่ง‚ๅฏŸ่€…ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-06-30-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E8%A7%82%E5%AF%9F%E8%80%85%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜็Šถๆ€ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-07-02-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E7%8A%B6%E6%80%81%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜็ญ–็•ฅๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-07-05-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E7%AD%96%E7%95%A5%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜ๆจกๆฟๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-07-07-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E6%A8%A1%E6%9D%BF%E6%A8%A1%E5%BC%8F%E3%80%8B.md) - [้‡ๅญฆ Java ่ฎพ่ฎกๆจกๅผใ€Šๅฎžๆˆ˜่ฎฟ้—ฎ่€…ๆจกๅผใ€‹](https://github.com/fuzhengwei/CodeGuide/blob/master/docs/md/develop/design-pattern/2020-07-09-%E9%87%8D%E5%AD%A6%20Java%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8A%E5%AE%9E%E6%88%98%E8%AE%BF%E9%97%AE%E8%80%85%E6%A8%A1%E5%BC%8F%E3%80%8B.md) --- ## ๅ‚ไธŽ่ดก็Œฎ 1. ๅฆ‚ๆžœๆ‚จๅฏนๆœฌ้กน็›ฎๆœ‰ไปปไฝ•ๅปบ่ฎฎๆˆ–ๅ‘็Žฐๆ–‡ไธญๅ†…ๅฎนๆœ‰่ฏฏ็š„๏ผŒๆฌข่ฟŽๆไบค issues ่ฟ›่กŒๆŒ‡ๆญฃใ€‚ 2. ๅฏนไบŽๆ–‡ไธญๆˆ‘ๆฒกๆœ‰ๆถ‰ๅŠๅˆฐ็Ÿฅ่ฏ†็‚น๏ผŒๆฌข่ฟŽๆไบค PRใ€‚ ## ไธŽๆˆ‘่”็ณป - **ๅŠ ็พคไบคๆต** ๆœฌ็พค็š„ๅฎ—ๆ—จๆ˜ฏ็ป™ๅคงๅฎถๆไพ›ไธ€ไธช่‰ฏๅฅฝ็š„ๆŠ€ๆœฏๅญฆไน ไบคๆตๅนณๅฐ๏ผŒๆ‰€ไปฅๆœ็ปไธ€ๅˆ‡ๅนฟๅ‘Š๏ผ็”ฑไบŽๅพฎไฟก็พคไบบๆปก 100 ไน‹ๅŽๆ— ๆณ•ๅŠ ๅ…ฅ๏ผŒ่ฏทๆ‰ซๆไธ‹ๆ–นไบŒ็ปด็ ๅ…ˆๆทปๅŠ ไฝœ่€… โ€œๅฐๅ‚…ๅ“ฅโ€ ๅพฎไฟก(fustack)๏ผŒๅค‡ๆณจ๏ผšๅŠ ็พคใ€‚ <img src="https://bugstack.cn/images/personal/fustack.png" width="180px"> - **ๅ…ฌไผ—ๅท(bugstack่™ซๆดžๆ ˆ)** - ๆฒ‰ๆท€ใ€ๅˆ†ไบซใ€ๆˆ้•ฟ๏ผŒไธ“ๆณจไบŽๅŽŸๅˆ›ไธ“้ข˜ๆกˆไพ‹๏ผŒไปฅๆœ€ๆ˜“ๅญฆไน ็ผ–็จ‹็š„ๆ–นๅผๅˆ†ไบซ็Ÿฅ่ฏ†๏ผŒ่ฎฉ่‡ชๅทฑๅ’Œไป–ไบบ้ƒฝ่ƒฝๆœ‰ๆ‰€ๆ”ถ่Žทใ€‚ <img src="https://bugstack.cn/images/personal/qrcode.png" width="180px"> ## ่‡ด่ฐข ๆ„Ÿ่ฐขไปฅไธ‹ไบบๅ‘˜ๅฏนๆœฌไป“ๅบ“ๅšๅ‡บ็š„่ดก็Œฎๆˆ–่€…ๅฏนๅฐๅ‚…ๅ“ฅ็š„่ตž่ต๏ผŒๅฝ“็„ถไธไป…ไป…ๅชๆœ‰่ฟ™ไบ›่ดก็Œฎ่€…๏ผŒ่ฟ™้‡Œๅฐฑไธไธ€ไธ€ๅˆ—ไธพไบ†ใ€‚ๅฆ‚ๆžœไฝ ๅธŒๆœ›่ขซๆทปๅŠ ๅˆฐ่ฟ™ไธชๅๅ•ไธญ๏ผŒๅนถไธ”ๆไบค่ฟ‡ Issue ๆˆ–่€… PR๏ผŒ่ฏทไธŽๆˆ‘่”็ณปใ€‚ **:seedling: ๆ„Ÿ่ฐขๅคงๅฎถๅฏนไป“ๅบ“ๅปบ่ฎพ็š„่ดก็Œฎ** <a href="https://github.com/6freeair2016"> <img src="https://avatars.githubusercontent.com/u/20253565?v=4" style="border-radius:5px" width="50px"> </a> <a href="https://github.com/LittleBrotherFu"> <img src="https://avatars.githubusercontent.com/u/25544835?v=4" style="border-radius:5px" width="50px"> </a> <a href="https://github.com/MichaelHan0228"> <img src="https://avatars.githubusercontent.com/u/33157567?v=4" style="border-radius:5px" width="50px"> </a> *ๆˆชๆญขๅˆฐๆญค่ฎพ่ฎกๆจกๅผๅ†…ๅฎนๅฐฑๅ…จ้ƒจ่ฎฒๅฎŒไบ†๏ผŒๅฏ่ƒฝไนฆไธญไผšๅ› ไฝœ่€…ๆฐดๅนณๆœ‰้™๏ผŒๆœ‰ไธ€ไบ›ๆ่ฟฐไธๅ‡†็กฎๆˆ–่€…้”™ๅญ—ๅ†…ๅฎนใ€‚ๆฌข่ฟŽๆไบค็ป™ๆˆ‘๏ผŒไนŸๆฌข่ฟŽๅ’Œๆˆ‘่ฎจ่ฎบ็›ธๅ…ณ็š„ๆŠ€ๆœฏๅ†…ๅฎน๏ผŒไฝœ่€…ๅฐๅ‚…ๅ“ฅ๏ผŒ้žๅธธๆ„ฟๆ„ไธŽๅŒๅฅฝ่ฟ›่กŒไบคๆต๏ผŒไบ’็›ธๆๅ‡ๆŠ€ๆœฏใ€‚*
0
cloudera/flink-tutorials
null
null
# Tutorials for Flink on Cloudera This repo contains reference Flink Streaming applications for a few example use-cases. These examples should serve as solid starting points when building production grade streaming applications as they include detailed development, configuration and deployment guidelines. We suggest to refer the tutorials in the following order even though they are designed to be standalone references: ## Stateless Monitoring Application The [flink-simple-tutorial](flink-simple-tutorial) application demonstrates some basic capabilities of the DataStream API to build a simple monitoring application with alerting capabilities. It displays the essentials of Flink applications alongside best practices for setting up a robust logging configuration using Kafka. ## Stateful Transaction and Query Processor Service The [flink-stateful-tutorial](flink-stateful-tutorial) application implements a production grade stateful service for handling incoming item transactions, while also exposing query capabilities. We dive deeper into structuring streaming application code, state handling and resource configuration. We also present a detailed set up of Kafka data sources and sinks for scalability and discuss validation of our pipeline before deployment. ## Flink Security Showcase Application The [flink-secure-tutorial](flink-secure-tutorial) application demonstrates Flink's security features for applications intended to run in secured CDP environments. It covers Kerberos authentication and TLS encryption for HDFS and Kafka connectors. ## Flink Quickstart Archetype The [flink-quickstart-archetype](flink-quickstart-archetype) is a maven archetype for generating application skeletons specificly for Flink on Cloudera. ## Flink Quickstart Skeleton The [flink-quickstart-skeleton](flink-quickstart-skeleton) is a maven project with the same content the archetype generates. This is for users who do not want or are unable to use the archetype.
0
Arhiser/java_tutorials
ะ˜ัั…ะพะดะฝะธะบะธ ะดะปั ะผะพะธั… ะพะฑัƒั‡ะฐัŽั‰ะธั… ะฒะธะดะตะพ ะฝะฐ Youtube
null
# java_tutorials ะŸั€ะธะฒะตั‚ัั‚ะฒัƒัŽ ะฒัะตั…! ะŸะพ ะผะฝะพะณะพั‡ะธัะปะตะฝะฝั‹ะผ ะฟั€ะพััŒะฑะฐะผ ะฒ ัั‚ะพะผ ั€ะตะฟะพะทะธั‚ะพั€ะธะธ ะฒั‹ะปะพะถะตะฝั‹ ะธัั…ะพะดะฝะธะบะธ ะดะปั ะผะพะธั… ะพะฑัƒั‡ะฐัŽั‰ะธั… ะฒะธะดะตะพ ะฝะฐ Youtube, ะดะปั ะบะพั‚ะพั€ั‹ั… ะฝะตั‚ ะพั‚ะดะตะปัŒะฝะพะณะพ ั€ะตะฟะพะทะธั‚ะพั€ะธั. ะŸั€ะธัั‚ะฝะพะณะพ ะฟั€ะพัะผะพั‚ั€ะฐ ะธ ะธะทัƒั‡ะตะฝะธั! ะŸะตั€ะตั‡ะตะฝัŒ ะฒะธะดะตะพ: ะะฐะทะฒะฐะฝะธะต|Youtube|ะ˜ัั…ะพะดะฝะธะบะธ --------|-------|--------- Java. ะŸะพะธัะบ ะผะธะฝะธะผะฐะปัŒะฝะพะณะพ ัะปะตะผะตะฝั‚ะฐ ะฒ ะผะฐััะธะฒะต|https://youtu.be/J8CbZYnJ5O8|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/minimal/Main.java Java. ะกะพั€ั‚ะธั€ะพะฒะบะฐ ะฟัƒะทั‹ั€ัŒะบะพะผ.|https://youtu.be/aXyMkR8LGEo|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/BubbleSort.java Java. ะŸะพะธัะบ ั„ะฐะนะปะพะฒ ะฒ ะฟะฐะฟะบะฐั… ะฝะฐ ะดะธัะบะต.|https://youtu.be/OaltzA7uCRY|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/file_search/files.java Java. ะž ัะพั€ั‚ะธั€ะพะฒะบะต ะฒั‹ะฑะพั€ะพะผ.|https://youtu.be/gjzLnfYc48w|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/SelectionSort.java Java. ะ‘ั‹ัั‚ั€ะฐั ัะพั€ั‚ะธั€ะพะฒะบะฐ. ะžะฑัŠััะฝะตะฝะธะต ะฝะฐ ะฟะฐะปัŒั†ะฐั…)|https://youtu.be/CeHJV4zu_Ts|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/QuickSort.java Java. ะžะฑะพะฑั‰ะตะฝะฝั‹ะต ะพะฟะตั€ะฐั†ะธะธ ัะพ ัะฟะธัะบะฐะผะธ ะฒ ั„ัƒะฝะบั†ะธะพะฝะฐะปัŒะฝะพะผ ัั‚ะธะปะต.|https://youtu.be/nUv2VrZugSU|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/funcops Java. ะœะฝะพะณะพะฟะพั‚ะพั‡ะฝะพัั‚ัŒ. ะšะปัŽั‡ะตะฒะพะต ัะปะพะฒะพ synchronized|https://youtu.be/44GqCiEjY14|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/multithreading/synchro/Syncro.java Java. ะœะฝะพะณะพะฟะพั‚ะพั‡ะฝะพัั‚ัŒ. ะœะตั‚ะพะดั‹ wait ะธ notify. ะ‘ะปะพะบะธั€ัƒัŽั‰ะฐั ะพั‡ะตั€ะตะดัŒ ะธ Worker Thread.|https://youtu.be/CA4oUmywL28|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/multithreading/queue Java. ะœะตั‚ะพะดั‹ equals ะธ hashCode.|https://youtu.be/lWnzRILIEZ0|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/equals Java. ะกะพั€ั‚ะธั€ะพะฒะบะฐ ัะปะธัะฝะธะตะผ.|https://youtu.be/wk6hUweJ4UA|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/MergeSort.java Java. ะ ะฐะฑะพั‚ะฐ ั ะดะฐั‚ะพะน ะธ ะฒั€ะตะผะตะฝะตะผ.|https://youtu.be/9NDRSR7ot2g|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/time Java. ะŸะพะธัะบ ะฒ ะผะฐััะธะฒะต: ะปะธะฝะตะนะฝั‹ะน, ะดะฒะพะธั‡ะฝั‹ะน.|https://youtu.be/pFqFyaKFV4g|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/search/Search.java Java. ะ”ะตั€ะตะฒัŒั ั‡.1. ะ ะตะบัƒั€ัะธะฒะฝั‹ะน ะพะฑั…ะพะด ะฒ ะณะปัƒะฑะธะฝัƒ|https://youtu.be/rwjtcJSNpBs|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/tree1/tree.java Java. ะžั‡ะตั€ะตะดัŒ ะธ ัั‚ะตะบ.|https://youtu.be/X07Y7pkHHJc|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/stack Java. ะ”ะตั€ะตะฒัŒั ั‡.2. ะ˜ั‚ะตั€ะฐั‚ะธะฒะฝั‹ะน ะพะฑั…ะพะด ะดะตั€ะตะฒะฐ ะฒ ะณะปัƒะฑะธะฝัƒ ะธ ัˆะธั€ะธะฝัƒ.|https://youtu.be/pcicxEjCPZY|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/tree2 Java. ะŸะพะธัะบ ะฒั‚ะพั€ะพะณะพ ะฟะพ ะผะธะฝะธะผะฐะปัŒะฝะพัั‚ะธ ัะปะตะผะตะฝั‚ะฐ ะฒ ะผะฐััะธะฒะต.|https://youtu.be/03iETRvZrFg|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/second_minimal/Main.java Java. ะะปะณะพั€ะธั‚ะผั‹ ะฟะพะธัะบะฐ ัั‚ั€ะพะบะธ: ะฝะฐะธะฒะฝั‹ะน, ะšะฝัƒั‚ะฐ-ะœะพั€ั€ะธัะฐ-ะŸั€ะฐั‚ั‚ะฐ.|https://youtu.be/bBFg9LXdZA4|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/string_search/Main.java Java. ะ’ั‹ั‡ะธัะปะตะฝะธะต ะฐั€ะธั„ะผะตั‚ะธั‡ะตัะบะพะณะพ ะฒั‹ั€ะฐะถะตะฝะธั ะธะท ัั‚ั€ะพะบะธ ะผะตั‚ะพะดะพะผ ั€ะตะบัƒั€ัะธะฒะฝะพะณะพ ัะฟัƒัะบะฐ.|https://youtu.be/iLnNqqom5KY|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/parser/Main.java Java. ะžะฑะพะฑั‰ะตะฝะฝั‹ะน ะบะปะฐัั ะดะปั ะฟั€ะตะดัั‚ะฐะฒะปะตะฝะธั ะดะตั€ะตะฒะฐ ั ะปัŽะฑั‹ะผะธ ะดะฐะฝะฝั‹ะผะธ.|https://youtu.be/DUUgn0fMMnw|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/tree3 Java. ะŸะฐั€ัะตั€ ะฐั€ะธั„ะผะตั‚ะธั‡ะตัะบะธั… ะฒั‹ั€ะฐะถะตะฝะธะน, ั‡ะฐัั‚ัŒ 2: ะพะฟะตั€ะฐั‚ะพั€ "ัƒะฝะฐั€ะฝั‹ะน ะผะธะฝัƒั" ะธ ะฒั‹ะทะพะฒ ั„ัƒะฝะบั†ะธะน.|https://youtu.be/ARTnW-unrAQ|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/parserfunc/Main.java Java. ะ ะตัˆะตั‚ะพ ะญั€ะฐั‚ะพัั„ะตะฝะฐ. ะŸั€ะพะฒะตั€ะบะฐ ั‡ะธัะปะฐ ะฝะพ ะฟั€ะพัั‚ะพั‚ัƒ.|https://youtu.be/snRFphzl-bU|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/primenums Java. ะะปะณะพั€ะธั‚ะผ ะฅะฐั„ั„ะผะฐะฝะฐ ะดะปั ะบะพะผะฟั€ะตััะธะธ ะดะฐะฝะฝั‹ั….|https://youtu.be/OQrwOywESGg|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/huffman/Main.java Java. ะžะฑั€ะฐั‰ะตะฝะธะต ะพะดะฝะพัะฒัะทะฝะพะณะพ ัะฟะธัะบะฐ.|https://youtu.be/Nzz4i1QWmJw|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/linkedlist/Main.java Java. ะ ะธััƒะตะผ ะทะฒะตะทะดั‹ ะฒ 3D ะฟั€ะพัั‚ั€ะฐะฝัั‚ะฒะต.|https://youtu.be/BgbIh5ktOs4|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/stars Java. ะกะพั€ั‚ะธั€ะพะฒะบะฐ ะฟะพะดัั‡ะตั‚ะพะผ.|https://youtu.be/WBS8qlrry0U|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/sort/count Java. ะกะพั€ั‚ะธั€ะพะฒะบะฐ ะฒัั‚ะฐะฒะบะฐะผะธ.|https://youtu.be/jywoZ2XaQoM|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/insertion/InsertionSort.java Java. ะŸั€ะตั„ะธะบัะฝะพะต ะดะตั€ะตะฒะพ.|https://youtu.be/-DGJuakdiYU|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/prefix_tree/Main.java Java. ะะดะฐะฟั‚ะธะฒะฝะฐั ะบะพะผะฟั€ะตััะธั ะฅะฐั„ั„ะผะฐะฝะฐ.|https://youtu.be/IEe3qkdZ99c|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/huffman_adapt/digital Java. ะะปะณะพั€ะธั‚ะผ ะณะตะฝะตั€ะฐั†ะธะธ ั„ั€ะฐะบั‚ะฐะปัŒะฝะพะณะพ ัˆัƒะผะฐ|https://youtu.be/a-j8vgLfUqA|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/fract_noise Java. ะ—ะฐะดะฐั‡ะฐ ะพ ั€ัŽะบะทะฐะบะต. ะ”ะธะฝะฐะผะธั‡ะตัะบะพะต ะฟั€ะพะณั€ะฐะผะผะธั€ะพะฒะฐะฝะธะต.|https://youtu.be/wcjqBf2qRe0|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/knapsack Java. ะกะพั€ั‚ะธั€ะพะฒะบะฐ ั€ะฐัั‡ะตัะบะพะน. ะžั‚ ะฟัƒะทั‹ั€ัŒะบะฐ ะดะพ ั€ะฐัั‡ะตัะบะธ.|https://youtu.be/ywGK-_3znMw|https://github.com/Arhiser/java_tutorials/tree/master/src/ru/arhiser/sort/comb Java. ะกะธัั‚ะตะผั‹ ัั‡ะธัะปะตะฝะธั. ะะปะณะพั€ะธั‚ะผ ะฟะตั€ะตะฒะพะดะฐ ะฒ ะฟั€ะพะธะทะฒะพะปัŒะฝัƒัŽ ัะธัั‚ะตะผัƒ ัั‡ะธัะปะตะฝะธั.|https://youtu.be/O9jc8_5wcuQ|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/calculus/Main.java Java. Dithering. ะะปะณะพั€ะธั‚ะผ ะณะตะฝะตั€ะฐั†ะธะธ ั‡ะตั€ะฝะพ-ะฑะตะปั‹ั… ะธะทะพะฑั€ะฐะถะตะฝะธะน.|https://youtu.be/oAsaB90f2Y0|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/dithering/Main.java Java. Bogosort. ะกะปัƒั‡ะฐะนะฝะฐั ัะพั€ั‚ะธั€ะพะฒะบะฐ.|https://youtu.be/4Kpb_TTgdmU|https://github.com/Arhiser/java_tutorials/blob/master/src/ru/arhiser/sort/bogo/Main.java
0
OskarVeerhoek/YouTube-tutorials
The source code for my LWJGL tutorials on YouTube.
null
null
0
Qkyrie/modern-java-tutorials
Tutorials and code examples posted on diplr.org
crpytography java kotlin micronaut quarkus spring
null
0
luweizheng/flink-tutorials
Flink Tutorial Project
bigdata flink flink-examples flink-stream-processing
# Flink Tutorials [English](https://github.com/luweizheng/flink-tutorials/blob/master/README.md) | [ไธญๆ–‡](https://github.com/luweizheng/flink-tutorials/blob/master/README_zh.md) ## Introduction This is a tutorial repo based on Flink v1.12.4. You can clone it and learn some basic ideas about Flink. I use Java and Scala to demonstrate how to use Flink. You need to install Intellij Idea and Maven in your local environment. **Please star this repo** if you find it useful. I also wrote a book (in Chinese) about Flink. ## Project Structure `chapter2_basics` gives some basic examples on overloading, types, functional programming. `chapter4_api` shows Flink transformation APIs without time or state. `chapter5_time` shows how to use time and window. `chapter6_state` gives example on state. `chapter7_connector` gives example on Connector (Source and Sink). `chapter7_sql` shows Table API & SQL. `exercise` are projects using Flink. ## Contact Feel free to reach out via [email](mailto:luweizheng36@hotmail.com).
1
BranislavLazic/SwingTutorials
Tutorials for Java's Swing UI toolkit explaining how to use particular components
gui java swing
Examples for basic usage of Swing components. Feel free to contribute!
0
sbtqa/tutorials
Tutorials and Courses
null
# Various SberTech Tutorials and Courses [![official SberTech project](https://github.com/sbtqa/tutorials/blob/master/badges/sbt-official.png)](http://sber-tech.com/) [![QA SberTech Team](https://github.com/sbtqa/tutorials/blob/master/badges/sbt-teem.png)](http://sber-tech.com/)
0
YadaGiriReddy/HYR-Tutorials
This repository is used for uploading the programs used in youtube video tutorials.
apache-poi automation csharp css-selectors cucumber eclipse flaui java selenium selenium-webdriver seleniumwebdriver test-automation testing testing-tools visual-studio webdriver xpath
# H Y R Tutorials This repository is created and will be used for uploading the programs which I created in my tutorial videos. Also it can be used to browse all the videos and playlists from single place. You can find the GitHub link in the video description or you can directly browse the content from Here. *** ### YouTube Channel Links: #### H Y R Tutorials (English) - https://www.youtube.com/hyrtutorials #### H Y R Tutorials (Telugu) - https://www.youtube.com/c/hyrtutorialstelugu <br /> ๐Ÿ™ Please Subscribe๐Ÿ”” to start learning for FREE, Also help your friends in learning the best by suggesting these channels. Join my youtube channel to get access to perks: https://www.youtube.com/channel/UCzFPWBdClpZ9afmmyhho4Rg/join *** ## Checkout my YouTube Tutorial Playlists (English) ๐Ÿ‘‡ | Playlist Name | Link | | ------------- |-------------| | Windows Automation with FlaUI |https://bit.ly/33CG4dB | | Java for Absolute Beginners | https://bit.ly/3keRJGa | | Selenium with Java | https://bit.ly/2FyKvxj | | TestNG - Testing Framework | https://bit.ly/3wXyuXB | | Extent Reports | https://bit.ly/3pGD1gh | | CSS Selectors | https://bit.ly/2Rn0IbD | | XPath | https://bit.ly/2RlLdkw | | Javascript Executor | https://bit.ly/2FhNXwS | | Apache POI | https://bit.ly/2RrngrH | | Apache PDFBox | https://bit.ly/3BpH599 | | Selenium Interview Questions | https://bit.ly/3matUB3 | | Maven | https://bit.ly/2DYfYZE | | How to fix Eclipse Errors |https://bit.ly/3ipvNYf | *** ## Checkout my YouTube Tutorial Playlists (Telugu) ๐Ÿ‘‡ | Playlist Name | Link | | ------------- |-------------| | Core Java in Telugu | https://bit.ly/3KMlbBk | | Selenium with Java in Telugu | https://bit.ly/3tL7Z9S | | Core Java + Selenium online classes in Telugu| https://bit.ly/30008YR | | Career guidance questions in Telugu | https://bit.ly/3IIk9oA | | Core Java - Assignments in Telugu | https://bit.ly/3sJlfds | *** ## Course Content - English <details> <summary>Windows Automation with FlaUI</summary> 1. [Basics of Windows Automation](https://youtu.be/tb1BgILHXCY) 2. [Tools available for Windows Automation](https://youtu.be/qZKGFNv6kLA) 3. [What is FlaUI? Libraries provided by FlaUI?](https://youtu.be/qhPSfkdNJ04) 4. [Downloading and Installation of Visual Studio](https://youtu.be/jmrxsReIJwc) 5. [Project creation in Visual Studio](https://youtu.be/qPhfXR8vDME) 6. [Installation of FlaUI | Windows Automation Tool](https://youtu.be/86wfAnfgqGg) 7. [GUI Inspecting Tools for Windows Applications](https://youtu.be/2rE9dsTXUQE) 8. [Installation of Accessibility Tool - FlaUInspect](https://youtu.be/VYmxWXCGGB0) 9. [Working with Accessibility Tool - FlaUInspect](https://youtu.be/790e_YlV16A) 10. [Launching Windows Application using FlaUI](https://youtu.be/b7Qjsbl1jqE) 11. [Handling Different Types of Controls with FlaUI](https://youtu.be/nCEjzeHmEvk) 12. [Element finding mechanisms in FlaUI](https://youtu.be/7OwF3oXhw14) 13. [Finding Control with Multiple conditions in FlaUI](https://youtu.be/jANcYTmaSNc) 14. [Handling of menu and context menu with FlaUI](https://youtu.be/Ru-M6Tb2Jvw) 15. [Perform Mouse actions using FlaUI](https://youtu.be/eLeVOthqdOo) 16. [Perform Keyboard actions using FlaUI](https://youtu.be/IADVtmY3JVk) 17. [Capture Screenshots using FlaUI](https://youtu.be/7vCZh9VZLvg) 18. [Accessing Standard UIA Properties using FlaUI](https://youtu.be/EOKPiLykNVE) </details> <details> <summary>Java for Absolute Beginners</summary> 1. [Part 1 - Introduction to Java](https://youtu.be/fPxY4hujnq4) 2. [Part 2 - How to Download & Install Java 8 on Windows 10](https://youtu.be/KG0aZOQHHhg) 3. [Part 3 - How to Download & Install Java 11 on Windows 10](https://youtu.be/BP7PgSofmzg) 4. [Part 4 - How to Download and Install Eclipse on Windows 10](https://youtu.be/Mm7JEgWlDsY) 5. [Part 5 - Write your First Java Program with Eclipse IDE](https://youtu.be/DDiVOF0EqGA) 6. [Part 6 - Execute Java Program from Command Prompt](https://youtu.be/mUELIhr5mks) 7. [Part 7 - Variables in Java](https://youtu.be/iM7uec02OlA) 8. [Part 8 - DataTypes in Java](https://youtu.be/L_SUrVJoQHA) 9. [Part 9 - Getting user input data in Java using scanner class](https://youtu.be/b9i-yId8GxI) 10. [Part 10 - Operators in Java](https://youtu.be/WR3oP3dI6l8) 11. [Part 11 - Decision Making Statements (if and if-else) in Java](https://youtu.be/DQjnttmFwHw) 12. [Part 12 - Decision Making Statements (switch) in Java](https://youtu.be/L9bdGbyMNpw) 13. [Part 13 - Looping Statements (while and do-while) in Java](https://youtu.be/HfBBFSpBKYM) 14. [Part 14 - Arrays in Java](https://youtu.be/p6xXuVoo8gI) 15. [Part 15 - Looping Statements (for and foreach) in Java](https://youtu.be/AWdXsNB4TfI) 16. [Part 16 - Methods in Java](https://youtu.be/8Cie6S3Y2rQ) 17. [Part 17 - Class and Object in Java](https://youtu.be/WCfRhPd5Wzo) 18. [Part 18 - Constructors in Java](https://youtu.be/WGYgM7dlet4) 19. [Part 19 - This keyword in Java](https://youtu.be/3gAjQkzzrcM) </details> <details> <summary>Learn Java under 1 minute (Youtube Shorts)</summary> 1. [What is Java?](https://youtube.com/shorts/Uht4_1d_eY0) 2. [Advantages of Java](https://youtube.com/shorts/udRT3UCLaD8) 3. [Download and Install Java](https://youtube.com/shorts/eKdS82tcsn8) 4. [How to set path in Java](https://youtube.com/shorts/FeCWO2HLONg) 5. [Download and install Eclipse IDE](https://youtube.com/shorts/6PJvxjnNYm0) 6. [Write your first program in Eclipse IDE](https://youtube.com/shorts/fWrwxEgSblA) 7. [Download and install IntelliJ IDEA IDE](https://youtube.com/shorts/gOT0TCgdAGE) 8. []() 9. [Write a java program to perform the arithmetic operations on two numbers](https://youtube.com/shorts/uUqQkoRMVYs) 10. [Write a java program to perform Swapping of two numbers](https://youtube.com/shorts/AhBfmH0W_OE) 11. [Write a java program to perform Swapping of two numbers without third variable](https://youtube.com/shorts/3on1icbumTw) 12. [Write a java program to verify whether the given number is an even number or odd number](https://youtube.com/shorts/5MIzubva1eM) 13. [Write a java program to verify whether the given year is a leap year or common year](https://youtube.com/shorts/1cHpsGm0QYM) 14. [Write a java program to calculate the square of a given number](https://youtube.com/shorts/42dtRlDDT7o) 15. [Write a java program to calculate the power of a given number](https://youtube.com/shorts/Q0CdKjzmAQI) 16. [Write a java program to calculate the square root of a given number](https://youtube.com/shorts/_XT7G6lofKo) 17. [Write a java program to convert the temperature from Fahrenheit to Celsius](https://youtube.com/shorts/aGh5In234qU) 18. [Write a java program to verify whether the given number is a prime number or not](https://youtube.com/shorts/kWcWu0ZV5-c) 19. [Write a java program to count the number of digits in a given number](https://youtube.com/shorts/9qCTlGQ5Z2g) 20. [Write a java program to verify whether the given number is an Armstrong number or not](https://youtube.com/shorts/Ar4GZT-kka0) 21. [Write a java program to print the reverse of a given number](https://youtube.com/shorts/LKIqSh3OsUg) 22. [Write a java program to verify whether the given number is palindrome or not](https://youtube.com/shorts/fFZbbsmEFAk) 23. [Write a java program to print numbers ranging from 20 to 50 using while loop](https://youtube.com/shorts/z0Oi1XThM40) 24. [Write a java program to print the even numbers ranging from 50 to 100 using while loop](https://youtube.com/shorts/RkX2hLrxkcA) 25. [Write a java program to print the prime numbers ranging from 10 to 60 using while loop](https://youtube.com/shorts/LbAx8PEajkM) 26. [Write a java program to print the numbers ranging from 5 to 25 using for loop](https://youtube.com/shorts/Eey7UiEDqMs) 27. [Write a java program to print the multiplication table of a given number](https://youtube.com/shorts/WcoiLQCpIuw) 28. [Write a java program to print the sum of the even numbers ranging from 8 to 250 using for loop](https://youtube.com/shorts/kdW36rGtp4I) 29. [Write a java program to print the factorial of a given number](https://youtube.com/shorts/euUqV76fnUw) 30. [Write a java program to print the factors of a given number](https://youtube.com/shorts/ULB0wRldpMc) 31. [Write a java program to print the English Alphabet in Upper case and Lower case](https://youtube.com/shorts/SrF9hpe9BeU) </details> <details> <summary>Selenium WebDriver with Java</summary> 1. [Introduction to Selenium](https://youtu.be/nE3JJQ5zALE) 2. [Downloading and Setting up Selenium WebDriver](https://youtu.be/BbQyHKcdbD8) 3. [Launch Chrome & Firefox Browsers using Selenium WebDriver](https://youtu.be/RgFREgOgSlE) 4. [Auto download Driver Executables using WebDriverManager](https://youtu.be/tdA3tSl0jUg) 5. [Desired Capabilities and Chrome Options in Selenium WebDriver](https://youtu.be/lvIXXilkw60) 6. [Different Locators Available in Selenium WebDriver](https://youtu.be/ZukVi_Qbm58) 7. [Navigation Methods in Selenium WebDriver](https://youtu.be/wlu6pr_QPXQ) 8. [Handling of Basic HTML Controls using Selenium WebDriver](https://youtu.be/Nyx955Dl058) 9. [Handling of HTML Dropdown using Selenium WebDriver](https://youtu.be/WRLZASByeiE) 10. [How to handle Alerts in Selenium WebDriver](https://youtu.be/Ogo_t1c-TN4) 11. [How to handle Multiple Windows in Selenium WebDriver](https://youtu.be/InTZhbAWCrU) 12. [How to Handle Frames in Selenium WebDriver](https://youtu.be/INdpVD26sDI) 13. [XPath vs CSS Selector in Selenium WebDriver](https://youtu.be/d4iJrWsdT4E) 14. [Capture Screenshots using Selenium WebDriver](https://youtu.be/Ld9qJ4psQmI) 15. [PageLoadTimeOut in Selenium WebDriver](https://youtu.be/PZXw8GlV5-o) 16. [Implicit Wait Timeout in Selenium WebDriver](https://youtu.be/OOMer-N5WY4) 17. [Handling of Bootstrap Dropdowns using Selenium WebDriver](https://youtu.be/jBVtlGTOWu0) 18. [How to handle Permission Pop-ups using Selenium WebDriver?](https://youtu.be/deKXbbIHD4w) 19. [How to download files in Chrome, Firefox & Edge browsers using Selenium WebDriver?](https://youtu.be/15-ayP0sukA) 20. [Remove "Chrome is being controlled by automated test software" message using Selenium WebDriver](https://youtu.be/KAbllhPomwE) 21. [How to handle Calendars using Selenium WebDriver | Selenium |](https://youtu.be/HqzlDEPdJ3w) </details> <details> <summary>TestNG - Testing Framework</summary> 1. [Part 1 - Introduction to TestNG](https://youtu.be/LQ72KZAg0QE) 2. [Part 2 - Installation of TestNG](https://youtu.be/EIPHiYYMD0g) 3. [Part 3 - Create and run your first TestNG test](https://youtu.be/k_zFvArWWTs) 4. [Part 4 - Basic structure of TestNG xml file](https://youtu.be/iEOZ2FmTWe0) 5. [Part 5 - Assertions in TestNG](https://youtu.be/MccoImse-qg) 6. [Part 6 - Hard Assertions vs Soft Assertions in TestNG](https://youtu.be/qaLOTq2zPXU) 7. [Part 7 - TestNG annotations and the flow of execution](https://youtu.be/I32ASJ7ICBo) 8. [Part 8 - Parameters in TestNG](https://youtu.be/w7ObteNcxVA) 9. [Part 9 - Optional Parameters in TestNG](https://youtu.be/e-MKvkZrCJ8) 10. [Part 10 - How to enable or disable test cases from testng xml file](https://youtu.be/vCQ-coMJ90k) 11. [Part 11 - How to prioritize your tests in TestNG](https://youtu.be/3kVJ9Yi3ruA) 12. [Part 12 - How to ignore tests in TestNG](https://youtu.be/iqkCLlpw3JQ) 13. [Part 13 - How to group your tests in TestNG](https://youtu.be/nm3J-TivIVs) 14. [Part 14 - How to create the test dependencies in TestNG](https://youtu.be/QOF4t3UfgUI) 15. [Part 15 - How to create the test group dependencies in TestNG](https://youtu.be/_0kSbiOOnO4) 16. [Part 16 - What is a Dataprovider and how to use it in TestNG](https://youtu.be/Zi1U-8qvWSs) 17. [Part 17 - Parameters of Test Method and Return types of Dataprovider](https://youtu.be/90_Pv6ixtj0) 18. [Part 18 - How to use the dataprovider partially in TestNG](https://youtu.be/do0Bql_QVhg) 19. [Part 19 - How to create the dataprovider in a separate class](https://youtu.be/RZov5D58p2Q) 20. [Part 20 - Integration of Excel with Dataprovider](https://youtu.be/t8zlxZ1CwKw) 21. [Part 21 - Parallel execution with DataProvider in TestNG](https://youtu.be/T6XCjr98bA8) 22. [Part 22 - How to use timeout & expectedExceptions attributes in TestNG](https://youtu.be/ZU6qdmW0SmY) 23. [Part 23 - Execute your tests in parallel using TestNG](https://youtu.be/lMzdCHom2vs) 24. [Part 24 - How to use invocationCount, invocationTimeOut & threadPoolSize in TestNG](https://youtu.be/qIENXnWJLpI) 25. [Part 25 - TestNG Listeners](https://youtu.be/neG1AJCH_3Q) 26. [Part 26 - Capture screenshots for only failed tests in TestNG](https://youtu.be/S5wJYCHrUQ4) 27. [Part 27 - Default reports generated by TestNG](https://youtu.be/ilCo0C0HBEI) 28. [Part 28 - Extent reports integration with TestNG (using Annotations)](https://youtu.be/P9zZ35dgrxg) </details> <details> <summary>Extent Reports</summary> 0. [P0 - Extent Reports Course Introduction](https://youtu.be/iyV-fDheyD0) 1. [P1 - Overview of the extent reports](https://youtu.be/nPXJohqAbwU) 2. [P2 - Download and Setup extent report libraries](https://youtu.be/YqCdblSNJUs) 3. [P3 - Create a basic extent report](https://youtu.be/b1zJf52Ex14) 4. [P4 - Understand the log levels in extent reports](https://youtu.be/ySFkim9jkeY) 5. [P5 - Log different types of information to the extent reports](https://youtu.be/79irFF_yJV8) 6. [P6 - Attach screenshots to the extent reports](https://youtu.be/hXG6uV51OLw) 7. [P7 - Different attributes available for a test in extent reports](https://youtu.be/HtnhNshkSy0) 8. [P8 - Extent report configuration using Java, JSON and XML](https://youtu.be/CS7_1bQrbU4) 9. [P9 - Add the system/environment information to extent reports](https://youtu.be/zr6ESxf0W7A) 10. [P10 - Remove/Change the order of the tabs in Extent reports](https://youtu.be/3XON01EALIQ) 11. [P11 - Generate the extent report for only failed or skipped or passed tests](https://youtu.be/S7wOFnYmZw0) 12. [P12 - Shortcuts in extent reports](https://youtu.be/W9ekdTm65Jc) 13. [P13 - Extent reports integration with TestNG (using Annotations)](https://youtu.be/P9zZ35dgrxg) </details> <details> <summary>XPath in Selenium WebDriver</summary> 1. [What is XPath? Types of XPath? How to write XPath?](https://youtu.be/Em2PfKQ26Zw) 2. [XPath Operators & XPath Functions - and, or, text, contains, starts-with and normalize-space](https://youtu.be/OTStvDR_jF4) 3. [XPath Axes - ancestor, parent, following-sibling, preceding-sibling, child and descendant](https://youtu.be/aAWvwGFkySI) </details> <details> <summary>CSS Selectors in Selenium WebDriver</summary> 1. [Part 1 - What is CSS Selector & Types of CSS Selector](https://youtu.be/DlsmZ1hdgPI) 2. [Part 2 - CSS Simple Selectors](https://youtu.be/JMlXasD2UhU) 3. [Part 3 - CSS Attribute Selectors](https://youtu.be/pZPNJ41ePmE) 4. [Part 4 - CSS Combinator selectors](https://youtu.be/vQvs1WSQwI0) 5. [Part 5 - Conditions and Pseudo Classes in CSS Selectors](https://youtu.be/dwB9jkFaiuU) </details> <details> <summary>Apache POI (Java Library for reading and writing Microsoft Office files)</summary> 1. [Part 1 - Introduction to Apache POI](https://youtu.be/mHHflDVLD0o) 2. [Part 2 - How to Create Excel File using Apache POI](https://youtu.be/q-fREhjTmNk) 3. [Part 3 - How to Read Excel File using Apache POI](https://youtu.be/JAyJSffgm7c) </details> <details> <summary>Apache PDFBox (Java Library for manipulating PDF files)</summary> 1. [How to read the data from PDF file using Apache PDFBox](https://youtu.be/9O_y9wI7P0A) </details> <details> <summary>JavascriptExecutor in Selenium WebDriver</summary> 1. [What is JavascriptExecutor in Selenium WebDriver?](https://youtu.be/vwdNFoS9aQM) 2. [Enter Text into a Textbox using JavascriptExecutor in Selenium WebDriver](https://youtu.be/AHUhFgWYtAA) 3. [Perform Click Operation using JavascriptExecutor in Selenium WebDriver](https://youtu.be/sXCTNmOmB_s) 4. [Perform Scroll Operations using Javascript Executor in Selenium WebDriver](https://youtu.be/3c2rE51MzWI) 5. [Highlight Web Elements using JavascriptExecutor in Selenium WebDriver](https://youtu.be/mTkeNj5tglw) </details> <details> <summary>Selenium WebDriver Interview Questions</summary> 1. [What is the meaning of WebDriver driver = new ChromeDriver() in Selenium WebDriver?](https://youtu.be/ZJI2sdTLVEg) 2. [Why do we need to typecast the WebDriver Instance to use TakeScreenshot or JavascriptExecutor?](https://youtu.be/I2Dc6TOzPVQ) 3. [How to Find Broken Links using Selenium WebDriver?](https://youtu.be/3liZaog-xXM) 4. [How to Find Broken Images using Selenium WebDriver?](https://youtu.be/6NXZQYs-Eig) 5. [What is the difference between findElement and findElements in #Selenium WebDriver?](https://youtu.be/NInJVd6aBKM) 6. [What is the difference between driver.close() and driver.quit() in Selenium WebDriver?](https://youtu.be/-2h8wAgzvHo) 7. [What is the difference between driver.get() and driver.navigate().to() in Selenium WebDriver?](https://youtu.be/VU1yut6JEHs) </details> <details> <summary>Maven</summary> 1. [Install Maven on Windows](https://youtu.be/-6Gq_lQbR_c) </details> <details> <summary>How to fix Eclipse Errors</summary> 1. [How to fix error "A JRE or JDK must be available in order to run Eclipse" ](https://youtu.be/duE6IfQfzKY) 2. [How to fix "Failed to load the JNI shared library" error](https://youtu.be/4Y9mjyxO8EY) </details> *** ## Course Content - Telugu <details> <summary>Core Java in Telugu</summary> 0. [P0 - Java Course Introduction](https://youtu.be/_3GP0qyTbsI) 1. [P1 - Introduction to Programming](https://youtu.be/6vbgKKSYdBA) 2. [P2 - Introduction to Java](https://youtu.be/ILFg074rlNY) 3. [P3 - Downloading and Installation of Java version 8](https://youtu.be/_0sfaKYTlmA) 4. [P4 - Downloading and Installation of Java version 11 and 17 ](https://youtu.be/Nm6Q-91j6kY) 5. [P5 - Which version of java should be installed in our machine](https://youtu.be/HddwqIDGkg8) 6. [P6 - Tools required for writing and executing Java programs](https://youtu.be/C8ofg23qLNA) 7. [P7 - Writing and Executing our first java program using Notepad and Command Prompt](https://youtu.be/RXqpwLpSdkc) 8. [P8 - Download and Install the Eclipse IDE](https://youtu.be/c6XM9dfzSGI) 9. [P9 - Getting started with Eclipse IDE](https://youtu.be/elR_H9uzQA4) 10. [P10 - Writing & Executing our first java program using Eclipse IDE](https://youtu.be/ONb-Vx4EOSI) 11. [P11 - Packages in Java](https://youtu.be/GfOS3G6vxo8) 12. [P12 - Class in Java](https://youtu.be/XBESTWKipko) 13. [P13 - Data types in Java](https://youtu.be/RcnWMWptnDk) 14. [P14 - Variables in Java](https://youtu.be/xINs7Qqlk-Y) 15. [P15 - Methods in Java](https://youtu.be/E-jRVfgT2es) 16. [P16 - Different type of print statements in Java](https://youtu.be/U4wsiDx74oE) 17. [P17 - Operators in Java](https://youtu.be/GEmkzPZ9hx8) 18. [P18 - How to get the user input from console](https://youtu.be/ebIej53TQ9Y) 19. [P19 - Decision making statements (if & if else) in java](https://youtu.be/ACkYv4ZxlN8) 20. [P20 - Decision making statements (switch) in java](https://youtu.be/KX2AnUKvgSE) 21. [P21 - Constructors in Java](https://youtu.be/JSwJHLWGmq4) 22. [P22 - Object in Java](https://youtu.be/Hx3IS85r5No) 23. [P23 - Comments in Java](https://youtu.be/Tg_brasnNsU) 24. [P24 - Looping statements (while & do-while) in Java](https://youtu.be/eP4My4udo7k) 25. [P25 - Looping statements (for) in Java](https://youtu.be/NLpDOqGPT3U) 26. [P26 - Arrays (Single Dimensional) in Java](https://youtu.be/RMpjvycSZW0) 27. [P27 - Arrays (Multi Dimensional) in Java](https://youtu.be/NY8nbEWq-UY) 28. [P28 - Looping statements (foreach) in Java](https://youtu.be/NdItof24fyo) 29. [P29 - Strings in Java](https://youtu.be/7otVOAZm6R8) 30. [P30 - Static and Non static in java](https://youtu.be/7otVOAZm6R8) 31. [P31 - Type Inference with local variables in Java](https://youtu.be/VcDIytUbTjs) 32. [P32 - OOPs in Java](https://youtu.be/2-NiRzi4jJU) 33. [P33 - Inheritance in Java](https://youtu.be/3k-q-qk6MEU) 34. [P34 - Access Modifiers in Java](https://youtu.be/dkUSSdUpmyY) 35. [P35 - Encapsulation in Java](https://youtu.be/ubUS0Bqj_lg) 36. [P36 - Interface in Java - 1](https://youtu.be/p19Q6pbczjc) 37. [P37 - Abstract Class in Java](https://youtu.be/WxNzvrpddqQ) 38. [P38 - Abstraction in Java](https://youtu.be/sSR3czd45ZU) 39. [P39 - Polymorphism in Java](https://youtu.be/dDSHPBB2Z4I) 40. [P40 - Exception handling in Java - 1](https://youtu.be/9oxcNSeU96k) 41. [P41 - Files in Java](https://youtu.be/vQleKEabzu4) 42. [P42 - Handle text files in Java](https://youtu.be/sP33Aixm9rE) 43. [P43 - Exception handling in Java - 2](https://youtu.be/20tUEKYTLpI) 44. [P44 - POJO Class & Java Bean Class in Java ](https://youtu.be/jgNxBZ9194Q) 45. [P45 - Collections Overview in Java](https://youtu.be/Qg0vs4qBZcA) 46. [P46 - ArrayList & Vector in Java](https://youtu.be/9f4fbj1YjY4) 47. [P47 - Stack in Java](https://youtu.be/F5R7wn-ZXl0) 48. [P48 - LinkedList in Java](https://youtu.be/ON7aGP85Kiw) 49. [P49 - Assignment on List Interface in Java](https://youtu.be/uqSQQxIav70) 50. [P50 - Map in Java](https://youtu.be/uJPB2V7ruN8) 51. [P51 - Queue in Java](https://youtu.be/blIoH9IJlNY) 52. [P52 - Set in Java](https://youtu.be/EpMRkjt-FaU) 53. [P53 - Handle properties files in Java](https://youtu.be/K4MEmLv0cZw) 54. [P54 - Iterator, ListIterator & Enumeration in Java](https://youtu.be/kJ0wclE5lZ4) 55. [P55 - JDK, JRE and JVM in Java](https://youtu.be/UAnsiqNZl64) 56. [P56 - Memory Management in Java](https://youtu.be/8bqQp7xcc2Q) 57. [P57 - Anonymous objects in Java](https://youtu.be/wbb84Rwi_IQ) 58. [P58 - Garbage Collection in java](https://youtu.be/5d_5V-us-Ic) 59. [P59 - Inner classes in Java - Part 1](https://youtu.be/Hfp-PaAU4EY) 60. [P60 - Inner classes in Java - Part 2](https://youtu.be/YpFz_6anXTA) 61. [P61 - Interfaces in Java - Part 2](https://youtu.be/c5iq0VksvX8) 62. [P62 - Lambda expressions in java](https://youtu.be/AdfXQVJVN2w) 63. [P63 - Multithreading in Java - Part 1](https://youtu.be/-403CaIeo2o) 64. [P64 - Multithreading in Java - Part 2](https://youtu.be/Cq4oikPOH_0) 65. [P65 - Multithreading in Java - Part 3](https://youtu.be/v8rIwZqVsyA) 66. [P66 - StringBuffer and StringBuilder in Java](https://youtu.be/g3iZXiu7KbU) </details> <details> <summary>Selenium Java in Telugu</summary> 1. [Part 0 - Selenium Java in Telugu - Course Introduction](https://youtu.be/Jto7decWdpQ) 2. [Part 1 - Introduction to Selenium WebDriver](https://youtu.be/ItHM9NhtVpE) 3. [Part 2 - Tools & Software required for working with Selenium WebDriver](https://youtu.be/8YjPP3JMQ8w) 4. [Part 3 - Java Basics for working with Selenium WebDriver](https://youtu.be/wgWv_0LB7AE) 5. [Part 4 - Download and Install Selenium WebDriver](https://youtu.be/lFV9roUnTC4) 6. [Part 5 - Launch Chrome & Firefox Browsers using Selenium WebDriver](https://youtu.be/RVaN0e3d9nM) 7. [Part 6 - Auto Download driver executables using WebDriverManager](https://youtu.be/b_LWRht3qYA) 8. [Part 7 - Different Locators available in Selenium WebDriver](https://youtu.be/aIh79kaJ4MI) 9. [Part 8 - How to handle TextBoxes in Selenium WebDriver](https://youtu.be/mx5t9WdTFW8) 10. [Part 9 - How to handle basic html controls in Selenium WebDriver](https://youtu.be/-j_UjVymopg) 11. [Part 10 - How to handle Dropdowns in Selenium WebDriver](https://youtu.be/Q8UK1no-uTA) 12. [Part 11 - Navigation Methods in Selenium WebDriver](https://youtu.be/AlXdRMwILe0) 13. [Part 12 - How to handle alerts in a web page using Selenium WebDriver](https://youtu.be/QxlnLI2GGFQ) 14. [Part 13 - How to handle multiple windows or tabs using Selenium WebDriver](https://youtu.be/HmlCk02iydE) 15. [Part 14 - How to handle frames in a web page using Selenium WebDriver](https://youtu.be/fuc4I0tHVNo) 16. [Part 15 - How to capture screenshots of a web page using Selenium WebDriver](https://youtu.be/TP4zFGgx-PI) 17. [Part 16 - PageLoadTimeout in Selenium WebDriver](https://youtu.be/O2gBdimlDi0) 18. [Part 17 - Implicit Wait Timeout in Selenium WebDriver](https://youtu.be/0Wziy-wwzmM) 19. [Part 18 - Explicit Wait in Selenium WebDriver](https://youtu.be/Hn3hqlszoAs) 20. [Part 19 - How to maximize browser window in Selenium WebDriver](https://youtu.be/POhpyNQeck8) 21. [Part 20 - How to get URL, Title, PageSource using Selenium WebDriver](https://youtu.be/f8xoErVL7QU) 22. [Part 21 - How to get WebElement properties using Selenium WebDriver](https://youtu.be/7WRrpNqmmcE) 23. [Part 22 - XPath Full Course in เฐคเฑ†เฐฒเฑเฐ—เฑ](https://youtu.be/ilTFwMV3lHk) 24. [Part 23 - Perform Mouse Actions in Selenium WebDriver](https://youtu.be/Sn-ObiJIE5E) 25. [Part 24 - How to handle Calendars using Selenium WebDriver](https://youtu.be/nxdNPaKg7F8) 26. [Part 25 - JavascriptExecutor in Selenium WebDriver](https://youtu.be/owCkCghqU-8) 27. [Part 26 - Selenium Manager in Selenium WebDriver](https://youtu.be/f9_AbQ1-nEU) 28. [Bonus - Common issues faced while working with Selenium WebDriver](https://youtu.be/oIhRNl5q3OI) </details> <details> <summary>Core Java + Selenium online classes in Telugu</summary> 1. [Day 1 - Basics of Java ](https://youtu.be/wqDciGAYjtY) 2. [Day 2 - Downloading and Installation of Java 8 version](https://youtu.be/zThaAPQn8BM) 3. [Day 3 - Downloading and Installation of Java 11 and java 17 versions](https://youtu.be/z5Lch1GBqz4) 4. [Day 4 - Downloading and installation of Eclipse](https://youtu.be/FN-sdTMbRpA) 5. [Day 5 - Writing and executing our first java program (Notepad & Eclipse) ](https://youtu.be/i8J1gkeScgI) 6. [Day 6 - Datatypes in Java](https://youtu.be/FPXKMsxmxv4) 7. [Day 7 - Variables in Java](https://youtu.be/DXgGYLelCac) 8. [Day 8 - Operators in Java](https://youtu.be/eFjyJyy8vng) 9. [Day 9 - Decision making statements in Java - Part 1](https://youtu.be/T2yFKxXZd4c) 10. [Day 10 - Decision making statements in Java - Part 2](https://youtu.be/3bhQdAC_afE) 11. [Day 11 - Looping statements in Java - Part 1](https://youtu.be/l6NSM4Rx63c) 12. [Day 12 - Arrays in Java & Looping statements in Java - Part 2](https://youtu.be/HtHJo31NIBw) 13. [Day 13 - Foreach loop in Java](https://youtu.be/C1wCojpSTMk) 14. [Day 14 - Class, Object, Constructors and Methods in Java](https://youtu.be/qWyP9NNDeZc) 15. [Day 15 - String and its Methods in Java](https://youtu.be/NXAyoDwx5iY) 16. [Day 16 - Static and Non-Static in Java ](https://youtu.be/oJ2LY86_T7A) 17. [Day 17 - Object oriented programming principles in Java](https://youtu.be/hJgHM6e47Ic) 18. [Day 18 - OOPs - Part 2 & Handling of Properties File in Java](https://youtu.be/qFY04DHA99c) 19. [Day 19 - Handling of Text File in Java - Part 1](https://youtu.be/vWu77GPcAIE) 20. [Day 20 - Handling of Text File in Java - Part 2](https://youtu.be/WJ3sydy_9-I) 21. [Day 21 - Exception handling in Java - Part 1](https://youtu.be/hoLyvRZq1N8) 22. [Day 22 - Exception handling in Java - Part 2](https://youtu.be/aUqdZJWnNXU) 23. [Day 23 - Collections overview - Part 1](https://youtu.be/lKWf8ghB8EA) 24. [Day 24 - Arraylist in Java](https://youtu.be/gjSONTGpOhA) 25. [Day 25 - Linkedlist & Vector in Java](https://youtu.be/UWuhoZHC9tU) 26. [Day 26 - Hashmap in Java](https://youtu.be/wWhvc0MYYY0) 27. [Day 27 - Accessibility Modifiers, Working with jar, Set in Java](https://youtu.be/GCpmsFqUkQw) 28. [Day 28 - Introduction & Installation of Selenium ](https://youtu.be/fUkoZHLa1Xg) 29. [Day 29 - Maven Basics & Installation of Selenium in Maven Project](https://youtu.be/4y-PDZaVXNY) 30. [Day 30 - Launch browser using Selenium WebDriver ](https://youtu.be/-F9yLlSs8RY) 31. [Day 31 - Navigate to URL and close the browser in Selenium](https://youtu.be/-BWcANajKK4) 32. [Day 32 - Understand the HTML DOM](https://youtu.be/OGqA6-CPCpE) 33. [Day 33 - Get the Text from any WebElement](https://youtu.be/KZ9bii0PBZw) 34. [Day 34 - XPath - Part 1](https://youtu.be/he_GP9Z8-Uw) 35. [Day 35 - XPath Functions](https://youtu.be/NabcT7AMR4M) 36. [Day 36 - XPath Axes](https://youtu.be/_ttSATamUWo) 37. [Day 37 - Handle Radio Button, Button, Check Box, Link in Selenium](https://youtu.be/rWPtGqksn5E) 38. [Day 38 - Handle Dropdowns in Selenium](https://youtu.be/BXNzNK2YOTk) 39. [Day 39 - WebDriverManager and Alerts](https://youtu.be/bopEagjCMas) 40. [Day 40 - Handle frames in Selenium](https://youtu.be/qXvqmKQgxIw) 41. [Day 41 - Handle multiple windows in Selenium ](https://youtu.be/yllyS0LZ__o) 42. [Day 42 - Navigation & Timeouts in Selenium](https://youtu.be/_9cmFCzWPgI) 43. [Day 43 - Waits in Selenium](https://youtu.be/S3RE_ODZzE0) 44. [Day 44 - JavascriptExecutor in Selenium](https://youtu.be/4kHfCNxBSSY) 45. [Day 45 - Capture screenshots in Selenium](https://youtu.be/Kv4HkLOooGY) 46. [Day 46 - CSS Selectors in Selenium](https://youtu.be/_XyV2fsw8po) 47. [Day 47 - Mouse & Keyboard actions in Selenium](https://youtu.be/6lbqeljLyeU) </details> <details> <summary>Career guidance questions (FAQ) in Telugu</summary> 1. [Iโ€™m from Non IT background, can I learn Software Testing?](https://youtu.be/CH303j_S5X8) 2. [I have a career gap, does the software testing field suitable for me](https://youtu.be/WDsNpyv6aIQ) 3. [Is the manual testing dying?](https://youtu.be/tU7hAZVpCJc) 4. [Is the manual testing knowledge required for automation testing](https://youtu.be/khEt-tNE3VQ) 5. [Does tester get less salary than developer](https://youtu.be/-Xyldz4roMA) </details> <details> <summary>Core Java - Assignments</summary> 1. [Core Java - Assignment #1](https://youtu.be/7lbkzIovNvo) 2. [Core Java - Assignment #2](https://youtu.be/zsOLKk6J_g4) 3. [Core Java - Assignment #3](https://youtu.be/QvNGZD0ZuCc) 4. [Core Java - Assignment #4](https://youtu.be/W3HBAzJu0C4) 5. [Core Java - Assignment #5](https://youtu.be/6O85dy_Vk6M) 6. [Core Java - Assignment #6](https://youtu.be/RQqEFpzdGOg) 7. [Core Java - Assignment #7](https://youtu.be/8LNfuC2Kwgg) 8. [Core Java - Assignment #8](https://youtu.be/LUhnZYI3Y6Y) </details> *** ## Connect Me/ Follow Me @ ๐Ÿ‘‡ [<img height="30" width="37" src = "https://cdn.worldvectorlogo.com/logos/gmail-icon-2.svg">](mailto:hyadagirireddytutorials@gmail.com) &nbsp; [<img height="30" width="37" src = "https://cdn.worldvectorlogo.com/logos/blogger-1.svg">](https://www.hyrtutorials.com/) [<img height="30" src="https://cdn.worldvectorlogo.com/logos/twitter-6.svg" />](https://twitter.com/Hyrtutorials) [<img height="30" src="https://cdn.worldvectorlogo.com/logos/linkedin-icon-2.svg" />](https://www.linkedin.com/company/hyrtutorials/) &nbsp; [<img height="30" src="https://cdn.worldvectorlogo.com/logos/facebook-3.svg" />](https://www.facebook.com/HYRTutorials/) &nbsp; [<img height="30" src="https://cdn.worldvectorlogo.com/logos/instagram-2-1.svg" />](https://www.instagram.com/hyrtutorials/) &nbsp; [<img height="30" src="https://cdn.worldvectorlogo.com/logos/telegram.svg" />](https://t.me/hyrtutorials) *** ## Support Me ๐Ÿ‘‡ If you like my work, You can show your support and buy me a [coffee](https://www.buymeacoffee.com/yadagirireddy) โ˜• *** ![alt text][logo] [logo]: https://1.bp.blogspot.com/-2ay0S4DnE2Y/X10bo891-HI/AAAAAAAABF0/Th_6-D2c8fQTI5KheShLcrWF68LREL-MQCLcBGAsYHQ/w400-h110/output-onlinepngtools%2B%25281%2529.png "H Y R Tutorials"
0
mattdesl/lwjgl-basics
:wrench: LibGDX/LWJGL tutorials and examples
null
null
0
kaviles/BLE_Tutorials
A repo of tutorials for programming Bluetooth Low Energy Apps.
null
null
0
javadevjournal/javadevjournal
Source code for the tutorials published on the Javadevjournal site.
java maven rest rest-api spring-boot spring-cloud spring-core spring-data-jpa spring-mvc spring-security
# Java Dev Journal Java and Spring development tutorials **[Java Dev Journal][Java Dev Journal]** is a technical blog which publish articles, blog post on the following topics: - [Java][Java] - [Spring Boot][Spring Boot] - [Spring][Spring] - [Spring MVC][Spring MVC] - [Spring Security][Spring Security] - [REST API][REST API] - [Shopizer][Shopizer] ## Spring Boot Course If you are starting with the Spring Boot, we have a free course on the Spring Boot.Our free Spring Boot course start from the basic and bring you to the speed with the advance concepts of the Spring Boot.The course includes free video lessons to help you lean the concepts more easily. <img src="https://prod-acb5.kxcdn.com/wp-content/uploads/2018/02/spring-boot-icon-200x196.png" height="100"> - [Spring Boot Course][Spring Boot Course] - [Spring Boot Video Lessons][Spring Boot Video Lessons] ## Build REST API With Spring Leanr fundamentals of building REST API with Spring. Our free course will help you to quickely start from the basics of the REST.This course help you to impliment these REST principles using Spring framework. <img src="https://prod-acb5.kxcdn.com/wp-content/uploads/2018/02/rest-icon-200x196-1.png" height="100"> - [REST with Spring Series][REST with Spring Series] ## Techinical Interview Series If you are preparing for your next job interview, we have an interview series to help you prepare for your next job. - [Spring Core Interview Q/A][Spring Core Interview Q/A] - [Spring MVC Interview Questions with Answers][Spring MVC Interview Questions with Answers] - [Spring Boot Interview Questions][Spring Boot Interview Questions] - [Java Interview Questions][Java Interview Questions] ## Source Code This repository contains the source code for all the artcile published on the [JavaDevJournal][JavaDevJournal].All these projects are maven based.You can download and run the project by following these steps: ### Building the Project To build these mavens based projects,run the following command: `mvn clean install` ### Running Spring Boot Project To run a Spring Boot module run the command: `mvn spring-boot:run ` ### Running Java Project Find the `main` class and run it. ## Few Popular Articles on [Java Dev Journal][Java Dev Journal] - [Building a Spring Boot application using IntelliJ IDEA](https://www.javadevjournal.com/spring-boot/spring-boot-application-intellij/) - [Error Handling for REST with Spring](https://www.javadevjournal.com/spring/exception-handling-for-rest-with-spring/) - [Spring REST API Validation](https://www.javadevjournal.com/spring/spring-rest-api-validation/) - [Copy a File or Directory in Java](https://www.javadevjournal.com/java/java-copy-file-directory/) - [REST Pagination in Spring](https://www.javadevjournal.com/spring/rest-pagination-in-spring/) - [How to Make a Deep Copy of an Object in Java](https://www.javadevjournal.com/java/java-deep-copy/) - [Log Incoming Requests In Spring](https://www.javadevjournal.com/spring/log-incoming-requests-spring/) - [How to add a filter in Spring Boot](https://www.javadevjournal.com/spring-boot/spring-boot-add-filter/) - [Spring Singleton vs Singleton Pattern](https://www.javadevjournal.com/spring/spring-singleton-vs-singleton-pattern/) - [Data Conversion for Spring REST API](https://www.javadevjournal.com/spring/data-conversion-spring-rest-api/) - [Guide to Spring Session](https://www.javadevjournal.com/spring/spring-session/) - [Internationalization in Spring Boot](https://www.javadevjournal.com/spring-boot/spring-boot-internationalization/) [Java Dev Journal]: https://www.javadevjournal.com "Java Dev Journal" [Spring Boot Course]: https://www.javadevjournal.com/spring-boot/ "Spring Boot Course" [Spring Boot Video Lessons]: https://www.youtube.com/watch?v=ECijic3ucFs&list=PLGWM-WydG5jJWmFUe3l7YXAwFmMZWieW8 "Spring Boot Video Lessons" [REST with Spring Series]: https://www.javadevjournal.com/rest-with-spring-series/ "REST with Spring Series" [JavaDevJournal]: https://www.javadevjournal.com "JavaDevJournal" [Java]: https://www.javadevjournal.com/category/java/ "Java" [Spring]: https://www.javadevjournal.com/category/spring/ "Spring" [Spring Boot]: https://www.javadevjournal.com/category/spring-boot/ "Spring Boot" [Spring MVC]: https://www.javadevjournal.com/category/spring-mvc/ "Spring MVC" [Spring Security]: https://www.javadevjournal.com/spring-security-tutorial/ "Spring Security Tutorial" [REST API]: https://www.javadevjournal.com/category/spring/rest/ "REST API" [Shopizer]: https://www.javadevjournal.com/category/shopizer/ "Shopizer" [Spring Core Interview Q/A]: https://www.javadevjournal.com/spring/spring-interview-questions/ "Spring Core Interview Q/A" [Spring MVC Interview Questions with Answers]: https://www.javadevjournal.com/spring-mvc/spring-mvc-interview-questions/ "Spring MVC Interview Questions with Answers" [Spring Boot Interview Questions]: https://www.javadevjournal.com/spring-boot/spring-boot-interview-questions/ "Spring Boot Interview Questions" [Java Interview Questions]: https://www.javadevjournal.com/java/java-interview-questions/ "Java Interview Questions" [Java Dev Journal]: https://www.javadevjournal.com "Java Dev Journal" # Free Developer Tool Free Online Developer Tool **[Free Developers Tools][Free Developers Tools]** is a free toolset for developers to do some quick tasks like JSON validation, minification etc.Here are some of the free tool you can use - [Free QR Generator][Free QR Generator] - [Free HTML formatters][Free HTML formatters] - [Free JSON formatters][Free JSON formatters] [Free Developers Tools]: https://www.freedataformatter.com "Free Developers Tools" [Free QR Generator]: https://www.freedataformatter.com/qr-code "Free QR Generator" [Free HTML formatters]: https://www.freedataformatter.com/formatter/html-formatter.htm "Free HTML formatters" [Free JSON formatters]: https://www.freedataformatter.com/formatter/json-formatter.html "Free JSON formatters" # Online Compilers Free Online Compiler **[Free Online Compilers][Free Online Compilers]** provide online compilers to various programming languages.Use our online free compilers to run your code in real time and see the results without any wait. - [Online Java Compiler][Online Java Compiler] - [Online Python Compiler][Online Python Compiler] [Free Online Compilers]: https://editor.javadevjournal.com "Free Online Compilers" [Online Java Compiler]: https://editor.javadevjournal.com/java-compiler.html "Free Online Java Compiler" [Online Python Compiler]: https://editor.javadevjournal.com/python-compiler.html "Free Online Python Compiler"
0
code-not-found/spring-ws
Spring WS Tutorials
maven spring spring-boot spring-ws springboot
# Spring WS Tutorials [![Build Status](https://travis-ci.org/code-not-found/spring-ws.svg?branch=master)](https://travis-ci.org/code-not-found/spring-ws) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) This repository contains the source code for the spring-ws examples posted on [https://codenotfound.com/spring-ws-tutorials](https://codenotfound.com/spring-ws-tutorials) In case of questions or remarks please leave a comment in the respective blog post or open a GitHub issue. Thanks!
0
code-not-found/jsf-primefaces
JSF Primefaces Tutorials
joinfaces jsf maven primefaces spring springboot
# JSF Primefaces Tutorials [![Build Status](https://travis-ci.org/code-not-found/jsf-primefaces.svg?branch=master)](https://travis-ci.org/code-not-found/jsf-primefaces) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) This repository contains all the source code for the JSF Primefaces examples posted on [https://codenotfound.com/jsf-primefaces-tutorials](https://codenotfound.com/jsf-primefaces-tutorials) In case of questions or remarks please leave a comment in the respective blog post or open a GitHub issue. Thanks!
0
dapr/quickstarts
Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
null
# Dapr Quickstarts and Tutorials [![Build Status](https://github.com/dapr/quickstarts/workflows/samples/badge.svg?event=push&branch=master)](https://github.com/dapr/quickstarts/actions?workflow=samples) [![Discord](https://img.shields.io/discord/778680217417809931)](https://discord.com/channels/778680217417809931/778680217417809934) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache-yellow.svg)](https://www.apache.org/licenses/LICENSE-2.0) If you are new to Dapr and haven't done so already, it is recommended you go through the Dapr [Getting Started](https://docs.dapr.io/getting-started/install-dapr-cli/) instructions. ### Quickstarts Pick a building block API (for example, PubSub, state management, etc) and rapidly try it out in your favorite language SDK (recommended), or via HTTP. Visit the [Dapr Docs Quickstarts Guide](https://docs.dapr.io/getting-started/quickstarts/) for a comprehensive walkthrough of each example. | Dapr Quickstart | Description | |:--------:|:--------:| | [Publish and Subscribe](./pub_sub) | Asynchronous communication between two services using messaging | | [Service Invocation](./service_invocation) | Synchronous communication between two services using HTTP | | [State Management](./state_management/) | Store a service's data as key/value pairs in supported state stores | | [Bindings](./bindings/) | Work with external systems using input bindings to respond to events and output bindings to call operations | | [Secrets Management](./secrets_management/) | Securely fetch secrets | | [Actors](./actors) | Create stateful, long running objects with identity | | [Configuration](./configuration) | Get configuration items as key/value pairs or subscribe to changes whenever a configuration item changes | | [Cryptography](./cryptography) | Perform cryptographic operations without exposing keys to your application | | [Resiliency](./resiliency) | Define and apply fault-tolerant policies (retries/back-offs, timeouts and circuit breakers) to your Dapr API requests | | [Workflow](./workflows) | Dapr Workflow enables you to create long running, fault-tolerant, stateful applications | ### Tutorials Go deeper into a topic or scenario, oftentimes using building block APIs together to solve problems (for example, build a distributed calculator, build and deploy an app to Kubernetes). | Tutorials | Description | |------|------| | [Hello-world](./tutorials/hello-world) | Demonstrates how to run Dapr locally. Highlights service invocation and state management. | | [Hello-kubernetes](./tutorials/hello-kubernetes) | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. | | [Distributed-calculator](./tutorials/distributed-calculator) | Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management. | | [Pub-sub](./tutorials/pub-sub) | Demonstrates how to use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. | | [Bindings](./tutorials/bindings) | Demonstrates how to use Dapr to create input and output bindings to other components. Uses bindings to Kafka.| | [Observability](./tutorials/observability) | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. | | [Secret Store](./tutorials/secretstore) | Demonstrates the use of Dapr Secrets API to access secret stores. | ## Code of Conduct Please refer to our [Dapr Community Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md)
0
in28minutes/MockitoTutorialForBeginners
Mockito Tutorial for Beginners
null
# Mockito Tutorial For Beginners [![Image](https://www.springboottutorial.com/images/Course-Learn-Unit-Testing-With-JUnit-and-Mockito.png "Mockito Tutorial : Learn mocking with 25 Junit Examples")](https://www.udemy.com/course/mockito-tutorial-with-junit-examples/) ## Gain expertise on the most popular java mocking framework * [Installing Eclipse, Maven and Java](#installing-tools) * [Running Examples](#running-examples) * [Course Overview](#course-overview) - [Course Steps](#step-list) - [Expectations](#expectations) * [About in28Minutes](#about-in28minutes) - [Our Beliefs](#our-beliefs) - [Our Approach](#our-approach) - [Find Us](#useful-links) - [Other Courses](#other-courses) ## Installing Tools - PDF : https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf - Video : https://www.youtube.com/watch?v=eqRF4xHoGck ## Course Overview ### Step List #### JUnit - Step 01 : Need for Unit Testing - Step 02 : Setting up your First JUnit - Step 03 : First Successful JUnit. Green Bar and assertEquals - Step 04 : Refactoring Your First JUnit Test - Step 05 : Second JUnit Example assertTrue and assertFalse - Step 06 : @Before @After - Step 07 : @BeforeClass @AfterClass - Step 08 : Comparing Arrays in JUnit Tests - Step 09 : Testing Exceptions in JUnit Tests - Step 10 : Testing Performance in JUnit Tests - Step 11 : Parameterized Tests - Step 12 : Organize JUnits into Suites #### Mockito - Step 01 : Set up an Eclipse Project with JUnit and Mockito frameworks. First Green Bar. - Step 02 : Example to start understanding why we need mocks. - Step 03 : What is a stub? Create an unit test using Stub? Disadvantages of Stubs. - Step 04 : Your first Mockito code! Hurrah!!! Lets use Mockito to mock TodoService. - Step 05 : Stubbing variations with Mockito. A few mockito examples mocking List class : Multiple return values, Argument Matchers and throwing exceptions. - Some Theory : Mockito vs EasyMock [https://github.com/mockito/mockito/wiki/Mockito-vs-EasyMock](https://github.com/mockito/mockito/wiki/Mockito-vs-EasyMock) - Step 06 : Introduction to BDD. Given When Then. BDD Mockito Syntax. - Step 07 : How to verify calls on a mock? Verify how many times a method is called. We will add deleteTodo method to the TodoService. - Step 08 : How to capture an argument which is passed to a mock? - Step 09 : Hamcrest Matchers. - Step 10 : Let's simplify things with Mockito Annotations. @Mock, @InjectMocks, @RunWith(MockitoJUnitRunner.class), @Captor - Step 11 : JUnit Rules. Using MockitoJUnit.rule() instead of @RunWith(MockitoJUnitRunner.class). - Step 12 : Real world Example with Spring - Step 13 : What is a spy? How to spy with Mockito? - Step 14 : Some Theory : Why does Mockito not allow stubbing final and private methods? - Step 15 : Using PowerMock and Mockito to mock a Static Method. - Step 16 : Using PowerMock and Mockito to invoke a private Method. - Step 17 : Using PowerMock and Mockito to mock a constructor. - Step 18 : Good Unit Tests. ### Expectations - You should know Java. - You are NOT expected to have any experience with Eclipse or Maven. - We will help you install Eclipse and get up and running with Maven. ### Running Examples - Download the zip or clone the Git repository. - Unzip the zip file (if you downloaded one) - Open Command Prompt and Change directory (cd) to folder containing pom.xml - Open Eclipse - File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip - Select the right project - Choose the Spring Boot Application file (search for @SpringBootApplication) - Right Click on the file and Run as Java Application - You are all Set ### Troubleshooting - Refer our TroubleShooting Guide - https://github.com/in28minutes/in28minutes-initiatives/tree/master/The-in28Minutes-TroubleshootingGuide-And-FAQ ## Youtube Playlists - 500+ Videos [Click here - 30+ Playlists with 500+ Videos on Spring, Spring Boot, REST, Microservices and the Cloud](https://www.youtube.com/user/rithustutorials/playlists?view=1&sort=lad&flow=list) ## Keep Learning in28Minutes in28Minutes is creating amazing solutions for you to learn Spring Boot, Full Stack and the Cloud - Docker, Kubernetes, AWS, React, Angular etc. - [Check out all our courses here](https://github.com/in28minutes/learn)
1
infinispan/infinispan-simple-tutorials
Infinispan Simple Tutorials
hibernate infinispan infinispan-server inmemory spring-boot spring-cache spring-session tutorial
# Infinispan Simple Tutorials This is a collection of simple tutorials that explain how to use certain features of Infinispan in the most straightforward way possible. Check the documentation in the [Infinispan website](https://infinispan.org/tutorials/simple/simple_tutorials.html) ## To go further Check [Infinispan Demos](https://github.com/infinispan-demos/links) repository
0
loizenai/SpringBoot-Tutorials
This Repository is built for SpringBoot Tutorials
springboot springboot-restapi springboot-tutorials
# SpringBoot-Tutorials This Repository is built for SpringBoot Tutorials SpringBoot Article Lists: ------------------------ Spring Boot springboot-tutorial Spring Boot helps us build stand-alone, production Spring Applications easily, less configuration then rapidly start new projects. Features: Stand-alone Spring applications Embedded Serverlet Container: Tomcat, Jetty or Undertow. Support โ€˜Starterโ€™ POMs to make your Maven configuration easily ways. Automatically configure Spring. Provide production-ready features such as metrics, health checks and externalized configuration No code generation, No requirement for XML configuration < Spring Framework https://ozenero.com/download-csv-file-from-springboot-restapi-mysql-using-apache-commons-csv-spring-jpa https://ozenero.com/csv-file-download-from-springboot-restapi-opencsv-mysql https://ozenero.com/ excel-file-download-from-springboot-restapi-apache-poi-mysql https://ozenero.com/pdf-file-with-itext-springboot-restapi-extract-mysql-data-to-pdf-file https://ozenero.com/springboot-social-facebook-authentication-access-facebook-feeds-example https://ozenero.com/spring-security-jwt-authentication-postgresql-restapis-springboot-spring-mvc-spring-jpa https://ozenero.com/spring-security-jwt-authentication-restapis-springboot-spring-mvc-spring-security-spring-jpa-mysql https://ozenero.com/configure-javamailsender-springboot https://ozenero.com/spring-batch-xml-config-spring-boot https://ozenero.com/start-spring-batch-using-spring-boot https://ozenero.com/deploy-spring-boot-web-app-war-file-tomcat-server-maven-build https://ozenero.com/heroku-springboot-deployment-example-how-to-deploy-springboot-postgresql-on-heroku-platform-with-heroku-cli https://ozenero.com/couchbase-create-spring-cache-couchbase-application-springboot https://ozenero.com/infinispan-cache-solution-spring-cache-spring-boot https://ozenero.com/how-to-use-spring-kafka-jsonserializer-jsondeserializer-to-produceconsume-java-objects https://ozenero.com/start-spring-apache-kafka-application-springboot https://ozenero.com/rabbitmq-sendreceive-java-object-messages-spring-rabbitmq-springboot https://ozenero.com/rabbitmq-create-spring-rabbitmq-publishsubcribe-pattern-springboot https://ozenero.com/create-spring-rabbitmq-producerconsumer-application-springboot https://ozenero.com/apache-artemis-produceconsume-jms-messages-springboot-artemis-applications https://ozenero.com/ajax-jquery-springboot-restapi-activemq-producer-consumer-example https://ozenero.com/activemq-producer-consumer-springboot-restapis-example https://ozenero.com/spring-jms-activemq-implement-runtime-springboot-activemq-jmsresponse-application https://ozenero.com/activemq-create-springboot-activemq-response-management-application-sendto-annotation https://ozenero.com/activemq-work-spring-jms-activemq-topic-publisher-subcribers-pattern-using-springboot https://ozenero.com/spring-jms-activemq-send-java-object-messages-activemq-server-specially-bi-directional-relationship-java-objects https://ozenero.com/spring-jms-explicitly-configure-spring-activemq-connectionfactory-springboot https://ozenero.com/use-spring-jms-activemq-jms-consumer-jms-producer-spring-boot https://ozenero.com/create-client-load-balancing-spring-cloud-ribbon-spring-boot https://ozenero.com/configure-springboot-zuul-routing-filtering https://ozenero.com/how-to-change-logging-level-with-the-mvc-endpoint-new-actuator-loggers-endpoint-spring-boot https://ozenero.com/configure-apache-log4j2-spring-boot https://ozenero.com/spring-boot-cors-support-using-xml-config https://ozenero.com/spring-cors-example-crossorigin-spring-boot https://ozenero.com/consume-spring-hateoas-rest-api-using-angularjs-example-spring-boot https://ozenero.com/consume-spring-hateoas-rest-api-using-jquery-ajax-example-spring-boot https://ozenero.com/spring-hateoas-rest-api-jquery-ajax-example-spring-boot https://ozenero.com/how-to-start-spring-hateoas-restapi-with-spring-boot https://ozenero.com/upload-multipartfile-spring-boot https://ozenero.com/create-springboot-xml-rest-service https://ozenero.com/solr-start-spring-data-solr-springboot https://ozenero.com/couchbase-create-spring-jpa-couchbase-application-springboot https://ozenero.com/start-spring-data-cassandra-springboot#3._Create_a_mapping_model https://ozenero.com/start-springboot-elasticsearch-using-spring-data https://ozenero.com/create-springboot-gemfire-restfulapi https://ozenero.com/spring-neo4j https://ozenero.com/spring-data-mongooperations-accessing-mongo-database https://ozenero.com/configure-spring-security-access-h2-database-console-spring-boot-project https://ozenero.com/integrate-h2-database-springboot-spring-jpa-embedded-mode https://ozenero.com/spring-jpa-hibernate-one-to-many-association-postgresql-springboot-crud-restapis-post-get-put-delete-example https://ozenero.com/springboot-hibernate-spring-jpa-one-to-one-association-postgresql-crud-restapis-post-get-put-delete https://ozenero.com/spring-jpa-many-to-many https://ozenero.com/configure-spring-jpa-one-to-many-relationship-springboot https://ozenero.com/how-to-use-jdbc-template-with-spring-boot-for-postgres-database https://ozenero.com/configure-multi-postgres-datasources-springboot https://ozenero.com/spring-framework-tutorial/spring-boot
0
CC-MNNIT/2020-21-Classes
https://cc-mnnit.github.io/2020-21-Classes/ - ๐ŸŽ’ ๐Ÿ’ป Material for Computer Club Classes
cc-mnnit git-mnnit tutorials
<head> <meta property='og:image' content='{{site.url}}/{{page.image}}'/> <meta property='og:type' content='website' /> </head> # MNNIT-Computer-Coding-Club <div align="center"><img src="./cclogo.png" height="200" width="200"/></div> This repository contains the codes, support links and other relevant materials for every class under Computer Coding Club, MNNIT Allahabad,Prayagraj. This repository is only open for PRs by CC-MNNIT-admins/members (hereafter called CC-Admins). Please DO NOT make a PR otherwise. ## Table of Contents - [MNNIT-Computer-Coding-Club](#mnnit-computer-coding-club) - [Table of Contents](#table-of-contents) - [About](#about) - [Resources](#resources) - [Announcements](#announcements) - [Contribute](#contribute) - [Contributors](#contributors) - [Contact](#contact) ## About We are an educational club at Motilal Nehru National Institute Of Technology, Allahabad ,Prayagraj an Institute of National Importance. MNNIT Computer Coding Club as we call it is a official student organisation under Student Activity Centre (SAC) of our college. We host several events in the domain of Computer Science And Engineering for which we also conduct classes on regular basis. Students from various courses actively participate in these events and classes throughout the year. Join our fb group [MNNIT CC Queries](https://www.facebook.com/groups/ccqueries/) for classes schedule and other details. If you are a part of MNNIT join us on Microsoft Team [MNNIT CC Queries Official](https://bit.ly/ccqueriesteam) ## Resources ### [Freshers 2020-21](Freshers/) ### [Hack 36 4.0](Hack36/) - Avishkar 2020 - [Cyberquest](Cyberquest2020/) - Important Competetions and Events - [GSoC Briefing](Events/) - Android Development - [Common Resources](Android) - [DroidRush Class 1](Android/2020_09_05_DroidRush-Class-1) - [DroidRush Class 2](Android/2020_09_14_DroidRush-Class-2/myapp) - Code Warriors - [Problem Statement](CodeWarrior/Arena.zip) - [Code Warriors Class 1](CodeWarrior/2020_09_22_CodeWarrior-Class-1) - [Code Warriors Class 2](CodeWarrior/2020_09_26_CodeWarrior-Class-2) - First Year Competitive Programming Classes - [Common Resource](Freshers/First_Year_Competitive_Programming) - [Class 1 (Modular Arith., GCD and Hashing)](Freshers/First_Year_Competitive_Programming/07_02_2021_Class_1) - [Class 2 (Sieve Algorithm, ETF, Linear and Binary Search)](Freshers/First_Year_Competitive_Programming/13_02_2021_Class_2) - [Class 3 (Advanced Binary Search)](Freshers/First_Year_Competitive_Programming/14_02_2021_Class_3) - First Year Software Development - [Java Class - 1](Freshers/First_Year_Java/2021_02_11_Java-Class-1) - [Java Class - 2](Freshers/First_Year_Java/2021_02_18_Java-Class-2) - [Java Class - 3](Freshers/First_Year_Java/2021_02_20_Java-Class-3) - First Year Web Development - [Web Class - 1](Freshers/First_Year_Web_Development/2021_02_09_Web-Class-1) - [Web Class - 2](Freshers/First_Year_Web_Development/2021_02_16_Web-Class-2) - [Web Class - 3](Freshers/First_Year_Web_Development/2021_02_21_Web-Class-3) - Competitve Coding - [Common Resource](Competitive_Coding) - [Graph Class - 1](Competitive_Coding/25_06_2020_Graph_1) - [DP Class - 1](Competitive_Coding/12_08_2020_DP_1) - [DP Class - 2](Competitive_Coding/30_08_2020_DP_2) - [DP Class - 3](Competitive_Coding/13_09_2020_DP_3) - [Bitmask and Matrix Exponentiation](Competitive_Coding/20_09_2020_Bitmask_and_MatrixExponentiation) - [Number Theory Revision](Competitive_Coding/20_09_2020_Number_Theory) - [Graph Class - 2](Competitive_Coding/02_01_2021_Graph_2) - [Graph Class - 3](Competitive_Coding/09_01_2021_Graph_3) - [Graph Class - 4](Competitive_Coding/10_01_2021_Graph_4) - [String Algorithms](Competitive_Coding/16_01_2021_String_Algorithms) - [Segment Tree and Lazy Propagation Combined](Competitive_Coding/31_01_2021_SegmentTree_and_Lazy_Classes_Combined) - Git And Github - [Git Class - 1](Git_Github/2020_08_29_Git-Class-1) - [Git Class - 2](Git_Github/2020_08_30_Git-Class-2) - Java and OOP - [Java Common Resources](Java/Common%20Resources) - [Softablitz Class - 1](Java/2020_09_01_Java-Class-1) - [Softablitz Class - 2](Java/2020_09_05_Java-Class-2) - [Softablitz Class - 3](Java/2020_09_06_Java-Class-3) - [Softablitz Class - 4](Java/2020_09_07_Java-Class-4) - [Softablitz Class - 5](Java/2020_09_12_Java-Class-5) - [Softablitz Class - 6](Java/2020_09_19_Java-Class-6) - [Softablitz Class - 7](Java/2020_09_20_Java-Class-7) - [Softablitz Class - 8](Java/2020_09_23_Java-Class-8) - [Softablitz Class - 9](Java/2020_10_05_Java-Class-9) - [Previous Year Problem Statements](Java/Softablitz%20Problem%20Statements) - Linux - [Resources](Linux) - [TuxWars Class - 1](Linux/2020_09_15_Tuxwars-Class-1) - [TuxWars Class - 2](Linux/2020_09_21_Tuxwars-Class-2) - [TuxWars Class - 3](Linux/2020_09_24_Tuxwars-Class-3) - Machine Learning - [Logical Rhythm Class 1](ML/2020_08_31_LR-Class-1) - Revengg (CTF) - [Revengg Class 1](Capture%20The%20Flag/2020_09_28_Revengg-Class-1) - Web Development - [Installation Guide](WebD/Installation%20Guide.pdf) - [Roadmap to Web Development](WebD) - [Webster Class - 1](WebD/2020_08_29_Webster-Class-1) - [Webster Class - 2](WebD/2020_09_04_Webster-Class-2) - [Webster Class NodeJS - 1](WebD/2020_09_12_Webster-Class-NodeJS-1) - [Webster Class NodeJS - 2](WebD/2020_09_16_Webster-Class-NodeJS-2) - [Webster Class NodeJS - 3](WebD/2020_09_19_Webster-Class-NodeJS-3) - Placements and Internships - [Guide to Placement](Placements) - For Academic Resources refer to [Shaurya Kumar's Guide](https://shauryashares.weebly.com/) - Class Recordings - You can access all the class recordings held on MS Teams through this [Drive Link](https://drive.google.com/drive/folders/1VKNH9mT945nq6hFZDk9kSN4ibQhWfj_L?usp=sharing) ## Announcements ## Previous Years Resources - [CC-MNNIT-2018-19](https://cc-mnnit.github.io/2018-19-Classes/) - [CC-MNNIT-2019-20](https://cc-mnnit.github.io/2019-20-Classes/) ## Contribute Follow the [contribution guide](https://github.com/CC-MNNIT/2020-21-Classes/blob/master/contributor_guide.md). Add the class folder link in README.md ## Contributors * [Arsh Singh](https://github.com/iosdev474) * [Anuj Modi](https://github.com/descifrado) * [Vivek Rathi](https://github.com/vivekrathi53) * [Shashwat Pandey](https://github.com/shashwat1998) ## Contact We love to hear out suggestions. Reach out to us at <strong>computer.club@mnnit.ac.in</strong>
0
yqbjtu/SpringCloudTutorials
Spring BootไธŽSpring Cloudๅญฆไน ็ฌ”่ฎฐใ€‚ WebSocket๏ผŒerror page๏ผŒOAuth
null
# SpringCloudTutorials
0
McJtyMods/ModTutorials
Companion code for the modding tutorials at https://www.mcjty.eu/
null
# ModTutorials Companion code for the modding tutorials at https://wiki.mcjty.eu/modding/index.php/Main_Page
0
Nirman-Rathod/Spring
Spring Tutorials and Examples
null
null
0
lokeshgupta1981/Kafka-Tutorials
null
null
# Related Tutorials This repository hosts the projects and their source codes written for kafka tutorials in [howtodoinjava.com](https://howtodoinjava.com/). 1. [Apache Kafka โ€“ Introduction](https://howtodoinjava.com/kafka/tutorial-introduction/) 2. [Apache Kafka โ€“ Getting Started on Windows 10](https://howtodoinjava.com/kafka/getting-started-windows-10/) 3. [Spring Boot with Kafka - Hello World Example](https://howtodoinjava.com/kafka/spring-boot-with-kafka/) 4. [Spring Boot Kafka JsonSerializer Example](https://howtodoinjava.com/kafka/spring-boot-jsonserializer-example/) 5. [Spring Boot Kafka Multiple Consumers Example](https://howtodoinjava.com/kafka/multiple-consumers-example/)
0
JaredTan95/skywalking-tutorials
Video tutorials for Skywalking( A distributed tracing system, and APM. )
apm distributed-tracing microservices skywalking skywalking-tutorials
# skywalking-tutorials Video tutorials for [Skywalking](https://skywalking.incubator.apache.org/)(A distributed tracing system, and APM). ๆญคไป“ๅบ“ๅŒ…ๅซไบ†Skywalking็š„ไฝฟ็”จๆ•™็จ‹๏ผŒๆ•™็จ‹ไผšไปฅ่ง†้ข‘็š„ๅฝขๅผไธŠไผ ่‡ณ่ง†้ข‘็ฝ‘็ซ™๏ผŒๅฏไปฅ็›ดๆŽฅๅœจ็บฟ้ข„่งˆใ€‚ ๅŒๆ—ถ๏ผŒๅœจๆฏ่Š‚่ง†้ข‘ไธญไบง็”Ÿ็š„ไธ€ไบ›็ฌ”่ฎฐไนŸไผšๅญ˜ๆ”พๅœจ็›ธๅบ”็š„็›ฎๅฝ•ไธญใ€‚ - [01 ้€š่ฟ‡Skywalking-5.x็‰ˆๆœฌ็š„ๆบ็ ๆž„ๅปบๅนถ่ฟ่กŒ](./01-้€š่ฟ‡Skywalking-5.x็‰ˆๆœฌ็š„ๆบ็ ๆž„ๅปบๅนถ่ฟ่กŒ/Note.md) ๐Ÿ‘‰๏ผš[ๅ“”ๅ“ฉๅ“”ๅ“ฉ](https://www.bilibili.com/video/av35806851/) | [่…พ่ฎฏ่ง†้ข‘](https://v.qq.com/x/page/d07924w6u13.html) - [02 ้€š่ฟ‡Skywalking-6.x็‰ˆๆœฌ็š„ๆบ็ ๆž„ๅปบๅนถ่ฟ่กŒ](./02-้€š่ฟ‡Skywalking-6.x็‰ˆๆœฌ็š„ๆบ็ ๆž„ๅปบๅนถ่ฟ่กŒ/Note.md) ๐Ÿ‘‰๏ผš[ๅ“”ๅ“ฉๅ“”ๅ“ฉ](https://www.bilibili.com/video/av35990012/) | [่…พ่ฎฏ่ง†้ข‘](https://v.qq.com/x/page/s0793890ce6.html) - [03 Javaๅบ”็”จ๏ผˆๆŽข้’ˆ๏ผ‰ๆŽฅๅ…ฅSkywalking[6.x]](./03-Javaๅบ”็”จ๏ผˆๆŽข้’ˆ๏ผ‰ๆŽฅๅ…ฅSkywalking/Note.md) ๐Ÿ‘‰๏ผš[ๅ“”ๅ“ฉๅ“”ๅ“ฉ](https://www.bilibili.com/video/av36172319/) | [่…พ่ฎฏ่ง†้ข‘](https://v.qq.com/x/page/w0795uri7jy.html)
0
ThomasVitale/spring-tutorials
The repo for my articles, tutorials and guides about the Spring Framework, Spring Boot, Spring Security.
null
# Spring Tutorials The repo for my articles, tutorials and guides about the Spring Framework. ## How to enable HTTPS in a Spring Boot Java application * Article: [How to enable HTTPS in a Spring Boot Java application](https://www.thomasvitale.com/https-spring-boot-ssl-certificate/) * Project: [`spring-boot-https`](https://github.com/ThomasVitale/spring-tutorials/tree/master/spring-boot-https) ## Multitenancy in a Spring Boot application (work in progress) * Article: _Work in progress_ * Project: [`spring-boot-multitenancy`](https://github.com/ThomasVitale/spring-tutorials/tree/master/spring-boot-multitenancy) ## Centralized Configuration with Spring Cloud Config * Article: [Centralized Configuration with Spring Cloud Config](https://www.thomasvitale.com/spring-cloud-config-basics/) * Project: [`spring-cloud-config`](https://github.com/ThomasVitale/spring-tutorials/tree/master/spring-cloud-config) ## Spring Native: Getting started with GraalVM native images * Article: [Spring Native: Getting started with GraalVM native images](https://www.thomasvitale.com/spring-native-graalvm-getting-started/) * Project: [`spring-native-graalvm`](https://github.com/ThomasVitale/spring-tutorials/tree/master/spring-native-graalvm)
0
in28minutes/SpringIn28Minutes
Spring Tutorial For Beginners
java spring-modules spring-mvc spring-tutorial udemy
# Spring Tutorial for Beginners - with Examples - in28Minutes ## Video Tutorials - YouTube - Spring Tutorial For Beginners - using Maven and Eclipse : https://www.youtube.com/watch?v=24rGqtxuLhc - Spring Dependency Injection - with Unit Testing : https://www.youtube.com/watch?v=bc7frTK8LhI - Spring AOP Tutorial - with Aspectj Examples : https://www.youtube.com/watch?v=Og9Fyew8ltQ - Spring JDBC Tutorial - with Examples : https://www.youtube.com/watch?v=1WgsDP10iqw - Udemy - Complete Course on Udemy : https://www.udemy.com/course/spring-tutorial-for-beginners/ ## TOC - [Running Examples](#running-examples) - [Video Tutorials](#video-tutorials) - [Installing Java Eclipse and Maven](#installing-java-eclipse-and-maven) - [Spring Tutorial - Complete Presentation](#spring-tutorial---complete-presentation) - [Spring Tutorial - Complete Code](#spring-tutorial---complete-code) - [TOC](#toc) - [Section 1 Introduction](#section-1-introduction) - [Section 2 Why is Spring Popular?](#section-2--why-is-spring-popular) - [Section 3 First Example](#section-3-first-example) - [Section 4 Basic Concepts](#section-4-basic-concepts) - [Section 5 Real world Example](#section-5-real-world-example) - [Section 6 Advanced Concepts](#section-6-advanced-concepts) - [Section 7 Spring Modules](#section-7--spring-modules) - [Section 8 Spring in Real World](#section-8-spring-in-real-world) - [Section 9 Let's meet again](#section-9-lets-meet-again) * [About in28Minutes](#about-in28minutes) - [Our Beliefs](#our-beliefs) - [Our Approach](#our-approach) - [Find Us](#useful-links) - [Other Courses](#other-courses) ## Running Examples https://youtu.be/0dINCMLIyHo ## Installing Java Eclipse and Maven https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf ## Spring Tutorial - Complete Presentation https://github.com/in28minutes/SpringIn28Minutes/blob/master/Spring%20Tutorial%20For%20Beginners%20with%20Examples_v2.pdf ## Spring Tutorial - Complete Code https://github.com/in28minutes/SpringIn28Minutes ## TOC ### Section 1 Introduction - Introduction to the Course Spring reduces the complexity of enterprise java applications. Incredibly modular architecture of spring helps in picking and choosing the right spring modules to use to suit our needs. Spring reduces the cost of programming to interfaces to almost zero. ### Section 2 Why is Spring Popular? We love looking at the big picture. Before we start with getting into technical details and getting our hands dirty, lets look at few of the things Spring helps with. Spring is one of the first layer independent frameworks. The things discussed here are dependent on one another. Unit Testing builds up Loose Coupling. Architecture Flexibility is a result of Spring Modules. - Dependency Injection - Loose Coupling - Spring Modules - Architectural Flexibility - Great integration with other frameworks and helps us pick and choose the right ones. - Unit Testing ### Section 3ย  First Example - Basic Example - Clean up ### Section 4ย  Basic Concepts - Component - Service - Component Scan - Autowiring ### Section 5 Real world Example - Advanced Example - Clean up ### Section 6ย  Advanced Concepts - Application Context - Bean Factory - Bean Scope - Constructor Setter Injection - Debugging ### Section 7 Spring Modules - MVC - JDBC - AOP - Test - XML ## Spring MVC ### Steps 1 to 7 - Build a normal Web Application - Understand Basics of HTTP - HttpRequest - GET/POST, Request Parameters - HTTP Response - Response Status - 404,200,500 etc - Introduction to JSP, Servlets, Scriptlets and EL - HTML Form - Method, Action & Form Data - Understand Basics of using Maven, Tomcat and Eclipse - Using Request Attributes for passing Model between Servlet and View ### Steps 11 to 17 : Use Spring MVC to Build Your First Web Application - Step 11 : Configure application to use Spring MVC - Step 12 : First Spring MVC Controller, @ResponseBody, @Controller - Step 13 : Redirect to Login JSP - LoginController, @ResponseBody and View Resolver - Step 14 : DispatcherServlet and Log4j - Step 15 : Show userid and password on the welcome page - ModelMap and @RequestParam - Step 16 : LoginService and Remove all JEE Servlets based code - Step 17 : Spring Auto-wiring and Dependency Management - @Autowired and @Service ## About in28Minutes - At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings? - We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples. - Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach. - While our primary expertise is on Development, Design & Architecture Java & Related Frameworks (Spring, Struts, Hibernate) we are expanding into the front-end world (Bootstrap, JQuery, Angular JS). ### Our Beliefs - Best Course are interactive and fun. - Foundations for building high quality applications are best laid down while learning. ### Our Approach - Problem Solution based Step by Step Hands-on Learning - Practical, Real World Application Examples. - We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own. - We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort. - All the code is available on Github, for most steps. ## About in28Minutes At in28Minutes, we ask ourselves one question everyday > How do we create more amazing course experiences? > We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We are creating amazing learning experiences for learning Spring Boot with AWS, Azure, GCP, Docker, Kubernetes and Full Stack. 300,000 Learners rely on our expertise. [Find out more.... ](https://github.com/in28minutes/learn#best-selling-courses) ![in28MinutesLearningRoadmap-July2019.png](https://github.com/in28minutes/in28Minutes-Course-Roadmap/raw/master/in28MinutesLearningRoadmap-July2019.png)
1
AlmasB/FXTutorials
A collection of JavaFX tutorials from my YouTube channel
fxgl game-development game-engine javafx javafx-application javafx-games tutorials youtube
# FXTutorials A wide range of practical tutorials focusing on Java, JavaFX and FXGL from my YouTube channel https://www.youtube.com/almasb0/videos ## Video Index The links in each category are sorted in reverse-chronological order -- newest first. ### JavaFX Games * [Tower of Hanoi](https://youtu.be/nCdKCDSMUeA) * [Inverse Grid (Lights Out)](https://youtu.be/nmkrLb1pVGA) * [Typing Game](https://youtu.be/1If6xa4hM1Q) * [Text Adventure](https://youtu.be/aKAohbnEXzI) * [Custom RPG](https://youtu.be/kznvfxQE0NI) * [Snake 3D](https://youtu.be/mjfgGJHAuvI) * [Space Invaders](https://youtu.be/FVo1fm52hz0) * [Asteroids](https://youtu.be/l2XhUHW8Oa4) * [Tetris](https://youtu.be/mi8nIed9460) * [Checkers](https://youtu.be/6S6km5duBrM) * [Frogger](https://youtu.be/K7Ll-dRydrQ) * [Connect4](https://youtu.be/B5H_t0A_C14) * [Minesweeper](https://youtu.be/JwcyxuKko_M) * [Bejeweled](https://youtu.be/G-kQbNW0TLg) * [Who wants to be a Millionaire](https://youtu.be/IUuT7ZvMSrg) * [TicTacToe](https://youtu.be/Uj8rPV6JbCE) * [Memory Puzzle](https://youtu.be/QjuytZhQYo8) * [Battleship](https://youtu.be/SudEpvy3msY) * [BlackJack](https://youtu.be/I2EVF50V-84) * [Hangman](https://youtu.be/iphlcKmnHjI) * [Pong](https://youtu.be/g7p67rvYN5U) * [Snake](https://youtu.be/nK6l1uVlunc) ### JavaFX Software * [Window Blur (Robot API)](https://youtu.be/kQoFv6T01HA) * [Animated Line Chart](https://youtu.be/FeDBcKbO29M) * [Auto-localization via Bindings](https://youtu.be/mOLkdt2sGjA) * [JavaFX on Android 2020](https://youtu.be/Gc-Mn4MO-zA) * [Animated Image Drawer](https://youtu.be/X_uiLuVPGIE) * [Window-ception](https://youtu.be/909RXCQNLZQ) * [Polynomial Function Visualizer](https://youtu.be/TO-18dw6EOw) * [Custom Desktop](https://youtu.be/-Xw9T0PuYLA) * [Animated Custom Dialog](https://youtu.be/vrEnmDZW7Ag) * [Piano App](https://youtu.be/4AVgeN202jw) * [Image Editor](https://youtu.be/sPqF9rcQ_rQ) * [Client-server Calculator](https://youtu.be/--8jGwi1p8A) * [Commit History Visualizer](https://youtu.be/RA9Eg06cGos) * [Word Frequency Visualizer](https://youtu.be/3J_iAICKe9Y) * [Introduction: TextField, Text, Button](https://youtu.be/buW8eZKVK3Q) * [Quiz App](https://youtu.be/XDazKWYaim8) * [FXGL jlink](https://youtu.be/3lNQhbg1y4Y) * [JavaFX 11 jlink](https://youtu.be/w_PsCNqqcE4) * [JavaFX 11 Maven](https://youtu.be/r_tdK8zWr_w) * [Weather App](https://youtu.be/lVyCjLeBg7c) * [Equation Solver](https://youtu.be/Fz-zdHVrDOY) * [MVC Note Keeper](https://youtu.be/hP9TuuLeTYA) * [Cash Machine](https://youtu.be/4givX6cX3u4) * [MVC Paint](https://youtu.be/0u5aotARyU8) * [MVC Alarm Clock](https://youtu.be/wIpgGpmFUjA) * [Noise Generation](https://youtu.be/OxfO1fXQOSE) * [Steganography](https://youtu.be/Wt3E-ZUIpzM) * [MVC Text Editor](https://youtu.be/17uSUxhRQ80) * [Shapes, Animations, Lambda](https://youtu.be/VPYskQbq7q4) * [MVC + JDBC + DAO + DI: Library Management](https://youtu.be/t5zTEj473hs) * [iOS Style Toggle Switch](https://youtu.be/maX5ymmQixM) * [Client-server Chat](https://youtu.be/VVUuo9VO2II) * [File Downloader](https://youtu.be/FjgPc5nl-ac) * [MVC Calculator](https://youtu.be/y1ZaBalVZic) ### FXGL * [Networking Tutorial](https://youtu.be/-sXkHTQKszk) * [Getting Started (5-Part Asteroids)](https://youtu.be/48rVgdq0mFA) ### JavaFX Game Menus * [World War Z](https://youtu.be/NyWv3JBDrFE) * [Civilization VI](https://youtu.be/N2EmtYGLh4U) * [Fallout 4](https://youtu.be/7Womx6GlSe4) * [Mortal Kombat X](https://youtu.be/xWAR1F56D4U) * [Call of Duty: Modern Warfare](https://youtu.be/-19J5VKCRyE) * [Far Cry 4 Loading Screen](https://youtu.be/T1JWt9CMR4M) * [Far Cry 4](https://youtu.be/PTwpDkUMowk) * [Thief](https://youtu.be/aOcow70vqb4) ### JavaFX Game Dev * [3D Animation](https://youtu.be/oaL8n1bmD78) * [Animations and Interpolators](https://youtu.be/cEJzaFUjGMU) * [Transparent Window](https://youtu.be/PyqL1bL30G8) * [Disintegration - Thanos Snap Effect](https://youtu.be/bomvgp5FlDY) * [Collision Detection - SAT](https://youtu.be/Sv42pfgiAI4) * [Collision Detection - BBox](https://youtu.be/MrTW2K1i1Mk) * [Grid Traversal](https://youtu.be/AXvs0JdUmRM) * [Parametric Equation Animations](https://youtu.be/KvtqeYpvrnk) * [Event Bus](https://youtu.be/dHZd7a5_6ck) * [Particle System](https://youtu.be/vLcJRm6Y72U) ### Java * [Hangman in Terminal](https://youtu.be/VRN6cgv59Ak) * [Compression](https://youtu.be/-e_TQ7L3ock) * [Reflection](https://youtu.be/m6rFp-Yxgsk) * [Concurrency vs Parallelism](https://youtu.be/KURPyXMSF7s) * [Software Development Workflow](https://youtu.be/M6EskazHeq8) * [Introduction to Functional Programming](https://youtu.be/rm6_saPdpWY) * [Design Patterns: Visitor](https://youtu.be/rimCSNlQwyU) * [Encryption](https://youtu.be/luUeSnIYjJo) * [Garbage Collection](https://youtu.be/eaHE9zELm-o) * [Serialization](https://youtu.be/-xW0pBZqpjU) ### Interviews * [JavaFX on Raspberry Pi with Frank Delporte](https://youtu.be/TjlcvtANXi4) * [Auto-responsive Layout with Jakob Jenkov](https://youtu.be/2BEinC7sJL4) * [Studying Game Development with Marc Walker](https://youtu.be/aR3lwV5UAQc) * [Studying Software Engineering with Byron Filer](https://youtu.be/Tad44tq58OY) * [How to be a successful developer with Richard Leinfellner](https://youtu.be/Fk4c-Nrl-b4) ### Talks * [Java and JavaFX Game Development](https://youtu.be/gj0yKmsKwvc) ### Misc * [Introduction to Git](https://youtu.be/awD-5Dp-WAg)
0
Xunzhuo/Algorithm-Guide
Xunzhuo`s Tutorials of Algorithm and Data Structure ๐Ÿš€๐Ÿš€๐Ÿš€
acm algorithms c datastructure datastructures-algorithms icpc interview job
<div align ="center"> <h1> Algorithm Guide </h1> </div> ๆœฌไป“ๅบ“ๅธฆไฝ ็ณป็ปŸๆŽŒๆก็จ‹ๅบๅ‘˜ๅฟ…็Ÿฅๅฟ…ไผš็š„**็ฎ—ๆณ•**ๅ’Œ**ๆ•ฐๆฎ็ป“ๆž„** ๆœฌไป“ๅบ“ไธป่ฆๆœ‰**ไธคไธชๅˆ†ๆ”ฏ**๏ผš + **masterๅˆ†ๆ”ฏ**๏ผšๆœ€่ฟ‘็š„ๆ–ฐๅˆ†ๆ”ฏ๏ผŒไนŸๆ˜ฏไปฅๅŽๆ—ฅๅธธ็ปดๆŠค็š„ไธปๅˆ†ๆ”ฏ๏ผŒๅ†…ๅฎนไธบ็ฎ—ๆณ•ๅ’Œๆ•ฐๆฎ็ป“ๆž„็š„ๆ•™็จ‹ใ€‚ + **Collections ๅˆ†ๆ”ฏ**๏ผšไปฅๅ‰็š„ไธปๅˆ†ๆ”ฏ๏ผŒๆ•ด็†ไบ†็ฎ—ๆณ•ๅ’Œๆ•ฐๆฎ็ป“ๆž„็š„่ต„ๆ–™๏ผŒ็Žฐไฝœไธบ่พ…ๅŠฉๅˆ†ๆ”ฏ๏ผš[่ฟ™้‡Œ่ฎฟ้—ฎ](https://github.com/Xunzhuo/Algorithms-in-4-Steps/tree/Collections) > **็ฎ—ๆณ•้ƒจๅˆ†**ๅŸบๆœฌๅฎŒๆˆ๏ผŒ**ๆ•ฐๆฎ็ป“ๆž„**่ฟ˜ๆœ‰ๅพˆๅคšๆœชๅฎŒๆˆ้ƒจๅˆ†๏ผŒ็ฉบ้—ฒๆ—ถไผšๅŠ ๅฟซๅฎŒๅ–„ ## ็›ฎๅฝ•๏ผš 1. [็ฎ—ๆณ•็ฏ‡](#็ฎ—ๆณ•็ฏ‡) 2. [ๆ•ฐๆฎ็ป“ๆž„็ฏ‡](#ๆ•ฐๆฎ็ป“ๆž„็ฏ‡) 3. [ๅˆท้ข˜็ปƒไน ็ฏ‡](#ๅˆท้ข˜็ปƒไน ็ฏ‡) ## ็ฎ—ๆณ•็ฏ‡ + [ไธ€ใ€ๅคๆ‚ๅบฆๅˆ†ๆž](algorithm/analysis.md) + [ไบŒใ€้ซ˜็ฒพๅบฆ็ฎ—ๆณ•](algorithm/big-num.md) + [ไธ‰ใ€ๆŽ’ๅบ็ฎ—ๆณ•](algorithm/sort.md) + [ๅ››ใ€้€’ๆŽจ็ฎ—ๆณ•](algorithm/recursion.md) + [ไบ” ใ€้€’ๅฝ’็ฎ—ๆณ•](algorithm/recursion-2.md) + [ๅ…ญใ€ๅˆ†ๆฒป็ฎ—ๆณ•](algorithm/bi-divide.md) + [ไธƒใ€่ดชๅฟƒ็ฎ—ๆณ•](algorithm/greedy.md) + [ๅ…ซใ€ๅนฟๅบฆไผ˜ๅ…ˆๆœ็ดข็ฎ—ๆณ•](algorithm/bfs.md) + [ไนใ€ๆทฑๅบฆไผ˜ๅ…ˆๆœ็ดข็ฎ—ๆณ•](algorithm/dfs.md) + [ๅใ€ๅ›žๆบฏ็ฎ—ๆณ•](algorithm/backtrace.md) + [ๅไธ€ใ€ๅŠจๆ€่ง„ๅˆ’](algorithm/dynamic%20programming.md) + [ๅไบŒใ€ๅญ—็ฌฆไธฒ็ฎ—ๆณ•](algorithm/string.md) ## ๆ•ฐๆฎ็ป“ๆž„็ฏ‡ + [ไธ€ใ€ๆ ˆ](data-structure/stack.md) + [ไบŒใ€้˜Ÿๅˆ—](data-structure/queue.md) + [ไธ‰ใ€ๆ ‘](data-structure/tree.md) + [ๅ››ใ€ๅ †](data-structure/heap.md) + [ไบ”ใ€ๅ›พ่ฎบ็ฎ—ๆณ• ](data-structure/graph.md) + [ๅ…ญใ€ๅนถๆŸฅ้›†](data-structure/DisjointSets.md) + [ไธƒใ€ๆœ€ๅฐ็”Ÿๆˆๆ ‘](data-structure/kruskal.md) + [ๅ…ซใ€ๆ‹“ๆ‰‘ๆŽ’ๅบไธŽๅ…ณ้”ฎ่ทฏๅพ„](data-structure/key-path.md) + [ไนใ€็บฟๆฎตๆ ‘](data-structure/line-tree.md) + [ๅใ€ๆ ‘็Šถๆ•ฐ็ป„](data-structure/tree-array.md) ## ๅˆท้ข˜็ปƒไน ็ฏ‡ ๅœจๆŽŒๆกไบ†้‡่ฆ็š„็ฎ—ๆณ•ๅ’Œๆ•ฐๆฎ็ป“ๆž„ไน‹ๅŽ๏ผŒ้œ€่ฆ็ปƒไน ๅทฉๅ›บ #### **็ฝ‘็ซ™็š„้€‰ๆ‹ฉ๏ผŸ** ๆŽจ่ **LeetCode**๏ผŒ[่ฟ™้‡Œ่ฎฟ้—ฎ](https://leetcode-cn.com/) #### **ๅˆทๅ“ชไบ›้ข˜็›ฎ๏ผŸ** 1. ๅฆ‚ๆžœไฝ **ๆ—ถ้—ด็ดงๅผ **๏ผšๅฏไปฅ็ปƒไน **LeetCode**็š„**็ƒญ้—จๆŽจ่**๏ผš ![image-20201220164553273](https://picreso.oss-cn-beijing.aliyuncs.com/image-20201220164553273.png) ๆฏ”ๅฆ‚๏ผš[Leetcode ็ƒญ้ข˜ Hot 100](https://leetcode-cn.com/problemset/leetcode-hot-100/) ๅ’Œ [LeetCode ็ฒพ้€‰ TOP ้ข่ฏ•้ข˜](https://leetcode-cn.com/problemset/leetcode-top/) 2. ๅฆ‚ๆžœไฝ **ๆ—ถ้—ดๅ……่ฃ•**๏ผšๅฏไปฅๆŒ‰ไปฅไธ‹ๅˆ†็ฑป๏ผŒ็ณป็ปŸ็ปƒไน ๏ผš + **ไธ“้ข˜ไธ€๏ผšๆ•ฐ็ป„(`Chapter1_Array`)** + **ไธ“้ข˜ไบŒ๏ผš้“พ่กจ(`Chapter2_list`)** + **ไธ“้ข˜ไธ‰๏ผšๅญ—็ฌฆไธฒ(`Chapter3_String`)** + **ไธ“้ข˜ๅ››๏ผšๆ ˆ(`Chapter4_Stack`)** + **ไธ“้ข˜ไบ”๏ผšๆ ‘(`Chapter5_Tree`)** + **ไธ“้ข˜ๅ…ญ๏ผšๆŽ’ๅบ(`Chapter6_Sort`)** + **ไธ“้ข˜ไธƒ๏ผšๆŸฅๆ‰พ(`Chapter7_Search`)** + **ไธ“้ข˜ๅ…ซ๏ผšๆšดๅŠ›่งฃๆณ•(`Chapter8_Violence`)** + **ไธ“้ข˜ไน๏ผšBFS(`Chapter9_BFS`)** + **ไธ“้ข˜ๅ๏ผšDFS(`Chapter10_DFS`)** + **ไธ“้ข˜ๅไธ€๏ผšๅˆ†ๆฒป(`Chapter11_Paritition`)** + **ไธ“้ข˜ๅไบŒ๏ผš่ดชๅฟƒ(`Chapter12_Greedy`)** + **ไธ“้ข˜ๅไธ‰๏ผšๅŠจๆ€่ง„ๅˆ’(`Chapter13_DP`)** + **ไธ“้ข˜ๅๅ››๏ผšๅ›พ(`Chapter14_Graph`)** + **ไธ“้ข˜ๅไบ”๏ผšไธๅฎš็ฑปๅž‹(`Chapter15_Unspecific`)** #### ็ปƒไน ็ญ–็•ฅ + **็ฌฌไธ€้**๏ผš**ๅ…ˆๆ€่€ƒ**๏ผŒๅฆ‚ๆžœๆฒกๆ€่ทฏ๏ผŒๅฏไปฅ็œ‹้ข˜่งฃ๏ผŒ็ป“ๅˆๅ…ถไป–ไบบ็š„้ข˜่งฃๅˆทใ€‚ๆ€ป็ป“่‡ชๅทฑๆ˜ฏๅฆๅœจๆ€่ทฏไธŠๆœ‰้—ฎ้ข˜๏ผŒๆˆ–่€…ๆ˜ฏๅฆ็ฎ—ๆณ•ไธŽๆ•ฐๆฎ็ป“ๆž„ๅŸบ็ก€ไธŠๆœ‰้—ฎ้ข˜๏ผŒๆŽŒๆกๆœฌ้ข˜็š„็ฑปๅž‹๏ผŒๆ€่€ƒๆ–นๅผ๏ผŒๆœ€ไผ˜้ข˜่งฃใ€‚ + **็ฌฌไบŒ้**๏ผš**ๅ›žๅฟ†ๆœ€ไผ˜่งฃๆณ•**๏ผŒ**ๅฐ่ฏ•็›ดๆŽฅๅ†™**๏ผŒๅนถไธŽไน‹ๅ‰่‡ชๅทฑๅ†™่ฟ‡็š„่งฃ็ญ”ไฝœๆฏ”ๅฏน๏ผŒๆ€ป็ป“้—ฎ้ข˜ๅ’Œๆ–นๆณ•ใ€‚ + **็ฌฌไธ‰้**๏ผšๆๅ‡**ๅˆท้ข˜้€Ÿๅบฆ**ๅ’Œ**ไธ€้ข˜ๅคš่งฃ**๏ผŒๆ‹ฟๅ‡บไธ€ไธช้ข˜๏ผŒๅฐฑ่ƒฝๅคŸ็Ÿฅ้“ๅ…ถ่€ƒๅฏŸ้‡็‚น๏ผŒ่งฃ้ข˜ๆ–นๆณ•๏ผŒๅœจ็Ÿญๆ—ถ้—ดๅ†…ๅ†™ๅ‡บ่งฃ็ญ”๏ผŒๅนถไธ”ๆ€่€ƒๅคš็ง่งฃๅ†ณๅŠžๆณ•ใ€‚
0
liuawen/Learning-Java
Some learning Java tutorials, resources, documentation.
null
# learning [TOC] Java ๅผ€ๅ‘ ่ฎฐๅฝ•ๅญฆไน Java......ๅ…ฅๅ‘ไบ† ๏ผŒๅ†…ๅฎนไธป่ฆๆ˜ฏๅฏนJava SE,Java Web,Java EEๆก†ๆžถ๏ผŒJava ้ซ˜็บง๏ผŒ้ข่ฏ•ๅฐฑไธšๅ’Œๅญฆไน ็ผ–็จ‹่ฟ›่กŒๆ€ป็ป“ๆ•ด็†ๆ€่€ƒ๏ผŒ้€‚ๅˆไบ†่งฃ Java ๏ผŒๆƒณ่ฟ›ไธ€ๆญฅๆทฑๅ…ฅJavaๅผ€ๅ‘็š„ไบบใ€‚ **ๅฆ‚ๆžœ่ง‰ๅพ—ไธ้”™๏ผŒ่ฏทๅœจ่ฟ™ไธชไป“ๅบ“ไธŠ็‚นไธช star ๅง**๏ผŒ่ฟ™ไนŸๆ˜ฏๅฏนๆˆ‘็š„่‚ฏๅฎšๅ’Œ้ผ“ๅŠฑ๏ผŒ่ฐข่ฐขไบ†ใ€‚ ไธๅฎšๆ—ถ่ฟ›่กŒๆ•ด็†ๅ’Œ่กฅๅ……๏ผŒ้œ€่ฆๅ…ณๆณจๆ›ดๆ–ฐ็š„่ฏท watchใ€starใ€forkๅ“ฆใ€‚ ๆˆ‘ๅ…ˆ JavaๅŸบ็ก€๏ผˆJDKใ€้ขๅ‘ๅฏน่ฑกใ€่ฟ›้˜ถ ้›†ๅˆใ€JVMใ€ๅคš็บฟ็จ‹ไธŽๅนถๅ‘๏ผ‰ + ๆ•ฐๆฎ็ป“ๆž„ไธŽ็ฎ—ๆณ• + ๆ•ฐๆฎๅบ“ + ๆก†ๆžถ+ ้กน็›ฎ ๅ† ็ผ“ๅญ˜Redisใ€่ฎพ่ฎกๆจกๅผใ€็ปผๅˆ่ƒฝๅŠ›ใ€Linux็ณป็ปŸไธŽ่ฟ็ปด ----- # ไป“ๅบ“็›ฎๅฝ• ## ๅญฆไน ่ฎฐๅฝ•ๆ€ป็ป“ไธญ 1Java่ฏญ่จ€ๆ ธๅฟƒ 2JavaไธŽๆ•ฐๆฎๅบ“ไบคไบ’ๆŠ€ๆœฏ 3JavaWebๅ‰ๅŽ็ซฏไบคไบ’ๆŠ€ๆœฏๅŸบ็ก€ 4JavaEEๆก†ๆžถ้˜ถๆฎต 5ๅธธ็”จๅทฅๅ…ทๅ’Œ็Žฏๅขƒ 6Java้ซ˜็บง่ฏพ็จ‹ 7ไบ’่”็ฝ‘ๆžถๆž„ๆ–ฐๆŠ€ๆœฏ 8ๅฎžๆˆ˜้กน็›ฎ 9้ข่ฏ• 10่ฟ›้˜ถ ๆžถๆž„ ## ไธ€๏ผšJava่ฏญ่จ€ๆ ธๅฟƒ 1. Javaๆ ธๅฟƒ่ฏญๆณ• โ€‹ โ€‹ 2. Java8ๆ–ฐ็‰นๆ€ง โ€‹ โ€‹ 3. Java9ใ€10ใ€11ใ€12ใ€13ใ€14ๆ–ฐ็‰นๆ€ง โ€‹ 4. NIO 5. Javaๆ•ฐๆฎ็ป“ๆž„ JavaๅŸบ็ก€ JavaๅŸบ็ก€่ฏญๆณ• ้ขๅ‘ๅฏน่ฑกๅŸบ็ก€ APIๅŸบ็ก€ ้›†ๅˆๅŸบ็ก€ ้ขๅ‘ๅฏน่ฑก่ฟ›้˜ถ ๅธธ็”จAPI ๅผ‚ๅธธ ้›†ๅˆ IO ๅคš็บฟ็จ‹ ็ฝ‘็ปœ็ผ–็  Lambda ๆ”พๅฐ„ ๅŸบ็ก€ๅŠ ๅผบ ## ไบŒ๏ผšJavaไธŽๆ•ฐๆฎๅบ“ไบคไบ’ๆŠ€ๆœฏ 1-SQLไธŽPL/SQL็š„ไฝฟ็”จ 2-MySQLๆ•ฐๆฎๅบ“ 3-ๆ•ฐๆฎๅบ“ไบ‹ๅŠก 4ๅญ˜ๅ‚จ่ฟ‡็จ‹ 5-ๅญ˜ๅ‚จๅผ•ๆ“Ž 6-JDBC 7-Druidๆ•ฐๆฎๅบ“่ฟžๆŽฅๆฑ  ## ไธ‰๏ผšJavaWebๅ‰ๅŽ็ซฏไบคไบ’ๆŠ€ๆœฏๅŸบ็ก€ I-HTMLๅŸบ็ก€ไธŽCSS 2-JavaScriptไธŽJquery 3-XMLไธŽXML่งฃๆž 4-TomcatๆœๅŠกๅ™จๅฎ‰่ฃ…ไธŽ้…็ฝฎ 5-HTTPๅ่ฎฎ 6-ๆœๅŠกๅ™จ็ป„ไปถServlet 7-JSP 8-EL่กจ่พพๅผ 9-JSTL 10-ไผš่ฏๆŽงๅˆถCookieๅ’ŒSession 11-ๆœๅŠกๅ™จ็ป„ไปถFilter 12-ๆœๅŠกๅ™จ็ป„ไปถListener 13-ๅผ‚ๆญฅๆ•ฐๆฎไผ ่พ“ๆก†ๆžถAjax 14-ๆ–‡ไปถ็š„ไธŠไผ ไธ‹่ฝฝ 15-ๅ‰็ซฏๆก†ๆžถBootstrap Linux HTML5&CSS&Nginx WebๆœๅŠกๅ™จๅŸบ็ก€ Servlet Request&Response Cookie&Session JSP EL JSTL Filter&Listener ๆ–‡ไปถไธŠไผ ๅ’Œไธ‹่ฝฝ MySQL JDBC MyBatis JavaScript jQuery Ajax Vue ElementUI+ๆกˆไพ‹ Redis MavenๅŸบ็ก€ ้ข่ฏ• ้ข่ฏ•ๅฎๅ…ธ ## ๅ››๏ผšJavaEEๆก†ๆžถ้˜ถๆฎต 1๏ผŽ็ณป็ปŸๆ•ดไฝ“ๅˆ†ๅฑ‚่งฃ่€ฆๆก†ๆžถSpring 2๏ผŽ่ฝป้‡็บงWebๆก†ๆžถSpringMVC 3๏ผŽ่ฝป้‡็บงๆŒไน…ๅฑ‚ๆก†ๆžถMybatis 4๏ผŽๅฟซ้€Ÿ็ปงๆ‰ฟๆž„ๅปบๆก†ๆžถSpringBoot 5๏ผŽๅˆ†ๅธƒๅผๆž„ๅปบๆก†ๆžถSpringCloud 6. Webๅฎ‰ๅ…จๆก†ๆžถSpringSecurity 7๏ผŽๅˆ†ๅธƒๅผSession็ฎก็†SpringSession ไธปๆตๆก†ๆžถ Spring SpringMVC Maven้ซ˜็บง Zookeeper Dubbo ## ไบ”๏ผšๅธธ็”จๅทฅๅ…ทๅ’Œ็Žฏๅขƒ 1๏ผŽ้กน็›ฎๆž„ๅปบใ€jarๅŒ…็ฎก็†ๅทฅๅ…ทMaven 2๏ผŽๆ—ฅๅฟ—่พ“ๅ‡บLog4j 3๏ผŽๅˆ†ๅธƒๅผ็‰ˆๆœฌ็ฎก็†ๅทฅๅ…ทGitๅ’ŒGitHub 4๏ผŽๅ†…ๅญ˜ๆ•ฐๆฎๅบ“Redis 5. MySQLไผ˜ๅŒ– 6. ๆœๅŠกๅ™จๆ“ไฝœ็ณป็ปŸLinuxๅธธ็”จๆ“ไฝœใ€่ฟ›็จ‹ใ€็บฟ็จ‹ 7. Java่™šๆ‹ŸๆœบJVMๅŽŸ็†ใ€ไผ˜ๅŒ– 8๏ผŽ้ซ˜ๅนถๅ‘็ผ–็จ‹ๅทฅๅ…ทJUC 9๏ผŽๅ‘ฝไปค่งฃๆžๅ™จShell 10.lntellij IDEA็š„ไฝฟ็”จ ## ๅ…ญ๏ผšJavaEE้ซ˜็บง่ฏพ็จ‹ 1๏ผŽๆœๅŠกๅ™จๆ“ไฝœ็ณป็ปŸLinuxๅธธ็”จๆ“ไฝœ 2๏ผŽ่ฟœ็จ‹่ฐƒ็”จๆŠ€ๆœฏWebService 3๏ผŽๅ†…ๅญ˜ๆ•ฐๆฎRedis 4. MySQL้ซ˜็บง 5. MyCatๅฎž็ŽฐMySQL็š„ๅˆ†ๅธƒๅผใ€ๅˆ†ๅบ“ๅˆ†่กจใ€่ฏปๅ†™ๅˆ†็ฆป 6๏ผŽๆ”ฏไป˜ๆŽฅๅฃ่ฐƒ็”จๅผ€ๅ‘ 7.-Nginxๅๅ‘ไปฃ็†ใ€่ดŸ่ฝฝๅ‡่กกใ€ๅŠจ้™ๅˆ†็ฆป 8๏ผŽๅ…จๆ–‡็ดขๅผ•ๆ•ฐๆฎๅบ“Solr 9๏ผŽๅˆ†ๅธƒๅผๆž„ๅปบๆก†ๆžถDubbo 10.Tomcatๆ€ง่ƒฝไผ˜ๅŒ– 11.JVMๅ†…ๅญ˜ๆจกๅž‹ใ€ๅ‚ๆ•ฐ่ฐƒไผ˜ 12.Javaๅนถๅ‘ๅŒ…JUC ๆต่กŒๆก†ๆžถ Spring Boot Spring Cloud RabbitMQ Docker Elasticsearch ## ไธƒ๏ผšไบ’่”็ฝ‘ๆžถๆž„ๆ–ฐๆŠ€ๆœฏ 1๏ผŽๅˆ†ๅธƒๅผๆžถๆž„ไธญ็š„ๆณจๅ†ŒไธญๅฟƒZookeeper 2๏ผŽๅ…จๆ–‡ๆฃ€็ดขๅผ•ๆ“ŽElasticsearch 3๏ผŽๆ—ฅๅฟ—ๆŽฅๆ”ถใ€่ฝฌๅ‘ๅทฅๅ…ทLogstash 4๏ผŽ็”จไบŽๅˆ†ๆžElasticsearchไธญๆ•ฐๆฎ็š„ๅฏ่ง†ๅŒ–ๅนณๅฐKibana 5๏ผŽๅˆ†ๅธƒๅผๅ‘ๅธƒยท่ฎข้˜…ๆถˆๆฏ็ณป็ปŸKafka 6๏ผŽ่™šๆ‹ŸๅŒ–ๅบ”็”จๅฎนๅ™จDocker 7๏ผŽๅคงๆ•ฐๆฎๅˆ†ๆžๅญ˜ๅ‚จๆก†ๆžถHadoop 8๏ผŽๆ•ฐไป“ไป“ๅบ“ๅทฅๅ…ทHive 9. MapReduce็ผ–็จ‹ๆจกๅž‹ 10๏ผŽๅ‰็ซฏๆŠ€ๆœฏๆ ˆNode.js+vue.js 11๏ผŽๆถˆๆฏ้˜Ÿๅˆ—RabbitMQ 12๏ผŽๆ•ฐๆฎๅบ“ๅขž้‡่ฎข้˜…Canal 13๏ผŽๅฎžๆ—ถๆŽฅๅฃๆ–‡ๆกฃSwagger2 14๏ผŽ็คพไบค็™ปๅฝ•SpringSocial ## ๅ…ซ๏ผšๅฎžๆˆ˜้กน็›ฎ ``` ไปŽ0ๅผ€ๅง‹ ็‹ฌ็ซ‹ๅฎŒๆˆไผไธš็บงJava็”ตๅ•†็ฝ‘็ซ™ๅผ€ๅ‘ Javaไผไธš็บง็”ตๅ•†้กน็›ฎๆžถๆž„ๆผ”่ฟ›ไน‹่ทฏ Tomcat้›†็พคไธŽRedisๅˆ†ๅธƒๅผ JavaๅŒ็‰ˆๆœฌ๏ผˆSSMๅˆฐSpringBoot๏ผ‰ๆ กๅ›ญๅ•†้“บๅ…จๆ ˆๅผ€ๅ‘ Spring BootๅŒ็‰ˆๆœฌ(1.5/2.1) ๆ‰“้€ ไผไธš็บงๅพฎไฟก็‚น้ค็ณป็ปŸ Netty+Spring Bootไปฟๅพฎไฟก ๅ…จๆ ˆๅผ€ๅ‘้ซ˜ๆ€ง่ƒฝๅŽๅฐๅŠๅฎขๆˆท็ซฏ Java็Ÿญ่ง†้ข‘ๅฐ็จ‹ๅบๅผ€ๅ‘ ๅ…จๆ ˆๅผๅฎžๆˆ˜้กน็›ฎ Javaๅผ€ๅ‘ไผไธš็บงๆƒ้™็ฎก็†็ณป็ปŸ ็Ÿฅ่ฏ†ๆ‹†่งฃ+็ปๅ…ธๅฎšๆ—ถไปปๅŠกๆกˆไพ‹ ็ฒพ่ฎฒJavaๅฎšๆ—ถไปปๅŠกๆก†ๆžถElastic-Jobๅ’ŒQuartz BATๅคง็‰›ไบฒๆŽˆ ๅŸบไบŽElasticSearch็š„ๆœๆˆฟ็ฝ‘ๅฎžๆˆ˜ ่š็„ฆJavaๆ€ง่ƒฝไผ˜ๅŒ– ๆ‰“้€ ไบฟ็บงๆต้‡็ง’ๆ€็ณป็ปŸ ElasticSearch7+Spark ๆž„ๅปบ้ซ˜็›ธๅ…ณๆ€งๆœ็ดขๆœๅŠก&ๅƒไบบๅƒ้ขๆŽจ่็ณป็ปŸ JavaไปŽๅ•ไฝ“ๅˆฐๅพฎๆœๅŠกๆ‰“้€ ๆˆฟไบง้”€ๅ”ฎๅนณๅฐ ๆ‰“้€ ไปฟ็Œซ็œผ้กน็›ฎ ไปฅDubboไธบๆ ธๅฟƒ่งฃ้”ๅพฎๆœๅŠก SpringCloudๅพฎๆœๅŠกๆก†ๆžถ ๅฎžๆˆ˜ไผไธš็บงไผ˜ๆƒ ๅˆธ็ณป็ปŸ ๅŸบไบŽSpringCloudๅพฎๆœๅŠกๆžถๆž„ไธ‹ ๅนฟๅ‘Š็ณป็ปŸ่ฎพ่ฎกไธŽๅฎž็Žฐ SpringCloud+Vueๅ‰ๅŽ็ซฏๅˆ†็ฆป ๅผ€ๅ‘ไผไธš็บงๅœจ็บฟ่ง†้ข‘่ฏพ็จ‹็ณป็ปŸ ไผ ๆ™บๅฅๅบท ็•…่ดญๅ•†ๅŸŽ ๅ……ๅง ่ฐท็ฒ’ๅ•†ๅŸŽ ไผ—็ญน้กน็›ฎ ่ฐท็ฒ’ๅœจ็บฟๆ•™่‚ฒ ๅ‰ Vue ๅฎžๆˆ˜ๅ•†ไธš็บง่ฏปไนฆWeb APP ๅ…จ้ขๆๅ‡ๆŠ€่ƒฝ ็งปๅŠจWeb Appๅผ€ๅ‘ไน‹ๅฎžๆˆ˜็พŽๅ›ขๅค–ๅ– Reactๅ…จๅฎถๆกถ+AntD ๅ…ฑไบซๅ•่ฝฆๅŽๅฐ็ฎก็†็ณป็ปŸๅผ€ๅ‘ React16.4ๅผ€ๅ‘็ฎ€ไนฆ้กน็›ฎ ไปŽ้›ถๅŸบ็ก€ๅ…ฅ้—จๅˆฐๅฎžๆˆ˜ Vue2.0ๅผ€ๅ‘ไผไธš็บง็งปๅŠจ็ซฏ้ŸณไนWeb App ๆ–ฐ็‰ˆVue2.6+Node.js+MongoDB ๅ…จๆ ˆๆ‰“้€ ๅ•†ๅŸŽ็ณป็ปŸ ๅพฎไฟกๅฐ็จ‹ๅบไบ‘ๅผ€ๅ‘๏ผไปŽ0ๆ‰“้€ ไบ‘้Ÿณไนๅ…จๆ ˆๅฐ็จ‹ๅบ Electron+React+ไธƒ็‰›ไบ‘ ๅฎžๆˆ˜่ทจๅนณๅฐๆกŒ้ขๅบ”็”จ Vueๅ…จๅฎถๆกถๅฎžๆˆ˜ ไปŽ้›ถ็‹ฌ็ซ‹ๅผ€ๅ‘ไผไธš็บง็”ตๅ•†็ณป็ปŸ Vue Element๏ผ‹Node.jsๅผ€ๅ‘ไผไธš้€š็”จ็ฎก็†ๅŽๅฐ็ณป็ปŸ ๅˆฉ็”จGoไผ˜่ถŠ็š„ๆ€ง่ƒฝ ่ฎพ่ฎกไธŽๅฎž็Žฐ้ซ˜ๆ€ง่ƒฝไผไธš็บงๅพฎๆœๅŠก็ฝ‘ๅ…ณ Node.jsไปฟ็ŸฅไนŽๆœๅŠก็ซฏ-ๆทฑๅ…ฅ็†่งฃRESTful API Angular 8ๅผ€ๅ‘ๆ‹ผๅคšๅคšWebApp๏ผไปŽๅŸบ็ก€ๅˆฐ้กน็›ฎๅฎžๆˆ˜ Node.js+Koa2+MySQLๆ‰“้€ ๅ‰ๅŽ็ซฏๅˆ†็ฆป็ฒพๅ“้กน็›ฎใ€Šๆ—งๅฒ›ใ€‹ Vue.js2.5+cube-ui้‡ๆž„้ฅฟไบ†ไนˆApp๏ผˆ็ปๅ…ธๅ†ๅ‡็บง๏ผ‰ ``` ## ไน๏ผš้ข่ฏ• ``` Java ``` ## ๅ๏ผšๅคงๆ•ฐๆฎ # Reading JavaๅŸบ็ก€๏ผˆJDKใ€้ขๅ‘ๅฏน่ฑกใ€่ฟ›้˜ถ ้›†ๅˆใ€JVMใ€ๅคš็บฟ็จ‹ไธŽๅนถๅ‘๏ผ‰ ๆ•ฐๆฎ็ป“ๆž„ไธŽ็ฎ—ๆณ• + ๆ•ฐๆฎๅบ“ + ๆก†ๆžถ+ ้กน็›ฎ + ็ผ“ๅญ˜Redisใ€่ฎพ่ฎกๆจกๅผใ€็ปผๅˆ่ƒฝๅŠ›ใ€Linux็ณป็ปŸไธŽ่ฟ็ปด Javaๆ ธๅฟƒๆŠ€ๆœฏ ๅท Java็ผ–็จ‹ๆ€ๆƒณ Java8ๅฎžๆˆ˜ ้˜ฟ้‡Œๅทดๅทด Java ๅผ€ๅ‘ๆ‰‹ๅ†Œ ๆทฑๅ…ฅ็†่งฃJVM Java ๅคš็บฟ็จ‹็ผ–็จ‹ๆ ธๅฟƒๆŠ€ๆœฏ Java ๅนถๅ‘็ผ–็จ‹็š„่‰บๆœฏ ๅ‰‘ๆŒ‡ Offer MySQL ๆŠ€ๆœฏๅ†…ๅน• ่ฎพ่ฎกๆจกๅผ Redis ๆทฑๅบฆๅކ้™ฉ Elasticsearch ๅฎž่ทต Hbase ไธ็ก่ง‰ไนฆ ้‡ๆž„ - ๆ”นๅ–„ๆ—ขๆœ‰ไปฃ็ ็š„่ฎพ่ฎก ไปฃ็ ๆ•ดๆดไน‹้“ ็ผ–ๅ†™ๅฏ่ฏปไปฃ็ ็š„่‰บๆœฏ ไฟฎๆ”นไปฃ็ ็š„่‰บๆœฏ Effective Java # TODO ๅšไธญๅญฆ,ๅญฆไธญๅš๏ผŒ็–ฏ็‹‚่พ“ๅ…ฅ่ฎก็ฎ—่พ“ๅ‡บไธญ... ๅŠ ๆฒนๅ‘€๏ผ ๅฎž่ทตๅ‡บ็œŸ็Ÿฅ ๆ€ป็ป“ๆŽ’ๆŸฅ้”™่ฏฏ ๅ…ˆๆ€่€ƒ ๅ†ๅˆ†ๆž่ฐƒ่ฏ• ----- # ่”็ณปไฝœ่€… Email: willowawen@gmail.com - [B็ซ™](http://space.bilibili.com/180771965?) ่ง†้ข‘ไธŠไผ ๅˆฐB็ซ™ไบ† - [Awen's Personal Website](www.liuawen.cn) - [CSDN](https://blog.csdn.net/qq_41569732) -----
0
javatutorials101/Tutorials
null
null
null
0
ani03sha/RedQuarkTutorials
Code used in all my tutorials on my website - redquark.org
algorithms datastructures hacktoberfest java javascript kotlin leetcode leetcode-solutions problem-solving python
# RedQuark Tutorials Code used in all my tutorials [![License](https://img.shields.io/github/license/ani03sha/RedQuarkTutorials)](LICENSE.md) ![Language](https://img.shields.io/badge/language-Java%20%2F%20Python%20%2F%20JavaScript%20%2F%20Kotlin-blue.svg) ## LeetCode |#|Title|Difficulty|Tag|Blog|Video|Solution| |--:|---|---|---|---|---|---| |34|[Find First And Last Position Of Element In Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)|Medium|Arrays, Binary Search|[Blog](https://redquark.org/leetcode/0034-find-first-and-last-occurrence-of-element-in-sorted-array)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/FindFirstAndLastPositionOfElementInSortedArray.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Find_First_And_Last_Position_Of_Element_In_Sorted_Array.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/find_first_and_last_position_of_element_in_sorted_array.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/FindFirstAndLastPositionOfElementInSortedArray.kt)| |33|[Search In Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/)|Medium|Arrays, Binary Search|[Blog](https://redquark.org/leetcode/0033-search-in-rotated-sorted-array)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/SearchInRotatedSortedArray.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Search_In_Rotated_Sorted_Array.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/search_in_rotated_sorted_array.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SearchInRotatedSortedArray.kt)| |32|[Longest Valid Parentheses](https://leetcode.com/problems/longest-valid-parentheses/)|Hard|String|[Blog](https://redquark.org/leetcode/0032-longest-valid-parentheses)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LongestValidParentheses.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Longest_Valid_Parentheses.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/longest_valid_parentheses.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestValidParentheses.kt)| |31|[Next Permutation](https://leetcode.com/problems/next-permutation/)|Medium|Arrays|[Blog](https://redquark.org/leetcode/0031-next-permutation)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/NextPermutation.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Next_Permutation.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/next_permutation.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/NextPermutation.kt)| |30|[Divide Two Integers](https://leetcode.com/problems/substring-with-concatenation-of-all-words/)|Hard|Sliding Window, Hashing, String|[Blog](https://redquark.org/leetcode/0030-substring-with-concatenation-of-all-words)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/SubstringWithConcatenationOfAllWords.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Substring_With_Concatenation_Of_All_Words.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/substring_with_concatenation_of_all_words.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SubstringWithConcatenationOfAllWords.kt)| |29|[Divide Two Integers](https://leetcode.com/problems/divide-two-integers/)|Medium|Bit Manipulations|[Blog](https://redquark.org/leetcode/0029-divide-two-integers)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/DivideTwoIntegers.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Divide_Two_Integers.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/divide_two_integers.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/DivideTwoIntegers.kt)| |28|[Implement StrStr](https://leetcode.com/problems/implement-strstr/)|Easy|String, Sliding Window|[Blog](https://redquark.org/leetcode/0028-implement-strstr)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ImplementStrStr.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Implement_StrStr.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/implement_strstr.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ImplementStrStr.kt)| |27|[Remove Element](https://leetcode.com/problems/remove-element/)|Easy|Array|[Blog](https://redquark.org/leetcode/0027-remove-element)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RemoveElement.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Remove_Element.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/remove_element.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveElement.kt)| |26|[Remove Duplicates From Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)|Easy|Array|[Blog](https://redquark.org/leetcode/0026-remove-duplicates-from-sorted-array)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RemoveDuplicatesFromSortedArray.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Remove_Duplicates_From_sorted_Array.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/remove_duplicates_from_sorted_array.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveDuplicatesFromSortedArray.kt)| |25|[Reverse Nodes In K Group](https://leetcode.com/problems/reverse-nodes-in-k-group/)|Hard|Linked List|[Blog](https://redquark.org/leetcode/0025-reverse-nodes-in-k-group)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ReverseNodesInKGroup.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Reverse_Nodes_In_K_Group.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/reverse_nodes_in_k_group.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ReverseNodesInKGroup.kt)| |24|[Swap Nodes In Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/)|Medium|Linked List|[Blog](https://redquark.org/leetcode/0024-swap-nodes-in-pairs)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/SwapNodesInPairs.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Swap_Nodes_In_Pairs.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/swap_nodes_in_pairs.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SWapNodesInPairs.kt)| |23|[Merge K Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/)|Hard|Merge Sort, Divide and Conquer|[Blog](https://redquark.org/leetcode/0023-merge-k-sorted-lists)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeKSortedLists.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Merge_K_SOrted_Lists.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/merge_k_sorted_lists.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MergeKSortedLists.kt)| |22|[Generate Parentheses](https://leetcode.com/problems/generate-parentheses/)|Medium|Recursion, Backtracking|[Blog](https://redquark.org/leetcode/0022-generate-parentheses)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/GenerateParentheses.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Generate_Parentheses.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/generate_parentheses.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/GenerateParentheses.kt)| |21|[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)|Easy|Linked List|[Blog](https://redquark.org/leetcode/0021-merge-two-sorted-lists)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeTwoSortedLists.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Merge_Two_Sorted_Lists.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/merge_two_sorted_lists.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MergeTwoSortedLists.kt)| |20|[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)|Easy|String, Stack|[Blog](https://redquark.org/leetcode/0020-valid-parentheses)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ValidParentheses.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Valid_Parentheses.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/valid_parentheses.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ValidParentheses.kt)| |19|[Remove Nth Node From End Of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)|Medium|Linked List, Two Pointer Technique|[Blog](https://redquark.org/leetcode/0019-remove-nth-node)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RemoveNthNodeFromEndOfList.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Remove_Nth_Node_From_End_Of_List.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/remove_nth_node_from_end_of_list.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveNthNodeFromEndOfList.kt)| |18|[3 Sum](https://leetcode.com/problems/4sum/)|Medium|Arrays|[Blog](https://redquark.org/leetcode/0018-4-sum)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/FourSum.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Four_Sum.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/four_sum.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/FourSum.kt)| |17|[Letter Combinations Of A Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/)|Medium|String, Recursion, BFS, DFS|[Blog](https://redquark.org/leetcode/0017-letter-combinations)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LetterCombinationsOfAPhoneNumber.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Letter_Combinations_Of_A_Phone_Number.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/letter_combinations_of_a_phone_number.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LetterCombinationsOfAPhoneNumber.kt)| |16|[3 Sum Closest](https://leetcode.com/problems/3sum-closest/)|Medium|Arrays|[Blog](https://redquark.org/leetcode/0016-3-sum-closest)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ThreeSumClosest.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Three_Sum_Closest.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/three_sum_closest.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ThreeSumClosest.kt)| |15|[3 Sum](https://leetcode.com/problems/3sum/)|Medium|Arrays|[Blog](https://redquark.org/leetcode/0015-3-sum)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ThreeSum.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Three_Sum.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/three_sum.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ThreeSum.kt)| |14|[Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/)|Easy|String, LCP|[Blog](https://redquark.org/leetcode/0014-longest-common-prefix)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LongestCommonPrefix.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Longest_Common_Prefix.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/longest_common_prefix.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestCommonPrefix.kt)| |13|[Roman To Integer](https://leetcode.com/problems/roman-to-integer/)|Easy|String|[Blog](https://redquark.org/leetcode/0013-roman-to-integer)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RomanToInteger.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Roman_To_Integer.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/roman_to_integer.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RomanToInteger.kt)| |12|[Integer To Roman](https://leetcode.com/problems/integer-to-roman/)|Medium|Array|[Blog](https://redquark.org/leetcode/0012-integer-to-roman)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/IntegerToRoman.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Integer_To_Roman.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/integer_to_roman.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/IntegerToRoman.kt)| |11|[Regular Expression Matching](https://leetcode.com/problems/container-with-most-water/)|Medium|Array|[Blog](https://redquark.org/leetcode/0011-container-with-most-water)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ContainerWithMostWater.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Container_With_Most_Water.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/container_with_most_water.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ContainerWithMostWater.kt)| |10|[Regular Expression Matching](https://leetcode.com/problems/regular-expression-matching/)|Hard|String, Dynamic Programming|[Blog](https://redquark.org/leetcode/0010-regular-expression-matching)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RegularExpressionMatching.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Regular_Expression_Matching.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/regular_expression_matching.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RegularExpressionMatching.kt)| |9|[Palindrome Number](https://leetcode.com/problems/palindrome-number/)|Easy|Palindrome, Number|[Blog](https://redquark.org/leetcode/0009-palindrome-number/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/PalindromeNumber.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Palindrome_Number.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/palindrome_number.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/PalindromeNumber.kt)| |8|[String To Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/)|Medium|String|[Blog](https://redquark.org/leetcode/0008-string-to-integer-atoi/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/StringToInteger.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/String_To_Integer.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/string_to_integer.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/StringToInteger.kt)| |7|[Reverse Integer](https://leetcode.com/problems/reverse-integer/)|Easy|Number|[Blog](https://redquark.org/leetcode/0007-reverse-integer/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ReverseInteger.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Reverse_Integer.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/reverse_integer.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ReverseInteger.kt)| |6|[ZigZag Conversion](https://leetcode.com/problems/zigzag-conversion/)|Medium|String|[Blog](https://redquark.org/leetcode/0006-zigzag-conversion/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ZigZagConversion.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/ZigZag_Conversion.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/zigzag_conversion.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ZigZagConversion.kt)| |5|[Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring)|Medium|String, Manacher's Algorithm|[Blog](https://redquark.org/leetcode/0005-longest-palindromic-substring/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LongestPalindromicSubstring.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Longest_Palindromic_Substring.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/longest_palindromic_substring.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestPalindromeSubstring.kt)| |4|[Median Of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays)|Hard|Arrays, Binary Search|[Blog](https://redquark.org/leetcode/0004-median-of-two-sorted-arrays/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MedianOfTwoSortedArrays.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Median_Of_Two_Sorted_Arrays.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/median_of_two_sorted_arrays.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MedianOfTwoSortedArrays.kt)| |3|[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)|Medium|String, Sliding Window|[Blog](https://redquark.org/leetcode/0003-longest-substring-without-repeating-characters/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LongestSubstringWithoutRepeatingCharacters.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Longest_Substring_Without_Repeating_Characters.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/longest_substring_without_repeating_characters.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestSubstringWithoutRepeatingCharacters.kt)| |2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers)|Medium|Linked List|[Blog](https://redquark.org/leetcode/0002-add-two-numbers/)|| [Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/AddTwoNumbers.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Add_Two_Numbers.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/add_two_numbers.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/AddTwoNumbers.kt)| |1|[Two Sum](https://leetcode.com/problems/two-sum)|Easy|HashMap|[Blog](https://redquark.org/leetcode/0001-two-sum/)||[Java](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/TwoSum.java), [Python](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Python/src/Two_Sum.py), [JavaScript](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/JavaScript/src/two_sum.js), [Kotlin](https://github.com/ani03sha/RedQuarkTutorials/blob/master/LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/TwoSum.kt)|
0
kanmaytacker/fundamentals
A collection of tutorials on computer fundamentals
data-integrity database mysql normalization query-optimization relational-databases sql
# fundamentals A collection of tutorials on computer fundamentals ## Table of Contents - [DBMS](database/) - [Operating Systems](os/) - [Computer Networks](networks/) - [Object Oriented Programming](oop/)
0
RossStudtman/JSP_Tutorials
CaveOfProgramming Java Server Pages Tutorial Notes
null
JSP Tutorials =========== John Purcell's [courses] are some of the best I've found. As a former teacher, I like to enhance my own learning by creating parallel tutorials. Here are the notes, *with working code*, I created for John's "[Servlets and JSPs: Creating Web Applications With Java]." ##Extensive Notes Each project has an **extensive** set of notes in JSP_notes folder. Note files are named to indicate which videos they cover like so: JSP_v5-10.txt -- would cover videos 5 through 10. 2015 edits: heavily edited, much better. The last three .txt note files also saw heavy editing on line-length (they didn't look good in my tablet) - other files still have long line lengths (which is fine on a 24" monitor...). ##WAR Files Also, each project was compiled into a .WAR file. It is my hope that this makes it easy for you to download the projects for your own testing. ##Enhanced Learning Lastly, it is my hope that these resources can further enhance your learning as you go through John's excellent video tutorials and help you become a master of JSPs! [courses]:http://www.caveofprogramming.com/ [Servlets and JSPs: Creating Web Applications With Java]:http://courses.caveofprogramming.com/course/servlets-and-jsps-creating-web-applications-with-java/
1
in28minutes/SpringBootForBeginners
Spring Boot Tutorial For Beginners
spring-boot spring-configuration spring-data-jpa spring-initializr spring-security
# SpringBootForBeginners Spring Boot Tutorial For Beginners * [Installing Eclipse, Maven and Java](#installing-tools) * [Running Examples](#running-examples) * [Course Overview](#course-overview) - [Course Steps](#step-list) - [Expectations](#expectations) * [About in28Minutes](#about-in28minutes) - [Our Beliefs](#our-beliefs) - [Our Approach](#our-approach) - [Find Us](#useful-links) - [Other Courses](#other-courses) ## Installing Tools - PDF : https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf - Video : https://www.youtube.com/playlist?list=PLBBog2r6uMCSmMVTW_QmDLyASBvovyAO3 - GIT Repository : https://github.com/in28minutes/getting-started-in-5-steps ## Course Overview ### Introduction Spring Boot has a lot of magic going for it. Developing Services with it is cool and fun. Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can โ€œjust runโ€. Most Spring Boot applications need very little Spring configuration. In this course, you will learn the cool things about Spring Boot and Spring Boot Starter Projects. We will develop a basic REST Service to manage questions of a survey. You will learn about Spring Boot step by step - in more than 25 steps. This course would be a perfect first step as an introduction to Spring Boot. You will be using Spring Boot and get introduced to REST Services, Spring Security (Authentication and Authorization), Maven (dependencies management), Eclipse (IDE) and Tomcat Embedded Web Server. We will help you set up each one of these. You will learn about - Basics of Spring Boot - Basics of Auto Configuration and Spring Boot Magic - Spring Boot Starter Projects - Spring Initializr - Basic REST Services using Spring Boot Starter Web - REST Service Content Negotiation with JSON and XML - Embedded servlet containers : Tomcat, Jetty and Undertow - Writing Unit and Integration tests using Spring Boot Starter Test - Profiles and Dynamic Configuration with Spring Boot - Spring Boot Data JPA - Spring Boot Actuator - Spring Security - Spring Boot Developer Tools and LiveReload Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can โ€œjust runโ€. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. With Microservices, focus is shifting to getting started with developing web applications quickly. Spring Boot enables this. ### Goals - Provide quick start for projects with Spring. - Be opinionated but provide options. - Provide a range of non-functional features that are common to large classes of projects (e.g. embedded servers, security, metrics, health checks, externalized configuration). - Absolutely no code generation and no requirement for XML configuration. ### Step List - Step 01: Setup and Launch Spring Boot Application with Maven and Eclipse - Step 02: Creating your first RestController - Step 03: Understanding Spring Boot Magic : Spring Boot Starter Web - Step 04: Understanding Spring Boot Magic : Spring Boot Starter Parent - Step 05: Spring Boot vs Spring - Step 06: Create all Services for Survey and Questions - Step 07: What is REST? Creating REST Service with @GetMapping and @PathVariable - Step 08: Second REST Service to retrieve a specific question - Step 09: Spring Boot Developer Tools and LiveReload : Develop faster! - Step 10: Create a REST Service to add a new question to survey : @PostMapping, Postman - Step 11: Understand Content Negotiation. Deliver XML Responses from the REST Services - Step 12: Spring Initializr : Create Spring Boot Projects on the fly! - Step 13: Spring Boot Actuator : Monitor your Spring Boot applications! - Step 14: Understanding Embedded servlet containers : Switch to Jetty or Undertow - Step 15: Adding Dynamic Configuration to your application : YAML & More.. - Step 16: Basics of Profiles - Step 17: Advanced Application Configuration with Type Safe Configuration Properties - Step 18: Spring Boot Starter : Spring Data JPA with CommandLineRunner - Step 19: In Memory Database H2 Console and add a new JPA Repository Method - Step 20: Spring Boot Starter : Introduction to Spring Data Rest - Step 21: Spring Boot Integration Test - Step 22: Adding Integration Test for POST Request - Step 23: Small Refactoring to organise ourselves - Step 24: Writing Unit Tests with Spring Boot and Mockito - Step 25: Writing Unit test for createTodo - Step 26: Securing our services with Basic Authentication using Spring Security - Step 27: Configure Spring Security user roles for survey and other services - Step 28: A Deep Dive into Spring Boot Auto Configuration ### Expectations - You should know Java. You should understand usage of Annotations. - You should understand the basics of Spring framework. - A basic understanding of JPA, Spring Security will be useful. - You are NOT expected to have any experience with Eclipse or Maven. - We will help you install Eclipse and get up and running with Maven. ## Let's have some fun - What are we waiting for? - Let's have some fun with Spring Boot in 25 Steps. - I had fun creating this course and hope you would too. - Thanks for your interest in Our Course - I hope youโ€™re as excited as I am! - If youโ€™re ready to learn more and sign up for the course, - go ahead and hit that Enroll button, - or take a test drive by using the Free Preview feature. - See you in the course! ## About in28Minutes At in28Minutes, we ask ourselves one question everyday > How do we create more amazing course experiences? > We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We are creating amazing learning experiences for learning Spring Boot with AWS, Azure, GCP, Docker, Kubernetes and Full Stack. 300,000 Learners rely on our expertise. [Find out more.... ](https://github.com/in28minutes/learn#best-selling-courses) ![in28MinutesLearningRoadmap-July2019.png](https://github.com/in28minutes/in28Minutes-Course-Roadmap/raw/master/in28MinutesLearningRoadmap-July2019.png)
1
Froussios/Intro-To-RxJava
An extensive tutorial on RxJava
null
# Intro to RxJava This guide aims to introduce a beginner reactive programmer to the complete power of the [RxJava](https://github.com/ReactiveX/RxJava) implementation of reactive programming for the JVM. It is based on the [IntroToRx](http://www.introtorx.com) guide for Rx.NET. No experience with either reactive or functional programming is needed to follow the book. Familiarity with the basics of Java is required. [Begin learning](/Part%201%20-%20Getting%20Started/1.%20Why%20Rx.md) ### Structure The content of this book is meant to be read from start to finish. It is bigger than your average tutorial and smaller than an actual book. It begins with the basics and every subsequent chapter introduces increasingly advanced features and concepts. Sections of the book are intended to be self-containing and to-the-point, so that the book can be referred back to by non-beginners. The examples used in the book are also [available in compilable java files](/tests/java/itrx) in two formats: * Examples that print to standard output (recommended for first-time readers) * Silent, self-checking examples in the form of [JUnit](http://junit.org/) tests. The readers are invited to study whichever style suits them best.
1
coolAlias/Forge_Tutorials
Minecraft Forge Tutorials
null
Forge_Tutorials =============== Welcome to coolAlias' Minecraft Forge Modding Tutorials! I've tried to add tutorials for subjects that I either haven't seen elsewhere, needed updating or just needed further explanation. Most of my tutorials are NOT set up like full proper code and WILL give you lots of errors if you just copy and paste it into Eclipse. That being said, all of the code I provide I have personally used and tested, so if you read all the comments, follow the directions and do your best to understand what the code is doing, I'm confident you, too, will be able to get it working. I'm by no means, however, an expert in Java, so if you are and spot errors in my code or just have a better way of doing it, then please let me know! If you have any suggestions on how to make the tutorials more clear, if you have a question or if you just want to say hi, leave a comment or p.m. me on minecraftforum.net and I'll see what I can do :) If you'd prefer to read the tutorials on the forums, here are the links: - EventHandler and IExtendedEntityProperties: http://www.minecraftforum.net/topic/1952901-making-an-eventhandler-and-event-type-explanations/ - Creating an Item that stores an Inventory: http://www.minecraftforum.net/topic/1949352-creating-an-item-that-stores-an-inventory/ - Rendering Your Custom Item Texture: http://www.minecraftforum.net/topic/1892995-rendering-your-custom-item-texture/ - Multi-Input/Output Furnace with Variable-Input Recipes: http://www.minecraftforum.net/topic/1961477-multi-inputoutput-furnace-with-variable-input-recipes/ - Overriding shift-click in custom Containers: http://www.minecraftforum.net/topic/1919622-custom-container-how-to-properly-override-shift-clicking/ - Using Potions in Crafting Recipes: http://www.minecraftforum.net/topic/1891579-using-potions-in-crafting-recipes/ - Enchanted Books and Crafting Recipes: http://www.minecraftforum.net/topic/1893462-enchanted-book-crafting-recipes-an-intro-to-nbt-tag-compounds/
0
BrentAureli/SuperMario
Source Code from my Creating Super Mario Bros YouTube Tutorials
null
# SuperMario # YouTube Tutorials @ http://www.BrentAureli.com
0
redhat-scholars/istio-tutorial
Istio Tutorial for https://dn.dev/master
envoy istio kubernetes microservices openshift tracing
null
1
microsoft/azure-spring-apps-training
Guides and tutorials to make the most out of Azure Spring Apps
azure java microservices spring-boot-microservice spring-cloud
--- page_type: sample languages: - java --- # Azure Spring Apps training You will find here a full workshop on Azure Spring Apps, including guides and demos. You can run this workshop with the monthly free grant from Azure Spring Apps. [Learn More](https://aka.ms/costs-less) This lab is open-source, and under the [MIT license](LICENSE.txt). All Contributions are more then welcome! [Learn more at contribution guidelines.](CONTRIBUTING.md) <a href="https://github.com/microsoft/azure-spring-apps-training/graphs/contributors"> <img src="https://contrib.rocks/image?repo=microsoft/azure-spring-apps-training" /> </a> ## What you should expect This is not the official documentation but an opinionated training. It is a hands-on training, and it will use the command line extensively. The idea is to get coding very quickly and play with the platform, from a simple demo to far more complex examples. After completing all the guides, you should have a fairly good understanding of everything that Azure Spring Apps offers. ## Symbols >๐Ÿ›‘ - __Manual Modification Required__. When this symbol appears in front of one or more commands, you will need to modify the commands as indicated prior to running them. >๐Ÿšง - __Preview-specific__. This symbol indicates steps that are only necessary while Azure Spring Apps is in preview. >๐Ÿ’ก - __Frustration Avoidance Tip__. These will help you avoid potential pitfalls. ## [00 - Prerequisites and Setup](00-setup-your-environment/README.md) Prerequisites and environment setup. ## [01 - Create an Azure Spring Apps cluster](01-create-an-azure-spring-cloud-instance/README.md) Basics on creating a cluster and configuring the CLI to work efficiently. ## [02 - Build a simple Spring Boot microservice](02-build-a-simple-spring-boot-microservice/README.md) Build the simplest possible Spring Boot microservice using the Spring Initializr. ## [03 - Configure application logs](03-configure-monitoring/README.md) Access Spring Boot applications logs to understand common issues. ## [04 - Configure a Spring Cloud Config server](04-configure-a-spring-cloud-config-server/README.md) Configure a [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config), that will be entirely managed and supported by Azure Spring Apps, to be used by Spring Boot microservices. ## [05 - Build a Spring Boot microservice using Spring Cloud features](05-build-a-spring-boot-microservice-using-spring-cloud-features/README.md) Build a Spring Boot microservice that is cloud-enabled: it uses a Spring Cloud Service Registry and a [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config) which are both managed and supported by Azure Spring Apps. ## [06 - Build a reactive Spring Boot microservice using Cosmos DB](06-build-a-reactive-spring-boot-microservice-using-cosmosdb/README.md) Build a reactive Spring Boot microservice, that uses the [Spring reactive stack](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html) and is bound to a [Cosmos DB database](https://docs.microsoft.com/en-us/azure/cosmos-db/?WT.mc_id=azurespringcloud-github-judubois) in order to access a globally-distributed database with optimum performance. ## [07 - Build a Spring Boot microservice using MySQL](07-build-a-spring-boot-microservice-using-mysql/README.md) Build a classical Spring Boot application that uses JPA to access a [MySQL database managed by Azure](https://docs.microsoft.com/en-us/azure/mysql/?WT.mc_id=azurespringcloud-github-judubois). ## [08 - Build a Spring Cloud Gateway](08-build-a-spring-cloud-gateway/README.md) Build a [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) to route HTTP requests to the correct Spring Boot microservices. ## [09 - Putting it all together, a complete microservice stack](09-putting-it-all-together-a-complete-microservice-stack/README.md) Use a front-end to access graphically our complete microservice stack. Monitor our services with Azure Spring Apps's distributed tracing mechanism and scale our services depending on our needs. ## [10 - Blue/Green deployment](10-blue-green-deployment/README.md) Deploy new versions of applications in a staging environment and switch between staging and production with Azure Spring Apps. ## [11 - Configure CI/CD](11-configure-ci-cd/README.md) Configure a Continuous Integration / Continuous Deployment platform using GitHub Actions, so our Spring Boot microservices are automatically deployed. ## [12 - Making Microservices Talk to Each Other](12-making-microservices-talk-to-each-other/README.md) Creating a microservice that talks to other microservices. ## [Conclusion](99-conclusion/README.md) --- ## Legal Notices Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file. Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
0
CatalinPrata/funcodetuts
Funcode sample tutorials
null
funcodetuts =========== Funcode sample tutorials, you can find more on https://www.myandroidsolutions.com/
1
in28minutes/JUnitIn28Minutes
JUNIT Tutorial For Beginners
null
# JUnitIn28Minutes Git hub repository for the free Udemy course : [https://www.udemy.com/course/junit-tutorial-for-beginners-with-java-examples/](https://www.udemy.com/course/junit-tutorial-for-beginners-with-java-examples/) ## Get started with Junit * [Course Overview](#topics) - [Section 1 Foundation](#section-1-foundation) - [Section 2 First JUnit Example](#section-2-first-junit-example) - [Section 3 Second JUnit Example](#section-3-second-junit-example) - [Section 4 JUnit Simple Test Scenarios](#section-4-junit-simple-test-scenarios) - [Section 5 JUnit Intermediate Test Scenarios](#section-5-junit-intermediate-test-scenarios) - [Section 6 JUnit Best Practices](#section-6-junit-best-practices) - [Starting Examples](#starting-examples) * [About in28Minutes](#about-in28minutes) - [Our Beliefs](#our-beliefs) - [Our Approach](#our-approach) - [Find Us](#useful-links) - [Other Courses](#other-courses) ## Topics ### Section 1 Foundation - What is JUnit? - Why Unit Testing? ### Section 2 First JUnit Example @Test Annotation - Running JUnit - No Failure = Success - Basic Assert methods ### Section 3 Second JUnit Example - assertTrue and assertFalse methods - @Before @After annotations - @BeforeClass @AfterClass annotations ### Section 4 JUnit Simple Test Scenarios - Comparing Arrays - Testing Exceptions - Performance Unit Tests ### Section 5 JUnit Intermediate Test Scenarios - Parameterized Tests - Test Suites ### Section 6 JUnit Best Practices - Naming Test Methods - Highlight Important Values in Tests - Handle Exceptions Properly - Readable Assert Statements ### Starting Examples ``` package com.in28minutes.junit.helper; public class StringHelper { public String truncateAInFirst2Positions(String str) { if (str.length() <= 2) return str.replaceAll("A", ""); String first2Chars = str.substring(0, 2); String stringMinusFirst2Chars = str.substring(2); return first2Chars.replaceAll("A", "") + stringMinusFirst2Chars; } public boolean areFirstAndLastTwoCharactersTheSame(String str) { if (str.length() <= 1) return false; if (str.length() == 2) return true; String first2Chars = str.substring(0, 2); String last2Chars = str.substring(str.length() - 2); return first2Chars.equals(last2Chars); } } ``` ## About in28Minutes - At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings? - We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples. - Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach. - While our primary expertise is on Development, Design & Architecture Java & Related Frameworks (Spring, Struts, Hibernate) we are expanding into the front-end world (Bootstrap, JQuery, Angular JS). ### Our Beliefs - Best Course are interactive and fun. - Foundations for building high quality applications are best laid down while learning. ### Our Approach - Problem Solution based Step by Step Hands-on Learning - Practical, Real World Application Examples. - We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own. - We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort. - All the code is available on Github, for most steps. ## About in28Minutes At in28Minutes, we ask ourselves one question everyday > How do we create more amazing course experiences? > We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We are creating amazing learning experiences for learning Spring Boot with AWS, Azure, GCP, Docker, Kubernetes and Full Stack. 300,000 Learners rely on our expertise. [Find out more.... ](https://github.com/in28minutes/learn#best-selling-courses) ![in28MinutesLearningRoadmap-July2019.png](https://github.com/in28minutes/in28Minutes-Course-Roadmap/raw/master/in28MinutesLearningRoadmap-July2019.png)
1
in28minutes/devops-master-class
Devops Tutorial for Beginners - Learn Docker, Kubernetes, Terraform, Ansible, Jenkins and Azure Devops
azure-devops devops-course kubernetes learn-devops
null
1
Popalay/Tutors
A simple way to show the user interface tutorials
kotlin-android showcase tutorials
[![Download](https://api.bintray.com/packages/popalay/maven/Tutors/images/download.svg) ](https://bintray.com/popalay/maven/Tutors/_latestVersion) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Tutors-orange.svg?style=flat)](https://android-arsenal.com/details/1/5075) [![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=14) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/Popalay/Tutors/blob/master/LICENSE) # Tutors A simple way to show the user interface tutorials. <img src="screenshots/demo-v1.0.4.gif?raw=true" alt="" width="240" border="10" /> ## Getting Started ```groovy compile 'com.github.popalay:tutors:latest-version' compile 'com.github.popalay:tutors-kotlin:latest-version' ``` ## Usage ### From Java ```java Tutors tutors = new TutorsBuilder() .textColorRes(android.R.color.white) .shadowColorRes(R.color.shadow) .textSizeRes(R.dimen.textNormal) .completeIconRes(R.drawable.ic_cross_24_white) .nextButtonTextRes(R.string.action_next) .completeButtonTextRes(R.string.action_got_it) .spacingRes(R.dimen.spacingNormal) .lineWidthRes(R.dimen.lineWidth) .cancelable(false) .build(); tutors.show(getSupportFragmentManager(), toolbar, "It's a toolbar", !iterator.hasNext()); ``` See [sample](sample/src/main/java/com/github/popalay/tutorssample/MainActivity.java). ### From Kotlin ```kotlin val tutors = Tutors.create { textColorRes = android.R.color.white shadowColorRes = R.color.shadow textSizeRes = R.dimen.textNormal completeIconRes = R.drawable.ic_cross_24_white nextButtonTextRes = R.string.action_next completeButtonTextRes = R.string.action_got_it spacingRes = R.dimen.spacingNormal lineWidthRes = R.dimen.lineWidth cancelable = false } tutors.show(supportFragmentManager, view = toolbar, text = "It's a toolbar", isLast = true) ``` See [sample](sample/src/main/kotlin/com/github/popalay/tutorssample/MainKotlinActivity.kt). License ----- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0
kishanrajput23/Java-Tutorials
Compilation of all study materials related to code with harry java course with assignment solutions
code-every-day codewithharry java java-8 java-code-best-practices java-codes java-course java-game java-library java-resources java-study-materials java-tutorials
# Java-Tutorials ![Java-Tutorials](https://socialify.git.ci/kishanrajput23/Java-Tutorials/image?description=1&font=Bitter&language=1&name=1&owner=1&pattern=Brick%20Wall&theme=Dark)
0
308tube/com.youtube.rest
Java restful service tutorial
null
# Java restful service tutorial How to create a Java Restful Service/API using the Jersey framework. This series will go for people new to java and will eventually cover some advance topics. ## Youtube Tutorial Videos http://www.youtube.com/playlist?list=PLu47tUtKqNlwfR-nqjiWUaIWOYEi9FyW0 ## Website http://www.308tube.com/youtube/ ## Completed June 2014 - 7 episodes Thank you for your time and comments!
1
ehcache/ehcache3-samples
Some examples / tutorials on using Ehcache 3.
null
# Ehcache 3 Samples This repository contains examples of and tutorials about usage of Ehcache 3. ## Samples - 'basic' - demonstrates basic configuration and usage of Ehcache 3 - 'clustered' - demonstrates using distributed caching features with Terracotta server - 'jsr107' - demonstrates configuration through JSR-107 (JCache) - 'fullstack' - binding with Spring, Hibernate and Metrics using JSR-107 in a real application - 'scale-continuum' - live benchmark with different caching options - 'caching-still-matters' - code examples used for the "Caching Still Matters" conference
0
howtoprogram/junit5-examples
JUnit 5 examples, tutorials
null
#JUnit 5 Examples Contains all JUnit 5 Examples and Tutorial Go to each sub project. ## 1. Import source code into Eclipse ### Maven Menu **File โ€“> Import โ€“> Maven โ€“> Existing Maven Projects** Browse to your source code location Click **Finish** button to finish the importing ### Gradle Menu **File โ€“> Import โ€“> Gradle Project โ€“> Select Project --> Next until finish** ## 2. Sub Modules [JUnit 5 Assertions Example](http://howtoprogram.xyz/2016/08/12/junit-5-assertions-example/) ### junit5-assertions-examples [JUnit 5 Disable or Ignore A Test](http://howtoprogram.xyz/2016/08/14/junit-5-disable-ignore-tests/) ### junit5-disable-test-example [JUnit 5 Exception Testing](http://howtoprogram.xyz/2016/08/15/junit-5-exception-testing/) ### junit5-exception-testing-example [JUnit 5 Test Suite ](http://howtoprogram.xyz/2016/08/16/junit-5-test-suite/) ### junit-5-test-suite-example [JUnit 5 Assumptions With Assume](http://howtoprogram.xyz/2016/08/17/junit-5-assumptions-assume/) ### junit-5-assumptions [JUnit 5 Nested Tests Examples](http://howtoprogram.xyz/2016/08/19/junit-5-nested-tests-examples/) ### junit5-nested-test-example [JUnit 5 Dynamic Tests - Generate Tests at Run-time](http://howtoprogram.xyz/2016/08/21/junit-5-dynamic-tests/) ### junit5-dynamic-test-example [JUnit 5 Maven Example](http://howtoprogram.xyz/2016/09/09/junit-5-maven-example/) ### junit5-maven-example ## 3. Related Posts ## [JUnit 5 Tutorial](http://howtoprogram.xyz/java-technologies/junit-5-tutorial/) ## [JUnit 5 vs JUnit 4](http://howtoprogram.xyz/2016/08/10/junit-5-vs-junit-4/) ## [JUnit 5 Basic Introduction](http://howtoprogram.xyz/2016/08/07/junit-5-basic-introduction/) ## [JUnit 5 and Spring Boot Example](https://howtoprogram.xyz/2017/09/12/junit-5-spring-boot-example/)
0
gmazza/blog-samples
Source code for the tutorials on my blog.
null
blog-samples ============ This download holds the source code for tutorials in my blog listed at https://glenmazza.net/blog/entry/blog-index. Use at own risk. :)
0
in28minutes/MavenIn28Minutes
Maven Tutorial for Beginners with Examples
null
# Maven Tutorial for Beginners - with Examples In28Minutes [![Image](https://www.springboottutorial.com/images/Course-Maven-Tutorial-Manage-Java-Dependencies-in-20-Steps.png "Maven Tutorial - Manage Java Dependencies in 20 Steps")](https://www.udemy.com/course/learn-maven-java-dependency-management-in-20-steps/) ## Installing Eclipse and Java https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf ## Course Overview - We will use Handson Real World Examples to understand what Maven can do. - We will understand how Maven makes the life of an application developer easy. - We will learn how Maven helps us to automate things like compilation, running unit tests, creating a war, creating an ear, running a web application in tomcat. - We will learn how to use Maven effectively in combination of an IDE like Eclipse. - We will use - Maven for dependency management, building and running the application in tomcat. - Eclipse IDE. ### Step List Lets now look at the steps in this tutorial. - Step 1 to 4 we will learn about the basics of Maven : Project Object Model and Build LifeCycle - Steps 5 and 6 we will learn about dependency management and transitive dependencies - Step 7 we will learn about a maven project with multiple layers. Typical projects have a web layer, data layer, external interface layer. We will learn how to create such projects using maven. Multi Module Maven Project. - Step 8 : We will learn how to create a war, deploy to tomcat. ### Running Examples - If you are downloading the zip file, unzip the file - Open Command Prompt and Change directory to folder containing pom.xml - Run command "mvn tomcat7:run" - For help : user our installation guide - https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf ### Youtube Video https://courses.in28minutes.com/p/maven-tutorial-for-beginners-in-5-steps # 0. What is Maven? Defining what Maven does is very difficult. ## Every Day Developer Manages Dependencies - Web Layer (Spring MVC), Data Layer (JPA - Hibernate) etc.. Build a jar or a war or an ear Run the application locally - Tomcat or Jetty Deploy to a T environment Add new dependencies to a project Run Unit Tests ## Maven helps us do all these and more... Generate Projects Create Eclipse Workspace # 1. Beginner Maven Project ## What is the power of Maven? #### First Project : My aim is to create a Spring.jar. Think as if you are developing Spring. Some other developers want to use the framework you are developing. Steps in creating a JAr - App.Java -> App.class - AppTest.Java -> AppTest.class - Run Unit Tests - Package in a particular format - Earlier this was done using long tedious ant scripts #### Convention over Configuration - Pre defined folder structure - pom.xml - mvn --version - mvn compile (compiles source files) - mvn test-compile (compiles test files) - one thing to observe is this also compiles source files - mvn clean - deletes target directory - mvn test - run unit tests ## You are ready for theory on Build Life Cycle Pre-defined sequence of steps that are done when we run a maven command. Plugins can be attached to lifecycle stages. Default plugins are already defined in the super pom. mvn install - package - creates the jar - install - copies the created jar to local maven repository - a temp folder on my machine where maven stores the files. ### Build LifeCycle Validate Compile Test Package Integration Test Verify Install Deploy ## Lets understand pom.xml ### Project Object Model (POM) Name (if another project want to refer to our project, how do they do it?) Version (Major Version, Minor Version, Incremental Version) Packaging Dependencies Plugins ### Maven repository stores all the versions of all dependencies. JUnit 4.2,4.3,4.4 ### Local Repository - all the dependencies that are downloaded for 1st time are stored. # 2. Intermediate Maven Project - Transtive Dependencies (add Hibernate dependency) - Exclusions - Add an exclude - Dependency Hierarchy - See how each dependency is coming in - Versions [4.1,] [,4.1] [,4.1) - Scope - Dependencies are needed only for tests. They are not part of the war or jar. we can use scope for that. - Maven Compiler Plugin - Change source from 1.5 to 1.8. - Effective Pom - Super Pom (Similar to Java Inheritance) - Check the build part of super pom (Convention over configuration - defaults are defined). We can change it - for example source directory. Recommended not to override defaults. Easy to move from one project to another project. Definitions of various plugins. mvn help:effective-pom ## Dependency Management Scope Transitive Dependencies Excluding Dependency Dependency Versions ## Sample Project Object Model Maven Plugins Convention over configuration Source Code ${basedir}/src/main/java ${basedir}/src/main/resources Test Code ${basedir}/src/test ## Hierarchy of POMS Super POM # 3. Multi Module Maven Project - Most projects have multiple layers. Each layer has its own dependencies. Also multiple layers may share same dependency. We will see the best practices in managing dependencies in a multi module maven project. - Parent pom has type pom - - Defines Modules - Dependency Management Section - Properties - Pre-defined Variables ${project.version} - Run from command prompt - mvn clean install # 4. Maven Web Application ## Packaging War Ear ## Running application in Tomcat # 5. Tip and Tricks ## Important Commands help:effective-settings help:effective-pom dependency:tree dependency:sources --debug ## Maven Archetypes archetype:generate # 6. Missing (To Discuss) - Plugins : Show in super pom.xml - Eclipse Integration - Profiles ### Expectations - You should know Java. ### Running Examples - Download the zip or clone the Git repository. - Unzip the zip file (if you downloaded one) - Open Command Prompt and Change directory (cd) to folder containing pom.xml - Open Eclipse - File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip - Select the right project - Choose the Spring Boot Application file (search for @SpringBootApplication) - Right Click on the file and Run as Java Application - You are all Set ### Troubleshooting - Refer our TroubleShooting Guide - https://github.com/in28minutes/in28minutes-initiatives/tree/master/The-in28Minutes-TroubleshootingGuide-And-FAQ ## Youtube Playlists - 500+ Videos [Click here - 30+ Playlists with 500+ Videos on Spring, Spring Boot, REST, Microservices and the Cloud](https://www.youtube.com/user/rithustutorials/playlists?view=1&sort=lad&flow=list) ## Keep Learning in28Minutes in28Minutes is creating amazing solutions for you to learn Spring Boot, Full Stack and the Cloud - Docker, Kubernetes, AWS, React, Angular etc. - [Check out all our courses here](https://github.com/in28minutes/learn)
1
in28minutes/SpringMvcStepByStep
Spring MVC Tutorial for beginners - In 25 Small Steps
null
# Spring MVC Tutorial for Beginners Welcome to our Course on Spring MVC. Go to [Step wise details](#steps-1-to-7---build-a-normal-web-application) to understand all the concepts you would learn in this course. We have all the code at the end of each step in (Step01.md, Step02.md, Step37.md). Also present are some zip files with code at the end of some steps(Step07.zip to Step37.zip). * The First 7 Steps of this course are available for free on YouTube. - https://www.youtube.com/watch?v=BjNhGaZDr0Y * The entire course with 37 Steps is available on Udemy - https://www.udemy.com/course/spring-mvc-tutorial-for-beginners-step-by-step ## Spring MVC Tutorial for Beginners - TOC * [Running examples](#running-examples) * [Course Overview](#course-overview) - Steps 1 to 7 : Build a normal Web Application - Steps 11 to 37 : Use Spring MVC to Build Your First Web Application - [Step wise details](#step-wise-details) - [Exercises](#exercises) * [About in28Minutes](#about-in28minutes) - [Our Beliefs](#our-beliefs) - [Our Approach](#our-approach) - [Find Us](#useful-links) - [Other Courses](#other-courses) ## Installing Eclipse and Java https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf ## Course Overview You will learn about - DispatcherServlet - Basic Todo Management Application with Login/Logout - Model, Controllers, ViewResolver and Filters - Forms - DataBinding, Validation - Annotation based approach - @RequestParam, @PathVariable, @ModelAttribute, @SessionAttributes etc - Bootstrap to style the page - Spring Security - Internationalization - Exception Handling - Basic REST Services ### Steps 1 to 7 - Build a normal Web Application - Understand Basics of HTTP - HttpRequest - GET/POST, Request Parameters - HTTP Response - Response Status - 404,200,500 etc - Introduction to JSP, Servlets, Scriptlets and EL - HTML Form - Method, Action & Form Data - Understand Basics of using Maven, Tomcat and Eclipse - Using Request Attributes for passing Model between Servlet and View ### Steps 11 to XX : Use Spring MVC to Build Your First Web Application - Step 11 : Configure application to use Spring MVC - Step 12 : First Spring MVC Controller, @ResponseBody, @Controller - Step 13 : Redirect to Login JSP - LoginController, @ResponseBody and View Resolver - Step 14 : DispatcherServlet and Log4j - Step 15 : Show userid and password on the welcome page - ModelMap and @RequestParam - Step 16 : LoginService and Remove all JEE Servlets based code - Step 17 : Spring Auto-wiring and Dependency Management - @Autowired and @Service - Step 18 : Create TodoController and list-todos.jsp. Make TodoService a @Service and inject it. - Step 19 : Web Application Architecture - Step 20 : More about Spring Framework - Step 21 : Session vs Model vs Request - @SessionAttributes - Step 22 : New Todo and redirect to a Controller - Step 23 : JSTL - Step 24 : Bootstrap - using Webjars - Step 25 : Let's delete a Todo - Step 26 : Use Bootstrap to format and add HTML5 Validations - Step 27 : Introduce JSR 349 Validations using Hibernate Validator - First Command Bean. - Step 28 : Let's update a Todo - Step 29 : Let's add a Target Date for Todo - Use initBinder to Handle Date Fields - Step 30 : Navigation bar and JSP Fragments - Step 31 : Let's prepare for Spring Security - Step 32 : Initial Setup for Spring Security - Step 33 : Refactor and add Logout Functionality using Spring Security - Step 34 : Exception Handling in Spring MVC - @ControllerAdvice, @ExceptionHandler and error-page in web.xml - Step 35 : Let's add Internationalization - i18n - Step 36 : Basic Spring Rest Services - @RestController and jackson-databind - Step 37 : More Rest Services - @PathVariable ## Expectations - For taking this course, you should already know Java. - We expect NO prior experience with web development using Java. - We expect NO prior experience with Spring. ### Running Examples - If you are downloading the zip file, unzip the file - Open Command Prompt and Change directory to folder containing pom.xml - Run command "mvn tomcat7:run" - For help : user our installation guide - https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf ## Step wise details - Step01.md : Up and running with a web app in Tomcat - Step02.md : First JSP - Step03.md : Adding a GET Parameter name - Step04.md : Adding another Get Parameter Password - Step05.md : Lets add a form - Step06.md : New Form and doPost - Step07.md : Adding Password, validation of userid/password ## Exercises - Split TodoController into different Controllers - Use same TodoController for both updates and new todo - Functionality to mark a Todo as complete ## Future Things To Do - Unit Tests - WTF - why are they not here in the first set? ## About in28Minutes At in28Minutes, we ask ourselves one question everyday > How do we create more amazing course experiences? > We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We are creating amazing learning experiences for learning Spring Boot with AWS, Azure, GCP, Docker, Kubernetes and Full Stack. 300,000 Learners rely on our expertise. [Find out more.... ](https://github.com/in28minutes/learn#best-selling-courses) ![in28MinutesLearningRoadmap-July2019.png](https://github.com/in28minutes/in28Minutes-Course-Roadmap/raw/master/in28MinutesLearningRoadmap-July2019.png)
1
langmi/spring-batch-tutorials
Spring Batch tutorials, covering all the aspects and methods of this wonderful Java framework.
null
# Spring Batch Tutorials ![Spring Batch Tutorials Logo][spring-batch-tutorial-logo] Spring Batch tutorials, covering all the aspects and methods of this wonderful Java framework. ## Introduction Hello and welcome to Spring Batch tutorials for new and advanced users alike. The tutorials will provide you with step-by-step guides for using Spring Batch and some background informations for the concepts. If you are ready to get more, head over to my [Spring Batch Examples][spring-batch-examples], [Templates][spring-batch-templates] and [Maven Archetypes][spring-batch-archetypes] here at github too. If you want to see a new tutorial or spot an error, do not hesitate to [raise an issue][issue]. For questions to the Spring Batch framework itself, i suggest to ask at [Stackoverflow][stackoverflow] or the official [Spring Batch Forum][spring-batch-forum] (i'm active at both). ## Tutorial Topics * The inevitable [Hello World!][hello-world-java] * A more exotic [Hello World!][hello-world-groovy] with [Groovy][groovy] ## General Informations All Spring Batch Tutorials: * are individual maven projects, the pom.xml in the root directory is only for a convenient _build all_ feature * are tested with: * Spring Batch 2.1.8.RELEASE * Spring Framework 3.1.0.RELEASE * are provided "as is", no guarantees * the font used in logo is [Yanone Kaffeesatz][yanone-kaffeesatz] ## About Me I am [Michael R. Lange][homepage] from Germany and would describe myself as a [Code Craftsman][code-craftsman]. My motivation to write the tutorials comes from the usage at work and at home too, so it was about time to write and share some of the knowledge i picked up around. ## License Apache 2.0 License [code-craftsman]: http://www.joelonsoftware.com/articles/Craftsmanship.html [groovy]: http://groovy.codehaus.org/ [hello-world-java]: https://github.com/langmi/spring-batch-tutorials/tree/master/hello-world-java [hello-world-groovy]: https://github.com/langmi/spring-batch-tutorials/tree/master/hello-world-groovy [homepage]: http://langmi.de [issue]: https://github.com/langmi/spring-batch-tutorials/issues [spring-batch-archetypes]: https://github.com/langmi/spring-batch-archetypes [spring-batch-examples]: https://github.com/langmi/spring-batch-examples [spring-batch-forum]: http://forum.springsource.org/forumdisplay.php?41-Batch [spring-batch-templates]: https://github.com/langmi/spring-batch-templates [spring-batch-tutorial-logo]: https://github.com/langmi/spring-batch-tutorials/raw/master/spring-batch-tutorials-logo.png [stackoverflow]: http://stackoverflow.com/questions/tagged/spring-batch [yanone-kaffeesatz]: http://www.yanone.de/typedesign/kaffeesatz/
0
AndriiPiatakha/learnit_java_core
Learn IT: Java Core Tutorial
null
This is repository with the source code for Java course by Andrii Piatakha. It is not allowed to copy code and any commercial use (for example in other learning courses etc) without written approval from Andrii Piatakha. Only students of Andrii Piatakha can use these code examples. Thanks for respecting hard work of the author. 2019 ยฉAndrii Piatakha
1
fooree/fooXposed
Xposed tutorial demos
null
# fooXposed Xposed tutorial demos ๅพฎไฟกๅ…ฌไผ—ๅทๆŒ็ปญๆ›ดๆ–ฐ ![image](https://github.com/fooree/fooXposed/blob/master/files/qrcode.jpg)
1
rey5137/tutorials
A repository contains all tutorials. Each tutorial is in it's own branch.
null
null
1
ani03sha/AEM-Tutorials
This repository contains code related to AEM tutorials discussed on my blog
adobe-experience-manager aem apache-felix apache-oak apache-sling css html java javascript osgi
# AEM Tutorials This repository contains code related to AEM tutorials discussed on my blog - [Red Quark](https://redquark.org). These blog posts aim to explain the concepts and working of Adobe Experience Manager as a content management system (CMS). Great! but you may be asking why you should bother learning AEM in the first place? You're absolutely right. Before we take on something, we must ask ourselves why are we doing and what will we get from this? Having a clear goal in mind helps us maintain our focus and doesn't let our mind wander off. Let's start answering this question first. ## What is AEM and why should we give a damn? We can all see the revolution of Digital Marketing today. Today if you ask any company what is more important thing for them than the digital presence of their company, their answer would most likely be - NOTHING!!! And we are not talking about only the big giants but small scale and medium scale organizations also. Everyone wants to be a part of this digital revolution. Legendary economist [Adam Smith](https://en.wikipedia.org/wiki/Adam_Smith) explained the concept of *Demand and Supply* in his epic work **The Wealth of Nations**. This explained that if there is a *demand*, it has to be met with the *supply*. Since companies wanted to have a digital marketing solutions, the leaders in the technology domain obliged. Companies/Communities started creating different digital marketing solutions. Adobe came up with one of the niche products in the market - **A**dobe **E**xperience **M**anager (AEM) and today they are the market leaders in Digital Marketing domain. ## Why this developer series? Since AEM is in huge demand, people who know how to develop on AEM are also in huge demand. But developing on AEM is not easy because it is made up of various open-source technologies such as Apache Felix (OSGi), Apache Sling, Apache Oak and Adobe's own technologies like Granite, HTL etc. Learning all these technologies in conjunction can sometimes becomes confusing and frustrating ๐Ÿ˜ซ. When I first started learning AEM in 2016, I was dumbfounded to see there is so much going on under the hood. I then spent months to gather all the resources (mostly Adobe's official documentation) but it was so overwhelming (my personal experience ๐Ÿ˜•). Therefore, I decided to create a series which can help a newbie in AEM development to learn this amazing product. This series is my learning experience to get the knack of AEM Development. I have tried to put the posts in a logical order in which they should be learned. This tutorial is compatible with AEM 6.5 but it should work without issues on 6.3 and 6.4 as well. The only prerequisite for following this tutorial is the basic understanding of **Java** and **JavaScript**. So what are we waiting for? Let's dive in :sunglasses:. ## Note :label: There is an older version of this tutorial here => [AEM Developer Series](https://aem.redquark.org/). It is not outdated and works well with the latest versions of AEM. Happy learning and Namaste :pray:. ## AEM Developer Series Index 0. [Day 00 - AEM Developer Series](https://redquark.org/aem/day-00-aem-developer-series/) 1. [Day 01 - Introduction To AEM](https://redquark.org/aem/day-01-introduction-to-aem/) 2. [Day 02 - AEM Building Blocks](https://redquark.org/aem/day-02-aem-building-blocks/) 3. [Day 03 - AEM Installation and Consoles](https://redquark.org/aem/day-03-aem-consoles/) 4. [Day 04 - Setup AEM Development Environment](https://redquark.org/aem/day-04-setup-aem-dev-environment/) 5. [Day 05 - Develop AEM Components and Templates](https://redquark.org/aem/day-05-develop-components-templates/) 6. [Day 06 - HTL and Clientlibs basics](https://redquark.org/aem/day-06-htl-clientlibs/) 7. [Day 07 - Sling Models](https://redquark.org/aem/day-07-sling-models) 8. [Day 08 - OSGi Components and Services](https://redquark.org/aem/day-08-osgi-components-services) 9. [Day 09 - Sling Servlets Part I](https://redquark.org/aem/day-09-sling-servlets-1) 10. [Day 10 - Sling Servlets Part II](https://redquark.org/aem/day-10-sling-servlets-2) 11. [Day 11 - Custom OSGi Configuration](https://redquark.org/aem/custom-osgi-configuration) 12. [Day 12 - AEM Workflows Part I](https://redquark.org/aem/day-12-aem-workflows-1) 13. [Day 13 - AEM Workflows Part II](https://redquark.org/aem/day-13-aem-workflows-2) 14. [Day 14 - AEM Workflows Part III](https://redquark.org/aem/day-14-aem-workflows-3) 15. [Day 15 - Eventing In AEM](https://redquark.org/aem/day-15-eventing-in-aem) 16. [Day 16 - Schedulers In AEM](https://redquark.org/aem/day-16-schedulers-in-aem) 17. [Day 17 - Granite Datasources (Dynamic Dropdown)](https://redquark.org/aem/day-17-granite-datasources) 18. [Day 18 - Sling Jobs](https://redquark.org/aem/day-18-sling-jobs) 19. [Day 19 - Queries In AEM Part I](https://redquark.org/aem/day-19-queries-in-aem-1) 20. [Day 20 - Queries In AEM Part II](https://redquark.org/aem/day-20-queries-in-aem-2)
0
mytianya/springboot-tutorials
codehomeๅ‡บๅ“SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹
async jpa jrebel logback proguard springboot springboot-turorial springboot2 swagger websocket
# SpringBoot Tutorial for Beginners ## ๅทฒๅฎŒๆˆ็ณปๅˆ— - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšๅฟซ้€Ÿๅผ€ๅง‹](https://www.codehome.vip/archives/springboot-starter) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš้…็ฝฎๆ–‡ไปถ่ฏฆ่งฃ](https://www.codehome.vip/archives/springboot-yml) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšๆŽฅๅฃๅฎž็Žฐ็ปŸไธ€ๆ ผๅผ่ฟ”ๅ›ž](https://www.codehome.vip/archives/springboot-api) - [x] [SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹ๅˆ้›†](https://www.codehome.vip/archives/springboot-all) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšSwagger่ฏฆ่งฃ็ป™ไฝ ็š„ๆŽฅๅฃๅŠ ไธŠๆ–‡ๆกฃ่ฏดๆ˜Ž](https://www.codehome.vip/archives/springboot-swagger2) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšๅ•ๅ…ƒๆต‹่ฏ•](https://www.codehome.vip/archives/springboot-test) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšjsr303ๆŽฅๅฃๅ‚ๆ•ฐๆ ก้ชŒ,็ป“ๅˆ็ปŸไธ€ๅผ‚ๅธธๆ‹ฆๆˆช](https://www.codehome.vip/archives/springboot-jsr303) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšJRebelๅฎž็ŽฐSpringBoot็ƒญ้ƒจ็ฝฒ](https://www.codehome.vip/archives/springboot-jrebel) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšspringmvcๅ‚ๆ•ฐ็ป‘ๅฎšๆณจ่งฃไปŠๅคฉๅฝปๅบ•ๆžๆธ…ๆฅš](https://www.codehome.vip/archives/springmvc-prama-binding) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš่ฟ‡ๆปคๅ™จๅ’Œๆ‹ฆๆˆชๅ™จ่ฏฆ่งฃ](https://www.codehome.vip/archives/springboot-filter) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš@Asyncๅผ€ๅฏๅผ‚ๆญฅไปปๅŠก](https://www.codehome.vip/archives/springboot-async) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš@Scheduledๅผ€ๅฏๅฎšๆ—ถไปปๅŠกๅŠๆบ็ ๅˆ†ๆž](https://www.codehome.vip/archives/springbootๅฎšๆ—ถไปปๅŠก) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš@EnableๅŽŸ็†](https://www.codehome.vip/archives/springboot-enabled) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš้›†ๆˆmybatisๆœ€ไฝณๅฎž่ทต](https://www.codehome.vip/archives/springboot-mybatis) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผš้›†ๆˆspring-data-jpa](https://www.codehome.vip/archives/springboot-jpa) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšๅŠจๆ‰‹ๅˆถไฝœไธ€ไธชstarterๅŒ…](https://www.codehome.vip/archives/springboot-starter-use) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšๆ—ฅๅฟ—้…็ฝฎ](https://www.codehome.vip/archives/springboot-logging) - [x] [springboot2.xๅŸบ็ก€ๆ•™็จ‹๏ผšSpringCache็ผ“ๅญ˜ๆŠฝ่ฑก่ฏฆ่งฃไธŽEhcacheใ€Redis็ผ“ๅญ˜้…็ฝฎๅฎžๆˆ˜](https://www.codehome.vip/archives/springboot-cache) - [x] [SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹: ไบ‹ไปถๅ‘ๅธƒไธŽ่ฎข้˜…่ฏฆ่งฃ](https://www.codehome.vip/archives/springboot-sub-pub) - [x] [SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹: ไบ‹ๅŠก่ฏฆ่งฃ](https://www.codehome.vip/archives/spring-transaction) - [x] [่ดก็Œฎไธ€ไธชspringboot้กน็›ฎlinux shellๅฏๅŠจ่„šๆœฌ](https://www.codehome.vip/archives/springboot-linux-starter) - [x] [SpringBoot้€š่ฟ‡proguard-maven-pluginๆ’ไปถ่ฟ›่กŒๅฎž้™…้กน็›ฎไปฃ็ ๆททๆท†๏ผŒๅฎžๆต‹ๅฏ็”จ](https://www.codehome.vip/archives/springboot-proguard) - [x] [SpringBoot้กน็›ฎ็˜ฆ่บซๆ‰“ๅŒ…](https://www.codehome.vip/archives/springboot-package) - [x] [SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹: ้›†ๆˆQuartzๅˆ†ๅธƒๅผไปปๅŠก่ฐƒๅบฆ](https://www.codehome.vip/archives/springboot-quartz) - [x] [SpringBoot2.xๅŸบ็ก€ๆ•™็จ‹: ้›†ๆˆHirakiCPไธŽDruidๆ•ฐๆฎๅบ“่ฟžๆŽฅๆฑ ](https://www.codehome.vip/archives/springboot-datasource)
0
dunwu/db-tutorial
๐Ÿ“š db-tutorial ๆ˜ฏไธ€ไธชๆ•ฐๆฎๅบ“ๆ•™็จ‹ใ€‚
database db elasticsearch mongodb mysql nosql redis sql
<p align="center"> <a href="https://dunwu.github.io/db-tutorial/" target="_blank" rel="noopener noreferrer"> <img src="https://raw.githubusercontent.com/dunwu/images/master/common/dunwu-logo.png" alt="logo" width="150px"/> </a> </p> <p align="center"> <a href="https://github.com/dunwu/db-tutorial"> <img alt="star" class="no-zoom" src="https://img.shields.io/github/stars/dunwu/db-tutorial?style=for-the-badge"> </a> <a href="https://github.com/dunwu/db-tutorial"> <img alt="fork" class="no-zoom" src="https://img.shields.io/github/forks/dunwu/db-tutorial?style=for-the-badge"> </a> <a href="https://github.com/dunwu/db-tutorial/commits/master"> <img alt="build" class="no-zoom" src="https://img.shields.io/github/actions/workflow/status/dunwu/db-tutorial/deploy.yml?style=for-the-badge"> </a> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh"> <img alt="code style" class="no-zoom" src="https://img.shields.io/github/license/dunwu/db-tutorial?style=for-the-badge"> </a> </p> <h1 align="center">DB-TUTORIAL</h1> > ๐Ÿ’พ **db-tutorial** ๆ˜ฏไธ€ไธชๆ•ฐๆฎๅบ“ๆ•™็จ‹ใ€‚ > > - ๐Ÿ” ้กน็›ฎๅŒๆญฅ็ปดๆŠค๏ผš[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/) > - ๐Ÿ“– ็”ตๅญไนฆ้˜…่ฏป๏ผš[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/) ## ๆ•ฐๆฎๅบ“็ปผๅˆ ### ๅˆ†ๅธƒๅผๅญ˜ๅ‚จๅŽŸ็† #### ๅˆ†ๅธƒๅผ็†่ฎบ - [ๅˆ†ๅธƒๅผไธ€่‡ดๆ€ง](https://dunwu.github.io/blog/pages/dac0e2/) - [ๆทฑๅ…ฅๅ‰–ๆžๅ…ฑ่ฏ†ๆ€ง็ฎ—ๆณ• Paxos](https://dunwu.github.io/blog/pages/874539/) - [ๆทฑๅ…ฅๅ‰–ๆžๅ…ฑ่ฏ†ๆ€ง็ฎ—ๆณ• Raft](https://dunwu.github.io/blog/pages/e40812/) - [ๅˆ†ๅธƒๅผ็ฎ—ๆณ• Gossip](https://dunwu.github.io/blog/pages/d15993/) #### ๅˆ†ๅธƒๅผๅ…ณ้”ฎๆŠ€ๆœฏ ##### ๆต้‡่ฐƒๅบฆ - [ๆต้‡ๆŽงๅˆถ](https://dunwu.github.io/blog/pages/282676/) - [่ดŸ่ฝฝๅ‡่กก](https://dunwu.github.io/blog/pages/98a1c1/) - [ๆœๅŠก่ทฏ็”ฑ](https://dunwu.github.io/blog/pages/d04ece/) - [ๅˆ†ๅธƒๅผไผš่ฏๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/3e66c2/) ##### ๆ•ฐๆฎ่ฐƒๅบฆ - [็ผ“ๅญ˜ๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/471208/) - [่ฏปๅ†™ๅˆ†็ฆปๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/7da6ca/) - [ๅˆ†ๅบ“ๅˆ†่กจๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/103382/) - [ๅˆ†ๅธƒๅผ ID ๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/0b2e59/) - [ๅˆ†ๅธƒๅผไบ‹ๅŠกๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/910bad/) - [ๅˆ†ๅธƒๅผ้”ๅŸบๆœฌๅŽŸ็†](https://dunwu.github.io/blog/pages/69360c/) ### ๅ…ถไป– - [Nosql ๆŠ€ๆœฏ้€‰ๅž‹](docs/12.ๆ•ฐๆฎๅบ“/01.ๆ•ฐๆฎๅบ“็ปผๅˆ/01.NosqlๆŠ€ๆœฏ้€‰ๅž‹.md) - [ๆ•ฐๆฎ็ป“ๆž„ไธŽๆ•ฐๆฎๅบ“็ดขๅผ•](docs/12.ๆ•ฐๆฎๅบ“/01.ๆ•ฐๆฎๅบ“็ปผๅˆ/02.ๆ•ฐๆฎ็ป“ๆž„ไธŽๆ•ฐๆฎๅบ“็ดขๅผ•.md) ## ๆ•ฐๆฎๅบ“ไธญ้—ดไปถ - [ShardingSphere ็ฎ€ไป‹](docs/12.ๆ•ฐๆฎๅบ“/02.ๆ•ฐๆฎๅบ“ไธญ้—ดไปถ/01.Shardingsphere/01.ShardingSphere็ฎ€ไป‹.md) - [ShardingSphere Jdbc](docs/12.ๆ•ฐๆฎๅบ“/02.ๆ•ฐๆฎๅบ“ไธญ้—ดไปถ/01.Shardingsphere/02.ShardingSphereJdbc.md) - [็‰ˆๆœฌ็ฎก็†ไธญ้—ดไปถ Flyway](docs/12.ๆ•ฐๆฎๅบ“/02.ๆ•ฐๆฎๅบ“ไธญ้—ดไปถ/02.Flyway.md) ## ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“ > [ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“) ๆ•ด็†ไธปๆตๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“็Ÿฅ่ฏ†็‚นใ€‚ ### ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“็ปผๅˆ - [ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“้ข่ฏ•ๆ€ป็ป“](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/01.็ปผๅˆ/01.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“้ข่ฏ•.md) ๐Ÿ’ฏ - [SQL ่ฏญๆณ•ๅŸบ็ก€็‰นๆ€ง](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/01.็ปผๅˆ/02.SQL่ฏญๆณ•ๅŸบ็ก€็‰นๆ€ง.md) - [SQL ่ฏญๆณ•้ซ˜็บง็‰นๆ€ง](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/01.็ปผๅˆ/03.SQL่ฏญๆณ•้ซ˜็บง็‰นๆ€ง.md) - [ๆ‰ฉๅฑ• SQL](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/01.็ปผๅˆ/03.ๆ‰ฉๅฑ•SQL.md) - [SQL Cheat Sheet](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/01.็ปผๅˆ/99.SqlCheatSheet.md) ### Mysql ![img](https://raw.githubusercontent.com/dunwu/images/master/snap/20200716103611.png) - [Mysql ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/01.Mysqlๅบ”็”จๆŒ‡ๅ—.md) โšก - [Mysql ๅทฅไฝœๆต](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/02.MySQLๅทฅไฝœๆต.md) - ๅ…ณ้”ฎ่ฏ๏ผš`่ฟžๆŽฅ`ใ€`็ผ“ๅญ˜`ใ€`่ฏญๆณ•ๅˆ†ๆž`ใ€`ไผ˜ๅŒ–`ใ€`ๆ‰ง่กŒๅผ•ๆ“Ž`ใ€`redo log`ใ€`bin log`ใ€`ไธค้˜ถๆฎตๆไบค` - [Mysql ไบ‹ๅŠก](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/03.Mysqlไบ‹ๅŠก.md) - ๅ…ณ้”ฎ่ฏ๏ผš`ACID`ใ€`AUTOCOMMIT`ใ€`ไบ‹ๅŠก้š”็ฆป็บงๅˆซ`ใ€`ๆญป้”`ใ€`ๅˆ†ๅธƒๅผไบ‹ๅŠก` - [Mysql ้”](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/04.Mysql้”.md) - ๅ…ณ้”ฎ่ฏ๏ผš`ไน่ง‚้”`ใ€`่กจ็บง้”`ใ€`่กŒ็บง้”`ใ€`ๆ„ๅ‘้”`ใ€`MVCC`ใ€`Next-key ้”` - [Mysql ็ดขๅผ•](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/05.Mysql็ดขๅผ•.md) - ๅ…ณ้”ฎ่ฏ๏ผš`Hash`ใ€`B ๆ ‘`ใ€`่š็ฐ‡็ดขๅผ•`ใ€`ๅ›ž่กจ` - [Mysql ๆ€ง่ƒฝไผ˜ๅŒ–](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/06.Mysqlๆ€ง่ƒฝไผ˜ๅŒ–.md) - [Mysql ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/20.Mysql่ฟ็ปด.md) ๐Ÿ”จ - [Mysql ้…็ฝฎ](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/21.Mysql้…็ฝฎ.md) ๐Ÿ”จ - [Mysql ้—ฎ้ข˜](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/02.Mysql/99.Mysqlๅธธ่ง้—ฎ้ข˜.md) ### ๅ…ถไป– - [PostgreSQL ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/99.ๅ…ถไป–/01.PostgreSQL.md) - [H2 ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/99.ๅ…ถไป–/02.H2.md) - [SqLite ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/03.ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“/99.ๅ…ถไป–/03.Sqlite.md) ## ๆ–‡ๆกฃๆ•ฐๆฎๅบ“ ### MongoDB > MongoDB ๆ˜ฏไธ€ไธชๅŸบไบŽๆ–‡ๆกฃ็š„ๅˆ†ๅธƒๅผๆ•ฐๆฎๅบ“๏ผŒ็”ฑ C++ ่ฏญ่จ€็ผ–ๅ†™ใ€‚ๆ—จๅœจไธบ WEB ๅบ”็”จๆไพ›ๅฏๆ‰ฉๅฑ•็š„้ซ˜ๆ€ง่ƒฝๆ•ฐๆฎๅญ˜ๅ‚จ่งฃๅ†ณๆ–นๆกˆใ€‚ > > MongoDB ๆ˜ฏไธ€ไธชไป‹ไบŽๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“ๅ’Œ้žๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“ไน‹้—ด็š„ไบงๅ“ใ€‚ๅฎƒๆ˜ฏ้žๅ…ณ็ณปๆ•ฐๆฎๅบ“ๅฝ“ไธญๅŠŸ่ƒฝๆœ€ไธฐๅฏŒ๏ผŒๆœ€ๅƒๅ…ณ็ณปๆ•ฐๆฎๅบ“็š„ใ€‚ๅฎƒๆ”ฏๆŒ็š„ๆ•ฐๆฎ็ป“ๆž„้žๅธธๆพๆ•ฃ๏ผŒๆ˜ฏ็ฑปไผผ json ็š„ bson ๆ ผๅผ๏ผŒๅ› ๆญคๅฏไปฅๅญ˜ๅ‚จๆฏ”่พƒๅคๆ‚็š„ๆ•ฐๆฎ็ฑปๅž‹ใ€‚ > > MongoDB ๆœ€ๅคง็š„็‰น็‚นๆ˜ฏๅฎƒๆ”ฏๆŒ็š„ๆŸฅ่ฏข่ฏญ่จ€้žๅธธๅผบๅคง๏ผŒๅ…ถ่ฏญๆณ•ๆœ‰็‚น็ฑปไผผไบŽ้ขๅ‘ๅฏน่ฑก็š„ๆŸฅ่ฏข่ฏญ่จ€๏ผŒๅ‡ ไนŽๅฏไปฅๅฎž็Žฐ็ฑปไผผๅ…ณ็ณปๆ•ฐๆฎๅบ“ๅ•่กจๆŸฅ่ฏข็š„็ปๅคง้ƒจๅˆ†ๅŠŸ่ƒฝ๏ผŒ่€Œไธ”่ฟ˜ๆ”ฏๆŒๅฏนๆ•ฐๆฎๅปบ็ซ‹็ดขๅผ•ใ€‚ - [MongoDB ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/01.MongoDBๅบ”็”จๆŒ‡ๅ—.md) - [MongoDB ็š„ CRUD ๆ“ไฝœ](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/02.MongoDB็š„CRUDๆ“ไฝœ.md) - [MongoDB ่šๅˆๆ“ไฝœ](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/03.MongoDB็š„่šๅˆๆ“ไฝœ.md) - [MongoDB ไบ‹ๅŠก](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/04.MongoDBไบ‹ๅŠก.md) - [MongoDB ๅปบๆจก](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/05.MongoDBๅปบๆจก.md) - [MongoDB ๅปบๆจก็คบไพ‹](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/06.MongoDBๅปบๆจก็คบไพ‹.md) - [MongoDB ็ดขๅผ•](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/07.MongoDB็ดขๅผ•.md) - [MongoDB ๅคๅˆถ](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/08.MongoDBๅคๅˆถ.md) - [MongoDB ๅˆ†็‰‡](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/09.MongoDBๅˆ†็‰‡.md) - [MongoDB ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/04.ๆ–‡ๆกฃๆ•ฐๆฎๅบ“/01.MongoDB/20.MongoDB่ฟ็ปด.md) ## KV ๆ•ฐๆฎๅบ“ ### Redis ![img](https://raw.githubusercontent.com/dunwu/images/master/snap/20200713105627.png) - [Redis ้ข่ฏ•ๆ€ป็ป“](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/01.Redis้ข่ฏ•ๆ€ป็ป“.md) ๐Ÿ’ฏ - [Redis ๅบ”็”จๆŒ‡ๅ—](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/02.Redisๅบ”็”จๆŒ‡ๅ—.md) โšก - ๅ…ณ้”ฎ่ฏ๏ผš`ๅ†…ๅญ˜ๆท˜ๆฑฐ`ใ€`ไบ‹ไปถ`ใ€`ไบ‹ๅŠก`ใ€`็ฎก้“`ใ€`ๅ‘ๅธƒไธŽ่ฎข้˜…` - [Redis ๆ•ฐๆฎ็ฑปๅž‹ๅ’Œๅบ”็”จ](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/03.Redisๆ•ฐๆฎ็ฑปๅž‹ๅ’Œๅบ”็”จ.md) - ๅ…ณ้”ฎ่ฏ๏ผš`STRING`ใ€`HASH`ใ€`LIST`ใ€`SET`ใ€`ZSET`ใ€`BitMap`ใ€`HyperLogLog`ใ€`Geo` - [Redis ๆŒไน…ๅŒ–](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/04.RedisๆŒไน…ๅŒ–.md) - ๅ…ณ้”ฎ่ฏ๏ผš`RDB`ใ€`AOF`ใ€`SAVE`ใ€`BGSAVE`ใ€`appendfsync` - [Redis ๅคๅˆถ](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/05.Redisๅคๅˆถ.md) - ๅ…ณ้”ฎ่ฏ๏ผš`SLAVEOF`ใ€`SYNC`ใ€`PSYNC`ใ€`REPLCONF ACK` - [Redis ๅ“จๅ…ต](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/06.Redisๅ“จๅ…ต.md) - ๅ…ณ้”ฎ่ฏ๏ผš`Sentinel`ใ€`PING`ใ€`INFO`ใ€`Raft` - [Redis ้›†็พค](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/07.Redis้›†็พค.md) - ๅ…ณ้”ฎ่ฏ๏ผš`CLUSTER MEET`ใ€`Hash slot`ใ€`MOVED`ใ€`ASK`ใ€`SLAVEOF no one`ใ€`redis-trib` - [Redis ๅฎžๆˆ˜](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/08.Redisๅฎžๆˆ˜.md) - ๅ…ณ้”ฎ่ฏ๏ผš`็ผ“ๅญ˜`ใ€`ๅˆ†ๅธƒๅผ้”`ใ€`ๅธƒ้š†่ฟ‡ๆปคๅ™จ` - [Redis ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/05.KVๆ•ฐๆฎๅบ“/01.Redis/20.Redis่ฟ็ปด.md) ๐Ÿ”จ - ๅ…ณ้”ฎ่ฏ๏ผš`ๅฎ‰่ฃ…`ใ€`ๅ‘ฝไปค`ใ€`้›†็พค`ใ€`ๅฎขๆˆท็ซฏ` ## ๅˆ—ๅผๆ•ฐๆฎๅบ“ ### HBase - [HBase ๅฟซ้€Ÿๅ…ฅ้—จ](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/01.HBaseๅฟซ้€Ÿๅ…ฅ้—จ.md) - [HBase ๆ•ฐๆฎๆจกๅž‹](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/02.HBaseๆ•ฐๆฎๆจกๅž‹.md) - [HBase Schema ่ฎพ่ฎก](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/03.HBaseSchema่ฎพ่ฎก.md) - [HBase ๆžถๆž„](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/04.HBaseๆžถๆž„.md) - [HBase Java API ๅŸบ็ก€็‰นๆ€ง](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/10.HBaseJavaApiๅŸบ็ก€็‰นๆ€ง.md) - [HBase Java API ้ซ˜็บง็‰นๆ€งไน‹่ฟ‡ๆปคๅ™จ](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/11.HBaseJavaApi้ซ˜็บง็‰นๆ€งไน‹่ฟ‡ๆปคๅ™จ.md) - [HBase Java API ้ซ˜็บง็‰นๆ€งไน‹ๅๅค„็†ๅ™จ](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/12.HBaseJavaApi้ซ˜็บง็‰นๆ€งไน‹ๅๅค„็†ๅ™จ.md) - [HBase Java API ๅ…ถไป–้ซ˜็บง็‰นๆ€ง](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/13.HBaseJavaApiๅ…ถไป–้ซ˜็บง็‰นๆ€ง.md) - [HBase ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/21.HBase่ฟ็ปด.md) - [HBase ๅ‘ฝไปค](docs/12.ๆ•ฐๆฎๅบ“/06.ๅˆ—ๅผๆ•ฐๆฎๅบ“/01.HBase/22.HBaseๅ‘ฝไปค.md) ## ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“ ### Elasticsearch > Elasticsearch ๆ˜ฏไธ€ไธชๅŸบไบŽ Lucene ็š„ๆœ็ดขๅ’Œๆ•ฐๆฎๅˆ†ๆžๅทฅๅ…ท๏ผŒๅฎƒๆไพ›ไบ†ไธ€ไธชๅˆ†ๅธƒๅผๆœๅŠกใ€‚Elasticsearch ๆ˜ฏ้ตไปŽ Apache ๅผ€ๆบๆกๆฌพ็š„ไธ€ๆฌพๅผ€ๆบไบงๅ“๏ผŒๆ˜ฏๅฝ“ๅ‰ไธปๆต็š„ไผไธš็บงๆœ็ดขๅผ•ๆ“Žใ€‚ - [Elasticsearch ้ข่ฏ•ๆ€ป็ป“](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/01.Elasticsearch้ข่ฏ•ๆ€ป็ป“.md) ๐Ÿ’ฏ - [Elasticsearch ๅฟซ้€Ÿๅ…ฅ้—จ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/02.Elasticsearchๅฟซ้€Ÿๅ…ฅ้—จ.md) - [Elasticsearch ็ฎ€ไป‹](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/03.Elasticsearch็ฎ€ไป‹.md) - [Elasticsearch ็ดขๅผ•](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/04.Elasticsearch็ดขๅผ•.md) - [Elasticsearch ๆŸฅ่ฏข](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/05.ElasticsearchๆŸฅ่ฏข.md) - [Elasticsearch ้ซ˜ไบฎ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/06.Elasticsearch้ซ˜ไบฎ.md) - [Elasticsearch ๆŽ’ๅบ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/07.ElasticsearchๆŽ’ๅบ.md) - [Elasticsearch ่šๅˆ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/08.Elasticsearch่šๅˆ.md) - [Elasticsearch ๅˆ†ๆžๅ™จ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/09.Elasticsearchๅˆ†ๆžๅ™จ.md) - [Elasticsearch ๆ€ง่ƒฝไผ˜ๅŒ–](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/10.Elasticsearchๆ€ง่ƒฝไผ˜ๅŒ–.md) - [Elasticsearch Rest API](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/11.ElasticsearchRestApi.md) - [ElasticSearch Java API ไน‹ High Level REST Client](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/12.ElasticsearchHighLevelRestJavaApi.md) - [Elasticsearch ้›†็พคๅ’Œๅˆ†็‰‡](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/13.Elasticsearch้›†็พคๅ’Œๅˆ†็‰‡.md) - [Elasticsearch ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/01.Elasticsearch/20.Elasticsearch่ฟ็ปด.md) ### Elastic - [Elastic ๅฟซ้€Ÿๅ…ฅ้—จ](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/01.Elasticๅฟซ้€Ÿๅ…ฅ้—จ.md) - [Elastic ๆŠ€ๆœฏๆ ˆไน‹ Filebeat](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/02.ElasticๆŠ€ๆœฏๆ ˆไน‹Filebeat.md) - [Filebeat ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/03.Filebeat่ฟ็ปด.md) - [Elastic ๆŠ€ๆœฏๆ ˆไน‹ Kibana](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/04.ElasticๆŠ€ๆœฏๆ ˆไน‹Kibana.md) - [Kibana ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/05.Kibana่ฟ็ปด.md) - [Elastic ๆŠ€ๆœฏๆ ˆไน‹ Logstash](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/06.ElasticๆŠ€ๆœฏๆ ˆไน‹Logstash.md) - [Logstash ่ฟ็ปด](docs/12.ๆ•ฐๆฎๅบ“/07.ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“/02.Elastic/07.Logstash่ฟ็ปด.md) ## ่ต„ๆ–™ ๐Ÿ“š ### ๆ•ฐๆฎๅบ“็ปผๅˆ่ต„ๆ–™ - [DB-Engines](https://db-engines.com/en/ranking) - ๆ•ฐๆฎๅบ“ๆต่กŒๅบฆๆŽ’ๅ - **ไนฆ็ฑ** - [ใ€Šๆ•ฐๆฎๅฏ†้›†ๅž‹ๅบ”็”จ็ณป็ปŸ่ฎพ่ฎกใ€‹](https://book.douban.com/subject/30329536/) - ่ฟ™ๅฏ่ƒฝๆ˜ฏ็›ฎๅ‰ๆœ€ๅฅฝ็š„ๅˆ†ๅธƒๅผๅญ˜ๅ‚จไนฆ็ฑ๏ผŒๅผบๅŠ›ๆŽจ่ใ€่ฟ›้˜ถใ€‘ - **ๆ•™็จ‹** - [CMU 15445 ๆ•ฐๆฎๅบ“ๅŸบ็ก€่ฏพ็จ‹](https://15445.courses.cs.cmu.edu/fall2019/schedule.html) - [CMU 15721 ๆ•ฐๆฎๅบ“้ซ˜็บง่ฏพ็จ‹](https://15721.courses.cs.cmu.edu/spring2020/schedule.html) - [ๆฃ€็ดขๆŠ€ๆœฏๆ ธๅฟƒ 20 ่ฎฒ](https://time.geekbang.org/column/intro/100048401) - ๆžๅฎขๆ•™็จ‹ใ€่ฟ›้˜ถใ€‘ - [ๅŽ็ซฏๅญ˜ๅ‚จๅฎžๆˆ˜่ฏพ](https://time.geekbang.org/column/intro/100046801) - ๆžๅฎขๆ•™็จ‹ใ€ๅ…ฅ้—จใ€‘๏ผš่ฎฒ่งฃๅญ˜ๅ‚จๅœจ็”ตๅ•†้ข†ๅŸŸ็š„็ง็งๅบ”็”จๅ’Œไธ€ไบ›ๅŸบๆœฌ็‰นๆ€ง - **่ฎบๆ–‡** - [Efficiency in the Columbia Database Query Optimizer](https://15721.courses.cs.cmu.edu/spring2018/papers/15-optimizer1/xu-columbia-thesis1998.pdf) - [How Good Are Query Optimizers, Really?](http://www.vldb.org/pvldb/vol9/p204-leis.pdf) - [Architecture of a Database System](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf) - [Data Structures for Databases](https://www.cise.ufl.edu/~mschneid/Research/papers/HS05BoCh.pdf) - **ๆ–‡็ซ ** - [Data Structures and Algorithms for Big Databases](https://people.csail.mit.edu/bradley/BenderKuszmaul-tutorial-xldb12.pdf) ### ๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅบ“่ต„ๆ–™ - **็ปผๅˆ่ต„ๆ–™** - [ใ€Šๆ•ฐๆฎๅบ“็š„็ดขๅผ•่ฎพ่ฎกไธŽไผ˜ๅŒ–ใ€‹](https://book.douban.com/subject/26419771/) - [ใ€ŠSQL ๅฟ…็Ÿฅๅฟ…ไผšใ€‹](https://book.douban.com/subject/35167240/) - SQL ็š„ๅŸบๆœฌๆฆ‚ๅฟตๅ’Œ่ฏญๆณ•ใ€ๅ…ฅ้—จใ€‘ - **Oracle ่ต„ๆ–™** - [ใ€ŠOracle Database 9i/10g/11g ็ผ–็จ‹่‰บๆœฏใ€‹](https://book.douban.com/subject/5402711/) #### Mysql ่ต„ๆ–™ - **ๅฎ˜ๆ–น** - [Mysql ๅฎ˜็ฝ‘](https://www.mysql.com/) - [Mysql ๅฎ˜ๆ–นๆ–‡ๆกฃ](https://dev.mysql.com/doc/) - **ๅฎ˜ๆ–น PPT** - [How to Analyze and Tune MySQL Queries for Better Performance](https://www.mysql.com/cn/why-mysql/presentations/tune-mysql-queries-performance/) - [MySQL Performance Tuning 101](https://www.mysql.com/cn/why-mysql/presentations/mysql-performance-tuning101/) - [MySQL Performance Schema & Sys Schema](https://www.mysql.com/cn/why-mysql/presentations/mysql-performance-sys-schema/) - [MySQL Performance: Demystified Tuning & Best Practices](https://www.mysql.com/cn/why-mysql/presentations/mysql-performance-tuning-best-practices/) - [MySQL Security Best Practices](https://www.mysql.com/cn/why-mysql/presentations/mysql-security-best-practices/) - [MySQL Cluster Deployment Best Practices](https://www.mysql.com/cn/why-mysql/presentations/mysql-cluster-deployment-best-practices/) - [MySQL High Availability with InnoDB Cluster](https://www.mysql.com/cn/why-mysql/presentations/mysql-high-availability-innodb-cluster/) - **ไนฆ็ฑ** - [ใ€Š้ซ˜ๆ€ง่ƒฝ MySQLใ€‹](https://book.douban.com/subject/23008813/) - ็ปๅ…ธ๏ผŒ้€‚ๅˆ DBA ๆˆ–ไฝœไธบๅผ€ๅ‘่€…็š„ๅ‚่€ƒๆ‰‹ๅ†Œใ€่ฟ›้˜ถใ€‘ - [ใ€ŠMySQL ๆŠ€ๆœฏๅ†…ๅน•๏ผšInnoDB ๅญ˜ๅ‚จๅผ•ๆ“Žใ€‹](https://book.douban.com/subject/24708143/) - [ใ€ŠMySQL ๅฟ…็Ÿฅๅฟ…ไผšใ€‹](https://book.douban.com/subject/3354490/) - Mysql ็š„ๅŸบๆœฌๆฆ‚ๅฟตๅ’Œ่ฏญๆณ•ใ€ๅ…ฅ้—จใ€‘ - **ๆ•™็จ‹** - [runoob.com MySQL ๆ•™็จ‹](http://www.runoob.com/mysql/mysql-tutorial.html) - ๅ…ฅ้—จ็บง SQL ๆ•™็จ‹ - [mysql-tutorial](https://github.com/jaywcjlove/mysql-tutorial) - **ๆ–‡็ซ ** - [MySQL ็ดขๅผ•่ƒŒๅŽ็š„ๆ•ฐๆฎ็ป“ๆž„ๅŠ็ฎ—ๆณ•ๅŽŸ็†](http://blog.codinglabs.org/articles/theory-of-mysql-index.html) - [Some study on database storage internals](https://medium.com/@kousiknath/data-structures-database-storage-internals-1f5ed3619d43) - [Sharding Pinterest: How we scaled our MySQL fleet](https://medium.com/@Pinterest_Engineering/sharding-pinterest-how-we-scaled-our-mysql-fleet-3f341e96ca6f) - [Guide to MySQL High Availability](https://www.mysql.com/cn/why-mysql/white-papers/mysql-guide-to-high-availability-solutions/) - [Choosing MySQL High Availability Solutions](https://dzone.com/articles/choosing-mysql-high-availability-solutions) - [High availability with MariaDB TX: The definitive guide](https://mariadb.com/sites/default/files/content/Whitepaper_High_availability_with_MariaDB-TX.pdf) - Mysql ็›ธๅ…ณ็ป้ชŒ - [Booking.com: Evolution of MySQL System Design](https://www.percona.com/live/mysql-conference-2015/sessions/bookingcom-evolution-mysql-system-design) ๏ผŒBooking.com ็š„ MySQL ๆ•ฐๆฎๅบ“ไฝฟ็”จ็š„ๆผ”ๅŒ–๏ผŒๅ…ถไธญๆœ‰ๅพˆๅคšไธ้”™็š„็ป้ชŒๅˆ†ไบซ๏ผŒๆˆ‘็›ธไฟกไนŸๆ˜ฏๅพˆๅคšๅ…ฌๅธไผš้‡ๅˆฐ็š„็š„้—ฎ้ข˜ใ€‚ - [Tracking the Moneyโ€Š-โ€ŠScaling Financial Reporting at Airbnb](https://medium.com/airbnb-engineering/tracking-the-money-scaling-financial-reporting-at-airbnb-6d742b80f040) ๏ผŒAirbnb ็š„ๆ•ฐๆฎๅบ“ๆ‰ฉๅฑ•็š„็ป้ชŒๅˆ†ไบซใ€‚ - [Why Uber Engineering Switched from Postgres to MySQL](https://eng.uber.com/mysql-migration/) ๏ผŒๆ— ๆ„ๆฏ”่พƒไธคไธชๆ•ฐๆฎๅบ“่ฐๅฅฝ่ฐไธๅฅฝ๏ผŒๆŽจ่่ฟ™็ฏ‡ Uber ็š„้•ฟๆ–‡๏ผŒไธป่ฆๆ˜ฏๆƒณ่ฎฉไฝ ไปŽไธญๅญฆไน ๅˆฐไธ€ไบ›็ป้ชŒๅ’ŒๆŠ€ๆœฏ็ป†่Š‚๏ผŒ่ฟ™ๆ˜ฏไธ€็ฏ‡ๅพˆไธ้”™็š„ๆ–‡็ซ ใ€‚ - Mysql ้›†็พคๅคๅˆถ - [Monitoring Delayed Replication, With A Focus On MySQL](https://engineering.imvu.com/2013/01/09/monitoring-delayed-replication-with-a-focus-on-mysql/) - [Mitigating replication lag and reducing read load with freno](https://githubengineering.com/mitigating-replication-lag-and-reducing-read-load-with-freno/) - [Better Parallel Replication for MySQL](https://medium.com/booking-com-infrastructure/better-parallel-replication-for-mysql-14e2d7857813) - [Evaluating MySQL Parallel Replication Part 2: Slave Group Commit](https://medium.com/booking-com-infrastructure/evaluating-mysql-parallel-replication-part-2-slave-group-commit-459026a141d2) - [Evaluating MySQL Parallel Replication Part 3: Benchmarks in Production](https://medium.com/booking-com-infrastructure/evaluating-mysql-parallel-replication-part-3-benchmarks-in-production-db5811058d74) - [Evaluating MySQL Parallel Replication Part 4: More Benchmarks in Production](https://medium.com/booking-com-infrastructure/evaluating-mysql-parallel-replication-part-4-more-benchmarks-in-production-49ee255043ab) - [Evaluating MySQL Parallel Replication Part 4, Annex: Under the Hood](https://medium.com/booking-com-infrastructure/evaluating-mysql-parallel-replication-part-4-annex-under-the-hood-eb456cf8b2fb) - Mysql ๆ•ฐๆฎๅˆ†ๅŒบ - [StackOverflow: MySQL sharding approaches?](https://stackoverflow.com/questions/5541421/mysql-sharding-approaches) - [Why you donโ€™t want to shard](https://www.percona.com/blog/2009/08/06/why-you-dont-want-to-shard/) - [How to Scale Big Data Applications](https://www.percona.com/sites/default/files/presentations/How to Scale Big Data Applications.pdf) - [MySQL Sharding with ProxySQL](https://www.percona.com/blog/2016/08/30/mysql-sharding-with-proxysql/) - ๅ„ๅ…ฌๅธ็š„ Mysql ๆ•ฐๆฎๅˆ†ๅŒบ็ป้ชŒๅˆ†ไบซ - [MailChimp: Using Shards to Accommodate Millions of Users](https://devs.mailchimp.com/blog/using-shards-to-accommodate-millions-of-users/) - [Uber: Code Migration in Production: Rewriting the Sharding Layer of Uberโ€™s Schemaless Datastore](https://eng.uber.com/schemaless-rewrite/) - [Sharding & IDs at Instagram](https://instagram-engineering.com/sharding-ids-at-instagram-1cf5a71e5a5c) - [Airbnb: How We Partitioned Airbnbโ€™s Main Database in Two Weeks](https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21) - **ๆ›ดๅคš่ต„ๆบ** - [awesome-mysql](https://github.com/jobbole/awesome-mysql-cn) - MySQL ็š„่ต„ๆบๅˆ—่กจ ### Nosql ๆ•ฐๆฎๅบ“็ปผๅˆ - Martin Fowler ๅœจ YouTube ไธŠๅˆ†ไบซ็š„ NoSQL ไป‹็ป [Introduction To NoSQL](https://youtu.be/qI_g07C_Q5I)๏ผŒ ไปฅๅŠไป–ๅ‚ไธŽ็ผ–ๅ†™็š„ [NoSQL Distilled - NoSQL ็ฒพ็ฒน](https://book.douban.com/subject/25662138/)๏ผŒ่ฟ™ๆœฌไนฆๆ‰ 100 ๅคš้กต๏ผŒๆ˜ฏๆœฌ้šพๅพ—็š„ๅ…ณไบŽ NoSQL ็š„ไนฆ๏ผŒๅพˆไธ้”™๏ผŒ้žๅธธๆ˜“่ฏปใ€‚ - [NoSQL Databases: a Survey and Decision Guidance](https://medium.com/baqend-blog/nosql-databases-a-survey-and-decision-guidance-ea7823a822d#.nhzop4d23)๏ผŒ่ฟ™็ฏ‡ๆ–‡็ซ ๅฏไปฅๅธฆไฝ ่‡ชไธŠ่€Œไธ‹ๅœฐไปŽ CAP ๅŽŸ็†ๅˆฐๅผ€ๅง‹ไบ†่งฃ NoSQL ็š„็ง็งๆŠ€ๆœฏ๏ผŒๆ˜ฏไธ€็ฏ‡้žๅธธไธ้”™็š„ๆ–‡็ซ ใ€‚ - [Distribution, Data, Deployment: Software Architecture Convergence in Big Data Systems](https://resources.sei.cmu.edu/asset_files/WhitePaper/2014_019_001_90915.pdf)๏ผŒ่ฟ™ๆ˜ฏๅกๅ†…ๅŸบยทๆข…้š†ๅคงๅญฆ็š„ไธ€็ฏ‡่ฎฒๅˆ†ๅธƒๅผๅคงๆ•ฐๆฎ็ณป็ปŸ็š„่ฎบๆ–‡ใ€‚ๅ…ถไธญไธป่ฆ่ฎจ่ฎบไบ†ๅœจๅคงๆ•ฐๆฎๆ—ถไปฃไธ‹็š„่ฝฏไปถๅทฅ็จ‹ไธญ็š„ไธ€ไบ›ๅ…ณ้”ฎ็‚น๏ผŒไนŸ่ฏดๅˆฐไบ† NoSQL ๆ•ฐๆฎๅบ“ใ€‚ - [No Relation: The Mixed Blessings of Non-Relational Databases](http://ianvarley.com/UT/MR/Varley_MastersReport_Full_2009-08-07.pdf)๏ผŒ่ฟ™็ฏ‡่ฎบๆ–‡่™ฝ็„ถๆœ‰็‚นๅนดไปฃไน…่ฟœใ€‚ไฝ†่ฟ™็ฏ‡่ฎบๆ–‡ๆ˜ฏ HBase ็š„ๅŸบ็ก€๏ผŒไฝ ่ŠฑไธŠไธ€็‚นๆ—ถ้—ดๆฅ่ฏป่ฏป๏ผŒๅฐฑๅฏไปฅไบ†่งฃๅˆฐ๏ผŒๅฏนๅ„็ง้žๅ…ณ็ณปๅž‹ๆ•ฐๆฎๅญ˜ๅ‚จไผ˜็ผบ็‚น็š„ไธ€ไธชๅพˆๅฅฝ็š„ๆฏ”่พƒใ€‚ - [NoSQL Data Modeling Techniques](https://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques/) ๏ผŒNoSQL ๅปบๆจกๆŠ€ๆœฏใ€‚่ฟ™็ฏ‡ๆ–‡็ซ ๆˆ‘ๆ›พ็ป็ฟป่ฏ‘ๅœจไบ† CoolShell ไธŠ๏ผŒๆ ‡้ข˜ไธบ [NoSQL ๆ•ฐๆฎๅปบๆจกๆŠ€ๆœฏ](https://coolshell.cn/articles/7270.htm)๏ผŒไพ›ไฝ ๅ‚่€ƒใ€‚ - [MongoDB - Data Modeling Introduction](https://docs.mongodb.com/manual/core/data-modeling-introduction/) ๏ผŒ่™ฝ็„ถ่ฟ™ๆ˜ฏ MongoDB ็š„ๆ•ฐๆฎๅปบๆจกไป‹็ป๏ผŒไฝ†ๆ˜ฏๅ…ถๅพˆๅคš่ง‚็‚นๅฏไปฅ็”จไบŽๅ…ถๅฎƒ็š„ NoSQL ๆ•ฐๆฎๅบ“ใ€‚ - [Firebase - Structure Your Database](https://firebase.google.com/docs/database/android/structure-data) ๏ผŒGoogle ็š„ Firebase ๆ•ฐๆฎๅบ“ไฝฟ็”จ JSON ๅปบๆจก็š„ไธ€ไบ›ๆœ€ไฝณๅฎž่ทตใ€‚ - ๅ› ไธบ CAP ๅŽŸ็†๏ผŒๆ‰€ไปฅๅฝ“ไฝ ้œ€่ฆ้€‰ๆ‹ฉไธ€ไธช NoSQL ๆ•ฐๆฎๅบ“็š„ๆ—ถๅ€™๏ผŒไฝ ๅบ”่ฏฅ็œ‹็œ‹่ฟ™็ฏ‡ๆ–‡ๆกฃ [Visual Guide to NoSQL Systems](http://blog.nahurst.com/visual-guide-to-nosql-systems)ใ€‚ ้€‰ SQL ่ฟ˜ๆ˜ฏ NoSQL๏ผŒ่ฟ™้‡Œๆœ‰ไธค็ฏ‡ๆ–‡็ซ ๏ผŒๅ€ผๅพ—ไฝ ็œ‹็œ‹ใ€‚ - [SQL vs. NoSQL Databases: Whatโ€™s the Difference?](https://www.upwork.com/hiring/data/sql-vs-nosql-databases-whats-the-difference/) - [Salesforce: SQL or NoSQL](https://engineering.salesforce.com/sql-or-nosql-9eaf1d92545b) ### ๅˆ—ๅผๆ•ฐๆฎๅบ“่ต„ๆ–™ #### Cassandra ่ต„ๆ–™ - ๆฒƒๅฐ”็Ž›ๅฎž้ชŒๅฎคๆœ‰ไธค็ฏ‡ๆ–‡็ซ ๅ€ผๅพ—ไธ€่ฏปใ€‚ - [Avoid Pitfalls in Scaling Cassandra Cluster at Walmart](https://medium.com/walmartlabs/avoid-pitfalls-in-scaling-your-cassandra-cluster-lessons-and-remedies-a71ca01f8c04) - [Storing Images in Cassandra at Walmart](https://medium.com/walmartlabs/building-object-store-storing-images-in-cassandra-walmart-scale-a6b9c02af593) - [Yelp: How We Scaled Our Ad Analytics with Apache Cassandra](https://engineeringblog.yelp.com/2016/08/how-we-scaled-our-ad-analytics-with-cassandra.html) ๏ผŒYelp ็š„่ฟ™็ฏ‡ๅšๅฎขไนŸๆœ‰ไธ€ไบ›็›ธๅ…ณ็š„็ป้ชŒๅ’Œๆ•™่ฎญใ€‚ - [Discord: How Discord Stores Billions of Messages](https://blog.discordapp.com/how-discord-stores-billions-of-messages-7fa6ec7ee4c7) ๏ผŒDiscord ๅ…ฌๅธๅˆ†ไบซ็š„ไธ€ไธชๅฆ‚ไฝ•ๅญ˜ๅ‚จๅไบฟ็บงๆถˆๆฏ็š„ๆŠ€ๆœฏๆ–‡็ซ ใ€‚ - [Cassandra at Instagram](https://www.slideshare.net/DataStax/cassandra-at-instagram-2016) ๏ผŒInstagram ็š„ไธ€ไธช PPT๏ผŒๅ…ถไธญไป‹็ปไบ† Instagram ไธญๆ˜ฏๆ€Žไนˆไฝฟ็”จ Cassandra ็š„ใ€‚ - [Netflix: Benchmarking Cassandra Scalability on AWSโ€Š-โ€ŠOver a million writes per second](https://medium.com/netflix-techblog/benchmarking-cassandra-scalability-on-aws-over-a-million-writes-per-second-39f45f066c9e) ๏ผŒNetflix ๅ…ฌๅธๅœจ AWS ไธŠ็ป™ Cassandra ๅš็š„ไธ€ไธช Benchmarkใ€‚ #### HBase ่ต„ๆ–™ - [Imgur Notification: From MySQL to HBASE](https://medium.com/imgur-engineering/imgur-notifications-from-mysql-to-hbase-9dba6fc44183) - [Pinterest: Improving HBase Backup Efficiency](https://medium.com/@Pinterest_Engineering/improving-hbase-backup-efficiency-at-pinterest-86159da4b954) - [IBM : Tuning HBase performance](https://www.ibm.com/support/knowledgecenter/en/SSPT3X_2.1.2/com.ibm.swg.im.infosphere.biginsights.analyze.doc/doc/bigsql_TuneHbase.html) - [HBase File Locality in HDFS](http://www.larsgeorge.com/2010/05/hbase-file-locality-in-hdfs.html) - [Apache Hadoop Goes Realtime at Facebook](http://borthakur.com/ftp/RealtimeHadoopSigmod2011.pdf) - [Storage Infrastructure Behind Facebook Messages: Using HBase at Scale](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.294.8459&rep=rep1&type=pdf) - [GitHub: Awesome HBase](https://github.com/rayokota/awesome-hbase) ้’ˆๅฏนไบŽ HBase ๆœ‰ไธคๆœฌไนฆไฝ ๅฏไปฅ่€ƒ่™‘ไธ€ไธ‹ใ€‚ - ้ฆ–ๅ…ˆ๏ผŒๅ…ˆๆŽจ่ไธคๆœฌไนฆ๏ผŒไธ€ๆœฌๆ˜ฏๅๅฎž่ทต็š„ใ€Š[HBase ๅฎžๆˆ˜](https://book.douban.com/subject/25706541/)ใ€‹๏ผŒๅฆไธ€ๆœฌๆ˜ฏๅๅคง่€Œๅ…จ็š„ๆ‰‹ๅ†Œๅž‹็š„ใ€Š[HBase ๆƒๅจๆŒ‡ๅ—](https://book.douban.com/subject/10748460/)ใ€‹ใ€‚ - ๅฝ“็„ถ๏ผŒไฝ ไนŸๅฏไปฅ็œ‹็œ‹ๅฎ˜ๆ–น็š„ [The Apache HBaseโ„ข Reference Guide](http://hbase.apache.org/0.94/book/book.html) - ๅฆๅค–ไธคไธชๅˆ—ๆ•ฐๆฎๅบ“๏ผš - [ClickHouse - Open Source Distributed Column Database at Yandex](https://clickhouse.yandex/) - [Scaling Redshift without Scaling Costs at GIPHY](https://engineering.giphy.com/scaling-redshift-without-scaling-costs/) ### KV ๆ•ฐๆฎๅบ“่ต„ๆ–™ #### Redis ่ต„ๆ–™ - **ๅฎ˜็ฝ‘** - [Redis ๅฎ˜็ฝ‘](https://redis.io/) - [Redis github](https://github.com/antirez/redis) - [Redis ๅฎ˜ๆ–นๆ–‡ๆกฃไธญๆ–‡็‰ˆ](http://redis.cn/) - [Redis ๅ‘ฝไปคๅ‚่€ƒ](http://redisdoc.com/) - **ไนฆ็ฑ** - [ใ€ŠRedis ๅฎžๆˆ˜ใ€‹](https://item.jd.com/11791607.html) - [ใ€ŠRedis ่ฎพ่ฎกไธŽๅฎž็Žฐใ€‹](https://item.jd.com/11486101.html) - **ๆบ็ ** - [ใ€ŠRedis ๅฎžๆˆ˜ใ€‹้…ๅฅ— Python ๆบ็ ](https://github.com/josiahcarlson/redis-in-action) - **่ต„ๆบๆฑ‡ๆ€ป** - [awesome-redis](https://github.com/JamzyWang/awesome-redis) - **Redis Client** - [spring-data-redis ๅฎ˜ๆ–นๆ–‡ๆกฃ](https://docs.spring.io/spring-data/redis/docs/1.8.13.RELEASE/reference/html/) - [redisson ๅฎ˜ๆ–นๆ–‡ๆกฃ(ไธญๆ–‡,็•ฅๆœ‰ๆปžๅŽ)](https://github.com/redisson/redisson/wiki/%E7%9B%AE%E5%BD%95) - [redisson ๅฎ˜ๆ–นๆ–‡ๆกฃ(่‹ฑๆ–‡)](https://github.com/redisson/redisson/wiki/Table-of-Content) - [CRUG | Redisson PRO vs. Jedis: Which Is Faster? ็ฟป่ฏ‘](https://www.jianshu.com/p/82f0d5abb002) - [redis ๅˆ†ๅธƒ้” Redisson ๆ€ง่ƒฝๆต‹่ฏ•](https://blog.csdn.net/everlasting_188/article/details/51073505) - **ๆ–‡็ซ ** - [Learn Redis the hard way (in production) at Trivago](http://tech.trivago.com/2017/01/25/learn-redis-the-hard-way-in-production/) - [Twitter: How Twitter Uses Redis To Scale - 105TB RAM, 39MM QPS, 10,000+ Instances](http://highscalability.com/blog/2014/9/8/how-twitter-uses-redis-to-scale-105tb-ram-39mm-qps-10000-ins.html) - [Slack: Scaling Slackโ€™s Job Queue - Robustly Handling Billions of Tasks in Milliseconds Using Kafka and Redis](https://slack.engineering/scaling-slacks-job-queue-687222e9d100) - [GitHub: Moving persistent data out of Redis at GitHub](https://githubengineering.com/moving-persistent-data-out-of-redis/) - [Instagram: Storing Hundreds of Millions of Simple Key-Value Pairs in Redis](https://engineering.instagram.com/storing-hundreds-of-millions-of-simple-key-value-pairs-in-redis-1091ae80f74c) - [Redis in Chat Architecture of Twitch (from 27:22)](https://www.infoq.com/presentations/twitch-pokemon) - [Deliveroo: Optimizing Session Key Storage in Redis](https://deliveroo.engineering/2016/10/07/optimising-session-key-storage.html) - [Deliveroo: Optimizing Redis Storage](https://deliveroo.engineering/2017/01/19/optimising-membership-queries.html) - [GitHub: Awesome Redis](https://github.com/JamzyWang/awesome-redis) ### ๆ–‡ๆกฃๆ•ฐๆฎๅบ“่ต„ๆ–™ - [Couchbase Ecosystem at LinkedIn](https://engineering.linkedin.com/blog/2017/12/couchbase-ecosystem-at-linkedin) - [SimpleDB at Zendesk](https://medium.com/zendesk-engineering/resurrecting-amazon-simpledb-9404034ec506) - [Data Points - What the Heck Are Document Databases?](https://msdn.microsoft.com/en-us/magazine/hh547103.aspx) #### MongoDB ่ต„ๆ–™ - **ๅฎ˜ๆ–น** - [MongoDB ๅฎ˜็ฝ‘](https://www.mongodb.com/) - [MongoDB Github](https://github.com/mongodb/mongo) - [MongoDB ๅฎ˜ๆ–นๅ…่ดนๆ•™็จ‹](https://university.mongodb.com/) - **ๆ•™็จ‹** - [MongoDB ๆ•™็จ‹](https://www.runoob.com/mongodb/mongodb-tutorial.html) - [MongoDB ้ซ˜ๆ‰‹่ฏพ](https://time.geekbang.org/course/intro/100040001) - **ๆ•ฐๆฎ** - [mongodb-json-files](https://github.com/ozlerhakan/mongodb-json-files) - **ๆ–‡็ซ ** - [Introduction to MongoDB](https://www.slideshare.net/mdirolf/introduction-to-mongodb) - [eBay: Building Mission-Critical Multi-Data Center Applications with MongoDB](https://www.mongodb.com/blog/post/ebay-building-mission-critical-multi-data-center-applications-with-mongodb) - [The AWS and MongoDB Infrastructure of Parse: Lessons Learned](https://medium.baqend.com/parse-is-gone-a-few-secrets-about-their-infrastructure-91b3ab2fcf71) - [Migrating Mountains of Mongo Data](https://medium.com/build-addepar/migrating-mountains-of-mongo-data-63e530539952) - **ๆ›ดๅคš่ต„ๆบ** - [Github: Awesome MongoDB](https://github.com/ramnes/awesome-mongodb) ### ๆœ็ดขๅผ•ๆ“Žๆ•ฐๆฎๅบ“่ต„ๆ–™ #### ElasticSearch - **ๅฎ˜ๆ–น** - [Elasticsearch ๅฎ˜็ฝ‘](https://www.elastic.co/cn/products/elasticsearch) - [Elasticsearch Github](https://github.com/elastic/elasticsearch) - [Elasticsearch ๅฎ˜ๆ–นๆ–‡ๆกฃ](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) - [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/en/elasticsearch/guide/master/index.html) - ElasticSearch ๅฎ˜ๆ–นๅญฆไน ่ต„ๆ–™ - **ไนฆ็ฑ** - [ใ€ŠElasticsearch ๅฎžๆˆ˜ใ€‹](https://book.douban.com/subject/30380439/) - **ๆ•™็จ‹** - [ELK Stack ๆƒๅจๆŒ‡ๅ—](https://github.com/chenryn/logstash-best-practice-cn) - [Elasticsearch ๆ•™็จ‹](https://www.knowledgedict.com/tutorial/elasticsearch-intro.html) - **ๆ–‡็ซ ** - [Elasticsearch+Logstash+Kibana ๆ•™็จ‹](https://www.cnblogs.com/xing901022/p/4704319.html) - [ELK๏ผˆElasticsearchใ€Logstashใ€Kibana๏ผ‰ๅฎ‰่ฃ…ๅ’Œ้…็ฝฎ](https://github.com/judasn/Linux-Tutorial/blob/master/ELK-Install-And-Settings.md) - **ๆ€ง่ƒฝ่ฐƒไผ˜็›ธๅ…ณ**็š„ๅทฅ็จ‹ๅฎž่ทต - [Elasticsearch Performance Tuning Practice at eBay](https://www.ebayinc.com/stories/blogs/tech/elasticsearch-performance-tuning-practice-at-ebay/) - [Elasticsearch at Kickstarter](https://kickstarter.engineering/elasticsearch-at-kickstarter-db3c487887fc) - [9 tips on ElasticSearch configuration for high performance](https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/) - [Elasticsearch In Productionโ€Š-โ€ŠDeployment Best Practices](https://medium.com/@abhidrona/elasticsearch-deployment-best-practices-d6c1323b25d7) - **ๆ›ดๅคš่ต„ๆบ** - [GitHub: Awesome ElasticSearch](https://github.com/dzharii/awesome-elasticsearch) ### ๅ›พๆ•ฐๆฎๅบ“ - ้ฆ–ๅ…ˆๆ˜ฏ IBM Devloperworks ไธŠ็š„ไธคไธช็ฎ€ไป‹ๆ€ง็š„ PPTใ€‚ - [Intro to graph databases, Part 1, Graph databases and the CRUD operations](https://www.ibm.com/developerworks/library/cl-graph-database-1/cl-graph-database-1-pdf.pdf) - [Intro to graph databases, Part 2, Building a recommendation engine with a graph database](https://www.ibm.com/developerworks/library/cl-graph-database-2/cl-graph-database-2-pdf.pdf) - ็„ถๅŽๆ˜ฏไธ€ๆœฌๅ…่ดน็š„็”ตๅญไนฆใ€Š[Graph Database](http://graphdatabases.com)ใ€‹ใ€‚ - ๆŽฅไธ‹ๆฅๆ˜ฏไธ€ไบ›ๅ›พๆ•ฐๆฎๅบ“็š„ไป‹็ปๆ–‡็ซ ใ€‚ - [Handling Billions of Edges in a Graph Database](https://www.infoq.com/presentations/graph-database-scalability) - [Neo4j case studies with Walmart, eBay, AirBnB, NASA, etc](https://neo4j.com/customers/) - [FlockDB: Distributed Graph Database for Storing Adjacency Lists at Twitter](https://blog.twitter.com/engineering/en_us/a/2010/introducing-flockdb.html) - [JanusGraph: Scalable Graph Database backed by Google, IBM and Hortonworks](https://architecht.io/google-ibm-back-new-open-source-graph-database-project-janusgraph-1d74fb78db6b) - [Amazon Neptune](https://aws.amazon.com/neptune/) ### ๆ—ถๅบๆ•ฐๆฎๅบ“ - [What is Time-Series Data & Why We Need a Time-Series Database](https://blog.timescale.com/what-the-heck-is-time-series-data-and-why-do-i-need-a-time-series-database-dcf3b1b18563) - [Time Series Data: Why and How to Use a Relational Database instead of NoSQL](https://blog.timescale.com/time-series-data-why-and-how-to-use-a-relational-database-instead-of-nosql-d0cd6975e87c) - [Beringei: High-performance Time Series Storage Engine @Facebook](https://code.facebook.com/posts/952820474848503/beringei-a-high-performance-time-series-storage-engine/) - [Introducing Atlas: Netflixโ€™s Primary Telemetry Platform @Netflix](https://medium.com/netflix-techblog/introducing-atlas-netflixs-primary-telemetry-platform-bd31f4d8ed9a) - [Building a Scalable Time Series Database on PostgreSQL](https://blog.timescale.com/when-boring-is-awesome-building-a-scalable-time-series-database-on-postgresql-2900ea453ee2) - [Scaling Time Series Data Storage - Part I @Netflix](https://medium.com/netflix-techblog/scaling-time-series-data-storage-part-i-ec2b6d44ba39) - [Design of a Cost Efficient Time Series Store for Big Data](https://medium.com/@leventov/design-of-a-cost-efficient-time-series-store-for-big-data-88c5dc41af8e) - [GitHub: Awesome Time-Series Database](https://github.com/xephonhq/awesome-time-series-database) ## ไผ ้€ ๐Ÿšช โ—พ ๐Ÿ’ง [้’ๆ‚Ÿ็š„ IT ็Ÿฅ่ฏ†ๅ›พ่ฐฑ](https://dunwu.github.io/waterdrop/) โ—พ ๐ŸŽฏ [้’ๆ‚Ÿ็š„ๅšๅฎข](https://dunwu.github.io/blog/) โ—พ
0
TeamDev-IP/JxBrowser-Examples
JxBrowser Examples & Tutorials
examples java javafx jxbrowser swing swt
# Welcome to JxBrowser Examples This repository contains a set of examples and tutorials you can use to walk through the main features of [JxBrowser](https://www.teamdev.com/jxbrowser). ## About JxBrowser JxBrowser is a commercial cross-platform Java library that lets you integrate a Chromium-based web browser control into your Java Swing, JavaFX, or SWT desktop application to display modern web pages built with HTML5, CSS3, JavaScript. With JxBrowser you can display modern web pages, PDFs, WebGL, work with DOM, JavaScript, WebRTC, network, printing, call Java from JavaScript, manage file downloads, convert HTML to PNG, debug web pages with DevTools, configure proxy, manage cookies, handle authentication, fill web forms, and much more. ## Running Examples To run the examples please follow the instruction below: 1. Make sure your environment meets the [software and hardware requirements][requirements]. 2. Clone this repository: ```bash git clone https://github.com/TeamDev-IP/JxBrowser-Examples ``` 3. Open the Gradle project in your favourite IDE: - [Intellij IDEA][idea] - [Eclipse][eclipse] - [NetBeans][netbeans] 4. [Get][get-evaluation] a free 30-day trial license key. 5. To run an example please specify the `jxbrowser.license.key` VM parameter: ```bash -Djxbrowser.license.key=<your_trial_license_key> ``` ## What's Next - Learn about JxBrowser [architecture](https://jxbrowser-support.teamdev.com/docs/guides/introduction/architecture.html). - Take a look at JxBrowser [features](https://jxbrowser-support.teamdev.com/docs/guides/engine.html). - Explore the JxBrowser [API](https://jxbrowser-support.teamdev.com/docs/reference/). ## Terms and Privacy The information in this repository is provided on the following terms: https://www.teamdev.com/terms-and-privacy [requirements]: https://jxbrowser-support.teamdev.com/docs/guides/introduction/requirements.html [idea]: https://www.jetbrains.com/help/idea/gradle.html#gradle_import [eclipse]: https://marketplace.eclipse.org/content/buildship-gradle-integration#group-details [netbeans]: https://netbeans.org/features/java/build-tools.html [get-evaluation]: https://www.teamdev.com/jxbrowser#evaluate
0
pictolearn/docker-tutorial
Docker Tutorial
null
null
1
alexjlockwood/adp-applistloader
Tutorial: AppListLoader (part 4)
null
AppListLoader ============= The code found in this repository is the product of an Android developer's will to share, and all its contents are under MIT license.
0
BennyQBD/3DGameEngine
thebennybox 3D Engine Tutorial Files
null
3D Game Engine == thebennybox 3D Game Engine Tutorial found here: https://www.youtube.com/playlist?list=PLEETnX-uPtBXP_B2yupUKlflXBznWIlL5 ##Build Dependencies## - [JAVA](https://www.java.com/en/download/) - BUILD TOOLCHAIN (Can be any one of the following, doesn't need to be all of them) - [Eclipse](http://eclipse.org/) - [NetBeans](https://netbeans.org/) - [IntelliJ IDEA](http://www.jetbrains.com/idea/) ##Simple Build Instructions## ###Using IDE### - Open your preferred Java IDE, and create a new project. - Import everything under the src folder as source files. - Copy the res folder into your Java IDE's folder for your project. - Build and run ##Additional Credits## - Etay Meiri, for http://ogldev.atspace.co.uk/ which inspired the base code for this repository. - Everyone who's created or contributed to issues and pull requests, which make the project better!
1
MrCrayfish/ModdingTutorials
A mod made in my Modding Tutorial series.
null
ModdingTutorials ================
1
cirosantilli/java-cheat
Java minimal examples. Asserts used wherever possible. Cheatsheets, tutorials.
null
# Java Cheat ![logo](logo.png) [![Build Status](https://travis-ci.org/cirosantilli/java-cheat.svg)](https://travis-ci.org/cirosantilli/java-cheat) Java minimal examples. Asserts used wherever possible. 1. [Getting started](getting-started.md) 1. Code 1. [Main.java](Main.java) 1. [Hello world](HelloWorld.java) 1. Language 1. Types 1. Floating point 1. [NaN](Nan.java) 1. [Array](ArrayCheat.java) 1. Classes 1. [Constructor](ConstructorCheat.java) 1. [super](SuperCheat.java) 1. [Nested class](NestedClassCheat.java) 1. [Generics](GenericsCheat.java) 1. Branching 1. [Exceptions](ExceptionCheat.java) 1. Standard library 1. [Collection](CollectionCheat.java) 1. [Collections](CollectionsCheat.java) 1. [List](ListCheat.java) 1. [Map](MapCheat.java) 1. [StringBuilder](StringBuilderCheat.java) 1. Streams 1. [BufferedReader](BufferedReaderCheat.java) 1. lang 1. [String](StringCheat.java) 1. [Wrappers](WrappersCheat.java) 1. [Integer pool](IntegerPoolCheat.java) 1. [interactive](interactive/) 1. [Binary compatibility](binary-compatibility/) 1. [ClassNotFoundException](class-not-found/) 1. [JNI](jni/) 1. [WatchService](watch-service/) 1. [instrument](instrument/) 1. Introduction 1. [Standards](standards.md) 1. [Versions](versions.md) 1. [Implementations](implementations.md) 1. [OpenJDK](openjdk.md) 1. [Classpath](classpath.md) 1. [Style guides](style-guides.md) 1. Tools 1. [java utility](java-utility.md) 1. [Javadoc](javadoc/) 1. [javac](javac/) 1. [JAR](jar.md) 1. [JVM](jvm.md) 1. [Bytecode](bytecode.md) 1. Third party 1. [JUnit](junit/) 1. Build tools 1. [Maven](maven/) 1. [Ant](ant.md) 1. [Gradle](gradle.md) 1. [Tomcat](tomcat.md) 1. [update-java-alternatives](update-java-alternatives.md) 1. [Bibliography](bibliography.md) ## WIP 1. Code 1. [Java 8](java8/) 1. [JMX](jmx.md) 1. Tools 1. [jconsole](jconsole.md) 1. [JAVA_HOME](java-home.md) 1. [JDB](jdb.md) 1. [javap](javap.md) 1. Third party 1. [Spring](spring/) 1. [Jasmin](jasmin/) 1. [Java Decompiler](java-decompiler.md) 1. [Mockito](mockito/) 1. [Formal verification](formal-verification.md)
0
afsalashyana/JavaFX-Tutorial-Codes
General program examples that I use for tutorials in 'GenuineCoder' YouTube channel
demo demo-app excercises genuine tutorial tutorial-code
# Genuine Coder Tutorial Code Collection This repository contains general program examples that I use for my tutorial videos and blogs. ## [YouTube Tutorials](https://www.youtube.com/channel/UCCXbhmjID-T2I0KfuDPbi6A) ### [JavaFX Scene Transition](https://youtu.be/cqskg3DYH8g) Tutorial about JavaFX scene transition with slide effect. <p align="left"> <img height=300 src=https://i.imgur.com/gxk3XU9.gif> </p> ### [JavaFX Navigation Drawer](https://youtu.be/tgV8dDP9DtM) JavaFX navigation drawer using JFXDrawer component from JFoenix library. <p align="left"> <img height=300 src=https://i.imgur.com/hpLZYDT.gif> </p> ### [Ikonli with Java Swing](https://youtu.be/VHGxY-aR0ws) Creating dynamic icons in Java Swing with Ikonli library. <p align="left"> <img height=300 src=https://i.imgur.com/dbwteVM.png> </p> ### [JavaFX Circular Scene Transition](https://youtu.be/cIrCNl02lDc) Tutorial about JavaFX scene transition with circular-reveal effect. <p align="left"> <img height=450 src=.gif/JavaFXCircularReveal.gif> </p> ### [JavaFX Custom Shape Buttons](https://youtu.be/QsQQ5D4TARw) Creating JavaFX components with custom shapes. <p align="left"> <img height=300 src=https://i.imgur.com/qIQBO5m.gif> </p> ### [JavaFX Observable](https://youtu.be/JaqExzdJhEI) Example of using JavaFX Observable and Bindings <p align="left"> <img height=300 src=https://i.imgur.com/oXI5Qnq.gif> </p> ### [JavaFX Calculator](https://youtu.be/r1qowt6yYm8) Sample JavaFX calculator with CSS styling <p align="left"> <img height=300 src=https://i.imgur.com/WVcMqsg.gif> </p> ### [Java Swing Text Editor](http://www.genuinecoder.com/text-editor-java-with-source-notepad-html/) Java swing based basic text editor <p align="left"> <img height=300 src=https://i.imgur.com/qiboR4J.gif> </p> ### [Java Sorting Animation](https://youtu.be/Slo18MgCWYY) Sorting algorithm execution animation using JavaFX charts <p align="left"> <img height=300 src=https://i.imgur.com/s8yJdiY.gif> </p> ### JavaFX Self Writing Letter Realtime letter writing animation using JavaFX <p align="left"> <img height=300 src=https://i.imgur.com/Rmv16MK.gif> </p> ### [JavaFX Background Task](https://youtu.be/pdRX6CLP0tM) Tutorial about JavaFX background tasks to asynchronously execute business logic in the background thread. <p align="left"> <img height=200 src=.gif/JavaFXBackgroundTask.gif> </p> ## [JavaFX Blog Posts](https://genuinecoder.com/category/javafx/) * [JavaFX Image Button Tutorial](https://genuinecoder.com/javafx-image-button-tutorial/) * [JavaFX ObservableList Tutorial](https://genuinecoder.com/javafx-observable-list-tutorial/) * [JavaFX CheckComboBox Tutorial](https://genuinecoder.com/javafx-checkcombobox-with-example/) * [JavaFX Custom Shaped Buttons](https://genuinecoder.com/javafx-buttons-with-custom-shape/) * [JavaFX DatePicker Tutorial](https://genuinecoder.com/javafx-datepicker-tutorial-with-date-formatting-and-css-styling/) * [JavaFX Stage Icons](https://genuinecoder.com/javafx-application-icon-setup/) * [JavaFX 3D Tutorial](https://genuinecoder.com/javafx-3d/) * [JavaFX Communication between FXML Controllers](https://genuinecoder.com/javafx-communication-between-controllers/) * [JavaFX Splash Screen](https://genuinecoder.com/javafx-splash-screen-loading-screen/) * [JavaFX Animation Tutorial with Examples](https://genuinecoder.com/javafx-animation-tutorial/) * [Custom Shapes for JavaFX Components](https://genuinecoder.com/custom-shapes-for-javafx-ui-components/) * [JavaFX Scene Builder Tutorial](https://genuinecoder.com/javafx-scene-builder-tutorial-for-beginners/) * [JavaFX Observables and Bindings](https://genuinecoder.com/javafx-observables-and-bindings/) * [JavaFX Get Screen Size Programmatically](https://genuinecoder.com/javafx-get-screen-size-of-all-connected-monitors/) * [JavaFX Scene Switching Animation](https://genuinecoder.com/javafx-scene-switch-change-animation/) * [JavaFX FileChooser for Saving File](https://genuinecoder.com/save-files-javafx-filechooser/) * [Library Management System Development Tutorial using JavaFX](https://genuinecoder.com/javafx-complete-project-tutorial-library-management-system-html/) ## [Java Blog Posts](https://genuinecoder.com/category/java/) * [Create Animated GIF from still images in Java](https://genuinecoder.com/how-to-create-gif-from-multiple-images-in-java/) * [Create Excel Spreadsheet in Java](https://genuinecoder.com/how-to-create-excel-xlsx-spreadsheet-files-in-java/) * [Java with WebP images](https://genuinecoder.com/java-webp-image-read-save-tutorial/) * [Open Native File Explorer with Java](https://genuinecoder.com/how-to-open-file-explorer-in-java/) * [Java/JavaFX TrayIcon Tutorial](https://genuinecoder.com/java-trayicon-tutorial-with-popupmenu-and-images/) * [Downloading a file from Spring Boot Controller](https://genuinecoder.com/downloading-a-file-from-spring-controller-with-spring-boot/) * [Make EXE from Java JAR](https://genuinecoder.com/convert-java-jar-to-exe/)
0
JJBRT/advanced-java-tutorials
A collection of examples about advanced Java programming
advanced collection example examples java tutorial
# Advanced Java tutorials <a href="https://jjbrt.github.io/advanced-java-tutorials/"> <img src="https://raw.githubusercontent.com/JJBRT/advanced-java-tutorials/master/docs/Java-logo.png" alt="Java-logo.png" height="180px" align="right"/> </a> A collection of examples about advanced Java programming. Here you will find tutorials about: * [how to create your own dependency injection framework](https://jim-jerald-burton.medium.com/how-to-create-your-own-dependency-injection-framework-in-java-12a6e52aeff9) * [how to make applications created with old Java versions work on Java 9 and later versions](https://dev.to/bw_software/making-applications-created-with-old-java-versions-work-on-java-9-and-later-versions-19ld) * [how to make reflection fully work on Java 9 and later](https://jim-jerald-burton.medium.com/making-reflection-fully-work-on-java-9-and-later-767320344d1d) * [how to export all modules to all modules at runtime on Java 9 and later](https://jim-jerald-burton.medium.com/exporting-all-modules-to-all-modules-at-runtime-on-java-9-and-later-3517eb479701) * [how to iterate collections and arrays in parallel by setting thread priority](https://dev.to/bw_software/iterating-collections-and-arrays-in-parallel-5acg) * [how to configure host name resolution to use a universal custom host name resolver](https://dev.to/jjbrt/how-to-configure-hostname-resolution-to-use-a-universal-custom-hostname-resolver-in-java-14p0) * [how to query and validate a JSON document](https://dev.to/jjbrt/querying-and-validating-a-json-document-in-java-323i) <br/> **Any instructions to make each project work are indicated in the possible README.md file inside it**.
0
danidemi/tutorial-java-tdd
Tutorials about implementing TDD in Java
java junit tdd tdd-kata tdd-sample tutorial
Source code for the Test Driven Development class. # TDD Core Concepts * tdd-helloworld: What is this TDD about ? * tdd-fill-the-code-starting-from-test: just the tests, write the ocde to make them pass. * tdd-darts: A first example about developing a library without dependencies using Unit Tests. * tdd-mocks: An example about using mocks with the usual DAO pattern and DbUnit. * tdd-refactoring: An ugly piece of code fully covered, just wait to be refactored. * tdd-refactoring-done: The tdd-refactoring refactored. # TDD Coverage * coverage: Shows how 100% coverage does not mean software is correct. # TDD Libraries * showcase-hamcrest: Things you can do with Hamcrest matchers in JUnit. * showcase-junit: Things you can do with JUnit. * showcase-mockito: Things you can do with Mockito. * showcase-powermock: Things you can do with PowerMock and Mockito. * showcase-dbunit: Things you can do with DbUnit and Mockito. * showcase-main: some domain classes shared among different examples. # Integration tests * integration-web-app: sample web app. * integration-web-htmlunit: example of automatic testing with HtmlUnit. * integration-web-selenium-ide: example of automatic testing with SeleniumIde. * integration-web-selenium-webdriver: example of automatic testing with WebDriver. * integration-jee-arquillan: JEE tests with Arquillan. * integration-jee-open-ejb: JEE tests with Open EJB.
0
drbfraser/video-tutorial-code
Source code to video tutorials.
null
# video-tutorial-code Source code to video tutorials.
0
redhat-scholars/kubernetes-tutorial
Kubernetes Tutorial for https://dn.dev/master
kubernetes
null
1
sdnhub/SDNHub_Opendaylight_Tutorial
SDNHub Opendaylight Tutorial
null
SDNHub Opendaylight Tutorial ============================ This is the OpenDaylight project source code used by the [our tutorial](http://sdnhub.org/tutorials/opendaylight/). # Directory Organization * pom.xml: The POM in the main directory specifies all the sub-POMs to build * commons/parent: contains the parent pom.xml with all properties defined for the subprojects. * commons/utils: contains custom utilities built for OpenFlow programming * learning-switch: contains the tutorial L2 hub / switch * tapapp: contains the traffic monitoring tap application * features: defines the two features "sdnhub-tutorial-learning-switch", * "sdnhub-tutorial-tapapp" that can be loaded in Karaf * distribution/karaf-branding: contains karaf branner for SDN Hub * distribution/opendaylight-karaf: contains packaging relevant pom to * generate a running directory # HOW TO BUILD In order to build it's required to have JDK 1.8+ and Maven 3.2+. The following commands are used to build and run. ``` $ mvn clean install $ cd distribution/opendaylight-karaf/target/assembly $ ./bin/karaf karaf>feature:install sdnhub-XYZ ```
1
mianasadali1/ChatsApp
Chats App Youtube Tutorial
null
null
1
muradimanbayli/jsftutorial.imanbayli.net
Java Server Faces (JSF) Tutorials
java javaee javaserverfaces jsf jsf-tutorial
# Java Server Faces Tutorials. Created by Murad Imanbayli(www.imanbayli.net)
0
ra4king/LWJGL-OpenGL-Tutorials
Port of the Arcsynthesis tutorial and SuperBible C++ code to Java+LWJGL
null
LWJGL OpenGL Tutorials ====================== ## Quick Start ## ### What you need ### * Java Development Kit for Java 7 ([get it here](http://www.oracle.com/technetwork/java/javase/downloads/index.html)) * An IDE like [Eclipse](http://eclipse.org), [IntelliJ IDEA](http://jetbrains.com/idea), or [NetBeans](http://netbeans.org) ### How to run samples ### 1. Ensure you have Java SDK 7 and in your PATH 2. Clone this repository: `git clone https://github.com/ra4king/LWJGL-OpenGL-Tutorials.git` 3. Create a project, specifying 'src' as the source folder, and adding the JARs in the 'libs' folder as dependencies 4. Setup natives properly. The natives are located in /libs/lwjgl/natives/ + [Eclipse](http://lwjgl.com/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse) + [IntelliJ IDEA](http://lwjgl.com/wiki/index.php?title=Setting_Up_LWJGL_with_IntelliJ_IDEA) + [Netbeans](http://lwjgl.com/wiki/index.php?title=Setting_Up_LWJGL_with_NetBeans) ## Sections ## Every section is found in the source under `src/com/ra4king/opengl`: * [**arcsynthesis:**](https://www.roiatalla.com/public/arcsynthesis/) Java ports of the excellent C++ tutorials from "Learning Modern 3d Graphics Programming" * **redbook:** A collection of examples from the [OpenGL Programming Guide](http://www.glprogramming.com/red/) first edition (warning: uses _very_ obsolete OpenGL) * **superbible:** A collection of examples from the [OpenGL SuperBible](http://www.starstonesoftware.com/OpenGL/) fourth edition (Also old-fashioned in parts, but fifth edition examples are coming soon!) * **test:** Miscellaneous test programs. ## Licensed under [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause) ##
1
qyjohn/AWS_Tutorials
null
null
# AWS Tutorials This is a set of getting started tutorial on using various AWS service to build scalable web application and scalable batch processing systems. We assume that you do not have any previous experience with AWS, or scalable web application, or scalable batch processing. Upon completion of these tutorials, you will become an experience AWS user, and be able to build scalable web application and scalable batch processing systems. Amazing? Please refer to the wiki pages for the actual tutorials.
0
jmecn/jME3Tutorials
jMonkeyEngineๆธธๆˆๅผ€ๅ‘่ฏพ็จ‹ๆบไปฃ็ 
null
ๆœฌ้กน็›ฎไธบ [jmecn/tutorial-for-beginners](https://github.com/jmecn/tutorial-for-beginners) ้…ๅฅ—ไปฃ็ ใ€‚ ## About This is a tutorial about how to make games with [jMonkeyEngine3](https://jmonkeyengine.org), it's all in Chinese. For English speaker who is reading this document, I sugguest you go to https://jmonkeyengine.github.io/wiki for more information. * Website: http://jmonkeyengine.org/ * Forum: https://hub.jmonkeyengine.org * Github: https://github.com/jMonkeyEngine/jmonkeyengine * wiki: https://jmonkeyengine.github.io/wiki ## ๅ…ณไบŽ ๆœฌๆ•™็จ‹็š„ไธป่ฆๅ†…ๅฎนๆ˜ฏไป‹็ปๅฆ‚ไฝ•ไฝฟ็”จ jMonkeyEngine ่ฟ›่กŒๆธธๆˆๅผ€ๅ‘๏ผŒๆ—จๅœจๅธฎๅŠฉๅˆๅญฆ่€…ๅฟซ้€Ÿ็†่งฃ jMonkeyEngine ไธญ็š„ๆ ธๅฟƒๆฆ‚ๅฟตใ€‚็”ฑไบŽไฝœ่€…ๆœฌไบบๆฐดๅ“ๆœ‰้™๏ผŒๆ–‡ไธญ้šพไปฅ้ฟๅ…ๅ‡บ็Žฐ่ฐฌ่ฏฏ๏ผŒๅฆ‚ๆ‚จๅœจ้˜…่ฏป่ฟ‡็จ‹ไธญๅ‘็Žฐๆœ‰ไธๅฏน็š„ๅœฐๆ–น๏ผŒ่ฏทๅ‘Š็Ÿฅๆœฌไบบ๏ผŒๆˆ‘ไผšๅฐฝๅฟซไฟฎๆญฃใ€‚ jME3ๅฎ˜ๆ–น็ฝ‘็ซ™๏ผš * ๅฎ˜็ฝ‘: http://jmonkeyengine.org/ * ่ฎบๅ›: https://hub.jmonkeyengine.org * Github: https://github.com/jMonkeyEngine/jmonkeyengine * Wiki: https://jmonkeyengine.github.io/wiki ไธญๆ–‡็ฝ‘็ซ™๏ผš * ไธญๆ–‡็ซ™: http://www.jmecn.net * ไธญๆ–‡่ฎบๅ›: http://bbs.jmecn.net * QQ่ฎจ่ฎบ็พค: 423979787 * ไฝœ่€…้‚ฎ็ฎฑ: 115050813@qq.com ## ๅ‰่จ€ [ๅ‰่จ€๏ผšๆˆ‘ๆƒณๅšๆธธๆˆ](http://www.jmecn.net/tutorial-for-beginners/preface-i-want-to-make-game) ## ็›ฎๅฝ• [็ฌฌไธ€็ซ ๏ผšjME3็ฎ€ไป‹](http://www.jmecn.net/tutorial-for-beginners/chapter-1-introduce-jme3) <img alt="AndroidStudioไธŽ้’ข้“ไพ " src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/03/android_studio2.png" width="320" height="240"/> * 1.1 ๆฆ‚่ฟฐ * 1.2 jME3 SDK * 1.3 ่Žทๅ–jME3 * 1.4 ๅฎ˜ๆ–นๆ•™็จ‹ๅ’Œไพ‹ๅญ [็ฌฌไบŒ็ซ ๏ผšJME3ๅŸบๆœฌๆฆ‚ๅฟต](http://www.jmecn.net/tutorial-for-beginners/chapter-2-basic-concepts) <img alt="็ฌฌไธ€ไบบ็งฐๅƒๆœบ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/03/FlyCam.png" width="320" height="240"/> * 2.1 ๅบ”็”จ็จ‹ๅบไธป็ฑปSimpleApplication * 2.2 ็”Ÿๅ‘ฝๅ‘จๆœŸ * 2.3 ไธปๅพช็Žฏ * 2.4 ๅœบๆ™ฏ็ป“ๆž„ Spatialใ€Nodeใ€Geometry * 2.5 ่ต„ๆบ็ฎก็† AssetManager * 2 .6 ่พ“ๅ…ฅ็ฎก็† InputManager * 2.7 ็Šถๆ€ๆœบ็ฎก็† AppStateManager [็ฌฌไธ‰็ซ ๏ผšๆจกๅž‹](http://www.jmecn.net/tutorial-for-beginners/chapter-3-model) <img alt="ๅฏ’ๅ†ฐๅฐ„ๆ‰‹่‰พๅธŒ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/03/Ashe_AA_4x.png" width="320" height="240"/> * 3.1 ็†่งฃ3Dๆจกๅž‹ * 3.2 ๆจกๅž‹็š„ๆฅๆบ * 3.3 ๅฎžไพ‹๏ผšๅฏ’ๅ†ฐๅฐ„ๆ‰‹-่‰พๅธŒ * 3.4 ๅฎžไพ‹๏ผšๅŠ ่ฝฝ3Dๆจกๅž‹ [็ฌฌๅ››็ซ ๏ผš็ฝ‘ๆ ผ](http://www.jmecn.net/tutorial-for-beginners/chapter-4-mesh) <img alt="็ƒไฝ“็ฝ‘ๆ ผ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/03/sphere.png" width="320" height="240"/> * 4.1 ๅฎšไน‰ๆจกๅž‹็š„ๅฝข็Šถ * 4.2 ๅฎžไพ‹๏ผš่‡ชๅฎšไน‰็ฝ‘ๆ ผ * 4.3 ็จ‹ๅบ็”Ÿๆˆ็ฝ‘ๆ ผ * 4.4 ๆ‰ฉๅฑ•้˜…่ฏป๏ผšๆธฒๆŸ“็ฎก็บฟ [็ฌฌไบ”็ซ ๏ผšๆ่ดจ๏ผŒ้šœ็œผๆณ•](http://www.jmecn.net/tutorial-for-beginners/chapter-5-material-the-light-magic) <img alt="ๅก้€š่พน็ผ˜" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/04/PostCartoonEdge.png" width="320" height="240"/> * 5.1 ไบ”่‰ฒไปคไบบ็›ฎ็›ฒ * 5.2 jME3็š„ๆ่ดจ * 5.3 ๅŠ ่ฝฝj3mdๆ่ดจ * 5.4 ๆ”นๅ˜ๆ่ดจๅ‚ๆ•ฐ * 5.5 ๆ‰ฉๅฑ•้˜…่ฏป๏ผšUVๅๆ ‡ [็ฌฌๅ…ญ็ซ ๏ผšๆ่ดจ็ณป็ปŸ](http://www.jmecn.net/tutorial-for-beginners/chapter-6-material-system) <img alt="ไธๅŒๅๅ…‰ๅบฆ็š„ๆ•ˆๆžœ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/04/Materials_shininess.png" width="320" height="240"/> * 6.1 ๆ่ดจ็ณป็ปŸ * 6.2 ๆ่ดจๅฎžไพ‹๏ผšj3mๆ–‡ไปถ * 6.3 ๆ่ดจๆจกๆฟ๏ผšj3mdๆ–‡ไปถ * 6.4 ้™„ๅฝ• [็ฌฌไธƒ็ซ ๏ผšๅ…‰ไธŽๅฝฑ](http://www.jmecn.net/tutorial-for-beginners/chapter-7-light-and-shadow) <img alt="็‚นๅ…‰ๆบ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/04/PointLight.png" width="320" height="240"/> * 7.1 ๆ„Ÿๅ—ๅ…‰ๅฝฑ * 7.2 ๅ…‰ๆบ * 7.3 ้˜ดๅฝฑ * 7.4 ๅ…‰ไธŽๆ่ดจ [็ฌฌๅ…ซ็ซ ๏ผšๅœบๆ™ฏๅ›พ](http://www.jmecn.net/tutorial-for-beginners/chapter-8-scene-graph) <img alt="ๅœบๆ™ฏๅ›พ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/04/SceneGraph.png" width="320" height="240"/> * 8.1 ๆฆ‚ๅฟต * 8.2 ๅฎžไพ‹๏ผšHelloNode * 8.3 Node * 8.4 ้ๅކๅœบๆ™ฏๅ›พ [็ฌฌไน็ซ ๏ผš็”จๆˆทไบคไบ’](http://www.jmecn.net/tutorial-for-beginners/chapter-9-user-interaction) <img alt="ๆ–นๅ‘็›˜" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/05/wheel.png" width="320" height="240"/> * 9.1 ้”ฎ็›˜ใ€้ผ ๆ ‡ใ€ๆ‰‹ๆŸ„ใ€่งฆๅฑ * 9.2 ActionListener * 9.3 RawInputListener * 9.4 ๅŠจไฝœ่งฆๅ‘ๅ™จ [็ฌฌๅ็ซ ๏ผšๅ›พๅฝข็”จๆˆท็•Œ้ข](http://www.jmecn.net/tutorial-for-beginners/chapter-10-graphics-user-interface) <img alt="Picture" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/05/Picture.png" width="320" height="240"/> * 10.1 GuiNode * 10.2 ๅฑๅน•ๅๆ ‡็ณป * 10.3 BitmapFont * 10.4 Lemur GUIๆ’ไปถ [็ฌฌๅไธ€็ซ ๏ผš3D้Ÿณๆ•ˆ](http://www.jmecn.net/tutorial-for-beginners/chapter-11-3d-audio) <img alt="Lumer้Ÿณไนๆ’ญๆ”พๅ™จ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/05/LemurMusicPlayer.png" width="320" height="240"/> * 11.1 3D้Ÿณๆ•ˆ * 11.2 ้Ÿณๆ•ˆ็ณป็ปŸๅˆ†ๆž [็ฌฌๅไบŒ็ซ ๏ผšๅŠจ็”ป](http://www.jmecn.net/tutorial-for-beginners/chapter-12-animation) <img alt="HelloAnimation" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/05/HelloAnimation.png" width="320" height="240"/> * 12.1 ๆฆ‚่ฟฐ * 12.2 ้ชจ้ชผ่’™็šฎๅŠจ็”ป * 12.3 ๆ’ญๆ”พๅŠจ็”ป * 12.4 ๆ“็บต้ชจ้ชผ * 12.5 ่ฟๅŠจ่ทฏๅพ„ * 12.6 ๅ‰งๆƒ…ๅŠจ็”ป ๏ผˆๆœชๅฎŒๆˆ๏ผ‰ [็ฌฌๅไธ‰็ซ ๏ผšๆŽงๅˆถๆธธๆˆ้€ป่พ‘](http://www.jmecn.net/tutorial-for-beginners/chapter-13-controlling-game-logic) <img alt="AppState็”Ÿๅ‘ฝๅ‘จๆœŸ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/06/AppState-Life-Cycle.png" width="320" height="240"/> * 13.1 ๅฏผ่ฏป๏ผšๆธธๆˆไธปๅพช็Žฏ * 13.2 jME3็š„ไธปๅพช็Žฏ * 13.3 AppState * 13.4 Control * 13.5 ๅคš็บฟ็จ‹ไผ˜ๅŒ– [็ฌฌๅๅ››็ซ ๏ผš็‰นๆ•ˆ](http://www.jmecn.net/tutorial-for-beginners/chapter-14-special-effects) <img alt="็ซ็„ฐ็ฒ’ๅญ็‰นๆ•ˆ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/06/ParticleFire.png" width="320" height="240"/> * 14.1 ็‰นๆ•ˆๆฆ‚่ฟฐ * 14.2 ๅŽๆœŸๆปค้•œ * 14.3 ๅœบๆ™ฏๅค„็†ๅ™จ * 14.4 ็ฒ’ๅญ็ณป็ปŸ * 14.5 ๆ€ง่ƒฝ้—ฎ้ข˜ [็ฌฌๅไบ”็ซ ๏ผš็ขฐๆ’žๆฃ€ๆต‹](http://www.jmecn.net/tutorial-for-beginners/chapter-15-collision-detection) <img alt="ๅฐ„็บฟๆฃ€ๆต‹" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/06/ray-cast.png" width="320" height="240"/> * 15.1 ็ขฐๆ’žไธŽ็›ธไบค * 15.2 Collidable * 15.3 jME3ไธญ็š„ๅฐ„็บฟๆฃ€ๆต‹ * 15.4 jME3ไธญ็š„ๅŒ…ๅ›ดไฝ“ * 15.5 ๆจกๆ‹Ÿ็‰ฉ็†็Žฐ่ฑก [็ฌฌๅๅ…ญ็ซ ๏ผš็‰ฉ็†ๅผ•ๆ“Ž](http://www.jmecn.net/tutorial-for-beginners/chapter-16-physics-engine) <img alt="็‰ฉ็†ๅผ•ๆ“Ž" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/06/Adjusted.png" width="320" height="240"/> * 16.1 ็‰›้กฟ็š„่‹นๆžœ * 16.2 ็‰ฉ็†ๅผ•ๆ“Žๆฆ‚่ฟฐ * 16.3 Bullet็‰ฉ็†ๅผ•ๆ“Ž * 16.4 Dyn4j็‰ฉ็†ๅผ•ๆ“Ž [็ฌฌๅไธƒ็ซ ๏ผšๆˆทๅค–ๅœบๆ™ฏ](http://www.jmecn.net/tutorial-for-beginners/chapter-17-outdoor-scene) <img alt="ๆˆทๅค–ๅœบๆ™ฏ" src="http://www.jmecn.net/tutorial-for-beginners/content/images/2017/06/outscene.png" width="320" height="240"/> * 17.1 ๅคฉ็ฉบ * 17.2 ๆฐด้ข * 17.3 ๅœฐๅฝข * 17.4 ๅฎžไพ‹๏ผšๆˆทๅค–ๅœบๆ™ฏ ## ้™„ๅฝ• 1. [jME3็š„ๅކๅฒ](http://www.jmecn.net/tutorial-for-beginners/appendix-1-jme3-history) 2. [3Dๆธธๆˆๆœฏ่ฏญ](http://www.jmecn.net/tutorial-for-beginners/appendix-2-3d-game-terminology) 3. [jME3ไธญ็š„ๆ•ฐๅญฆ](http://www.jmecn.net/tutorial-for-beginners/appendix-3-math-in-jme3)
0
caveofprogramming/springboot
Spring Boot tutorial code
null
# springboot These are the source file projects for the Cave of Programming Spring Boot tutorial (see courses.caveofprogramming.com). They represent steps along the way to creating a simple social network. Although the associated video tutorials are not free, you're welcome to use this code, at your own risk, in whatever way you see fit. Attribution (to John Purcell) and links back to www.caveofprogramming.com are not necessary, but are of course greatly appreciated if you choose to add them.
1
RameshMF/spring-mvc-tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
hibernate5 spring spring-data-jpa spring-framework spring-mvc spring-security spring5
<div dir="ltr" style="text-align: left;" trbidi="on"> <div class="font-family-page"> This is beginners to expert Spring MVC Tutorial. We have used the latest release of Spring Framework 5+ in all examples. This tutorial gives you all the possible Spring MVC features that are required to build a Spring-based enterprise J2EE web applications or RESTful APIs.<br> <div class="separator" style="clear: both; text-align: center;"> <a href="https://2.bp.blogspot.com/-B8_PfyFtwJI/W-qRXEMCV_I/AAAAAAAAErw/TtY7bf8xxBoj5ldGe_nRJlXJZ9-0w-klQCLcBGAs/s1600/spring-mvc-tutorial.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="240" data-original-width="480" src="https://2.bp.blogspot.com/-B8_PfyFtwJI/W-qRXEMCV_I/AAAAAAAAErw/TtY7bf8xxBoj5ldGe_nRJlXJZ9-0w-klQCLcBGAs/s1600/spring-mvc-tutorial.png"></a></div> <div class="separator" style="clear: both; text-align: center;"> </div> <br> In this tutorial, you will learn Spring MVC with Spring Boot, Spring MVC with Spring Security, Spring MVC with Hibernate and JPA etc.<br> <br> <b>The source code examples of each article are developed using latest Spring 5.1.0 RELEASE, JDK 8 and Maven 3.2+.</b><br> <h2 style="text-align: left;"> Spring MVC Getting Started/Basics</h2> <a href="http://www.javaguides.net/2018/10/spring-mvc-5-hello-world-example.html">Spring MVC 5 - Hello World Example</a> - In this article, we will learn how to create a simple Hello World Spring MVC Application using Spring MVC 5 +, JSP, Maven build tool and Eclipse IDE<br> <br> <div> <a href="http://www.javaguides.net/2018/10/spring-mvc-sign-up-form-handling.html">Spring MVC 5 - Sign Up Form Handling Example</a> - In this article, we will learn how to create and submit a simple form (signup form) in Spring MVC application using Spring MVC 5+, Maven build tool, JSP and Eclipse IDE or STS.<br> <br> <a href="http://www.javaguides.net/2018/10/spring-mvc-jsp-form-tags-tutorial.html">Spring MVC JSP Form Tags Tutorial</a> - In this tutorial, we're going discuss all Spring MVC form tags and we will use important spring MVC form tags such as form tag, text fields tag, select tag, check-box(s), radio box(s), password tag, button tag, errors tag etc.<br> <br> <a href="http://www.javaguides.net/2018/10/spring-mvc-form-validation-with-annotations-tutorial.html">Spring MVC 5 Form Validation with Annotations Tutorial</a> - In this quick tutorial, we're going to learn about Spring MVC form validation using annotations like @NotNull, @Size, @Min, @Max, @Email, @Pattern etc.<br> <h2 style="text-align: left;"> Spring MVC 5 and Hibernate 5 Integration</h2> <div> <a href="http://www.javaguides.net/2018/11/spring-mvc-5-hibernate-5-jsp-mysql-crud-tutorial.html" target="_blank">Spring MVC 5 + Hibernate 5 + JSP + MySQL CRUD Tutorial</a>&nbsp;- In this spring hibernate integration tutorial, we will learn how to create <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC </a>5 web application, handle form submission, integrate hibernate 5 to connect to the backend database. In this tutorial, we will integrate <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC 5+</a> with Hibernate ORM framework using Java-based configuration without any XML configuration.</div> <div> <br></div> <div> <a href="http://www.javaguides.net/2018/11/spring-mvc-5-spring-data-jpa-hibernate-jsp-mysql-tutorial.html" target="_blank">Spring MVC 5 + Spring Data JPA + Hibernate 5 + JSP + MySQL Tutorial</a>&nbsp;-&nbsp;In this tutorial, we will discuss the integration of <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC 5</a>, <a href="http://www.javaguides.net/p/spring-data-jpa-tutorial.html">Spring Data JPA</a>, Hibernate 5 and MySQL CRUD example. We will demonstrate CRUD(Create, Retrieve, Update, Delete) operations on a Customer entity as well as display list of customers from the MySQL database.</div> <div> <br></div> <div> <a href="http://www.javaguides.net/2018/09/spring-mvc-using-spring-boot2-jsp-jpa-hibernate5-mysql-example.html">Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example</a>&nbsp;- In this article, we will learn how to develop a Spring MVC web application using Spring MVC, Spring boot 2, JSP, Hibernate 5, JPA, Maven, and MySQL database.<br> <br> <a href="http://www.javaguides.net/2018/09/spring-boot2-mvc-web-application-thymeleaf-jpa-mysql-example.html">Spring Boot 2 MVC Web Application Thymeleaf JPA MySQL Example</a>&nbsp;- In this article, we will learn how to develop a Spring MVC web application using Spring boot 2, Thymeleaf, Hibernate 5, JPA, Maven, and MySQL database.<br> <br> <a href="http://www.javaguides.net/2018/11/spring-mvc-5-hibernate-5-xml-based-configuration-example.html" target="_blank">Spring MVC 5 + Hibernate 5 XML Based Configuration Example</a>&nbsp;-&nbsp;<span style="background-color: white; color: #24292e; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 16px;">I</span>n this tutorial, we will integrate <a href="http://www.javaguides.net/p/spring-mvc-tutorial.html">Spring MVC </a> with Hibernate ORM framework using XML-based configuration.</div> </div> <div> <h2 style="text-align: left;"> Spring MVC + Spring Boot Articles</h2> </div> <a href="http://www.javaguides.net/2018/09/spring-mvc-using-spring-boot2-jsp-jpa-hibernate5-mysql-example.html">Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example</a> - In this article, we will learn how to develop a Spring MVC web application using Spring MVC, Spring boot 2, JSP, Hibernate 5, JPA, Maven, and MySQL database.<br> <br> <a href="http://www.javaguides.net/2018/09/spring-boot2-mvc-web-application-thymeleaf-jpa-mysql-example.html">Spring Boot 2 MVC Web Application Thymeleaf JPA MySQL Example</a> - In this article, we will learn how to develop a Spring MVC web application using Spring boot 2, Thymeleaf, Hibernate 5, JPA, Maven, and MySQL database.<br> <br> <a href="http://www.javaguides.net/2018/10/spring-boot-spring-mvc-validating-form.html">Spring Boot 2 - Spring MVC + Thymeleaf Input Form Validation</a> - In this quick article, we will discuss the process of configuring a web application form to support validation. We will use latest Spring boot 2.0.5 RELEASE, Hibernate validator with Thymeleaf to develop simple Spring MVC web application. We get Hibernate Validator for free when we use Spring Boot Starter Web.<br> <div> <h2 style="text-align: left;"> Spring MVC + Spring Boot&nbsp; + Spring Security</h2> </div> <a href="http://www.javaguides.net/2018/09/spring-boot-spring-mvc-role-based-spring-security-jpa-thymeleaf-mysql-tutorial.html">Spring Boot 2 + Spring MVC + Role Based Spring Security + JPA + Thymeleaf + MySQL Tutorial</a> -In this tutorial, we will learn how to use the Spring Boot Security Starter to secure SpringMVC-based web applications. We will develop step by step Message Storing Spring MVC web application(securing with spring security) using spring boot, spring MVC, role-based spring security, JPA, thymeleaf, and MySQL.<br> <br> <a href="https://spring.io/guides/gs/authenticating-ldap/">Authenticating a User with LDAP using Spring Boot and Spring Security</a> - This guide walks you through the process creating an application and securing it with the <a href="https://projects.spring.io/spring-security/">Spring Security</a> LDAP module.<br> <br> <a href="http://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html">User Registration Module using Spring Boot 2 + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL</a> - In this article, we discuss how to create a user registration form with Spring Boot, Spring Security, Hibernate and Thymeleaf. We validate the user registration fields with hibernate validator annotations and a custom field matching validator to validate if the email and/or password fields match. We will create Role-based Spring security with a MySQL database.<br> <div> <h2> Spring MVC Annotations</h2> <a href="http://www.javaguides.net/2018/11/the-spring-controller-and-restcontroller-annotations-with-examples.html">The Spring @Controller and @RestController Annotations with Examples</a>&nbsp;- In this quick article, weโ€™ll discuss the difference between @Controller and @RestController annotations in Spring MVC.<br> <br></div> <div> <a href="http://www.javaguides.net/2018/11/spring-requestbody-and-responsebody-annotations.html">Spring @RequestBody and @ResponseBody Annotations</a>&nbsp;- In this quick article, we will discuss usage Spring @RequestBody and @ResponseBody annotations with examples.@RequestBody and @ResponseBody annotations are used to bind the HTTP request/response body with a domain object in method parameter or return type. Behind the scenes, these annotation uses HTTP Message converters to convert the body of HTTP request/response to domain objects.<br> <br> <a href="http://www.javaguides.net/2018/11/spring-getmapping-postmapping-putmapping-deletemapping-patchmapping.html">Spring @GetMapping, @PostMapping, @PutMapping, @DeleteMapping&nbsp;and&nbsp;@PatchMapping</a>&nbsp;- In this article, we will discuss Spring 4.3. introduced HTTP method specific shortcut variants of @RequestMappingare @GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping annotations with sample code examples.<br> <br> <a href="http://www.javaguides.net/2018/11/spring-web-mvc-annotations.html">Spring Web MVC Annotations</a>&nbsp;- In this tutorial, weโ€™ll explore Spring Web annotations from the&nbsp;<a href="https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/">org.springframework.web.bind.annotation</a>&nbsp;package.</div> <div> <div class="font-family-page"> <h2 style="text-align: left;"> Spring MVC + Spring Boot Mini Projects</h2> <a href="http://www.javaguides.net/2018/09/mini-todo-management-project-using-spring-boot-springmvc-springsecurity-jsp-hibernate-mysql.html">Mini Todo Management Project using Spring Boot + Spring MVC + Spring Security + JSP + Hibernate + MySQL</a> - In this article, we will learn how to develop Spring MVC Todo Management web application using Spring Boot, Spring MVC, Spring Security, JSP, JPA and MySQL as a database.<br> <br> <a href="http://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html">User Registration Module using Spring Boot + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL</a> - In this article, we discuss how to create a user registration form with Spring Boot, Spring Security, Hibernate and Thymeleaf. We validate the user registration fields with hibernate validator annotations and a custom field matching validator to validate if the email and/or password fields match. We will create Role-based Spring security with a MySQL database.</div> <div class="font-family-page"> <br></div> <a href="http://www.javaguides.net/2018/10/20-free-open-source-projects-using-spring-framework.html">20+ Free Open Source Projects Using Spring Framework</a>&nbsp;// Very Useful<br> <h2 style="text-align: left;"> Useful Links and Resources</h2> <div> <a href="https://stackoverflow.com/questions/6827752/whats-the-difference-between-component-repository-service-annotations-in" target="_blank">What's the difference between @Component, @Repository &amp; @Service annotations in Spring?</a></div> <div> <a href="https://stackoverflow.com/questions/3153546/how-does-autowiring-work-in-spring" target="_blank">How does autowiring work in Spring?</a></div> <div> <a href="https://www.baeldung.com/spring-component-repository-service" target="_blank">@Component vs @Repository and @Service in Spring</a></div> <div> <a href="https://stackoverflow.com/questions/3423262/what-is-modelattribute-in-spring-mvc" target="_blank">What is @ModelAttribute in Spring MVC?</a></div> <div> <a href="https://stackoverflow.com/questions/25242321/difference-between-spring-controller-and-restcontroller-annotation" target="_blank">Difference between spring @Controller and @RestController annotation</a></div> <div> <a href="https://stackoverflow.com/questions/13715811/requestparam-vs-pathvariable" target="_blank">@RequestParam vs @PathVariable</a></div> <div> <a href="https://stackoverflow.com/questions/2513031/multiple-spring-requestmapping-annotations" target="_blank">Multiple Spring @RequestMapping annotations</a></div> <div> <a href="https://stackoverflow.com/questions/2769467/what-is-dispatcher-servlet-in-spring" target="_blank">What is Dispatcher Servlet in Spring?</a></div> <div> <a href="https://stackoverflow.com/questions/21827548/spring-get-current-applicationcontext" target="_blank">Spring get current ApplicationContext</a></div> <div> <a href="https://stackoverflow.com/questions/17955777/redirect-to-an-external-url-from-controller-action-in-spring-mvc" target="_blank">Redirect to an external URL from controller action in Spring MVC</a></div> <div> <a href="https://stackoverflow.com/questions/2746598/alternatives-to-jsp-for-spring-mvc-view-layer" target="_blank">Alternatives to JSP for Spring MVC view layer</a></div> <div> <a href="https://stackoverflow.com/questions/42944777/difference-between-jax-rs-and-spring-rest" target="_blank">Difference between JAX-RS and Spring Rest</a></div> <div class="font-family-page"> <h2 style="text-align: left;"> Spring Framework Related Tutorials</h2> <blockquote class="tr_bq"> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/p/spring-boot-tutorial.html">Spring Boot 2 Tutorial</a></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/p/spring-core-tutorial.html">Spring Core 5 Tutorial</a></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/p/spring-data-jpa-tutorial.html">Spring Data JPA Tutorial</a></li> </ul> <ul style="text-align: left;"> <li><a href="http://www.javaguides.net/p/spring-framework.html">Spring Framework 5</a></li> </ul> </blockquote> </div> </div> </div> </div>
1
oskardudycz/EventSourcing.JVM
Examples and Tutorials of Event Sourcing in JVM languages
cqrs eventsourcing java jvm spring
[![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_jvm) [![Architecture Weekly](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_jvm) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/oskardudycz/) # EventSourcing.JVM Tutorial, practical samples and other resources about Event Sourcing in JVM. See also my similar repositories for [.NET](https://github.com/oskardudycz/EventSourcing.NetCore) and [NodeJS](https://github.com/oskardudycz/EventSourcing.NodeJS). - [EventSourcing.JVM](#eventsourcingjvm) - [Event Sourcing](#event-sourcing) - [What is Event Sourcing?](#what-is-event-sourcing) - [What is Event?](#what-is-event) - [What is Stream?](#what-is-stream) - [Event representation](#event-representation) - [Retrieving the current state from events](#retrieving-the-current-state-from-events) - [Event Store](#event-store) - [Videos](#videos) - [Practical introduction to Event Sourcing with Spring Boot and EventStoreDB](#practical-introduction-to-event-sourcing-with-spring-boot-and-eventstoredb) - [Let's build the worst Event Sourcing system!](#lets-build-the-worst-event-sourcing-system) - [The Light and The Dark Side of the Event-Driven Design](#the-light-and-the-dark-side-of-the-event-driven-design) - [Conversation with Yves Lorphelin about CQRS](#conversation-with-yves-lorphelin-about-cqrs) - [How to deal with privacy and GDPR in Event-Sourced systems](#how-to-deal-with-privacy-and-gdpr-in-event-sourced-systems) - [Support](#support) - [Introduction to Event Sourcing self-paced kit](#introduction-to-event-sourcing-self-paced-kit) - [Exercises](#exercises) - [Samples](#samples) - [Event Sourcing with Spring Boot and EventStoreDB](#event-sourcing-with-spring-boot-and-eventstoredb) - [Overview](#overview) - [Main assumptions](#main-assumptions) - [Prerequisites](#prerequisites) - [Tools used](#tools-used) - [Event Versioning](#event-versioning) - [Uniqueness](#uniqueness) - [Distributed Processes](#distributed-processes) - [Articles](#articles) ## Event Sourcing ### What is Event Sourcing? Event Sourcing is a design pattern in which results of business operations are stored as a series of events. It is an alternative way to persist data. In contrast with state-oriented persistence that only keeps the latest version of the entity state, Event Sourcing stores each state change as a separate event. Thanks for that, no business data is lost. Each operation results in the event stored in the databse. That enables extended auditing and diagnostics capabilities (both technically and business-wise). What's more, as events contains the business context, it allows wide business analysis and reporting. In this repository I'm showing different aspects, patterns around Event Sourcing. From the basic to advanced practices. Read more in my article: - ๐Ÿ“ [How using events helps in a teams' autonomy](https://event-driven.io/en/how_using_events_help_in_teams_autonomy/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [When not to use Event Sourcing?](https://event-driven.io/en/when_not_to_use_event_sourcing/?utm_source=event_sourcing_jvm) ### What is Event? Events, represent facts in the past. They carry information about something accomplished. It should be named in the past tense, e.g. _"user added"_, _"order confirmed"_. Events are not directed to a specific recipient - they're broadcasted information. It's like telling a story at a party. We hope that someone listens to us, but we may quickly realise that no one is paying attention. Events: - are immutable: _"What has been seen, cannot be unseen"_. - can be ignored but cannot be retracted (as you cannot change the past). - can be interpreted differently. The basketball match result is a fact. Winning team fans will interpret it positively. Losing team fans - not so much. Read more in my articles: - ๐Ÿ“ [What's the difference between a command and an event?](https://event-driven.io/en/whats_the_difference_between_event_and_command/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Events should be as small as possible, right?](https://event-driven.io/en/whats_the_difference_between_event_and_command/?utm_source=event_sourcing_jvm) ### What is Stream? Events are logically grouped into streams. In Event Sourcing, streams are the representation of the entities. All the entity state mutations ends up as the persisted events. Entity state is retrieved by reading all the stream events and applying them one by one in the order of appearance. A stream should have a unique identifier representing the specific object. Each event has its own unique position within a stream. This position is usually represented by a numeric, incremental value. This number can be used to define the order of the events while retrieving the state. It can be also used to detect concurrency issues. ### Event representation Technically events are messages. They may be represented, e.g. in JSON, Binary, XML format. Besides the data, they usually contain: - **id**: unique event identifier. - **type**: name of the event, e.g. _"invoice issued"_. - **stream id**: object id for which event was registered (e.g. invoice id). - **stream position** (also named _version_, _order of occurrence_, etc.): the number used to decide the order of the event's occurrence for the specific object (stream). - **timestamp**: representing a time at which the event happened. - other metadata like `correlation id`, `causation id`, etc. Sample event JSON can look like: ```json { "id": "e44f813c-1a2f-4747-aed5-086805c6450e", "type": "invoice-issued", "streamId": "INV/2021/11/01", "streamPosition": 1, "timestamp": "2021-11-01T00:05:32.000Z", "data": { "issuedTo": { "name": "Oscar the Grouch", "address": "123 Sesame Street", }, "amount": 34.12, "number": "INV/2021/11/01", "issuedAt": "2021-11-01T00:05:32.000Z" }, "metadata": { "correlationId": "1fecc92e-3197-4191-b929-bd306e1110a4", "causationId": "c3cf07e8-9f2f-4c2d-a8e9-f8a612b4a7f1" } } ``` ### Retrieving the current state from events In Event Sourcing, the state is stored in events. Events are logically grouped into streams. Streams can be thought of as the entities' representation. Traditionally (e.g. in relational or document approach), each entity is stored as a separate record. | Id | IssuerName | IssuerAddress | Amount | Number | IssuedAt | | -------- | ---------------- | ----------------- | ------ | -------------- | ---------- | | e44f813c | Oscar the Grouch | 123 Sesame Street | 34.12 | INV/2021/11/01 | 2021-11-01 | In Event Sourcing, the entity is stored as the series of events that happened for this specific object, e.g. `InvoiceInitiated`, `InvoiceIssued`, `InvoiceSent`. ```json [ { "id": "e44f813c-1a2f-4747-aed5-086805c6450e", "type": "invoice-initiated", "streamId": "INV/2021/11/01", "streamPosition": 1, "timestamp": "2021-11-01T00:05:32.000Z", "data": { "issuedTo": { "name": "Oscar the Grouch", "address": "123 Sesame Street", }, "amount": 34.12, "number": "INV/2021/11/01", "initiatedAt": "2021-11-01T00:05:32.000Z" } }, { "id": "5421d67d-d0fe-4c4c-b232-ff284810fb59", "type": "invoice-issued", "streamId": "INV/2021/11/01", "streamPosition": 2, "timestamp": "2021-11-01T00:11:32.000Z", "data": { "issuedTo": "Cookie Monster", "issuedAt": "2021-11-01T00:11:32.000Z" } }, { "id": "637cfe0f-ed38-4595-8b17-2534cc706abf", "type": "invoice-sent", "streamId": "INV/2021/11/01", "streamPosition": 3, "timestamp": "2021-11-01T00:12:01.000Z", "data": { "sentVia": "email", "sentAt": "2021-11-01T00:12:01.000Z" } } ] ``` All of those events shares the stream id (`"streamId": "INV/2021/11/01"`), and have incremented stream position. We can get to conclusion that in Event Sourcing entity is represented by stream, so sequence of event correlated by the stream id ordered by stream position. To get the current state of entity we need to perform the stream aggregation process. We're translating the set of events into a single entity. This can be done with the following the steps: 1. Read all events for the specific stream. 2. Order them ascending in the order of appearance (by the event's stream position). 3. Construct the empty object of the entity type (e.g. with default constructor). 4. Apply each event on the entity. This process is called also _stream aggregation_ or _state rehydration_. Read more in my article: - ๐Ÿ“ [Why Partial<Type> is an extremely useful TypeScript feature?](https://event-driven.io/en/partial_typescript/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to get the current entity state from events?](https://event-driven.io/en/how_to_get_the_current_entity_state_in_event_sourcing/?utm_source=event_sourcing_jvm) ### Event Store Event Sourcing is not related to any type of storage implementation. As long as it fulfils the assumptions, it can be implemented having any backing database (relational, document, etc.). The state has to be represented by the append-only log of events. The events are stored in chronological order, and new events are appended to the previous event. Event Stores are the databases' category explicitly designed for such purpose. In the further samples, I'll use [EventStoreDB](https://developers.eventstore.com/). It's the battle-tested OSS database created and maintained by the Event Sourcing authorities. It supports many dev environments via gRPC clients, including JVM. Read more in my article: - ๐Ÿ“ [What if I told you that Relational Databases are in fact Event Stores?](https://event-driven.io/en/relational_databases_are_event_stores/=event_sourcing_jvm) ## Videos ### Practical introduction to Event Sourcing with Spring Boot and EventStoreDB <a href="https://www.youtube.com/watch?v=LaUSPtwFLSg" target="_blank"><img src="https://img.youtube.com/vi/LaUSPtwFLSg/0.jpg" alt="Practical introduction to Event Sourcing with Spring Boot and EventStoreDB" width="320" height="240" border="10" /></a> ### Facts and Myths about CQRS <a href="https://www.youtube.com/watch?v=9COWKz1E32w" target="_blank"><img src="https://img.youtube.com/vi/9COWKz1E32w/0.jpg" alt="Facts and Myths about CQRS" width="320" height="240" border="10" /></a> ### Let's build the worst Event Sourcing system! <a href="https://www.youtube.com/watch?v=Lu-skMQ-vAw" target="_blank"><img src="https://img.youtube.com/vi/Lu-skMQ-vAw/0.jpg" alt="Let's build the worst Event Sourcing system!" width="320" height="240" border="10" /></a> ### The Light and The Dark Side of the Event-Driven Design <a href="https://www.youtube.com/watch?v=ZGugOiYcq8k" target="_blank"><img src="https://img.youtube.com/vi/ZGugOiYcq8k/0.jpg" alt="The Light and The Dark Side of the Event-Driven Design" width="320" height="240" border="10" /></a> ### Conversation with [Yves Lorphelin](https://github.com/ylorph/) about CQRS <a href="https://www.youtube.com/watch?v=D-3N2vQ7ADE" target="_blank"><img src="https://img.youtube.com/vi/D-3N2vQ7ADE/0.jpg" alt="Event Store Conversations: Yves Lorphelin talks to Oskar Dudycz about CQRS (EN)" width="320" height="240" border="10" /></a> ### How to deal with privacy and GDPR in Event-Sourced systems <a href="https://www.youtube.com/watch?v=7NGlYgobTyY" target="_blank"><img src="https://img.youtube.com/vi/7NGlYgobTyY/0.jpg" alt="How to deal with privacy and GDPR in Event-Sourced systems" width="320" height="240" border="10" /></a> ## Support Feel free to [create an issue](https://github.com/oskardudycz/EventSourcing.JVM/issues/new) if you have any questions or request for more explanation or samples. I also take **Pull Requests**! ๐Ÿ’– If this repository helped you - I'd be more than happy if you **join** the group of **my official supporters** at: ๐Ÿ‘‰ [Github Sponsors](https://github.com/sponsors/oskardudycz) โญ Star on GitHub or sharing with your friends will also help! ## [Introduction to Event Sourcing self-paced kit](./workshops/introduction-to-event-sourcing/) Event Sourcing is perceived as a complex pattern. Some believe that it's like Nessie, everyone's heard about it, but rarely seen it. In fact, Event Sourcing is a pretty practical and straightforward concept. It helps build predictable applications closer to business. Nowadays, storage is cheap, and information is priceless. In Event Sourcing, no data is lost. The workshop aims to build the knowledge of the general concept and its related patterns for the participants. The acquired knowledge will allow for the conscious design of architectural solutions and the analysis of associated risks. The emphasis will be on a pragmatic understanding of architectures and applying it in practice using Marten and EventStoreDB. 1. Introduction to Event-Driven Architectures. Differences from the classical approach are foundations and terminology (event, event streams, command, query). 2. What is Event Sourcing, and how is it different from Event Streaming. Advantages and disadvantages. 3. Write model, data consistency guarantees on examples from Marten and EventStoreDB. 4. Various ways of handling business logic: Aggregates, Command Handlers, functional approach. 5. Projections, best practices and concerns for building read models from events on the examples from Marten and EventStoreDB. 6. Challenges in Event Sourcing and EDA: deliverability guarantees, sequence of event handling, idempotency, etc. 8. Saga, Choreography, Process Manager, distributed processes in practice. 7. Event Sourcing in the context of application architecture, integration with other approaches (CQRS, microservices, messaging, etc.). 8. Good and bad practices in event modelling. 9. Event Sourcing on production, evolution, events' schema versioning, etc. You can do the workshop as a self-paced kit. That should give you a good foundation for starting your journey with Event Sourcing and learning tools like Marten and EventStoreDB. If you'd like to get full coverage with all nuances of the private workshop, feel free to contact me via [email](mailto:oskar.dudycz@gmail.com). Read also more in my article [Introduction to Event Sourcing - Self Paced Kit](https://event-driven.io/en/introduction_to_event_sourcing/?utm_source=event_sourcing_jvm). ### Exercises 1. [Events definition](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e01_events_definition). 2. [Getting State from events](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e02_getting_state_from_events). 3. Appending Events: * [EventStoreDB](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e03_appending_event/esdb) * _TODO: Axon Server_ 4. Getting State from events * [EventStoreDB](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e04_getting_state_from_events) * _TODO: Axon Server_ 5. Business logic: * [General](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e05_business_logic) * [EventStoreDB](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e06_business_logic/esdb) * _TODO: Axon Server_ 6. Optimistic Concurrency: * [EventStoreDB](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e07_optimistic_concurrency/esdb) * _TODO: Axon Server_ 7. Projections: * [General](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e08_projections_singlestream) * [Idempotency](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e09_projections_singlestream_idempotency) * [Eventual Consistency](./workshops/introduction-to-event-sourcing/exercises/src/test/java/io/eventdriven/introductiontoeventsourcing/e10_projections_singlestream_eventual_consistency) ## Samples See also fully working, real-world samples of Event Sourcing and CQRS applications in [Samples folder](./samples/event-sourcing-esdb-simple). Samples are using CQRS architecture. They're sliced based on the business modules and operations. Read more about the assumptions in ["How to slice the codebase effectively?"](https://event-driven.io/en/how_to_slice_the_codebase_effectively/?utm_source=event_sourcing_jvm). ### Event Sourcing with Spring Boot and EventStoreDB #### Overview Sample is showing basic Event Sourcing flow. It uses [EventStoreDB](https://developers.eventstore.com/) for event storage and [Spring Data JPA](https://spring.io/projects/spring-data-jpa) backed with [PostgreSQL](https://www.postgresql.org/) for read models. The presented use case is Shopping Cart flow: 1. The customer may add a product to the shopping cart only after opening it. 2. When selecting and adding a product to the basket customer needs to provide the quantity chosen. The product price is calculated by the system based on the current price list. 3. The customer may remove a product with a given price from the cart. 4. The customer can confirm the shopping cart and start the order fulfilment process. 5. The customer may also cancel the shopping cart and reject all selected products. 6. After shopping cart confirmation or cancellation, the product can no longer be added or removed from the cart. Technically it's modelled as Web API written in [Spring Boot](https://spring.io/projects/spring-boot) and [Java 17](https://www.oracle.com/java/technologies/downloads/). There are two variations of those samples: - [Event Sourcing with Spring Boot and EventStoreDB](./samples/event-sourcing-esdb-simple) - [Event Sourcing with Spring Boot and EventStoreDB using Aggregate pattern](./samples/event-sourcing-esdb-aggregates) #### Main assumptions - explain basics of Event Sourcing, both from the write model ([EventStoreDB](https://developers.eventstore.com/)) and read model part ([PostgreSQL](https://www.postgresql.org/) and [Spring Data JPA](https://spring.io/projects/spring-data-jpa)), - present that you can join classical approach with Event Sourcing without making a massive revolution, - [CQRS](https://event-driven.io/en/cqrs_facts_and_myths_explained/) architecture sliced by business features, keeping code that changes together at the same place. Read more in [How to slice the codebase effectively?](https://event-driven.io/en/how_to_slice_the_codebase_effectively/), - clean, composable (pure) functions for command, events, projections, query handling, minimising the need for marker interfaces. Thanks to that testability and easier maintenance. - easy to use and self-explanatory fluent API for registering commands and projections with possible fallbacks, - registering everything into regular DI containers to integrate with other application services. - pushing the type/signature enforcement on edge, so when plugging to DI. #### Prerequisites For running the Event Store examples you need to have: 1. Java JDK 17 (or later) installed - https://www.oracle.com/java/technologies/downloads/. 2. Installed IntelliJ, Eclipse, VSCode or other preferred IDE. 3. [Docker](https://store.docker.com/search?type=edition&offering=community) installed. #### Tools used 1. [EventStoreDB](https://eventstore.com) - Event Store 2. [PostgreSQL](https://www.postgresql.org/) - Read Models 3. [Spring Boot](https://spring.io/projects/spring-boot) - Web Application framework ### [Event Versioning](./samples/events-versioning) Shows how to handle basic event schema versioning scenarios using event and stream transformations (e.g. upcasting): - [Simple mapping](./samples/events-versioning/#simple-mapping) - [New not required property](./samples/events-versioning/#new-not-required-property) - [New required property](./samples/events-versioning/#new-required-property) - [Renamed property](./samples/events-versioning/#renamed-property) - [Upcasting](./samples/events-versioning/#upcasting) - [Changed Structure](./samples/events-versioning/#changed-structure) - [New required property](./samples/events-versioning/#new-required-property-1) - [Downcasters](./samples/events-versioning/#downcasters) - [Events Transformations](./samples/events-versioning/#events-transformations) - [Stream Transformation](./samples/events-versioning/#stream-transformation) - [Summary](./samples/events-versioning/#summary) - ๐Ÿ“ [Simple patterns for events schema versioning](https://event-driven.io/en/simple_events_versioning_patterns/?utm_source=event_sourcing_jvm) ### [Uniqueness](./samples/uniqueness/) Shows how to handle unique constraint checks in an event-sources system. Explains various techniques, like: - talking to business, - stream id design, - reservation pattern. Read more in [How to ensure uniqueness in Event Sourcing](https://event-driven.io/en/uniqueness-in-event-sourcing/?utm_source=event_sourcing_jvm). ### [Distributed Processes](./samples/distributed-processes/) Shows how to handle distributed processes in Event Sourcing in practice. Explains various use cases, like: - batch processing, - saga vs process managers, - distributed processes in the single module and across boundaries, - internal vs external events, - compensating failures, - implementation of command and event bus in EventStoreDB. Read more in [How to ensure uniqueness in Event Sourcing](https://event-driven.io/en/uniqueness-in-event-sourcing/?utm_source=event_sourcing_jvm). ## Articles Read also more on the **Event Sourcing** and **CQRS** topics in my [blog](https://event-driven.io/?utm_source=event_sourcing_jvm) posts: - ๐Ÿ“ [What's the difference between a command and an event?](https://event-driven.io/en/whats_the_difference_between_event_and_command/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Event Streaming is not Event Sourcing!](https://event-driven.io/en/event_streaming_is_not_event_sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Events should be as small as possible, right?](https://event-driven.io/en/events_should_be_as_small_as_possible/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to get the current entity state from events?](https://event-driven.io/en/how_to_get_the_current_entity_state_in_event_sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to ensure uniqueness in Event Sourcing](https://event-driven.io/en/uniqueness-in-event-sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Anti-patterns in event modelling - Property Sourcing](https://event-driven.io/en/property-sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Anti-patterns in event modelling - State Obsession](https://event-driven.io/en/state-obsession/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Why a bank account is not the best example of Event Sourcing?](https://event-driven.io/en/bank_account_event_sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [When not to use Event Sourcing?](https://event-driven.io/en/when_not_to_use_event_sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [CQRS facts and myths explained](https://event-driven.io/en/cqrs_facts_and_myths_explained/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to slice the codebase effectively?](https://event-driven.io/en/how_to_slice_the_codebase_effectively/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Generic does not mean Simple](https://event-driven.io/en/generic_does_not_mean_simple/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Can command return a value?](https://event-driven.io/en/can_command_return_a_value/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Twelve things I learned about Java during my last code review](https://event-driven.io/pl/12_things_I_learned_on_last_pull_request_review/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to use ETag header for optimistic concurrency](https://event-driven.io/en/how_to_use_etag_header_for_optimistic_concurrency/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Dealing with Eventual Consistency and Idempotency in MongoDB projections](https://event-driven.io/en/dealing_with_eventual_consistency_and_idempotency_in_mongodb_projections/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Long-polling, how to make our async API synchronous](https://event-driven.io/en/long_polling_and_eventual_consistency/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [A simple trick for idempotency handling in the Elastic Search read model](https://event-driven.io/en/simple_trick_for_idempotency_handling_in_elastic_search_readm_model/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to (not) do the events versioning?](https://event-driven.io/en/how_to_do_event_versioning/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Simple patterns for events schema versioning](https://event-driven.io/en/simple_events_versioning_patterns/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to create projections of events for nested object structures?](https://event-driven.io/en/how_to_create_projections_of_events_for_nested_object_structures/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How to scale projections in the event-driven systems?](https://event-driven.io/en/how_to_scale_projections_in_the_event_driven_systems/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Immutable Value Objects are simpler and more useful than you think!](https://event-driven.io/en/immutable_value_objects/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [How using events helps in a teams' autonomy](https://event-driven.io/en/how_using_events_help_in_teams_autonomy/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [What texting your Ex has to do with Event-Driven Design?](https://event-driven.io/en/what_texting_ex_has_to_do_with_event_driven_design/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [What if I told you that Relational Databases are in fact Event Stores?](https://event-driven.io/en/relational_databases_are_event_stores/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Are Temporal Tables an alternative to Event Sourcing?](https://event-driven.io/en/temporal_tables_and_event_sourcing/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Optimistic concurrency for pessimistic times](https://event-driven.io/en/optimistic_concurrency_for_pessimistic_times/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Outbox, Inbox patterns and delivery guarantees explained](https://event-driven.io/en/outbox_inbox_patterns_and_delivery_guarantees_explained/?utm_source=event_sourcing_jvm) - ๐Ÿ“ [Saga and Process Manager - distributed processes in practice](https://event-driven.io/en/saga_process_manager_distributed_transactions/?utm_source=event_sourcing_jvm) **EventSourcing.JVM** is Copyright &copy; 2022 [Oskar Dudycz](http://event-driven.io) and other contributors under the [MIT license](LICENSE).
0
Hakky54/java-tutorials
๐Ÿ“ A repository containing different java tutorials
elasticsearch grpc java log-captor mockito security spring ssl tls tutorial unit-testing websocket
null
0
deepsadness/ZeroToOpenGL
opengl Tutorial
null
# ZeroToOpenGL OpenGL Tutorial 1. [็›ธๆœบไฝฟ็”จOpenGL่ฟ›่กŒ้ข„่งˆ](https://github.com/deepsadness/ZeroToOpenGL/blob/master/zero-camera/src/main/java/com/cry/zero_camera/CameraActivity.java) 2. [็›ธๆœบไฝฟ็”จOpenGL่ฟ›่กŒ้ข„่งˆ๏ผŒๅŒๆ—ถไฝฟ็”จMediaCodec่ฟ›่กŒๅฝ•ๅˆถ](https://github.com/deepsadness/ZeroToOpenGL/blob/master/zero-camera/src/main/java/com/cry/zero_camera/activity/capture/CameraCaptureActivity.java) 3. [็›ธๆœบไฝฟ็”จOpenGL่ฟ›่กŒ้ข„่งˆ๏ผŒๆทปๅŠ ๆปค้•œ๏ผŒๅŒๆ—ถไฝฟ็”จMediaCodec่ฟ›่กŒๅฝ•ๅˆถ](https://github.com/deepsadness/ZeroToOpenGL/blob/master/zero-camera/src/main/java/com/cry/zero_camera/activity/camera_filter/CameraCaptureFilterActivity.java) 3. [่งฃ็ ่ง†้ข‘๏ผŒๆทปๅŠ ๆปค้•œ๏ผŒๅŒๆ—ถไฝฟ็”จMediaCodec่ฟ›่กŒๅฝ•ๅˆถ](https://github.com/deepsadness/ZeroToOpenGL/blob/master/zero-camera/src/main/java/com/cry/zero_camera/activity/video/CameraCaptureFilterActivity.java)
1
LinkedInAttic/api-get-started
LinkedIn REST API Getting Started Tutorial
null
LinkedIn REST API Getting Started Tutorial ========================================== The code contained here is part of our new getting started tutorial which can be found on our developer site at the following location: https://developer.linkedin.com/documents/quick-start-guide Currently we provide support for Java, PHP, and Python with additional languages being added to the tutorial in the future. Requirements ------------ PHP - PECL OAuth extension http://pecl.php.net/package/oauth Python - python-oauth2 https://github.com/synedra/python-oauth2 Java - Scribe https://github.com/fernandezpablo85/scribe-java License ------- Copyright 2011 LinkedIn Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1
SaiUpadhyayula/spring-boot-microservices
This repository contains the latest source code of th spring-boot-microservices tutorial
microservices spring-boot spring-cloud
# Spring Boot Microservices This repository contains the latest source code of the spring-boot-microservices tutorial You can watch the tutorial on Youtube here - https://www.youtube.com/watch?v=mPPhcU7oWDU&t=20634s ## How to run the application using Docker 1. Run `mvn clean package -DskipTests` to build the applications and create the docker image locally. 2. Run `docker-compose up -d` to start the applications. ## How to run the application without Docker 1. Run `mvn clean verify -DskipTests` by going inside each folder to build the applications. 2. After that run `mvn spring-boot:run` by going inside each folder to start the applications.
1
RameshMF/jsp-servlet-jdbc-mysql-crud-tutorial
JSP Servlet JDBC MySQL CRUD Example Tutorial
null
# jsp-servlet-jdbc-mysql-crud-tutorial JSP Servlet JDBC MySQL CRUD Example Tutorial https://www.javaguides.net/2019/03/jsp-servlet-jdbc-mysql-crud-example-tutorial.html
1
mikailsheikh/cogitolearning-examples
All the examples for the tutorials on the Cogito Learning website.
null
cogitolearning-examples ======================= All the examples for the tutorials on the Cogito Learning website.
0
coditori/javatori
Code Tutorials, Examples, and Best Practices.
best-practices cxf examples hamcrest hibernate java jax-rs junit mockito spring spring-boot spring-data-jpa spring-mvc spring-security swagger-ui tutorial tutorial-code tutorial-exercises tutorials
# Java Code Tutorials, Spring boot Integrations These projects usually are a simple Enterprise combination of existing technologies. The following sample applications are provided: <table> <thead> <tr> <th>Sample</th> <th align="center">Description</th> </tr> </thead> <tbody> <tr> <td colspan="2"><strong>projects</strong></td> </tr> <tr> <td><a href="/projects/spring-boot-reactive-restful-nosql-mongodb">Spring Boot, WebFlux, MongoDB</a></td> <td align="center">WebFlux API with entire reactive process and Integration Test</td> </tr> <tr> <td><a href="/projects/spring-boot-reactive-restful-rdbms">Spring Boot, WebFlux, H2</a></td> <td align="center">WebFlux API with reactive web and service layer (not repository layer) and Integration (End-To-End) Test</td> </tr> <tr> <td><a href="/projects/spring-boot-actuator-logger">Spring Boot Actuator</a></td> <td align="center">If need Log files rather than Actuator Endpoints according to Security concerns, Can be used alongside Syslog and Elasticsearch</td> </tr> <tr> <td><a href="/projects/spring-boot-cxf">Spring Boot, CXF JAX-RS</a></td> <td align="center">CXF is good for "both" JAX-RS and JAX-WS</td> </tr> <tr> <td><a href="/projects/spring-boot-restful">Spring Boot RESTful</a></td> <td align="center">If don't care about JAX-RS standards use Spring RESTful</td> </tr> <tr> <td><a href="/projects/spring-boot-maven-modules/spring-boot-restful">"Modular" Spring Boot RESTful</a></td> <td align="center">A Separated layers project but a Modular application is an old approach take a look at Microservices</td> </tr> <tr> <td><a href="/projects/hibernate">Hibernate</a></td> <td align="center">A bare Hibernate layer to work on just Data Access Layer (working on DB)</td> </tr> </tbody> </table>
0