-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy dehanjl/dehanjl.github.io to dehanjl/dehanjl.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Apr 18, 2024
0 parents
commit d779261
Showing
14 changed files
with
401 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dehanjl.me |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>dehanjl</title> | ||
<link rel="stylesheet" href="https://dehanjl.me/style.css"> | ||
<script src="https://kit.fontawesome.com/b9b10e6172.js" crossorigin="anonymous"></script> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<nav id="navbar"> | ||
<a href="https://dehanjl.me">Home</a> | ||
<a href="https://dehanjl.me/about/">About Me</a> | ||
<a href="https://dehanjl.me/resume/">Resume</a> | ||
<a href="https://dehanjl.me/blog/">Blog</a> | ||
<a href="https://dehanjl.me/contact/">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
|
||
<h1 class="title"> | ||
About Me | ||
</h1> | ||
<h2 id="greetings-wave-i-m-dehan">Greetings 👋, I'm Dehan</h2> | ||
<h2 id="quick-facts">Quick Facts</h2> | ||
<ul> | ||
<li>🇿🇦 Currently based in sunny Pretoria, South Africa</li> | ||
<li>🎓 BEng Computer Engineering graduate from the University of Pretoria (TUKS)</li> | ||
<li>💼 Currently working as a Software Engineer 👨🏻💻 at the BMW ZA IT Hub 🤖</li> | ||
<li>🌱 Currently learning about Cybersecurity and Autonomous Driving</li> | ||
<li>⌨️ My (currently) favourite languages are Rust 🦀 and Python 🐍</li> | ||
</ul> | ||
<h2 id="blurb">Blurb</h2> | ||
<p>Driven by a lifelong passion for making computers go fast and solving complex problems, I am an enthusiastic engineer with a talent for diving deep into details. My love for learning keeps me adaptable to ever-evolving challenges. I thrive in team environments where I can apply my leadership qualities while cultivating new ideas. For me, engineering isn't just a profession - it's a dynamic journey of innovation and discovery.</p> | ||
<h2 id="interests">Interests</h2> | ||
<h3 id="hobbies">Hobbies</h3> | ||
<ul> | ||
<li>🏋🏻 Gym & Fitness</li> | ||
<li>🐉 🎲 Boardgames & Tabletop Roleplaying Games</li> | ||
<li>🎸 Music</li> | ||
<li>🏎️ Motorsport</li> | ||
<li>📖 Reading</li> | ||
<li>🎮 Video games</li> | ||
</ul> | ||
<h3 id="fields">Fields</h3> | ||
<ul> | ||
<li>🔒 Cybersecurity & Cryptography</li> | ||
<li>🧠 Artificial Intelligence</li> | ||
<li>🕹 Simulation Technology</li> | ||
<li>🖥️ Microelectronics & Integrated Circuits</li> | ||
<li>⚛️ Quantum Computing</li> | ||
<li>🚗 Autonomous Driving</li> | ||
</ul> | ||
<h3 id="industries">Industries</h3> | ||
<ul> | ||
<li>🚗 Automotive</li> | ||
<li>✈️ Aerospace</li> | ||
<li>⚡️ Semiconductor</li> | ||
</ul> | ||
|
||
|
||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<p>Copyright © Dehan J. Lamprecht 2024.</p> | ||
<p>Powered by <a href="https://www.getzola.org">Zola</a></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>dehanjl</title> | ||
<link rel="stylesheet" href="https://dehanjl.me/style.css"> | ||
<script src="https://kit.fontawesome.com/b9b10e6172.js" crossorigin="anonymous"></script> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<nav id="navbar"> | ||
<a href="https://dehanjl.me">Home</a> | ||
<a href="https://dehanjl.me/about/">About Me</a> | ||
<a href="https://dehanjl.me/resume/">Resume</a> | ||
<a href="https://dehanjl.me/blog/">Blog</a> | ||
<a href="https://dehanjl.me/contact/">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
|
||
<h1 class="title"> | ||
Blog | ||
</h1> | ||
<div class="center typing"> | ||
<h1> | ||
Coming Soon... | ||
</h1> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<p>Copyright © Dehan J. Lamprecht 2024.</p> | ||
<p>Powered by <a href="https://www.getzola.org">Zola</a></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>dehanjl</title> | ||
<link rel="stylesheet" href="https://dehanjl.me/style.css"> | ||
<script src="https://kit.fontawesome.com/b9b10e6172.js" crossorigin="anonymous"></script> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<nav id="navbar"> | ||
<a href="https://dehanjl.me">Home</a> | ||
<a href="https://dehanjl.me/about/">About Me</a> | ||
<a href="https://dehanjl.me/resume/">Resume</a> | ||
<a href="https://dehanjl.me/blog/">Blog</a> | ||
<a href="https://dehanjl.me/contact/">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
|
||
<h1 class="title"> | ||
Contact | ||
</h1> | ||
<p>This is where you can contact me:</p> | ||
<ul> | ||
<li><i class="fa-brands fa-github"></i> Github: <a href="https://github.com/dehanjl">@dehanjl</a></li> | ||
<li><i class="fa-solid fa-envelope"></i> Email: <a href="mailto:contact@dehanjl.me">contact@dehanjl.me</a></li> | ||
<li><i class="fa-brands fa-linkedin"></i> LinkedIn: <a href="https://www.linkedin.com/in/dehanjl/">dehanjl</a></li> | ||
</ul> | ||
|
||
|
||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<p>Copyright © Dehan J. Lamprecht 2024.</p> | ||
<p>Powered by <a href="https://www.getzola.org">Zola</a></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>dehanjl</title> | ||
<link rel="stylesheet" href="https://dehanjl.me/style.css"> | ||
<script src="https://kit.fontawesome.com/b9b10e6172.js" crossorigin="anonymous"></script> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<nav id="navbar"> | ||
<a href="https://dehanjl.me">Home</a> | ||
<a href="https://dehanjl.me/about/">About Me</a> | ||
<a href="https://dehanjl.me/resume/">Resume</a> | ||
<a href="https://dehanjl.me/blog/">Blog</a> | ||
<a href="https://dehanjl.me/contact/">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
|
||
<div class="center"> | ||
<h1 class="welcome"> | ||
👋 Hi, I'm Dehan. | ||
</h1> | ||
</div> | ||
|
||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<p>Copyright © Dehan J. Lamprecht 2024.</p> | ||
<p>Powered by <a href="https://www.getzola.org">Zola</a></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>dehanjl</title> | ||
<link rel="stylesheet" href="https://dehanjl.me/style.css"> | ||
<script src="https://kit.fontawesome.com/b9b10e6172.js" crossorigin="anonymous"></script> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<nav id="navbar"> | ||
<a href="https://dehanjl.me">Home</a> | ||
<a href="https://dehanjl.me/about/">About Me</a> | ||
<a href="https://dehanjl.me/resume/">Resume</a> | ||
<a href="https://dehanjl.me/blog/">Blog</a> | ||
<a href="https://dehanjl.me/contact/">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
|
||
<h1 class="title"> | ||
Resume / CV | ||
</h1> | ||
<p><em>A PDF version of this is available on request.</em></p> | ||
<h1 id="dehan-jaco-lamprecht">Dehan Jaco Lamprecht</h1> | ||
<p><strong>Computer Engineer</strong> - <em>For more about me, please see my <a href="https://dehanjl.me/about/">About</a> section or <a href="https://dehanjl.me/contact/">Contact Me</a>.</em></p> | ||
<h2 id="experience">Experience</h2> | ||
<h3 id="software-engineer">Software Engineer</h3> | ||
<p><strong>BMW ZA IT Hub</strong> </p> | ||
<p><i class="fa-solid fa-location-dot"></i> Pretoria, South Africa | ||
<i class="fa-solid fa-calendar"></i> Mar 2022 – Present</p> | ||
<ul> | ||
<li>Part of the agile feature team working on the Connected Fleet Data product in the AI Data Analytics and Platforms department.</li> | ||
<li>Cloud-based (AWS) full-stack development.</li> | ||
<li>Responsible for the product’s Cybersecurity matters.</li> | ||
<li>Solutions architecting and leading workshops.</li> | ||
<li>Improved scalability by migrating a part of the application to a serverless architecture.</li> | ||
<li>Optimised application sections for over 10x performance boost.</li> | ||
<li>Created a testing framework to replicate production-level loads.</li> | ||
</ul> | ||
<h3 id="content-developer">Content Developer</h3> | ||
<p><strong>Resolute Education</strong></p> | ||
<p><i class="fa-solid fa-location-dot"></i> Pretoria, South Africa | ||
<i class="fa-solid fa-calendar"></i> Apr 2020 – Feb 2022</p> | ||
<ul> | ||
<li>Worked part-time while completing studies.</li> | ||
<li>Developed a Python programming course primarily for high-school students.</li> | ||
<li>Presented course in-person and online to students.</li> | ||
<li>Assisted in presenting electronics and robotics courses.</li> | ||
<li>Mentored other tutors.</li> | ||
</ul> | ||
<h3 id="engineering-intern">Engineering Intern</h3> | ||
<p><strong>Hensholdt GEW</strong></p> | ||
<p><i class="fa-solid fa-location-dot"></i> Pretoria, South Africa | ||
<i class="fa-solid fa-calendar"></i> Jan 2021 – Mar 2021</p> | ||
<ul> | ||
<li>Part of small team of interns in Systems Engineering depart- | ||
ment.</li> | ||
<li>Designed and developed an Internet of Things solution from the ground up.</li> | ||
<li>Developed and delivered a prototype test platform.</li> | ||
<li>Prototype test platform enhanced the company’s core Electronic Warfare business.</li> | ||
</ul> | ||
<h2 id="education">Education</h2> | ||
<h3 id="b-eng-computer-engineering">B.Eng. Computer Engineering</h3> | ||
<p><strong>University of Pretoria</strong></p> | ||
<p><i class="fa-solid fa-calendar"></i> 2018 – 2021</p> | ||
<ul> | ||
<li>Cumulative Weighted Average: 72%</li> | ||
<li>Module Distinctions: 21</li> | ||
<li><strong>Final Year Project</strong>: Design & Development of a Neural Network Accelerator for an FPGA with transfer to a Custom IC Layout.</li> | ||
</ul> | ||
<h3 id="as-levels">AS Levels</h3> | ||
<p><strong>Cambridge International</strong></p> | ||
<p><i class="fa-solid fa-calendar"></i> 2017</p> | ||
<ul> | ||
<li>Overall Average: 88%</li> | ||
<li>Distinctions in all subjects.</li> | ||
</ul> | ||
<h2 id="certifications">Certifications</h2> | ||
<ul> | ||
<li><i class="fa-solid fa-calendar"></i> Dec 2023 - Self Driving Car Engineer, Udacity</li> | ||
<li><i class="fa-solid fa-calendar"></i> Sep 2023 - Professional Scrum Product Owner II, Scrum.org</li> | ||
</ul> | ||
<h2 id="awards">Awards</h2> | ||
<ul> | ||
<li>World Robot Olympiad 2010, 3rd Nationally</li> | ||
<li>World Robot Olympiad 2011, 1st Nationally and 3rd Internationally</li> | ||
<li>Dean’s Merit List 2018, University of Pretoria</li> | ||
<li>Community Based Project 2019, Best New Project</li> | ||
<li>Engineering Without Borders Design Challenge 2020, Finalist</li> | ||
<li>BMW ZA IT Hub AI Indaba Hackathon 2023, Finalist</li> | ||
</ul> | ||
<h2 id="other-activities">Other Activities</h2> | ||
<ul> | ||
<li><i class="fa-solid fa-calendar"></i> 2015-2017 - E-Sports: Player Manager and Coach</li> | ||
<li><i class="fa-solid fa-calendar"></i> 2015-2017 - Sound Technician: Volunteer live production technician</li> | ||
</ul> | ||
<h2 id="skills">Skills</h2> | ||
<p><strong>Legend</strong></p> | ||
<ul> | ||
<li><i class="fa-solid fa-star"></i> Fully Comfortable</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Somewhat Comfortable</li> | ||
<li><i class="fa-regular fa-star"></i> Modestly Comfortable</li> | ||
</ul> | ||
<h3 id="general">General</h3> | ||
<ul> | ||
<li><i class="fa-solid fa-star"></i> Software Development</li> | ||
<li><i class="fa-solid fa-star"></i> Artificial Intelligence</li> | ||
<li><i class="fa-solid fa-star"></i> Embedded Engineering</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Cybersecurity Engineering</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Hardware Engineering</li> | ||
<li><i class="fa-regular fa-star"></i> Custom IC Design</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Full Stack Development</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Cloud Native Development</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Test Driven Development</li> | ||
<li><i class="fa-solid fa-star"></i> Agile Methodologies</li> | ||
<li><i class="fa-solid fa-star"></i> Teamwork</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Leadership</li> | ||
<li><i class="fa-solid fa-star"></i> Teaching</li> | ||
</ul> | ||
<h3 id="programming-languages-frameworks">Programming Languages & Frameworks</h3> | ||
<ul> | ||
<li><i class="fa-solid fa-star"></i> Python</li> | ||
<li><i class="fa-solid fa-star"></i> NumPy & Pandas</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> TensorFlow</li> | ||
<li><i class="fa-solid fa-star"></i> Rust</li> | ||
<li><i class="fa-solid fa-star"></i>Java, Kotlin & Groovy</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Springboot</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> GraphQL</li> | ||
<li><i class="fa-solid fa-star"></i> PostgreSQL</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> Docker & Kubernetes</li> | ||
<li><i class="fa-regular fa-star"></i>MQTT</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> C & C++</li> | ||
<li><i class="fa-regular fa-star"></i>QT</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> JavaScript & TypeScript</li> | ||
<li><i class="fa-regular fa-star"></i>NodeJS</li> | ||
<li><i class="fa-regular fa-star"></i>React & Redux</li> | ||
<li><i class="fa-regular fa-star"></i>Assembly</li> | ||
<li><i class="fa-regular fa-star-half-stroke"></i> VHDL & Verilog</li> | ||
</ul> | ||
<h2 id="languages">Languages</h2> | ||
<ul> | ||
<li>English: Fluent</li> | ||
<li>Afrikaans: Fluent</li> | ||
<li>German: Basic</li> | ||
</ul> | ||
<h2 id="references">References</h2> | ||
<p><em>References availbale on request, please <a href="https://dehanjl.me/contact/">Contact Me</a>.</em></p> | ||
|
||
|
||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<p>Copyright © Dehan J. Lamprecht 2024.</p> | ||
<p>Powered by <a href="https://www.getzola.org">Zola</a></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
User-agent: * | ||
Disallow: | ||
Allow: / | ||
Sitemap: https://dehanjl.me/sitemap.xml |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.