diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2016-06-25 14:40:56 +0200 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2016-06-25 14:40:56 +0200 |
commit | 5a6b2ea9daeb2becb6eca8261e257e8381b7e324 (patch) | |
tree | f9c6d063cb74dc5520e3a4477da54481f83000c1 /posts | |
parent | 74cfea706c53fee823382435ae4a094e63031c7e (diff) |
added first post: about me
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'posts')
-rw-r--r-- | posts/about-me.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/posts/about-me.rst b/posts/about-me.rst new file mode 100644 index 0000000..e20c44f --- /dev/null +++ b/posts/about-me.rst @@ -0,0 +1,28 @@ +.. title: About Me +.. slug: about-me +.. date: 2014-05-28 21:11:48 UTC+02:00 +.. tags: +.. category: +.. link: +.. description: +.. type: text + +Hello World, + +I am a low level software developer. I am also keen on software security. + +I have been writing some small projects to satisfy my needs. I usually write +open source code in order to share my work with people willing to: + +* understand the internal behaviour of a script or a binary +* learn some concepts or tricks by reading the code +* contribute or adapt it to their needs (and then ideally share it back) + +I set up this website to write or share articles about development and security. + +You can download my Curriculum Vitae here__ +You can also browse my public repositories here__ or on github_. + +.. __: /olivier-gayot/cv.pdf/ +.. __: http://pub.sigexec.com +.. _github: https://github.com/duskCoder |