Weekly Diary - Final - Sumagoinfotech
Weekly Diary - Final - Sumagoinfotech
For
Industrial Training
at
Expected Work:
I. Study of organization chart of industry/plant with responsibilities of different posts.
II. General study of industry, its location, its history and its history and its product
range, its size, number of employees, its turnover etc.
HTML Forms: We explored the use of forms in HTML for collecting user
input, a fundamental aspect of web development. Key form elements covered
included:
o <label>: Defines a label for input fields.
3 o <input>: Creates various types of input fields.
o <select>: Generates drop-down lists.
o <option>: Specifies options for drop-down lists.
Introduction to CSS: We were introduced to CSS, which is used to style
HTML documents. CSS allows developers to control the visual presentation of
web pages, enhancing their design and layout.
Expected Work: Study of layout and specifications of major machines, equipment and raw
materials/components used.
List the Sections of Industry visited and list the major machines, equipment
and raw materials etc. studied:
Grid System: Utilized Bootstrap’s grid system by adding a container with class
Name, row, and col classes to organize content.
Content Addition: Included headings with <h4> tags and additional
information using paragraph tags.
Font Awesome Integration: Added Font Awesome CDN link to index.html to
4 include social media icons.
Icon Implementation: Copied icon links from Font Awesome and inserted
them with corresponding paragraph tags in the footer.
Styling Icons: Applied custom styling to icons using a class (e.g., .abc) in
app.css to change their color.
Final Touches: Assembled a webpage featuring product details, icons, email,
and phone numbers.
Expected Work: Study of production processes along with production planning and control
procedures.
List the Sections of Industry visited and list the major production processes,
and products for planning and control procedures etc. studied:
We delved into React Hooks, focusing on the useState() hook for state
management. The syntax is const [variable, setVariable] = useState
(initialValue);, such as const [count, setCount] = useState(5);.
We learned that hooks do not work with React class components. We
practiced importing images using similar syntax, replacing count with picture,
and setting image sources with specific specifications. We added buttons to
4 switch between images, incorporating increment and decrement functionality
with useState(). Conditional statements were used to handle multiple images.
Overall, we applied useState() for managing state changes, including image
switching and counter updates.
List the Sections of Industry visited and list the major testing and quality
assurance processes studied there.
Node.js Setup: Installed Node.js and used npm start to initiate the server.
Fetch API: Utilized the fetch method to send requests to a Web API URL.
POST Request: Configured the fetch request to use POST, including an object
5 in the Body property.
Headers: Specified content type in request headers to indicate data media type.
API Creation: Learned how to create an API to post data into MongoDB.
Expert Talk: Hosted by Digital Rajas with 100k Instagram followers, starting
at 11:30 AM.
AI Overview: Explained what AI is and engaged students with interactive
questions.
6
AI Tools: Detailed over 20 AI tools, including Gamma.app for presentations
and Humata.app for summarizing texts.
Specialized Uses: Gemini for YouTube video summaries and HUXLI.AI for
essay writing.
Comprehensive Learning: Provided extensive insights into various AI tools
and their applications.
Expected Work: Study of preventive maintenance and breakdown maintenance & safety
practice adopted in industry.
Focused on update and delete operations using Visual Studio, MongoDB, and
Postman.
Operations: Utilized useEffect and axios for asynchronous HTTP requests in
CRUD operations.
Deleting Records: Implemented
4 axios.delete('http://localhost:8000/deleteRecord/deleteId') to remove specific
records.
Confirmation: Used console.log("Deleted successfully") to confirm successful
deletions.
The project work is going on, so today we learn and find the topic for
industrial projects.
Then we decided the coffee café website for your project.
6
List the Sections of Industry visited and list the major manual/brochures such as operational
manual, safety manual, maintenance manual, quality manuals referred/studied there for
preparation of reports.