* Cantinho Satkeys

Refresh History
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    Hoje às 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40
  • j.s.: [link]
    23 de Junho de 2025, 15:58
  • j.s.: a todos um excelente S. João
    23 de Junho de 2025, 15:48
  • j.s.: se não houver alteração ao nosso pedido
    23 de Junho de 2025, 15:46

Autor Tópico: Become A Full-Stack Developer: React, Django Rest, And Mysql  (Lida 44 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0

Become A Full-Stack Developer: React, Django Rest, And Mysql
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.93 GB | Duration: 7h 28m

Build a complete full-stack app using React, Django REST, and MySQL - step by step, from beginner to job-ready.

What you'll learn
Build modern, responsive web applications using React for the frontend, Django REST Framework for the backend, and MySQL as the database.
Develop RESTful APIs with Django REST Framework to connect the frontend and backend seamlessly.
Manage databases effectively using MySQL, including creating schemas, queries, and integrating them into web applications.
Gain the skills and confidence to apply for junior full-stack developer positions by building real-world projects.

Requirements
Basic understanding of how to use a computer and a web browser.
A computer with internet access for coding, testing, and running applications.
No prior programming experience is required (however it will definitely help) - we'll guide you step-by-step through everything.

Description
Are you ready to build real web applications from scratch and truly understand how modern full-stack development works? This hands-on course guides you through the full process of building a complete app using React (frontend), Django REST Framework (backend), and MySQL (database).Whether you're just starting out or switching from frontend/backend into full-stack, this course is designed to be beginner-friendly, but still rich in practical knowledge. You'll learn how to:Plan and structure your project ideaDesign and build a relational database using MySQLCreate an API with Django REST FrameworkBuild a responsive frontend using ReactConnect everything using clean, well-organized codeTo make sure everyone can follow along, there's a short Python crash course included - perfect if you're new to Python or need a quick refresher. You'll also learn how to use Postman to test your backend API endpoints before connecting the frontend.We'll build the app step by step, and you'll always know what you're doing and why. No huge jumps. No copy-pasting without explanation. Just clear, guided progress - with real code and real concepts.Along the way, you'll pick up tips on debugging, testing endpoints, organizing frontend logic, and writing cleaner code. These are skills you'll use in real-world projects.By the end of this course, you'll have a working full-stack project you can showcase, and the confidence to keep building your own applications - or even apply for entry-level dev roles.Let's get started!

Overview
Section 1: Introduction

Lecture 1 Intro

Lecture 2 Course roadmap

Lecture 3 Choosing a project topic

Lecture 4 Architecture of modern web application

Section 2: Database

Lecture 5 Database theory - article

Lecture 6 Database theory

Lecture 7 Setup MySQL

Lecture 8 Create database structure

Lecture 9 Create queries

Lecture 10 Insert queries

Lecture 11 Other queries

Lecture 12 SQL Query Cheatsheet (Reference)

Lecture 13 Task: Build the Database for Your Project

Section 3: Backend

Lecture 14 Backend theory - article

Lecture 15 Backend theory

Lecture 16 VSCode setup

Lecture 17 Python setup

Lecture 18 Postman setup

Lecture 19 Python crash course - part 1

Lecture 20 Python crash course - part 2

Lecture 21 Python crash course - part 3

Lecture 22 Python crash course - part 4

Lecture 23 Django project setup

Lecture 24 Simple endpoints

Lecture 25 Mapping models

Lecture 26 Endpoints with DB data - part 1

Lecture 27 Endpoints with DB data - part 2

Lecture 28 Endpoints with DB data - part 3

Section 4: Frontend

Lecture 29 Frontend theory - article

Lecture 30 Frontend theory - html, css

Lecture 31 Frontend theory - javascript

Lecture 32 Frontend theory - examples

Lecture 33 Frontend project setup

Lecture 34 Navigation header

Lecture 35 Service functions - part 1

Lecture 36 Service functions - part 2

Lecture 37 Create, update, delete - part 1

Lecture 38 Create, update, delete - part 2

Lecture 39 Create, update, delete - part 3

Section 5: Outro

Lecture 40 Outro

Lecture 41 Project to download

Beginners looking to start their career in web development with no prior experience.,Students and professionals who want to learn full-stack development using React, Django, and MySQL.,Starting developers aiming to build real-world projects and apply for junior developer roles.

rapidgator.net:
Citar
https://rapidgator.net/file/bd0aa412c629dc05298d0f0657adc3ac/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part1.rar.html
https://rapidgator.net/file/39b05eefef527e0fd05bd99d6f855c32/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part2.rar.html
https://rapidgator.net/file/15f1a9959228aed12e07bde39ff4b7f4/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part3.rar.html
https://rapidgator.net/file/8d24c6c98f87d8eba526212cdf264ee8/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part4.rar.html
https://rapidgator.net/file/4aca39e541a06a8c503d0376fdd44287/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part5.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/C2C5C7A69947FD0/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part1.rar
https://nitroflare.com/view/89B23D00893C975/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part2.rar
https://nitroflare.com/view/BF5451519D6E99D/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part3.rar
https://nitroflare.com/view/22C9A9F36EBB6AB/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part4.rar
https://nitroflare.com/view/56A1111EFD51F7C/rkmmg.Become.A.FullStack.Developer.React.Django.Rest.And.Mysql.part5.rar