Skip to content

Commit

Permalink
Merge PR #204 from WayneLambert/develop
Browse files Browse the repository at this point in the history
Update CV and Tweak About Page
  • Loading branch information
WayneLambert authored Dec 11, 2023
2 parents c04e775 + efbea7b commit 8a6e9c5
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 47 deletions.
2 changes: 1 addition & 1 deletion aa_project/settings/pytest/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def salt(self):
return ""

def encode(self, password, salt):
return "dumb$$%s" % password
return f"dumb$${password}"

def verify(self, password, encoded):
algorithm, hash = encoded.split("$$", 1)
Expand Down
2 changes: 1 addition & 1 deletion apps/cv/templates/cv/components/chronological.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<hr>
<div class="cv-body">
<div class="row">
<div class="cv-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-5">
<div class="cv-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-3">
{% include 'components/chronological/career_history.html' %}
</div>
<aside class="cv-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
Expand Down
26 changes: 13 additions & 13 deletions apps/cv/templates/cv/components/chronological/career_history.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,34 @@
<h3 class="text-uppercase cv-section-heading mb-4">Career History</h3>
<div class="item mb-3">

<!-- MHR as a Python Web Engineer -->
<!-- MHR as a Senior Integrations Engineer & Python Web Engineer -->
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Python Web Engineer</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">MHR | Jan 21 - Present</div>
<h6 class="item-title col-12 col-md-8 col-lg-8 mb-2 mb-md-0">Senior Integrations Engineer (Django Developer)</h6>
<div class="item-meta col-12 col-md-4 col-lg-4 text-muted text-left text-md-right">MHR | Jul 23 - Present</div>
<h6 class="item-title col-12 col-md-8 col-lg-8 mb-2 mb-md-0">Python Web Engineer</h6>
<div class="item-meta col-12 col-md-4 col-lg-4 text-muted text-left text-md-right">MHR | Jan 21 - Jun 23</div>
</div>
<div class="item-content">
<ul class="cv-list">
<li>
Implemented advanced user workflows including multiple methods of two-factor authentication.
Implemented ELT process for transferring circa 1.67bn records over 180 customer environments during a nightly
data collection. Extensively used Jenkins, SQL Server, Docker, Zabbix, and Celery to analyse, develop,
and implement solution.
</li>
<li>
Created intuitive HTML data tables to enable customer to easily navigate large datasets
and perform maintenance actions on them.
Integrated and developed advanced user workflows including multiple methods of two-factor authentication and a
custom email solution.
</li>
<li>
Written numerous Django management commands to manage client instances of the application.
Created intuitive HTML data tables to enable users to easily navigate large datasets and perform CRUD actions on them.
</li>
<li>
Written numerous Python scripts to automate deployments with Jenkins.
Written numerous Django management commands to automate and integrate application processes.
</li>
</ul>
</div>

<!-- Deutsche Bank as HR BI Consultant -->
<!-- Deutsche Bank as an HR BI Consultant -->
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">HR BI Specialist</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">
Expand Down Expand Up @@ -116,10 +120,6 @@ <h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">HR Systems & MI Tea
datasets for commercial analysis. Engagement of Strategic Change to introduce
‘FTE Resource Tracker’ as model owner, SME, and escalation point.
</li>
<li>
Created a census “flight tracker” for business transformation, employee exit
planning, and redundancy calculations.
</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion apps/cv/templates/cv/components/chronological/skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="item-title">Technical</h4>
Jenkins
</li>
<li class="mb-2">
Poetry / Pipenv
AWS / Terraform
</li>
</ul>
</div>
Expand Down
10 changes: 6 additions & 4 deletions apps/cv/templates/cv/components/chronological/statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<div class="media flex-column flex-md-row align-items-center">
<div class="media-body text-left">
<p class="mb-0">
An innovative Python Web Engineer with extensive skills with Django web development
building intuitive, interactive, and scalable web apps.
An innovative Senior Django Developer with extensive skills in Python building intuitive, interactive, and scalable apps.
</p>
<p class="mb-0 py-2">
Engages product and engineering managers providing development updates and specialist
application guidance and expertise. Enjoys collaborating in teams to transform client outcomes.
Collaborates and steers product managers with subject matter expertise and guidance for future product developments.
</p>
<p class="mb-0 py-2">
Assists engineering managers to understand architectural constraints and requirements and
liaising with other service departments to ascertain and optimise setup based upon requirements and cost constraints.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/cv/templates/cv/components/functional.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<hr>
<div class="cv-body">
<div class="row">
<div class="cv-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-5">
<div class="cv-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-3">
{% include 'components/functional/projects.html' %}
{% include 'components/functional/prof_dev.html' %}
</div>
Expand Down
6 changes: 3 additions & 3 deletions apps/cv/templates/cv/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block title %}{{ block.super }} | CV{% endblock title %}

{% block desc %}
Django Web Developer | Builds intuitive, interactive, and scalable web apps. | Birmingham, UK
Senior Django Web Developer | Builds intuitive, interactive, and scalable web apps. | Birmingham, UK
{% endblock desc %}

{% block content %}
Expand All @@ -20,7 +20,7 @@
<div class="row isotope col-12">
<div class="isotope-item chronological">
<p class="card-text text-center">
An overview of my career history and achievements
Career history and achievements overview
</p>
{% include 'components/chronological.html' %}
</div>
Expand All @@ -29,7 +29,7 @@
<div class="row isotope col-12">
<div class="isotope-item functional">
<p class="card-text text-center">
An overview of my portfolio projects and skills in web development/programming
Personal portfolio projects and skills in web development/programming
</p>
{% include 'components/functional.html' %}
</div>
Expand Down
21 changes: 1 addition & 20 deletions apps/pages/templates/pages/about_me.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ <h5 class="font-weight-bold mb-4">My Professional Journey</h5>
maths and solving problems with logic. I was using computers from an early age having
an Atari 820ST. Yeah, you know the ones, the top-loader cassettes that take a noisy forever
to load a primitive game. Later, I had a Pentium 75 which got me through my sixth form years.
<img class="mb-3 mb-md-0 mr-md-5 mt-3 rounded d-none d-md-inline-block img-fluid"
width="100%"
src="https://wl-portfolio.s3.eu-west-2.amazonaws.com/images/about-page/atari-820.jpg"
alt="Excel"
/>
<figcaption class="mt-2 text-center image-caption">
The closest picture I could find online for my old computer | Image Credit:
<a href="http://atariprojects.org/wp-content/uploads/2018/12/Atari-800-810-820-768x648.jpg"
target="_blank"
rel="noreferrer"
>
AtariProjects.org
</a>
</figcaption>
</p>

<p>
Expand Down Expand Up @@ -72,16 +58,11 @@ <h5 class="font-weight-bold mb-4">My Professional Journey</h5>
I was able to see the power of spreadsheets for "what-if" analysis and I was hooked. If I were
to work an extra 5 hours per week, then in 3 months I would have x number of pounds more in
additional savings! Wow! Mind blown!
<img class="mb-3 mb-md-0 mr-md-5 mt-3 rounded d-none d-md-inline-block img-fluid"
width="100%"
src="https://wl-portfolio.s3.eu-west-2.amazonaws.com/images/about-page/excel.png"
alt="Excel"
/>
</p>
<p>
Of course, such analysis has become run of the mill having done it for so many years now.
</p>
<div class="mt-5">
<div class="mt-4">
<h5 class="font-weight-bold mb-4">My Introduction to Programming</h5>
</div>
<p>
Expand Down
6 changes: 3 additions & 3 deletions apps/pages/templates/pages/home_sections/jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<div class="profile-teaser media flex-column flex-lg-row">
<div class="media-body">
<h2 class="name font-weight-bold mb-3">Wayne Lambert</h2>
<h5 class="font-weight-bold mb-3">🐍 Python Web Engineer</h5>
<h5 class="font-weight-bold mb-3">🐍 Senior Python / Django Developer</h5>
<div class="bio mb-4 mr-5">
<p>
Based in Birmingham in the UK, 󠁧󠁢󠁥󠁮󠁧I'm focused on building scalable,
interactive, user-friendly, and well tested web applications with Django.
interactive, user-friendly, and well tested applications with Python and Django.
</p>
<p>
Feel free to take a look around my portfolio which was built with Python,
Django, Postgres, JavaScript, Sass, and Bootstrap.
Django, PostgreSQL, JavaScript, Sass, and Bootstrap.
</p>
<p>
Feel free to review the
Expand Down

0 comments on commit 8a6e9c5

Please sign in to comment.