Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session Report of Hardware Division #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Hardware/Hardware 19.pptx
Binary file not shown.
24 changes: 24 additions & 0 deletions Hardware/report-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
- Replace all the {} with their values. Name this file as Session {Session no.}.md (without braces) and submit a PR.
-->
# Session 1
Hardware Induction
Conducted on: 30 - August - 2019

## Agenda
The session was for 1st year and the basic key concept of Hardware were taughted in this session

## Resources
[Presentation] (https://drive.google.com/open?id=1fJK99Ie6bC9_GnOjrOFRYIP8MeIvd9J6)

## Summary
In this session we covered some basics of Arduino , Sensor, and also a brief introduction of Internet of Things with nodeMcu module

## Agenda for the next session
Next Session will be for the E Yantra Competition

## Credits
<!-- Include the Conducted by heading only if someone conducted the session. If it was a session without a specific instructor (For e.g., a common reading session or a mini-hackathon), ignore it. -->
*Conducted by:* Hardware team

*Report compiled by*: Nikhil Arora
18 changes: 9 additions & 9 deletions Web Development/2018-19/Session_1.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Today's(25/1/2019) session was based on Javascript programming, starting from basics such as is the program compiled or not and
reached the most essential aspects of Javascript such as closure(discussed in detail with various examples of functions), scope(
started from basic things such as what is lexical analysis, parsing and code generation then further moved to variable scopes such as lexical
and dynamic scopes), Hoisting( It was explained how the code is interpreted by the compiler taking examples of variable declaration),
Some library functions(such as eval function and timeout) were explained, Some keywords(with keyword) were explained, discussed about
window object, some discussion about node js, coercion, discussion about eval function lead to the discussion on optimization, discussed about
types of errors, discussed about IIFE functions, principle of least priveledge( for protecting some data) and at last reached to "this"
keyword. In this session conducted by cyberlabs Javascript was taught by Naveen Jain(3rd year) and Rajrani Barnwal(3rd year).
Today's(25/1/2019) session was based on Javascript programming, starting from basics such as is the program compiled or not and
reached the most essential aspects of Javascript such as closure(discussed in detail with various examples of functions), scope(
started from basic things such as what is lexical analysis, parsing and code generation then further moved to variable scopes such as lexical
and dynamic scopes), Hoisting( It was explained how the code is interpreted by the compiler taking examples of variable declaration),
Some library functions(such as eval function and timeout) were explained, Some keywords(with keyword) were explained, discussed about
window object, some discussion about node js, coercion, discussion about eval function lead to the discussion on optimization, discussed about
types of errors, discussed about IIFE functions, principle of least priveledge( for protecting some data) and at last reached to "this"
keyword. In this session conducted by cyberlabs Javascript was taught by Naveen Jain(3rd year) and Rajrani Barnwal(3rd year).