Skip to content

fpetitit/formation-back-front

Repository files navigation

Slidev Project - Architectures Back-end & Front-end

This is a Slidev presentation about back-end development.

Installation & Setup

Prerequisites

  • Node.js 14+ and npm/yarn

Installation

npm install

Development

Start the development server with:

npm run dev

The presentation will be available at http://localhost:3030

Building

To build the static site:

npm run build

Export to PDF

To export the presentation as PDF:

npm run export

Project Structure

  • slides.md - Main Slidev presentation file with all 135 slides
  • package.json - Project dependencies
  • README.md - This file

Presentation Content

Title: Architectures Back-end & Front-end : Web, Mobile et IA

Duration: 6 hours

Target Audience: Developers, Architects, Project Managers

Content Overview

  1. Introduction (10 slides) - Fundamentals and importance of software architecture
  2. Architectural Patterns (20 slides) - MVC, MVVM, CQRS, Event-Driven, Hexagonal, DI, Repository, Strategy patterns
  3. Clean Code (20 slides) - Principles and practices for writing maintainable code
  4. Architecture in Practice - Real-world case studies in insurance and healthcare sectors

Keyboard Shortcuts

  • Space or - Next slide
  • - Previous slide
  • F - Fullscreen
  • ESC - Overview
  • S - Speaker notes
  • B - Black slide

Original Source

This presentation was converted from an HTML-based Reveal.js presentation to Slidev Markdown format for better maintainability and modern tooling support.

License

See LICENSE file for details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors