SlideShare a Scribd company logo
ā€¢ Google Developer Student Clubs are university based
community groups for students interested in Google
developer technologies.
ā€¢ Students from all undergraduate or graduate
programs with an interest in growing as a developer
are welcome.
ā€¢ By joining a GDSC, students grow their knowledge in a
peer-to-peer learning environment and build solutions
for local businesses and their community.
What is GDSC?
ALISHA KAMAT
TY Computers
GDSC LEAD
Technical Domains under GDSC
Web Development
App Development
Machine Learning
Cloud Computing
Cybersecurity
Perks of being a GDSC member
1.Enhance your technical knowledge and build
your development skills
2.Get access to Google's learning resources and
courses for free
3.Build real-life solutions to local problems in
your community
4.Gain insights on the industry through our
expert speaker sessions
5.Get a chance to share your story and be
featured on our official social media handles
1.Hands-on Workshops
1.Hackathons
1.Solution Challenge
Type of Events we conduct
4. Expert Speaker Sessions
5. Study Jams
6. Google organised events
Join our GDSC FY groups if you still
havenā€™t
WhatsApp Group Link
https://chat.whatsapp.com/ChmkwLQ
Gt5I6p9fGB6HhDJ
Scan the QR Code
Siddhant Sontakke
TY Computers
WEB DEVELOPMENT LEAD
Web Development
Introduction:
ā— Web development is the process of creating and maintaining
websites and web applications. It involves a combination of
frontend and backend development, which work together to
deliver a seamless user experience. Frontend developers create the
visual and interactive elements of a website that users interact
with, while backend developers create the server-side
functionality and logic.
Frontend Development:
Frontend development refers to the process of creating the user interface
and user experience of a website or application. This includes designing
and coding the layout, navigation, and interactive elements that users
interact with. Frontend developers use languages such as HTML, CSS, and
JavaScript to create the visual and interactive elements of a website or
application.
WEB DEVELOPMENT:
Navbar:
WEB DEVELOPMENT:
Footer:
WEB DEVELOPMENT:
The backend is the server side of a website. It keeps and organizes data and ensures that
everything on the client side of the website operates correctly. It's the part of the site you
can't interact with or see. This is where the data is stored, and without this data, there
would be no frontend. The backend of the web consists of the server that hosts the
website, an application for running it and a database to contain the data.
WEB DEVELOPMENT:
BACKEND DEVELOPMENT:
WEB DEVELOPMENT:
BACKEND DEVELOPMENT:
Ketaki Deshmukh
TY Computers
MACHINE LEARNING LEAD
Introduction:
Machine Learning is the process of training a piece of
software, called a model, to make useful predictions
from data. An ML model represents the mathematical
relationship between the elements of data that an ML
system uses to make predictions.
Machine Learning
Too technical ?
ā€¢ In simple terms, machine learning is a subset of artificial intelligence
that deals with extracting patterns from complex data.
ā€¢ This can be used by computers to identify patterns and associations in
massive amounts of data, and then make predictions and forecasts
based on its findings.
ā€¢ Computers use computational techniques to gather information directly
from data without relying on mathematical models.
Source :https://medium.datadriveninvestor.com/made-simple-ai-vs-machine-learning-
How does it work
Types of Machine Learning
Source : https://www.ceralytics.com/3-types-of-machine-
Applications
Source : https://towardsdatascience.com/coding-deep-learning-for-beginners-types-of-machine-
The Roadmap
1.Learn Python
1.Familiarize with Python Libraries
1.Revise Statistics
1.Study basic ML Concepts
https://quizizz.com/join
Enter the code:
QUIZ TIME!
Amogh Prabhu
TY IT
APP DEVELOPMENT LEAD
(Flutter)
Sachit Sankhe
TY IT
APP DEVELOPMENT LEAD
(Kotlin)
App Development Trends
ā— How many Apps do you have on your phone? A new feature is added
every day.
ā— An increased customer base for businesses each moment.
Innumerable expectations from a never-ending stream of users. All, a
reflection of the break-neck speed evolution in the mobile app
development industry.
ā— Emerging technologies such as AI, VR, AR, and blockchain are
continuously influencing the course of mobile app development, and
apps that power phones and wearables frequently take center stage.
App Development
ā€¢ Dart is an open-source, general-purpose, object-oriented programming
language with C-style syntax developed by Google
ā€¢ Dart is a client-optimized language for fast apps on any platform.
ā€¢ Flutter uses Dart as its base programming language to develop
applications.
Programming Language
class Student {
int id;
String name;
Student(this.id, this.name);
}
void main() {
var students = [];
students.add(new Student(1,"Amogh"));
students.add(new Student(2,"Sachit"));
for (int i = 0; i < students.length; i++) {
print('Student ${i + 1}');
print('ID: ${students[i].id}');
print('Name: ${students[i].name}n');
}
}
Flutter is Googleā€™s portable UI toolkit for crafting beautiful, natively
compiled applications for mobile, web, and desktop from a single
codebase. Flutter works with existing code, is used by developers and
organizations around the world, and is free and open source.
Framework
Letā€™s take a simple
Flutter code for a
basic demo page.
A typical flutter
code looks like this:
ANDROID
OUTPUT
iOS
OUTPUT
VOILA!
Flutter Events
ā€¢ Flutter Festival is a community led event series where developers can
join to learn the fundamentals of Google technologies. - featuring
Flutter, Firebase and Google Cloud content.
ā€¢ Learn flutter app development using the google resources offered by
Google.
ā€¢ Create a beautiful user app that solves some day to day problems.
ā€¢ Showcase your work using the dev library.
Flutter Festival
Kotlin
ā€¢ Kotlin is a modern statically typed general purpose programming
language which is designed to fully interoperate with Java which means
that Kotlin code can be easily integrated with existing Java code, and vice
versa.
ā€¢ It is concise, expressive, and designed to be type- and null-safe.
ā€¢ Kotlin was designed to be an industrial-strength language that is more
concise and expressive than Java, which is commonly used for Android
development.
A brief introduction
Example Kotlin Code
Jetpack Compose
ā€¢ Jetpack Compose modern toolkit for building native UI which simplifies
and accelerates UI development on Android.
ā€¢ It is fully declarative so that you can describe your UI by calling some
series of functions that will transform your data into a UI hierarchy.
ā€¢ When the data changes or is updated then the framework automatically
recalls these functions and updates OR ā€˜recomposesā€™ the view for you.
An UI Toolkit
Android Events
ā€¢ The Android Study Jams program is designed for a group of people in the
community to come together to learn how to build Android apps.
ā€¢ GDSC VJTI conducted a 4-day long Online Android Study Jam where
participants were given hands-on experience in developing Android App
using Kotlin & XML files in Android Studio.
ā€¢ Also, a complete Android App was developed during the sessions called
Coviaware - a News app for Covid related news
Android Jam
Upcoming Events
ā€¢ The Android team will be coming with a Android Bootcamp where we will
build a Complete Android Applications having API as well as
authentication.
ā€¢ The Bootcamp will teach you how to use Jetpack Compose, a Android
Toolkit & also how to create a FireAuth, authentication with Firebase.
ā€¢ The Dates for the event are 8,9 and 10 February. Further details will be
announced soon.
ā€¢ Prerequisite -> Enthusiasm and a Laptop
February Event
Resources
ā€¢ The Core Team have curated a list of resources with which you can start
your journey in Developing App.
ā€¢ The doc contains resources for Flutter as well as Kotlin.
ā€¢ https://docs.google.com/document/d/1_3LaA_Ul_6otFwLMK08MRfX7mC
VHImfpw5-Ny5u3Pc0/edit?usp=sharing
Android & Flutter
Madhura Sawant
TY IT
CLOUD COMPUTING LEAD
Cloud Computing provides us means of
accessing the applications as utilities over the
Internet.
It allows us to create, configure, and
customize the applications online.
The cloud technology includes a development
platform, hard disk, software application, and
database.
Cloud Computing
What is Cloud?
ā— "The cloud" refers to servers that
are accessed over the Internet,
and the software and databases
that run on those servers.
ā— Cloud servers are located in data
centers all over the world.
ā— By using cloud computing, users
and companies do not have to
manage physical servers themselves
or run software applications on
their own machines.
Why Cloud Computing
For any IT company, we need a Server Room that is the basic need of IT
companies.
In that server room, there should be a database server, mail server, networking,
firewalls, routers, modem, switches, QPS (Query Per Second means how much
queries or load will be handled by the server), configurable system, high net
speed, and the maintenance engineers.
To establish such IT infrastructure, we need to spend lots of money. To
overcome all these problems and to reduce the IT infrastructure cost, Cloud
Computing comes into existence.
ā— It is the service offered through remote
servers on the internet.
ā— These services might include database storage,
applications, compute power and other IT
resources.
ā— It uses pay-as-you-go approach
ā— In short,the cloud is the Internet, and cloud
computing is techspeak that describes software
and services that run through the Internet (or
an intranet) rather than on private servers and
hard drives.
So what is exactly cloud computing?
Types of cloud
Cloud computing Services
Cloud Events
ā— 30 days access to Google Cloud Platformā€™s resources for free
ā— Get hands-on experience and learning on Google Cloud Platform
ā— Earn cool badges and goodies
Google Cloud Career Practitioner campaign
Cyber Security
Amir Zakaria
SY EXTC
CYBER SECURITY TECHNICAL LEAD
Sarthak Chowdhary
TY EXTC
CYBER SECURITY MANAGEMENT LEAD
06:09
2
ABC
1 3
DEF
5
JKL
4
GHI
6
MNO
8
TUV
7
PQRS
9
WXYZ
0 Google Developer Student Clubs
CATEGORY OF
HACKERS
White Hat: a.k.a Ethical hackers is an individual who uses hacking skills
to identify security vulnerabilities in hardware, software or networks.
Black Hat: criminals who break into computer networks with malicious
intent.
State Hacker: government-backed hacking is a form of digital incursion
that works to promote a nation's interest at home or abroad.
HACKING
OFFENSIVE
1:00 5:00
Google Developer Student Clubs
1:30 5:00
HACKING
OFFENSIVE
Google Developer Student Clubs
Black Hat Ransomwares
PLAYLIST
Berezan Conti My Doom worm
(2004)
DarkSide rEvil
3:00 5:00
$53M $180M $35B $120M $200M
HACKING
OFFENSIVE
Google Developer Student Clubs
GLOBAL RANSOMWARE DAMAGE COST
Source: https://cybersecurityventures.com/global-ransomware-damage-costs-predicted-to-reach-250-billion-usd-by-
2031/
4:00 5:00
2015: $325 Million
2017: $5 Billion
2021: $20 Billion
2024: $42 Billion
2026: $71.5 Billion
2028: $157 Billion
2031: $265 Billion
HACKING
OFFENSIVE
Google Developer Student Clubs
Cybercrime To Cost The
World $10.5 Trillion
Annually By 2025
Offensive Exploits and
Vulnerabilities
Phishing
IGNORE
XSS
Cross Site
Scripting
IGNORE
SQLi
SQL Injection
IGNORE
R.C.E
Remote Code
Execution
IGNORE
HACKING
OFFENSIVE
2:00 5:00
Where to Start
DOWNLOAD KALI - JUMPING IN HEAD FIRST
Links provided at the end of Presentation
HACKING
OFFENSIVE
1:00 5:00
Google Developer Student Clubs
CHIRAG PATIL
TY Electronics
CONTENT MANAGEMENT LEAD
Hello!
We are the peeps behind the
cool and awesome blogs you
receive every Friday.
What we do:
ā€¢ Reach out to you guys for
your ideas and writings.
ā€¢ Review, edit and then post
them!
Content
Management
All the GDSC Friday Blogs are
posted on GDSC VJTIā€™s Medium handle
along with LinkedIn to reach a wide
range of audience.
P.S.:Medium is a super useful
website for anyone who wants to
read blogs and expand their
knowledge!
Checkout GDSC VJTIā€™s Medium Page:
medium.com/dscvjti
Where to read these
blogs and articles?
Ankit Sharma
TY IT
MEDIA & OUTREACH LEAD
Aishwarya Jadhav
TY IT
MEDIA & OUTREACH LEAD
Hey!
Our team tries to increase
GDSCā€™s brand awareness and
public exposure.
What we do:
ā–Manage the social media
handles of GDSC VJTI.
ā–To collaborate with GDSCā€™s at
other colleges.
Media & Outreach
ā–Reach out to students and tell
them about the upcoming
events and perks of attending
the event.
ā–To invite prominent speakers
to give guest lectures at the
college and share their vast
reservoir of Knowledge with us.
Media & Outreach
GDSC Design Team
Nirbhay Nikam
TY Computers
DESIGN TEAM LEAD
Aayush Mehta
TY Computers
DESIGN TEAM MEMBER
Bhagyesh Chaudhari
TY Electrical
DESIGN TEAM MEMBER
Sandip Gardi
TY Electronics
DESIGN TEAM MEMBER
Follow us on social media for updates
https://twitter.com/gdsc_vjti/
https://www.linkedin.com/company/gdsc-vjti
Take a photo of this slide!
https://www.instagram.com/gdsc_vjti/
Got any questions for us?

More Related Content

What's hot

Everything to know about ChatGPT
Everything to know about ChatGPTEverything to know about ChatGPT
Everything to know about ChatGPT
Knoldus Inc.
Ā 
Full Stack Web Development
Full Stack Web DevelopmentFull Stack Web Development
Full Stack Web Development
SWAGATHCHOWDARY1
Ā 
WEB DEVELOPMENT USING REACT JS
 WEB DEVELOPMENT USING REACT JS WEB DEVELOPMENT USING REACT JS
WEB DEVELOPMENT USING REACT JS
MuthuKumaran Singaravelu
Ā 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
Mohammed Fazuluddin
Ā 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
Amazon Web Services
Ā 
Developer Student Clubs
Developer Student ClubsDeveloper Student Clubs
Developer Student Clubs
is1003
Ā 
ChatGPT ppt.pptx
ChatGPT  ppt.pptxChatGPT  ppt.pptx
ChatGPT ppt.pptx
YuvrajS9
Ā 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developer
SudhirVarpe1
Ā 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Ravindu Fernando
Ā 
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
UtpalenduChakrobortt1
Ā 
DevOps overview 2019-04-13 Nelkinda April Meetup
DevOps overview  2019-04-13 Nelkinda April MeetupDevOps overview  2019-04-13 Nelkinda April Meetup
DevOps overview 2019-04-13 Nelkinda April Meetup
Shweta Sadawarte
Ā 
Tensorflow 2.0 and Coral Edge TPU
Tensorflow 2.0 and Coral Edge TPU Tensorflow 2.0 and Coral Edge TPU
Tensorflow 2.0 and Coral Edge TPU
AndrƩs Leonardo Martinez Ortiz
Ā 
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai..."Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
Fwdays
Ā 
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Edureka!
Ā 
Backend Programming
Backend ProgrammingBackend Programming
Backend Programming
Ruwandi Madhunamali
Ā 
Inauguration Session - Google DSC SNU
Inauguration Session - Google DSC SNUInauguration Session - Google DSC SNU
Inauguration Session - Google DSC SNU
GDSCSNU
Ā 
Full Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptxFull Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptx
RamudgarYadav
Ā 
React - IntroduĆ§Ć£o
React - IntroduĆ§Ć£oReact - IntroduĆ§Ć£o
React - IntroduĆ§Ć£o
Jefferson Mariano de Souza
Ā 
DevOps for beginners
DevOps for beginnersDevOps for beginners
DevOps for beginners
Pradeep Patel, PMPĀ®
Ā 
ChatGPT 101.pptx
ChatGPT 101.pptxChatGPT 101.pptx
ChatGPT 101.pptx
MohamadAimanArifMoha
Ā 

What's hot (20)

Everything to know about ChatGPT
Everything to know about ChatGPTEverything to know about ChatGPT
Everything to know about ChatGPT
Ā 
Full Stack Web Development
Full Stack Web DevelopmentFull Stack Web Development
Full Stack Web Development
Ā 
WEB DEVELOPMENT USING REACT JS
 WEB DEVELOPMENT USING REACT JS WEB DEVELOPMENT USING REACT JS
WEB DEVELOPMENT USING REACT JS
Ā 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
Ā 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
Ā 
Developer Student Clubs
Developer Student ClubsDeveloper Student Clubs
Developer Student Clubs
Ā 
ChatGPT ppt.pptx
ChatGPT  ppt.pptxChatGPT  ppt.pptx
ChatGPT ppt.pptx
Ā 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developer
Ā 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Ā 
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
Ā 
DevOps overview 2019-04-13 Nelkinda April Meetup
DevOps overview  2019-04-13 Nelkinda April MeetupDevOps overview  2019-04-13 Nelkinda April Meetup
DevOps overview 2019-04-13 Nelkinda April Meetup
Ā 
Tensorflow 2.0 and Coral Edge TPU
Tensorflow 2.0 and Coral Edge TPU Tensorflow 2.0 and Coral Edge TPU
Tensorflow 2.0 and Coral Edge TPU
Ā 
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai..."Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
"Micro-frontends: Scalable and Modular Frontend in Parimatch Tech", Kyrylo Ai...
Ā 
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Ā 
Backend Programming
Backend ProgrammingBackend Programming
Backend Programming
Ā 
Inauguration Session - Google DSC SNU
Inauguration Session - Google DSC SNUInauguration Session - Google DSC SNU
Inauguration Session - Google DSC SNU
Ā 
Full Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptxFull Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptx
Ā 
React - IntroduĆ§Ć£o
React - IntroduĆ§Ć£oReact - IntroduĆ§Ć£o
React - IntroduĆ§Ć£o
Ā 
DevOps for beginners
DevOps for beginnersDevOps for beginners
DevOps for beginners
Ā 
ChatGPT 101.pptx
ChatGPT 101.pptxChatGPT 101.pptx
ChatGPT 101.pptx
Ā 

Similar to GDSC FY Orientation.pptx

InfoFest GDSC.pptx
InfoFest GDSC.pptxInfoFest GDSC.pptx
InfoFest GDSC.pptx
SURYAPARIDA5
Ā 
GDSC Infofest.pptx
GDSC Infofest.pptxGDSC Infofest.pptx
GDSC Infofest.pptx
ssuser756dcb
Ā 
Basic Computer.docx
Basic Computer.docxBasic Computer.docx
Basic Computer.docx
atulsharmaat
Ā 
Rajendran M 2+ years of Exp in Dot net
Rajendran M 2+ years of Exp in Dot netRajendran M 2+ years of Exp in Dot net
Rajendran M 2+ years of Exp in Dot netRajendran m
Ā 
gurpreet.pptx
gurpreet.pptxgurpreet.pptx
gurpreet.pptx
SulekhJangra
Ā 
DSC - info session 2022.pptx
DSC - info session 2022.pptxDSC - info session 2022.pptx
DSC - info session 2022.pptx
AnkurAgarwal151093
Ā 
Stacker's the way you connect the world .pptx
Stacker's the way you connect the world .pptxStacker's the way you connect the world .pptx
Stacker's the way you connect the world .pptx
BOBY RISHABH KUMAR SHARMA
Ā 
GDSC NIET ORIENTATION ).pdf
GDSC NIET ORIENTATION ).pdfGDSC NIET ORIENTATION ).pdf
GDSC NIET ORIENTATION ).pdf
YashiGupta410690
Ā 
Full Stack Web Development Basics to Know.pdf
Full Stack Web Development Basics to Know.pdfFull Stack Web Development Basics to Know.pdf
Full Stack Web Development Basics to Know.pdf
Laura Miller
Ā 
DSC Aswan University info session
DSC Aswan University info sessionDSC Aswan University info session
DSC Aswan University info session
AhmedHany131
Ā 
Resume_AdityaKumar-1
Resume_AdityaKumar-1Resume_AdityaKumar-1
Resume_AdityaKumar-1Aditya Kumar
Ā 
Why Dot Net is the Most Demanded Framework in 2024
Why Dot Net is the Most Demanded Framework in 2024Why Dot Net is the Most Demanded Framework in 2024
Why Dot Net is the Most Demanded Framework in 2024
GetAProgrammer
Ā 
Google Developer Student Clubs.pdf
Google Developer Student Clubs.pdfGoogle Developer Student Clubs.pdf
Google Developer Student Clubs.pdf
UtkarshVerma997552
Ā 
Web application development full &amp; detailed guide for 2022
Web application development  full &amp; detailed guide for 2022Web application development  full &amp; detailed guide for 2022
Web application development full &amp; detailed guide for 2022
Metricoid Technology
Ā 
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdfGOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
IshikaPunchariya1
Ā 
GDSC Info Session KMIT
GDSC Info Session KMITGDSC Info Session KMIT
GDSC Info Session KMIT
20BD1A053LShujaKMIT
Ā 
Harshitha_Resume
Harshitha_ResumeHarshitha_Resume
Harshitha_ResumeHarshitha S
Ā 
GDSC USeP - Infosession 2023.pptx
GDSC USeP - Infosession 2023.pptxGDSC USeP - Infosession 2023.pptx
GDSC USeP - Infosession 2023.pptx
jrmaldeza00117
Ā 
Build Innovative Web Applications with Full Stack Development Know -123.pdf
Build Innovative Web Applications with Full Stack Development Know -123.pdfBuild Innovative Web Applications with Full Stack Development Know -123.pdf
Build Innovative Web Applications with Full Stack Development Know -123.pdf
Uncodemy
Ā 

Similar to GDSC FY Orientation.pptx (20)

InfoFest GDSC.pptx
InfoFest GDSC.pptxInfoFest GDSC.pptx
InfoFest GDSC.pptx
Ā 
GDSC Infofest.pptx
GDSC Infofest.pptxGDSC Infofest.pptx
GDSC Infofest.pptx
Ā 
CAREER IN I.T.
CAREER IN I.T.CAREER IN I.T.
CAREER IN I.T.
Ā 
Basic Computer.docx
Basic Computer.docxBasic Computer.docx
Basic Computer.docx
Ā 
Rajendran M 2+ years of Exp in Dot net
Rajendran M 2+ years of Exp in Dot netRajendran M 2+ years of Exp in Dot net
Rajendran M 2+ years of Exp in Dot net
Ā 
gurpreet.pptx
gurpreet.pptxgurpreet.pptx
gurpreet.pptx
Ā 
DSC - info session 2022.pptx
DSC - info session 2022.pptxDSC - info session 2022.pptx
DSC - info session 2022.pptx
Ā 
Stacker's the way you connect the world .pptx
Stacker's the way you connect the world .pptxStacker's the way you connect the world .pptx
Stacker's the way you connect the world .pptx
Ā 
GDSC NIET ORIENTATION ).pdf
GDSC NIET ORIENTATION ).pdfGDSC NIET ORIENTATION ).pdf
GDSC NIET ORIENTATION ).pdf
Ā 
Full Stack Web Development Basics to Know.pdf
Full Stack Web Development Basics to Know.pdfFull Stack Web Development Basics to Know.pdf
Full Stack Web Development Basics to Know.pdf
Ā 
DSC Aswan University info session
DSC Aswan University info sessionDSC Aswan University info session
DSC Aswan University info session
Ā 
Resume_AdityaKumar-1
Resume_AdityaKumar-1Resume_AdityaKumar-1
Resume_AdityaKumar-1
Ā 
Why Dot Net is the Most Demanded Framework in 2024
Why Dot Net is the Most Demanded Framework in 2024Why Dot Net is the Most Demanded Framework in 2024
Why Dot Net is the Most Demanded Framework in 2024
Ā 
Google Developer Student Clubs.pdf
Google Developer Student Clubs.pdfGoogle Developer Student Clubs.pdf
Google Developer Student Clubs.pdf
Ā 
Web application development full &amp; detailed guide for 2022
Web application development  full &amp; detailed guide for 2022Web application development  full &amp; detailed guide for 2022
Web application development full &amp; detailed guide for 2022
Ā 
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdfGOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
GOOGLE DEVELOPERS STUDENT CLUB, MSIT Info Session.pdf
Ā 
GDSC Info Session KMIT
GDSC Info Session KMITGDSC Info Session KMIT
GDSC Info Session KMIT
Ā 
Harshitha_Resume
Harshitha_ResumeHarshitha_Resume
Harshitha_Resume
Ā 
GDSC USeP - Infosession 2023.pptx
GDSC USeP - Infosession 2023.pptxGDSC USeP - Infosession 2023.pptx
GDSC USeP - Infosession 2023.pptx
Ā 
Build Innovative Web Applications with Full Stack Development Know -123.pdf
Build Innovative Web Applications with Full Stack Development Know -123.pdfBuild Innovative Web Applications with Full Stack Development Know -123.pdf
Build Innovative Web Applications with Full Stack Development Know -123.pdf
Ā 

More from GDSCVJTI

Firebase Introduction.pptx
Firebase Introduction.pptxFirebase Introduction.pptx
Firebase Introduction.pptx
GDSCVJTI
Ā 
GDSC Flutter Forward Workshop.pptx
GDSC Flutter Forward Workshop.pptxGDSC Flutter Forward Workshop.pptx
GDSC Flutter Forward Workshop.pptx
GDSCVJTI
Ā 
Kickstart ML.pptx
Kickstart ML.pptxKickstart ML.pptx
Kickstart ML.pptx
GDSCVJTI
Ā 
Jetpack Compose.pptx
Jetpack Compose.pptxJetpack Compose.pptx
Jetpack Compose.pptx
GDSCVJTI
Ā 
Kotlin Playground.pptx
Kotlin Playground.pptxKotlin Playground.pptx
Kotlin Playground.pptx
GDSCVJTI
Ā 
Introduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP CampaignIntroduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP Campaign
GDSCVJTI
Ā 
Introduction to Web Development.pptx
Introduction to Web Development.pptxIntroduction to Web Development.pptx
Introduction to Web Development.pptx
GDSCVJTI
Ā 

More from GDSCVJTI (7)

Firebase Introduction.pptx
Firebase Introduction.pptxFirebase Introduction.pptx
Firebase Introduction.pptx
Ā 
GDSC Flutter Forward Workshop.pptx
GDSC Flutter Forward Workshop.pptxGDSC Flutter Forward Workshop.pptx
GDSC Flutter Forward Workshop.pptx
Ā 
Kickstart ML.pptx
Kickstart ML.pptxKickstart ML.pptx
Kickstart ML.pptx
Ā 
Jetpack Compose.pptx
Jetpack Compose.pptxJetpack Compose.pptx
Jetpack Compose.pptx
Ā 
Kotlin Playground.pptx
Kotlin Playground.pptxKotlin Playground.pptx
Kotlin Playground.pptx
Ā 
Introduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP CampaignIntroduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP Campaign
Ā 
Introduction to Web Development.pptx
Introduction to Web Development.pptxIntroduction to Web Development.pptx
Introduction to Web Development.pptx
Ā 

Recently uploaded

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
Ā 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
Ā 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
Ā 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
Ā 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
Ā 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
Ā 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
Ā 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
Ā 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
Ā 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
Ā 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
Ā 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
Ā 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
Ā 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
Ā 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
Ā 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
Ā 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
Ā 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
Ā 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
Ā 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
Ā 

Recently uploaded (20)

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Ā 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
Ā 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Ā 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Ā 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Ā 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
Ā 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
Ā 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Ā 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Ā 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Ā 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
Ā 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
Ā 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Ā 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Ā 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
Ā 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Ā 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Ā 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Ā 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Ā 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Ā 

GDSC FY Orientation.pptx

  • 1.
  • 2. ā€¢ Google Developer Student Clubs are university based community groups for students interested in Google developer technologies. ā€¢ Students from all undergraduate or graduate programs with an interest in growing as a developer are welcome. ā€¢ By joining a GDSC, students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community. What is GDSC?
  • 4. Technical Domains under GDSC Web Development App Development Machine Learning Cloud Computing Cybersecurity
  • 5. Perks of being a GDSC member 1.Enhance your technical knowledge and build your development skills 2.Get access to Google's learning resources and courses for free 3.Build real-life solutions to local problems in your community 4.Gain insights on the industry through our expert speaker sessions 5.Get a chance to share your story and be featured on our official social media handles
  • 6. 1.Hands-on Workshops 1.Hackathons 1.Solution Challenge Type of Events we conduct 4. Expert Speaker Sessions 5. Study Jams 6. Google organised events
  • 7. Join our GDSC FY groups if you still havenā€™t WhatsApp Group Link https://chat.whatsapp.com/ChmkwLQ Gt5I6p9fGB6HhDJ Scan the QR Code
  • 9. Web Development Introduction: ā— Web development is the process of creating and maintaining websites and web applications. It involves a combination of frontend and backend development, which work together to deliver a seamless user experience. Frontend developers create the visual and interactive elements of a website that users interact with, while backend developers create the server-side functionality and logic.
  • 10.
  • 11. Frontend Development: Frontend development refers to the process of creating the user interface and user experience of a website or application. This includes designing and coding the layout, navigation, and interactive elements that users interact with. Frontend developers use languages such as HTML, CSS, and JavaScript to create the visual and interactive elements of a website or application. WEB DEVELOPMENT:
  • 14.
  • 15. The backend is the server side of a website. It keeps and organizes data and ensures that everything on the client side of the website operates correctly. It's the part of the site you can't interact with or see. This is where the data is stored, and without this data, there would be no frontend. The backend of the web consists of the server that hosts the website, an application for running it and a database to contain the data. WEB DEVELOPMENT: BACKEND DEVELOPMENT:
  • 17.
  • 18.
  • 20. Introduction: Machine Learning is the process of training a piece of software, called a model, to make useful predictions from data. An ML model represents the mathematical relationship between the elements of data that an ML system uses to make predictions. Machine Learning
  • 21. Too technical ? ā€¢ In simple terms, machine learning is a subset of artificial intelligence that deals with extracting patterns from complex data. ā€¢ This can be used by computers to identify patterns and associations in massive amounts of data, and then make predictions and forecasts based on its findings. ā€¢ Computers use computational techniques to gather information directly from data without relying on mathematical models.
  • 23. Types of Machine Learning Source : https://www.ceralytics.com/3-types-of-machine-
  • 25. The Roadmap 1.Learn Python 1.Familiarize with Python Libraries 1.Revise Statistics 1.Study basic ML Concepts
  • 27. Amogh Prabhu TY IT APP DEVELOPMENT LEAD (Flutter)
  • 28. Sachit Sankhe TY IT APP DEVELOPMENT LEAD (Kotlin)
  • 29. App Development Trends ā— How many Apps do you have on your phone? A new feature is added every day. ā— An increased customer base for businesses each moment. Innumerable expectations from a never-ending stream of users. All, a reflection of the break-neck speed evolution in the mobile app development industry. ā— Emerging technologies such as AI, VR, AR, and blockchain are continuously influencing the course of mobile app development, and apps that power phones and wearables frequently take center stage. App Development
  • 30. ā€¢ Dart is an open-source, general-purpose, object-oriented programming language with C-style syntax developed by Google ā€¢ Dart is a client-optimized language for fast apps on any platform. ā€¢ Flutter uses Dart as its base programming language to develop applications. Programming Language
  • 31. class Student { int id; String name; Student(this.id, this.name); } void main() { var students = []; students.add(new Student(1,"Amogh")); students.add(new Student(2,"Sachit")); for (int i = 0; i < students.length; i++) { print('Student ${i + 1}'); print('ID: ${students[i].id}'); print('Name: ${students[i].name}n'); } }
  • 32. Flutter is Googleā€™s portable UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Framework
  • 33. Letā€™s take a simple Flutter code for a basic demo page. A typical flutter code looks like this:
  • 35.
  • 36. Flutter Events ā€¢ Flutter Festival is a community led event series where developers can join to learn the fundamentals of Google technologies. - featuring Flutter, Firebase and Google Cloud content. ā€¢ Learn flutter app development using the google resources offered by Google. ā€¢ Create a beautiful user app that solves some day to day problems. ā€¢ Showcase your work using the dev library. Flutter Festival
  • 37. Kotlin ā€¢ Kotlin is a modern statically typed general purpose programming language which is designed to fully interoperate with Java which means that Kotlin code can be easily integrated with existing Java code, and vice versa. ā€¢ It is concise, expressive, and designed to be type- and null-safe. ā€¢ Kotlin was designed to be an industrial-strength language that is more concise and expressive than Java, which is commonly used for Android development. A brief introduction
  • 39. Jetpack Compose ā€¢ Jetpack Compose modern toolkit for building native UI which simplifies and accelerates UI development on Android. ā€¢ It is fully declarative so that you can describe your UI by calling some series of functions that will transform your data into a UI hierarchy. ā€¢ When the data changes or is updated then the framework automatically recalls these functions and updates OR ā€˜recomposesā€™ the view for you. An UI Toolkit
  • 40.
  • 41. Android Events ā€¢ The Android Study Jams program is designed for a group of people in the community to come together to learn how to build Android apps. ā€¢ GDSC VJTI conducted a 4-day long Online Android Study Jam where participants were given hands-on experience in developing Android App using Kotlin & XML files in Android Studio. ā€¢ Also, a complete Android App was developed during the sessions called Coviaware - a News app for Covid related news Android Jam
  • 42. Upcoming Events ā€¢ The Android team will be coming with a Android Bootcamp where we will build a Complete Android Applications having API as well as authentication. ā€¢ The Bootcamp will teach you how to use Jetpack Compose, a Android Toolkit & also how to create a FireAuth, authentication with Firebase. ā€¢ The Dates for the event are 8,9 and 10 February. Further details will be announced soon. ā€¢ Prerequisite -> Enthusiasm and a Laptop February Event
  • 43. Resources ā€¢ The Core Team have curated a list of resources with which you can start your journey in Developing App. ā€¢ The doc contains resources for Flutter as well as Kotlin. ā€¢ https://docs.google.com/document/d/1_3LaA_Ul_6otFwLMK08MRfX7mC VHImfpw5-Ny5u3Pc0/edit?usp=sharing Android & Flutter
  • 44. Madhura Sawant TY IT CLOUD COMPUTING LEAD
  • 45. Cloud Computing provides us means of accessing the applications as utilities over the Internet. It allows us to create, configure, and customize the applications online. The cloud technology includes a development platform, hard disk, software application, and database. Cloud Computing
  • 46.
  • 47. What is Cloud? ā— "The cloud" refers to servers that are accessed over the Internet, and the software and databases that run on those servers. ā— Cloud servers are located in data centers all over the world. ā— By using cloud computing, users and companies do not have to manage physical servers themselves or run software applications on their own machines.
  • 48. Why Cloud Computing For any IT company, we need a Server Room that is the basic need of IT companies. In that server room, there should be a database server, mail server, networking, firewalls, routers, modem, switches, QPS (Query Per Second means how much queries or load will be handled by the server), configurable system, high net speed, and the maintenance engineers. To establish such IT infrastructure, we need to spend lots of money. To overcome all these problems and to reduce the IT infrastructure cost, Cloud Computing comes into existence.
  • 49.
  • 50. ā— It is the service offered through remote servers on the internet. ā— These services might include database storage, applications, compute power and other IT resources. ā— It uses pay-as-you-go approach ā— In short,the cloud is the Internet, and cloud computing is techspeak that describes software and services that run through the Internet (or an intranet) rather than on private servers and hard drives. So what is exactly cloud computing?
  • 53. Cloud Events ā— 30 days access to Google Cloud Platformā€™s resources for free ā— Get hands-on experience and learning on Google Cloud Platform ā— Earn cool badges and goodies Google Cloud Career Practitioner campaign
  • 55. Amir Zakaria SY EXTC CYBER SECURITY TECHNICAL LEAD Sarthak Chowdhary TY EXTC CYBER SECURITY MANAGEMENT LEAD
  • 57. CATEGORY OF HACKERS White Hat: a.k.a Ethical hackers is an individual who uses hacking skills to identify security vulnerabilities in hardware, software or networks. Black Hat: criminals who break into computer networks with malicious intent. State Hacker: government-backed hacking is a form of digital incursion that works to promote a nation's interest at home or abroad. HACKING OFFENSIVE 1:00 5:00 Google Developer Student Clubs
  • 59. Black Hat Ransomwares PLAYLIST Berezan Conti My Doom worm (2004) DarkSide rEvil 3:00 5:00 $53M $180M $35B $120M $200M HACKING OFFENSIVE Google Developer Student Clubs
  • 60. GLOBAL RANSOMWARE DAMAGE COST Source: https://cybersecurityventures.com/global-ransomware-damage-costs-predicted-to-reach-250-billion-usd-by- 2031/ 4:00 5:00 2015: $325 Million 2017: $5 Billion 2021: $20 Billion 2024: $42 Billion 2026: $71.5 Billion 2028: $157 Billion 2031: $265 Billion HACKING OFFENSIVE Google Developer Student Clubs Cybercrime To Cost The World $10.5 Trillion Annually By 2025
  • 61. Offensive Exploits and Vulnerabilities Phishing IGNORE XSS Cross Site Scripting IGNORE SQLi SQL Injection IGNORE R.C.E Remote Code Execution IGNORE HACKING OFFENSIVE 2:00 5:00
  • 62. Where to Start DOWNLOAD KALI - JUMPING IN HEAD FIRST Links provided at the end of Presentation HACKING OFFENSIVE 1:00 5:00 Google Developer Student Clubs
  • 64. Hello! We are the peeps behind the cool and awesome blogs you receive every Friday. What we do: ā€¢ Reach out to you guys for your ideas and writings. ā€¢ Review, edit and then post them! Content Management
  • 65. All the GDSC Friday Blogs are posted on GDSC VJTIā€™s Medium handle along with LinkedIn to reach a wide range of audience. P.S.:Medium is a super useful website for anyone who wants to read blogs and expand their knowledge! Checkout GDSC VJTIā€™s Medium Page: medium.com/dscvjti Where to read these blogs and articles?
  • 66. Ankit Sharma TY IT MEDIA & OUTREACH LEAD Aishwarya Jadhav TY IT MEDIA & OUTREACH LEAD
  • 67. Hey! Our team tries to increase GDSCā€™s brand awareness and public exposure. What we do: ā–Manage the social media handles of GDSC VJTI. ā–To collaborate with GDSCā€™s at other colleges. Media & Outreach
  • 68. ā–Reach out to students and tell them about the upcoming events and perks of attending the event. ā–To invite prominent speakers to give guest lectures at the college and share their vast reservoir of Knowledge with us. Media & Outreach
  • 70. Nirbhay Nikam TY Computers DESIGN TEAM LEAD Aayush Mehta TY Computers DESIGN TEAM MEMBER
  • 71. Bhagyesh Chaudhari TY Electrical DESIGN TEAM MEMBER Sandip Gardi TY Electronics DESIGN TEAM MEMBER
  • 72.
  • 73.
  • 74. Follow us on social media for updates https://twitter.com/gdsc_vjti/ https://www.linkedin.com/company/gdsc-vjti Take a photo of this slide! https://www.instagram.com/gdsc_vjti/
  • 75. Got any questions for us?