Edit page ProgrammingLanguages
[wiki.git] / ProgrammingLanguages
index 35bbc0ba857193e407fe1dec31115d3fbf3247fc..b781ca11fc3e0b23b71a7b5e0530899cf75bf223 100644 (file)
@@ -3,6 +3,8 @@ afraid to try exotic ones in real projects, expecially
 because most customers are already scared off enough when
 they see Perl code :-)
 
+=== General-purpose ===
+
  * '''C++''' - I know the ISO/IEC C++ 98 standard extensively, including
  most of the recent TR1 additions.  I also know several C++
  ProgrammingFrameworks.
@@ -36,7 +38,7 @@ they see Perl code :-)
 Others you don't know or care about: Pascal, Visual''''''Basic.
 
 
-Scripting languages:
+=== Dynamic/Agile ===
 
  * '''Perl''' - I'm quite proficient in Perl, but use it mostly
  for one-liners and small utilities for my SystemAdministratorRole.
@@ -57,15 +59,38 @@ Scripting languages:
  As part of my ManagementRole, I've also supervised two
  additional PHP projects developed at DevelerCompany. 
 
- * '''Python''': I know Python just a little.  The PikiPlus engine
- that serves these pages is an example of my Python programming
- skill (but note that MartinPool deserves credit for the initial
- version).
+ * '''Python''': I know Python just a little.  See my
+ PikiPlus changes for an example of my limited Python skills.
 
- * '''Bourne Shell''': I've used bash as my main shell
- for a very long time and I've used it extensively for
- automation (see SystemAdministratorRole) and as part
- of using make and autoconf.
+ * '''Javascript'''/'''ECMAscript''': Only superficial knowledge.
 
-Others you don't know or care about: awk, sed, REXX.
+=== Scripting Languages ===
+
+ * '''Bourne Shell''': I've been using bash as my main shell environment
+ and wrote countless scripts to automate my work
+
+=== Query languageas ===
+
+ * '''SQL''': I've used it extensively and taught to students the
+ basics.  The Database I know best is MySql, but I also have some
+ experience with MicrosoftAccess, SqlServer, OracleDatabase, PostgreSql
+ and others.
+
+=== Not Properly Languages ====
+
+ * '''regex''': Extended and Perl-compatible regular expressions.
+
+ * '''HTML''': Extensive knowledge of the W3C standards (HTML 4.01 and XHTML 1.1).
+
+ * '''CSS''': Some outdated experience with CSS1 and CSS2
+
+ * '''LaTeX'''
+
+ * '''make''': I can write really obfuscated Makefiles using the GNU Make extended syntax, autoconf, automake, etc.
+
+
+=== Useless Languages ====
+
+ * '''awk'''
+ * '''sed'''
+ * '''REXX'''
\ No newline at end of file