Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eagledev-am committed Sep 18, 2024
2 parents a88b3c1 + 76147ab commit a7f9ca3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Fawry internship
## About
This repo has the Fawry Summer Internship content which was in In the period from July 15th to October 15th 2023 . You can find all the content resources and the assigned tasks solutions.
## Table of contents
The internship which introduced by Fawry company offers an exciting opportunity to gain hands-on experience in developing secure, scalable, and user-friendly software solutions. The internship focuses on backend development using Spring Boot and front-end development with Angular.

## internship overview
* **program Duration** : 3 Months
* **Location** : Smart Vilage


## About
> [!NOTE]
> This repository contains the internship content from sessions and tasks.it also includes external resources explain the internship topics.

## Table of contents
| Week | Content | Task |
|-----------------|-----------------|-----------------|
| [Week1](https://github.com/eagledev-am/fawry-intern/tree/main/week1) | OOP , Design Principles , git | [``` bankTask ```](https://github.com/eagledev-am/fawry-intern/tree/main/week1/bankapp) - [``` onlineshop ```](https://github.com/eagledev-am/fawry-intern/tree/main/week1/onlineshop)|
Expand All @@ -12,3 +21,4 @@ This repo has the Fawry Summer Internship content which was in In the period fro
| [week5](https://github.com/eagledev-am/fawry-intern/tree/main/week5) | Java 8 , Design Pattern (Behavioral) | [``` Java 8 Task ```](https://github.com/eagledev-am/fawry-intern/tree/main/week5/java8-task) - [``` Design pattern Task ```](https://github.com/eagledev-am/fawry-intern/tree/main/week5/design-pattern-task) |
|[week6](https://github.com/eagledev-am/fawry-intern/tree/main/week6)|Reactive Programming|
|[week7](https://github.com/eagledev-am/fawry-intern/tree/main/week7)| JDBC , Jpa and Hibernate | [``` jdbc task ```](https://github.com/eagledev-am/fawry-intern/tree/main/week7/jdbctask) - [``` jpa task ```](https://github.com/eagledev-am/fawry-intern/tree/main/week7/Jpatask)|
|[week8](https://github.com/eagledev-am/fawry-intern/tree/main/week8)| Spring core , Web Overview | [``` Jsp servlet Task ```](https://github.com/eagledev-am/fawry-internship/tree/main/week8/jspservlettask)|
27 changes: 27 additions & 0 deletions week8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Week 8
## Web Overview
- **Servlet**
>Servlet is a Java program that runs on a server and is used to handle client requests, typically HTTP requests. Servlets are a key component of Java web applications and are commonly used to generate dynamic web content. They operate as the backend logic that processes the client's request, interacts with databases or other services, and generates a response, usually in the form of HTML, JSON, or XML.
<br>

| Resource | instructor |
| ---------| ---------|
|[WebOverview (part1)](https://drive.google.com/file/d/15v7tlEScnicnBVqqWwkg6RSotjbA3OIU/view?usp=sharing) | Eng. Hany Ahmed |
|[WebOverview (part2)](https://drive.google.com/file/d/1TuPs-zrWYvlxMNs549sWKcgv38DF8Bg3/view?usp=sharing) | Eng. Hany Ahmed |
| Other resources |
|[Building Dynamic Web Applications using Servlets and JSP](https://maharatech.gov.eg/course/view.php?id=2248) | Eng. Mona Mahrous |
|[jsp and servlet](https://www.youtube.com/watch?v=7TOmdDJc14s&list=PLsyeobzWxl7pUPF2xjjJiG4BKC9x_GY46) | Telusko |

<br>

## Spring Framework
> spring comprehensive framework for Java that simplifies the development of enterprise-level applications. It provides a wide range of tools and libraries to streamline the development of modern, scalable, and maintainable Java applications, particularly web applications.
<br>

| Resource | instructor |
| ---------| ---------|
|[Spring core ](https://drive.google.com/file/d/1xji11Um_qfTDEopNG2mu4jOrVgyOkNdd/view?usp=sharing) | Eng. Magued Mamdouh |



0 comments on commit a7f9ca3

Please sign in to comment.