Browse Source

more translations

master
Julio Biason 7 years ago
parent
commit
09f44e911e
  1. 8
      index.html
  2. 113
      translations.json

8
index.html

@ -5,10 +5,10 @@
<meta charset="utf-8" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="cv.css" media="screen" title="master-css" charset="utf-8">
<link rel="stylesheet" href="foundation.min.css">
<link rel="stylesheet" href="normalize.css">
<link type="text/css" rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="cv.css" media="screen" title="master-css" charset="utf-8">
<link type="text/css" rel="stylesheet" href="foundation.min.css">
<link type="text/css" rel="stylesheet" href="normalize.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic' rel='stylesheet' type='text/css'>
</head>

113
translations.json

@ -36,7 +36,7 @@
"Maintaining apps in Django/Python.",
"Maitaining Kafka consumers/producers in Python and Storm."
]
{,
},
{
"company": "CWI Software",
"worktime": "Sep 2012-Jul 2017",
@ -55,10 +55,119 @@
"position": "Software Developer",
"attributions": [
"Redesigned the company internal framework in PHP.",
""
"Redesigned the company system interfaces, using HTML/CSS, jQuery, jQueryUI, jqPlot/Flot and Google Maps.",
"Development of helper applications in Lua.",
"Development of helper applications in Python."
]
},
{
"company": "TileFile/Storyz",
"worktime": "Jan 2007-Oct 2009",
"position": "Software Developer",
"attributions": [
"Development of a server for media sharing and social networking in Python, using the company internal framework, with user data stored, initially, in binary objects (Python Pickles) and changed later to use MySQL with master-master replication; development followed the TDD metholody.",
"Development of a Symbian/UIQ client in C++.",
"Development of an iPhone client in Objective-C.",
"Member of the \"Product Council\", responsible for selecting new features."
]
},
{
"company": "Qualità Informática",
"worktime": "Mar 2006-Oct 2006",
"position": "Software Developer",
"attributions": [
"Development of a CGI in C++ to configure wireless routers, in Linux, using microhttp and Boa as servers; dynamic interface using HTML and pure Javascript; graphics using Flash.",
"Techincal leaderof the Configuration Control Commitee (CCC), responsible for approving changes in the company source(MPS/CMMI)."
]
},
{
"company": "Canópus Informática Ltda.",
"worktime": "Jun 2003-Jan 2006",
"position": "Software Developer/Team Leader",
"attributions": [
"Development of the backend of the Brazilian largest ISP support system in C for Linux and Apache, with data stored in an Oracle database, queries written manually. Integrating the results with pre-designed dynamic interface in HTML and JavaScript, using hidden iframes to emulate AJAX functionality.",
"Development of helper applications in Python.",
"Sub-project team leader.",
"Developing drivers for the “Elipse” HMI supervisor in C++ (MS Visual Studio), for the ModBus protocol."
]
},
{
"company": "DWS Informática",
"worktime": "Mar 2002-May 2003",
"position": "Software Engineer/Analyst",
"attributions": [
"Analysis and development of inventory control, finances and invoice management in Clipper.",
"Development of inventory control, finances and invoice management in Delphi, using database MySQL.",
"Sysadmin of MySQL, SMTP, POP and HTTP servers on Linux."
]
},
{
"company": "UNISINOS",
"worktime": "Aug 2001-Feb 2002",
"position": "Scholarship Holder",
"attributions": [
"Working on the FAGNIS project, about knowledge extraction in neural networks; networks created with the SNNS app, exporting the result as C functions"
]
}
]
},
"skills": [
{
"description": "Programming Languages",
"items": [
{"description": "C", "value": 3},
{"description": "C++", "value": 2},
{"description": "Clipper", "value": 3},
{"description": "Clojure", "value": 1},
{"description": "Delphi", "value": 2},
{"description": "Java", "value": 1},
{"description": "JavaScript", "value": 2},
{"description": "Lua", "value": 1},
{"description": "Objective-C", "value": 3},
{"description": "PHP", "value": 2},
{"description": "Python", "value": 3},
{"description": "Scala", "value": 1}
]
},
{
"description": "Libraries and Frameworks",
"items": [
{"description": "Django", "value": 3},
{"description": "DjangoRestFramework", "value": 3},
{"description": "Flask", "value": 3},
{"description": "Storm", "value": 1}
]
},
{
"description": "Version Control",
"items": [
{"description": "Git", "value": 3},
{"description": "Subversion", "value": 2}
]
},
{
"description": "Databases",
"items": [
{"description", "Cassandra", "value": 1},
{"description": "Kafka", "value": 1},
{"description": "SQL", "value": 3},
{"description": "MongoDB", "value": 3}
]
}
],
"projects": {
"description": "Personal Projects",
"items": [
{
"title": "Worktime",
"description": "Calculate the worked time and time remaining till completion of a whole day work.",
"infos": [
"Written in Clojure",
"Managed to do the most basic operations",
"Broke in a mid-refactor when changing companies (when the rules for work time changed.)"
]
}
]
}
}
}

Loading…
Cancel
Save