TASK 1

●Understanding the working of a 3D printer
●checking out the online resources
●Understanding what's an STL file
●Learning about bed temperature, infill density and other printer settings
●Finally geting an STL file from the internet, and sliceing it and puting it for print

TASK 2

●Learning the working of an API and its applications.
● Using any API to creat a real time weather app
●building an user interface where you can search the weather condition of any city and then display the necessary information.

●ask me for the cose ill send it to you ;-)

TASK 3

Familiarizeing myself with GitHub integrated workflows (GitHub actions), Issues, and pull requests.

●ask me for the cose ill send it to you ;-)

TASK 4

●Creating a folder named test.

●cd into that folder.

●Creating a blank file without using any text editor.

●List the files in that folder.

●Create 2600 folders in this folder.

●ask me for the cose ill send it to you ;-)

TASK 5

●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 ●Writeing a technical resource article on similarities of RCB and ferrari

●ask me for the cose ill send it to you ;-)

TASK 6

Creating a folder named test.

●Createing a tinkercad account ●geting familiar with the application, understanding the example circuits

●ask me for the cose ill send it to you ;-)

TASK 7

●Learning about the soldering equipment present in our lab, the solder, the soldering iron, soldering wick, flux, etc.
●Learning to use them and performing a basic soldering of an LED circuit on a perf board.

●ask me for the cose ill send it to you ;-)

TASK 8

●Description: For 4 cases, based on door lock/open and key pressed/not pressed. ● Determineing 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.

●ask me for the cose ill send it to you ;-)

TASK 9

● Createing a website to showcase my portfolio - about yourself, my tasks, social media profiles and more.

●ask me for the cose ill send it to you ;-)

contact details

● DONT CONTACT ME ¬_¬

●BYEEE ;-)

var tablinks = document.getElementsByClassName("tab-links"); var tabclinks = document.getElementsByClassName("tab-contents"); function opentab(tabname){ for(tablink of tablinks){ tablink.classList.remove("active-link"); } for(tabcontent of tabcontents){ tabcontent.classList.remove("active-tab"); } event.currentTarget.classList.add("active-link"); document.getElementById(tabname).classList.add("active-tab"); }