COURSE
4 Levels · 6 Months
Introduction to Cloud Computing and Cyber Security
Understand the working of a 3D printer, check out the online resources. Understand what's an STL file, and then learn to slice it (using ultimaker or creality slicer).Go through the SOP'S regarding the 3d printer. Learn about bed temperature, infill density and other printer settings. Finally get an STL file from the internet, and slice it and put it for print.
Resources:
(Note this task is to be done under coordinator supervision.)
What is an API? Learn the working of an API and its applications. Using any api of your choice, build an user interface(web app, mobile app, etc), where you can make calls and then display the necessary information. An example weather app is given below, using the open weather api.
● Example
Familiarize yourself with GitHub integrated workflows (GitHub actions), Issues, and pull requests with this task. Given below is a git repository, go check it out and then perform the necessary tasks stated in the readme file.
Check this link for more info: https://github.com/UVCE-Marvel/git-task
● Create a folder named test.
● cd into that folder.
● Create a blank file without using any text editor.
● list the files in that folder
● create 2600 folders in this folder where each folder is named like . For example, M90 or B56.
● concatenate two text files containing any random text and display them on the terminal.
https://ubuntu.com/tutorials/command-line-for-beginners#1-overview
Make a kaggle account, visit the website and complete the competition
Participate in the Titanic ML competition – the best, first challenge for you to dive into ML competitions and familiarize yourself with how the Kaggle platform works.The competition is simple: use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.
Resources: Titanic regression model - https://www.kaggle.com/c/titanic
Video reference - https://youtu.be/I3FBJdiExcg
Using pandas and matplotlib, and a dataset of your choice, plot a line graph, bar graph, and scatter plot.
Reference: https://realpython.com/pandas-plot-python/
Create a website to showcase your portfolio - about yourself, interests, projects, social media profiles and more. It has to be responsive and also pushed to the git repository. CSS can be of your choice and any framework can be used.
Markdown is an easy-to-use markup language that is used with plain text to add formatting elements (headings, bulleted lists, URLs) to plain text without the use of a formal text editor or the use of HTML tags. Markdown is device agnostic and displays the writing format consistently across device type. Write a technical resource article on a topic of your choice and post it on the MARVEL website. Refer to the linked article for further details
Create a tinkercad account, get familiar with the application, understand the example circuits given and simulate a simple circuit using an ultrasonic sensor to estimate the distance between an obstacle and the sensor. Display the results on the serial monitor.
Create a radar system utilising an ultrasonic sensor and servo motor to detect objects within a certain range. The ultrasonic sensor emits sound waves and measures the time taken for them to bounce back, while the servo motor rotates the sensor to cover a wider area, providing a simple yet effective detection mechanism. RESOURCE: https://youtu.be/NwmcNCvUcDc?si=x2LAYMFiqs1SzLfI TASK OUTCOME: introduction to- · TINKERCAD · Working of ultrasonic sensor and servo motor · Radar technology PRECAUTIONS/SAFETY MEASURES- NOT ANY
Explore basic techniques for controlling DC motors, understand the control DC motors using the L298N motor driver and the Arduino board. Using an UNO and H-Bridge L298N motor driver, control the speed of a 5V BO motor, try simulating this on tinkercad and then perform it on the hardware, Record videos of you doing the same.
Learn the working of an ESP32 and create a standalone web server with an ESP32 that controls the LED connected with ESP32 GPIOs. Use the arduino IDE to code and upload the program to the ESP32. Learn to configure the IDE to upload code to an ESP32.
(Soldering is to be done in presence of a coordinator)
Learn about the soldering equipment present in our lab, the solder, the soldering iron, soldering wick, flux, etc. Learn to use them and perform basic soldering on a perf board, for example a LED circuit in the presence of a coordinator and document the same.
Design a 555 astable multivibrator with duty cycle 60%, rig up the circuit on a breadboard and by using the probes observe the output of your circuit on the DSO. Resources:
● Circuit
Description: For 4 cases, based on door lock/open and key pressed/not pressed. Determine the karnaugh map and make a burglar alarm using simple logic circuits. The buzzer or led blinks when certain conditions are met, you can use push buttons for the door and key.
(Tip: use logic gates, use k-maps to figure out the working conditions.)
Take part in any technical event, inter or intra college and submit the issued certificate of participation.
Enroll for a MOOC and complete the course.
Topics: 1)MQ135 Gas sensor 2)L293D motor driver Task Description: Study the datasheet of any one of the above and write a report on it. Specify about the ICs used in L293D, PWM, H-bridge etc. In case of MQ 135, specify the calibrations for different gases and the Freundlich Absorption Theorem Graph.
Familiarise yourself with what Virtual Reality is. Make a detailed study about what's the difference between VR and AR. Mention about the trends in the space and technology stack being developed. Make about Indian companies in this space. Make the report with detail. Using generative AI to generate this study can lead to disqualification.
Determine your batch with the coordinator and attend an introductory offline session on the available VR headset in lab i.e, HP Reverb G2. Familiarize yourself with sketching in 3D with gravity sketch. Use the tutorial menu to design a bike with a mannequin positioned on it. The candidate is expected to learn about using all the tools in the environment which include using various brush strokes, line tool, curve tool, shapes, mirroring, manipulating and resizing objects, changing sketching hands on the controller and using the align tool.
●Good understanding of HTML,CSS, JS and Python.
https://youtu.be/p0bGHP-PXD4?si=s08EKVPT3caNgzxN/ https://www.w3schools.com/js/ https://www.w3schools.com/python/
Set up a basic chat application using Node.js and Socket.io on a Linux system. The application should allow multiple users to connect and exchange messages in real-time.
Set up a Git repository, commit some code changes, and push them to GitHub using Git Bash. This task will familiarize students with version control and collaborative coding practices.
Implement a basic encryption and decryption program using Python with the PyCrypto library. This task will introduce students to cryptographic algorithms and their practical applications.
Use Python and libraries like Beautiful Soup to scrape IP address data from a website and analyze it. This task will reinforce understanding of IP addressing and protocols such as TCP/IP.
Perform a basic penetration test on a virtual machine using Kali Linux tools such as Nmap. This task will introduce students to penetration testing concepts and tools.
Set up a MySQL database and create a simple CRUD (Create, Read, Update, Delete) application using Node.js. This task will familiarize students with database management and querying.
● Node.js and MySQL are open-source and free to use.
Learn about the OSI architecture (application, transport, network layers) along with the protocols, switching, routing, handshakes, ip addressing. https://www.geeksforgeeks.org/layers-of-osi-model/ https://www.imperva.com/learn/application-security/osi-model/ https://www.baeldung.com/cs/handshakes https://www.tutorialspoint.com/what-are-routers-in-computer-network
Create a server which supports running serverless nodejs code which supports cold starts, terminates an app when not in use, and boots it when a request is made. https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44 https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44
Using features of nodejs build a real time chat application, where the message is transferred from one source to another. Also implement the feature that the messages get updated without refreshing the page. https://www.freecodecamp.org/news/simple-chat-application-in-node-js-using-express-mongoose-and-socket-io-ee62d94f5804/ https://medium.com/swlh/real-time-chat-application-using-socket-io-in-node-js-37806e98918c
Using express create a resource library website where you can browse the resource articles, books etc which are available and also you can manage your account https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs
Make a docker container everytime push to a production branch is made on a vcs. https://opensource.com/resources/what-docker https://www.docker.com/resources/what-container/#:~:text=A%20Docker%20container%20image%20is,tools%2C%20system%20libraries%20and%20settings
Write a dockerfile spyware that constantly monitors a folder and sends all images posted into that folder to another server. https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ https://www.juniper.net/us/en/research-topics/what-is-spyware.htmle_best-practices/ https://null-byte.wonderhowto.com/forum/building-our-own-hacking-tool-python-part-1-getting-shell-0177200/ https://infosecwriteups.com/car-hacking-with-python-part-1-data-exfiltration-gps-and-obdii-can-bus-69bc6b101fd1?gi=1568a77b7697
Deploy an Instagram ghost/bot any free cloud/one of the four servers at lab, using automation like selenium/beautiful soup, which likes posts of people who follow you/ sends a message that you’re away if you don’t reply within 5 minutes. https://github.com/thelovekesh/ghost-v4-on-heroku https://ghost.org/integrations/instagram/
What are ciphers? Learn about caesar, Vigenere and substitution cipher, Why is this different from encryption techniques like SHA256? Learn about symmetric and asymmetric keys(Public and Private keys) (Optional : How is prime numbers used in RSA)
Learn about Hashing ex:SHA256 algorithm ,Salting, Hash Tables (optional: Learn about MD5)
Write a script to SSH: Secure shell(SSH) is a network communication protocol that enables two computers to communicate . Write a script to SSH into a server and search the whole server for public keys/private keys and upload them to another server.
Learn how NMap works and Scan the ports, Host and OS and output these details in a file (optional: Analyze the results and report what you have found)
Find out the use cases Wireshark and its working, Capture and Analyze Data Packs, Work with the various filters and statistics and report what you have found Reference: https://nmap.org/book/man.html https://www.wireshark.org/docs/