lots of basics
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: "About Me"
|
||||
date: 2026-02-19
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
This is stuff about me!
|
||||
@@ -1,25 +0,0 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2026-02-19
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
# Let's Connect
|
||||
|
||||
If you have a project in mind or just want to chat about self-hosting and systems engineering, feel free to reach out through any of the channels below.
|
||||
|
||||
### 📧 Email
|
||||
The best way to reach me is via email: **[yourname@email.com](mailto:yourname@email.com)**
|
||||
|
||||
### 💬 Socials & Platforms
|
||||
* **LinkedIn:** [linkedin.com/in/yourprofile](https://linkedin.com/in/yourprofile)
|
||||
* **GitHub / Gitea:** [git.yourdomain.com/youruser](https://git.yourdomain.com/youruser)
|
||||
* **Discord:** `YourUsername#0000`
|
||||
|
||||
---
|
||||
|
||||
### 📍 Availability
|
||||
I am currently based in **[Your City/Timezone]** and am open to remote opportunities or local collaborations. I typically respond within 24–48 hours.
|
||||
|
||||
> **Privacy Note:** I value your privacy. Your contact details will only be used for our professional correspondence.
|
||||
@@ -1,12 +1,17 @@
|
||||
---
|
||||
title: "Smart Home Setup"
|
||||
date: 2026-02-19
|
||||
image: "medal.webp" # This is the key Hugo Profile looks for!
|
||||
summary: "A deep dive into my automated home lab."
|
||||
tags: []
|
||||
title: "Smart Home"
|
||||
date: 2022-12-09T19:53:33+05:30
|
||||
draft: false
|
||||
author: "Ash Marlow"
|
||||
tags:
|
||||
- Smart Home
|
||||
- Home Assistant
|
||||
- Zigbee
|
||||
image: /img/projects/smart-home/medal.webp
|
||||
description: "Some stuff about my smart home!"
|
||||
---
|
||||
|
||||
this is my amazing smart home!
|
||||
|
||||
test image
|
||||

|
||||

|
||||
@@ -68,28 +68,33 @@ params:
|
||||
title: "About me"
|
||||
image: "/img/me.jpg"
|
||||
content: |-
|
||||
Software engineer passionate about building automation tools, embedded systems, and retro tech projects. As a Cyber Security Engineer, I leverage Tanium, Deep Instinct and Python to help customers with endpoint management. In my spare time you will find me tinkering with electronics, 3D printing, Retro Gaming, or making yet another part of my house Smart. Im a big fan of Home Assistant and since purchasing my own home, automating everything possible has become my biggest project.
|
||||
Software engineer passionate about building automation tools, embedded systems, and retro tech projects.
|
||||
|
||||
As a Cyber Security Engineer, I leverage Tanium, Deep Instinct and Python to help customers with endpoint management. In my spare time you will find me tinkering with electronics, 3D printing, Retro Gaming, or making yet another part of my house Smart.
|
||||
|
||||
Im a big fan of Home Assistant and since purchasing my own home, automating everything possible has become my biggest project.
|
||||
skills:
|
||||
title: "Here are a few technologies I've been working with recently:"
|
||||
items:
|
||||
- "HTML"
|
||||
- "CSS"
|
||||
- "JavaScript"
|
||||
- "React"
|
||||
- "Node"
|
||||
- "Express"
|
||||
enable: true
|
||||
title: "Here are a few technologies I've been working with recently:"
|
||||
items:
|
||||
- "Linux"
|
||||
- "Docker"
|
||||
- "Python"
|
||||
- "Tanium"
|
||||
- "Windows"
|
||||
- "ESP32"
|
||||
|
||||
experience:
|
||||
enable: true
|
||||
items:
|
||||
- company: "Facebook"
|
||||
- company: "Nextbase"
|
||||
companyUrl: "https://example.com"
|
||||
jobs:
|
||||
- name: "Senior Software Developer"
|
||||
date: "Jan 2023 - present"
|
||||
content: "I am currently working as a senior software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
|
||||
- name: "Software QA Specialist"
|
||||
date: "June 2025 - present"
|
||||
content: "I am currently working in the test team at Nextbase, ensuring software quality across app, cloud and firmware."
|
||||
info:
|
||||
content: Working as a senior software developer
|
||||
content: Working as a Test Engineer
|
||||
featuredItems:
|
||||
fontAwesomeIcons:
|
||||
- icon: fa-brands fa-react
|
||||
@@ -102,22 +107,71 @@ params:
|
||||
- icon: /fav.png
|
||||
url: "https://example.com"
|
||||
tooltip: Example tooltip content
|
||||
- company: "Pointwire"
|
||||
companyUrl: "https://example.com"
|
||||
jobs:
|
||||
- name: "Technology Associate"
|
||||
date: "June 2024 - June 2025"
|
||||
content: "Cyber security Consultant and Engineer working with customers on Tanium, Corelight and Deep Instinct platforms."
|
||||
info:
|
||||
content: Cyber Security
|
||||
featuredItems:
|
||||
fontAwesomeIcons:
|
||||
- icon: fa-brands fa-react
|
||||
url: https://react.dev/
|
||||
tooltip: Example tooltip content
|
||||
- icon: fab fa-x-twitter
|
||||
url: https://example.com
|
||||
# tooltip: Example tooltip content
|
||||
customIcons:
|
||||
- icon: /fav.png
|
||||
url: "https://example.com"
|
||||
tooltip: Example tooltip content
|
||||
- company: "Panasonic"
|
||||
companyUrl: "https://example.com"
|
||||
jobs:
|
||||
- name: "Embedded Software Engineer"
|
||||
date: "April 2023 - June 2024"
|
||||
content: "Using Simulink to model and generate code for microwave ovens. Writing python scripts for automating control of microwave functions and endurance testing."
|
||||
info:
|
||||
content: Software Engineer
|
||||
featuredItems:
|
||||
fontAwesomeIcons:
|
||||
- icon: fa-brands fa-react
|
||||
url: https://react.dev/
|
||||
tooltip: Example tooltip content
|
||||
- icon: fab fa-x-twitter
|
||||
url: https://example.com
|
||||
# tooltip: Example tooltip content
|
||||
customIcons:
|
||||
- icon: /fav.png
|
||||
url: "https://example.com"
|
||||
tooltip: Example tooltip content
|
||||
|
||||
education:
|
||||
enable: true
|
||||
title: "Qualifications"
|
||||
index: false
|
||||
items:
|
||||
- title: "Master of Business Administration"
|
||||
- title: "Bachelor of Physics"
|
||||
school:
|
||||
name: "University of California, Berkeley"
|
||||
url: "https://example.org"
|
||||
date: "2013 - 2015"
|
||||
name: "University of Bristol"
|
||||
url: "https://www.bristol.ac.uk/"
|
||||
date: "2018 - 2022"
|
||||
content: |-
|
||||
Extracurricular Activities
|
||||
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
||||
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
|
||||
|
||||
- title: "Tanium Certified Engineer"
|
||||
school:
|
||||
name: "Tanium"
|
||||
url: "https://www.bristol.ac.uk/"
|
||||
date: "2024"
|
||||
content: |-
|
||||
Qualifications
|
||||
- Tanium Certified Operator
|
||||
- Tanuim Certified Administrator
|
||||
- Tanium Certified Cloud Deployment Specialist
|
||||
contact:
|
||||
enable: true
|
||||
# title: "Custom Name"
|
||||
|
||||
|
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 544 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
Reference in New Issue
Block a user