
Dive into Web Development Basics and Frameworks
Discover the fundamentals of web development, including front-end and backend technologies, programming languages like JavaScript, popular frameworks like Django and React, and steps to begin your journey in web development. Explore the diverse branches and technologies in this dynamic field that can lead you to success.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Dive into web development Introduction A. Kovalyov, BSUIR, 610902
What is web development? Ranges from single-page apps to the complex client-server apps Two main categories: front-end and backend
Front-end Programming language JavaScript Markup HTML Styles and design CSS
JavaScript Untyped Interpreted Supported by all modern browsers
Backend Business logic Databases Front-end requests data from backend and displays it to a user Popular backend languages are Python PHP Ruby JavaScript (NodeJS)
Web frameworks Bundle with functions that allow you create web application faster There are front-end and backend frameworks Some popular frameworks today: Django Ruby on Rails NodeJS React (front-end)
How to start? 1. Learn basics of HTML and CSS 2. Document Object Model representation (DOM) 3. Try JavaScript Backend: 4. Learn how front-end communicates with backend apps (HTTP) 5. Try basics of backend languages (Python, Ruby, PHP, C#, Java) 6. Start using frameworks
To sum up Web development is popular today There are many different branches and technologies to try It s really interesting, you ll like it :)