0% found this document useful (0 votes)
21 views

Internship Report

I Shehryar Hafeez student of Capital University of Science and Technology was enrolled in internship at Eziline Software House Pvt Ltd. I gained so much knowledge and learnt professional skills, team work and gained experience there. This organization is working well and are teaching new and fresh students to polish their skills. On daily basis I got assignments to work and my supervisor kept check on me and my work and guided me properly.

Uploaded by

EssEm
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Internship Report

I Shehryar Hafeez student of Capital University of Science and Technology was enrolled in internship at Eziline Software House Pvt Ltd. I gained so much knowledge and learnt professional skills, team work and gained experience there. This organization is working well and are teaching new and fresh students to polish their skills. On daily basis I got assignments to work and my supervisor kept check on me and my work and guided me properly.

Uploaded by

EssEm
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

INTERNSHIP REPORT (SUMMER 2022)

Internship Report

Submitted By
BCS183180 Shehryar Hafeez

Internship Organization

Submitted to

Dr. Qammar Mehmood

Department of Computer Science

Capital University Of science and Technology Islamabad

Page|1
INTERNSHIP REPORT (SUMMER 2022)

Acknowledgement
I am thankful to Almighty Allah who gave me power and opportunity to perform my
internship with excellence. I am thankful to my parents who motivated me during the
work. I want to thank my Heads, who continuously helped/trained me during the
internship and keeping me motivated and giving opportunities to grow.

Approval Signature

Page|2
INTERNSHIP REPORT (SUMMER 2022)

Table of Contents

Content

s
Approval Signature............................................................................................................................2
Summary........................................................................................................................................4
Organizational profile.....................................................................................................................4
Tools and Technologies.....................................................................................................................5
Week 1------------------------------------------------------------------------------------------------------------- -6

Week 2------------------------------------------------------------------------------------------------------------- -7

Week 3---------------------------------------------------------------------------------------------------------------9

Week 4---------------------------------------------------------------------------------------------------------------9

Week 5-------------------------------------------------------------------------------------------------------------10

Week 6-------------------------------------------------------------------------------------------------------------10

Week 7-------------------------------------------------------------------------------------------------------------11

Week 8-------------------------------------------------------------------------------------------------------------19

Page|3
INTERNSHIP REPORT (SUMMER 2022)

Summary
I Shehryar Hafeez student of Capital University of Science and Technology was

enrolled in internship.at Eziline Software House Pvt Ltd. I gained so much knowledge

and learnt professional skills, team work and gained experience there.

This organization is working well and are teaching new and fresh students to polish

their skills. All of staff and faculty members were so positive and they helped me at

every turn where I feel problem related to my work. On daily basis I got assignments

to work. My supervisor kept check on me and my work and guided me properly.

Organizational profile
Eziline is an independent Pakistan Based company. Operating Since 2007. Eziline

has been in profit since the beginning. We are website specialists (web design /

dynamic web solution / graphics design / Multimedia development). A close-knit

team of 350+ designers Programmers System analysts and marketing executives.

We seize each new opportunity and leverage it to the enhancement of overall

development procedures

Address: “Office #304-B Amna Plaza, near Radio Pakistan, Rawalpindi, Punjab

46000.”

Phone: (051) 5491184

Page|4
INTERNSHIP REPORT (SUMMER 2022)

Tools and Technologies

The tools and the technologies we worked on during our internship.:

Front end:

 Html/Css

 Bootstrap

 Javaacript

Backend:

 Php

 Sql

 Javascript

Softwares Used:

 Visual Studio

 Xampp

Page|5
INTERNSHIP REPORT (SUMMER 2022)

Html & CSS

Week 1

Monday ✓ In first week, Task given to me was to move on to coding and started working on
Visual Studio Code tool to start coding from scratch.
✓ Firstly, I started HTML which is fundamental skills to start as web developer.
Language which is used to develop the structure of website.

Tuesday ✓ Tutorial’s video was provided to me which covered different aspects of Html.


Wednesday I practiced on different tags of html like heading tag, paragraph tag, anchor tag, input
tag, label tag, videos, image, link, script tags and the most important are semantic
tags which are new introduced in HTML5.

Thursday I was asked to change the content of website through the code provided by company.

Friday ✓ After these changing, I added some content to webpages from scratch.
✓ To add some styling, I moved onto CSS for custom basic styling of webpages like
colors, paddings and margins.
✓ At last there was session with supervisor to discuss the confusions.

Screenshots:

Page|6
INTERNSHIP REPORT (SUMMER 2022)

Html & CSS

Week 2

Monday ✓By watching some tutorials and w3 school’s website I learnt more aspects of CSS.

Tuesday ✓I learned and practiced the concepts of CSS like difference of id and class selectors.


Wednesday I practiced on different tags of html like heading tag, paragraph tag, anchor tag, input
tag, label tag, videos, image, link, script tags and the most important are semantic tags
which are new introduced in HTML5.

Thursday Next moving on to the little advance styling I started working on exploring the properties
like background color, text-align, border, margin, paddings, blocks, height width, text-
transform etc.

Friday ✓On the last day of this I was asked to copy some contents from some websites and try
to make them by my own.
✓At last there was confession with my supervisor for queries and confusions

Screenshots:

Page|7
INTERNSHIP REPORT (SUMMER 2022)

Page|8
INTERNSHIP REPORT (SUMMER 2022)

JavaScript
Week 3
Monday ✓ On very first week of internship I learned basics Introduction of JavaScript

Tuesday ✓ Learned JavaScript Validation.


✓ Learned JavaScript foam Validation

Wednesday ✓ Learned JavaScript Syntax


✓ Study JavaScript Features

Thursday ✓ JavaScript in HTML by using the HTML <script> tag


✓ JavaScript Variable to store value that can be used during the execution of
the program.

Friday ✓ Introduction to JavaScript operators

Bootstrap
Week 4
Monday ✓ Introduction
✓ Watched video tutorials related to Bootstrap.

Tuesday ✓ Bootstrap pagination.


✓ Bootstrap forms and filters.

Wednesday ✓ Bootstrap Grids system.

Page|9
INTERNSHIP REPORT (SUMMER 2022)

Thursday ✓ Learned how to use Bootstrap templates.

Friday ✓ Learned how to use Bootstrap Classes.

PHP

Week 5

Monday ✓ Revised Previous week’s concepts

Tuesday ✓ Practice on video tutorials

Wednesday ✓ Installation of Software’s for PHP


✓ Xampp, Visual Studio Code

Thursday ✓ Watched Video tutorials of PHP projects

Friday ✓ PHP form handling


✓ PHP form validation

PHP

Week 6

Monday ✓ PHP Introduction.


✓ PHP if else, switch, loops.

Page|10
INTERNSHIP REPORT (SUMMER 2022)

Tuesday ✓ Study Arrays, functions in PHP

Wednesday ✓ PHP cookies


✓ PHP file handling
✓ PHP file upload

Thursday ✓ PHP sessions and PHP form URL/E-mail

Friday ✓ PHP form handling


✓ PHP form validation

PHP

Week 7

Monday ✓ When developing the website backend have the same importance like the
frontend.
✓ So, on week 7 I was told to move to basic backend framework that is php.

Tuesday ✓ Before moving toward the php backend language an introduction to database
was given to me from my supervisor.
✓ To learn the backend, it must to learn the MYSQL queries to operate through
the database systems.
✓ I learnt some of the basic SQL queries and understood how they are executed.

Wednesday ✓ I revised the SQL queries and moved onto the php.
✓ Learnt the syntax of php.
✓ Its working with database and it’s connection with database systems.

Thursday ✓ On the next day, I practiced some contents of php like false, arrays, loops,
functions and switch.
✓ I watched video tutorials of CRUD operations.

Friday ✓ I made a website through html and php.


✓ Next, I also studied the sessions use in php and used them in my project.

Page|11
INTERNSHIP REPORT (SUMMER 2022)

Screenshots:

Hotel Management System


Home page

About Us

Page|12
INTERNSHIP REPORT (SUMMER 2022)

Team

Gallery

Page|13
INTERNSHIP REPORT (SUMMER 2022)

Rooms

Contact Us

Page|14
INTERNSHIP REPORT (SUMMER 2022)

Student Portal
Screenshots

Page|15
INTERNSHIP REPORT (SUMMER 2022)

Page|16
INTERNSHIP REPORT (SUMMER 2022)

Travelling website:
Screenshot:

Page|17
INTERNSHIP REPORT (SUMMER 2022)

Page|18
INTERNSHIP REPORT (SUMMER 2022)

PHP Laravel

Week 8

Page|19
INTERNSHIP REPORT (SUMMER 2022)

Monday ✓ Revised the concepts of php.


✓ Making some improvements.

Tuesday ✓ After getting some grip in php language I was told to study the Laravel MVC
framework which is php framework to work further.
✓ Studied the documentation from the official website.

Wednesday ✓ Installed Composer for Laravel.


✓ After that I installed Laravel via composer by copying the command from their
official website.
✓ A Laravel project was created in Xampp htdocs folder.
✓ Next step was to understand the hierarchy of Laravel files which I tried to
understand from YouTube tutorials and with the help of my senior developer.

Thursday ✓ Understanding the working of folders and files which files contains what and what
code to be written there.
✓ Make models through command and make their routes.
✓ Make controllers through command and make their routes.
✓ After that I made a database and connected to the database through env. file.

Friday ✓ On last day I revised the Laravel concepts and their routing.

Screenshots:

Page|20
INTERNSHIP REPORT (SUMMER 2022)

Page|21

You might also like