Mise à jour index et ajout des notes de 2022 en vrac

This commit is contained in:
Yannick François
2022-06-14 14:54:58 +02:00
parent a2195fc2dc
commit 34058c8170
100 changed files with 4616 additions and 86 deletions
+50
View File
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Lundi 7 février 2022 - Elsif.fr</title>
<meta name="DC.title" content="elsif.fr, site de Yannick François aka yaf (ou ya_f)."/>
<meta name="description" content="Le site de Yannick François. Développeur Senior, Responsable Produit, Pédagogue. Je travail chez Scopyleft"/>
<meta name="keywords" content="code, développement, programmation, apprentissage, apprendre, lean, agile, logiciel, tdd, objet, refactoring, libre, creative commons, linux, unix"/>
<meta name="author" content="Yannick François, https://elsif.fr"/>
<meta name="designer" content="Yannick François, https://elsif.fr"/>
<meta name="geo.placename" content="Poissy, Ile de france, France"/>
<meta name="robots" content="index,follow" />
<meta name="language" content="French" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
<style>
body {
font-size:16pt;
max-width:42rem;
min-width: 18rem;
margin: 1em;
color: black;
background: white;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
a { color: darkred; }
a:hover { background: gold; }
a:visited, a:active { color: dimgrey; }
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
nav li { list-style-type: none; }
h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;}
h2 > a:hover { color: black; text-decoration:underline }
@media (max-width: 1000px) { #portrait {display:none;} }
</style>
</head>
<body>
<article>
<h1>Lundi 7 février 2022</h1>
<p>Je recherche encore des citations pour appuyer les idées pédagogiques… Alors en voilà quelques unes.</p>
<p>“when you dont create things, you become defined by your tastes rather than ability. your tastes only narrow &amp; exclude people. so create.” ― Why The Lucky Stiff</p>
<p>“Programs must be written for people to read, and only incidentally for machines to execute.” ― Harold Abelson, Structure and Interpretation of Computer Programs</p>
<p>“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” ― Martin Fowler</p>
<p>“Im not a great programmer; Im just a good programmer with great habits.” ― Kent Beck</p>
</article>
</body>
</html>
+21
View File
@@ -0,0 +1,21 @@
---
title: Lundi 7 février 2022
---
Je recherche encore des citations pour appuyer les idées pédagogiques... Alors en voilà quelques unes.
“when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.”
― Why The Lucky Stiff
“Programs must be written for people to read, and only incidentally for machines to execute.”
― Harold Abelson, Structure and Interpretation of Computer Programs
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”
― Martin Fowler
“I'm not a great programmer; I'm just a good programmer with great habits.”
― Kent Beck