Added Content (#1929)
Co-authored-by: “Mohamed <“dmdbilal8604@gmail.com”> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1907/head^2
parent
62ae39f902
commit
e57e05ced7
7 changed files with 49 additions and 11 deletions
@ -1 +1,11 @@ |
||||
# Networking sockets |
||||
|
||||
- Java Networking is a concept of connecting two or more computing devices together so that we can share resources. |
||||
- Java socket programming provides facility to share data between different computing devices. |
||||
- A socket is one endpoint of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is destined to be sent to. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://docs.oracle.com/javase/tutorial/networking/sockets/index.html'>Sockets</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href=https://youtu.be/BqBKEXLqdvI'>What is Socket Programming?</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/socket-programming-in-java/'>Socket Programming</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/java/java_networking.htm'>Java Networking</BadgeLink> |
@ -1,6 +1,11 @@ |
||||
# Sprint Boot |
||||
|
||||
Spring Boot is a project that is built on the top of the Spring Framework. It provides an easier and faster way to set up, configure, and run both simple and web-based applications. |
||||
Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebase. The microservice architecture provides developers with a fully enclosed application, including embedded application servers. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://spring.io/projects/spring-boot/'>Official Site</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://spring.io/projects/spring-boot/'>Spring Boot</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.ibm.com/cloud/learn/java-spring-boot'>What is Spring Boot?</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javaguides.net/2021/07/spring-boot-tutorial-for-beginners.html'>Spring Boot Tutorial</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/spring-boot'>Learn Spring Boot</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://youtu.be/vtPkZShrvXQ'>Spring Boot Tutorial</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://youtu.be/UfOxcrxhC0s'>Spring Boot for Beginners</BadgeLink> |
@ -1 +1,11 @@ |
||||
# Spring data jpa |
||||
|
||||
Spring Data JPA aims to significantly improve the implementation of data access layers by reducing the effort to the amount that's actually needed. As a developer you write your repository interfaces, including custom finder methods, and Spring will provide the implementation automatically. |
||||
|
||||
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://spring.io/projects/spring-data-jpa'>Spring Data JPA</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa'>Introduction to Spring Data JPA</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/spring-and-jpa-integration'>Spring Data JPA Tutorial</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/spring-boot-spring-data-jpa/'>Spring Boot – Spring Data JPA</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://youtu.be/XszpXoII9Sg'>Spring Data JPA Tutorial</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://youtu.be/8SGI_XS5OPw'>Spring Boot Tutorial - Spring Data JPA</BadgeLink> |
Loading…
Reference in new issue