Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ On the Internet, there are many tutorials/courses to learn development, except t
- [Lua](#lua)
- [OCaml](#ocaml)
- [PHP](#php)
- [PowerShell](#powershell)
- [Python](#python)
- [Ruby](#ruby)
- [Rust](#rust)
Expand Down Expand Up @@ -160,6 +161,10 @@ On the Internet, there are many tutorials/courses to learn development, except t
- [Security Complement, PHP oriented (Paragon Initiative)](https://paragonie.com/)
- [Security Checklist (Sqreen)](https://www.sqreen.io/checklists/php-security-checklist)

### PowerShell

- [Microsoft Documentation](https://docs.microsoft.com/fr-fr/powershell/)

### Python

**Recommended language to start development**
Expand Down
8 changes: 8 additions & 0 deletions fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Sur Internet, il existe de nombreux tutoriels/cours pour apprendre le développe
- [Lua](#lua)
- [OCaml](#ocaml)
- [PHP](#php)
- [PowerShell](#powershell)
- [Python](#python)
- [Ruby](#ruby)
- [Rust](#rust)
Expand Down Expand Up @@ -281,6 +282,13 @@ Malheureusement, il n'y a pas de bon tutoriel/cours en français pour ce langage
- [Complément sur la sécurité, orienté PHP (Initiative Paragon)](https://paragonie.com/)
- [Liste de contrôle de sécurité (Sqreen)](https://www.sqreen.io/checklists/php-security-checklist)

### PowerShell

#### ![FR](https://raw.githubusercontent.com/learndev-info/awesome-learning-dev-fr/master/medias/franceflag.png)

- [Tutoriel/Cours (IT Connect)](https://www.it-connect.fr/cours-tutoriels/administration-systemes/scripting/powershell/)
- [Tutoriel/Cours (Microsoft Docs)](https://docs.microsoft.com/fr-fr/powershell/)

### Python

**Langage recommandé pour commencer le développement**
Expand Down