minor fix
This commit is contained in:
BIN
slides.pdf
BIN
slides.pdf
Binary file not shown.
12
slides.tex
12
slides.tex
@@ -2821,7 +2821,7 @@ app.use(oakCors({
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Modélisation et typage (TypeScript)}
|
||||
\subsection{Modélisation et typage (\textit{TypeScript})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
@@ -2872,7 +2872,7 @@ export type RegisterRequest = Omit<
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Programmation asynchrone (Promise)}
|
||||
\subsection{Programmation asynchrone (\textit{Promise})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
@@ -2942,7 +2942,7 @@ sumParallel(10, 20).then(result => {
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Développement côté serveur (Oak)}
|
||||
\subsection{Développement côté serveur (\textit{Oak})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
@@ -2989,7 +2989,7 @@ export async function logMiddleware(ctx, next); // À compléter
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Développement côté client (React)}
|
||||
\subsection{Développement côté client (\textit{React})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
@@ -3064,7 +3064,7 @@ export default function FetchMessage() {
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Communications (WebSocket) et authentification (JWT)}
|
||||
\subsection{Communications (\textit{WebSocket}) et authentification (\textit{JWT})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
@@ -3120,7 +3120,7 @@ const authFetch = async (token: string, input: RequestInfo) => {
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Déploiement (TLS et nginx)}
|
||||
\subsection{Déploiement (\textit{TLS} et \textit{nginx})}
|
||||
|
||||
\begin{frame}[fragile]{Test de connaissances}
|
||||
\begin{alertblock}{Question}
|
||||
|
||||
Reference in New Issue
Block a user