Update CADS experience
This commit is contained in:
parent
afbb4c8644
commit
45399aa3cc
27
cv.html
27
cv.html
|
|
@ -24,16 +24,11 @@
|
||||||
section#conferences span.conference {
|
section#conferences span.conference {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.todo {
|
|
||||||
color: #9700ff;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development.</p>
|
||||||
also going to be changes in the <span class="todo">unfinished parts</span>.</p>
|
|
||||||
<h1>Benjamin Stadlbauer</h1>
|
<h1>Benjamin Stadlbauer</h1>
|
||||||
<section>
|
<section>
|
||||||
<h2>General</h2>
|
<h2>General</h2>
|
||||||
|
|
@ -47,15 +42,15 @@
|
||||||
<section>
|
<section>
|
||||||
<h3><span>CADS Engineering, Vienna, Austria</span> <span>9/2020–present</span></h3>
|
<h3><span>CADS Engineering, Vienna, Austria</span> <span>9/2020–present</span></h3>
|
||||||
<aside>Application Developer</aside>
|
<aside>Application Developer</aside>
|
||||||
<ul class="todo" title="Not finished!">
|
<ul>
|
||||||
<li>Developing and maintaining software for CAD (computer-aided design) and PLM (product lifecycle
|
<li>Developing and maintaining software for CAD (computer-aided design) and PLM (product lifecycle
|
||||||
management) systems</li>
|
management) systems</li>
|
||||||
<li>Developing/optimizing performant algorithms in clash-management</li>
|
<li>Developing/optimizing algorithms for interference detection in CAD-models</li>
|
||||||
<li>Re-writing and maintaining decade-old legacy software</li>
|
<li>Re-writing and maintaining decade-old legacy software</li>
|
||||||
<li>Developing and maintaining small web-based user interfaces</li>
|
<li>Developing and maintaining small web-based user interfaces</li>
|
||||||
<li>Technologies and tools
|
<li>Technologies and tools
|
||||||
<ul>
|
<ul>
|
||||||
<li>Java, C++, JavaScript, Apache Thrift, Maven</li>
|
<li>Java, C, C++, JavaScript, Apache Thrift, Maven</li>
|
||||||
<li>Git, Azure DevOps, Redmine</li>
|
<li>Git, Azure DevOps, Redmine</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -66,13 +61,15 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Managing git-workflows, policies, permissions and projects in Azure DevOps</li>
|
<li>Managing git-workflows, policies, permissions and projects in Azure DevOps</li>
|
||||||
<li>API’s
|
<li>API’s used
|
||||||
<ul>
|
<ul>
|
||||||
<li>PTC Creo Parametric Toolkit (C++)</li>
|
<li>Creo Parametric Toolkit (C)</li>
|
||||||
<li>PTC Creo View Toolkit (Java)</li>
|
<li>Creo View WebGL (JavaScript)</li>
|
||||||
<li>PTC Creo View WebGL (JavaScript)</li>
|
<li>Windchill REST API (HTTP)</li>
|
||||||
<li>PTC Windchill API (Java)</li>
|
<li>FlexNet Publisher Toolkit (C/C++ and Java)</li>
|
||||||
<li>Flexera licensing API</li>
|
<li>Windchill customization (Java)</li>
|
||||||
|
<li>Creo View Adapter (Java)</li>
|
||||||
|
<li>Creo Elements Direct Modeling Integration Kit (Common Lisp)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue