Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 32 additions & 12 deletions bootcamps/software-development-tfs/2025-09/2025-09-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"data": [
{
"name": "Dinesh",
"role": "",
"github": "https://github.com/dinesh",
"role": "Cyber Security Professional​ | Software Developer",
"github": "https://github.com/Dnesh88/",
"linkedin": "https://linkedin.com/in/itprodinesh88/",
"photo": "/assets/2025-09-tfs/profile_photos/dinesh.jpg",
"description": "",
"description": "Well rounded IT professional with experiences across Infrastructure, DevOps and specialist in Cyber Security domain, helping organisations design and build secure systems. Planned and implemented EDR, SIEM solutions to strengthen detection and response across organisations. Also proficient in full stack web development - frontend (HTML, CSS, JavaScript) and backend (Node.js, API, Database).",
"portfolio_link": "",
"technologies": [""]
"technologies": ["JavaScript", "Node.js", "Express", "API"]
},
{
"name": "Jeremy",
Expand All @@ -35,7 +35,13 @@
"photo": "/assets/2025-09-tfs/profile_photos/louise.jpg",
"description": "I’m a Frontend Engineer working with JavaScript, React, and TypeScript. I advocate for accessible, user-friendly design and clean, maintainable code for meaningful digital experiences.",
"portfolio_link": "https://louise.codes/",
"technologies": ["TypeScript", "JavaScript", "React"]
"technologies": [
"TypeScript",
"JavaScript",
"React",
"Redux",
"Vitest"
]
},
{
"name": "Matt H",
Expand Down Expand Up @@ -67,23 +73,37 @@
},
{
"name": "Nathan",
"role": "",
"role": "Software Developer",
"github": "https://github.com/NathanHor22",
"linkedin": "https://www.linkedin.com/in/nathan-hor-99a27a205/",
"photo": "/assets/2025-09-tfs/profile_photos/nathan.png",
"description": "",
"portfolio_link": "",
"technologies": [""]
"description": "I'm a web developer with expertise in JavaScript, React, Tailwind and a game developer with expertise in Unreal Engine and Unity using C#, C++ and Blueprints.",
"portfolio_link": "https://nathanhor.com/",
"technologies": [
"JavaScript",
"React",
"Tailwind",
"Unity",
"Unreal Engine",
"C#",
"C++"
]
},
{
"name": "Ravind",
"role": "",
"role": "Frontend Developer",
"github": "https://github.com/Ravindgowda",
"linkedin": "https://linkedin.com/in/ravind-gowda-03232bb6",
"photo": "/assets/2025-09-tfs/profile_photos/ravind.jpg",
"description": "",
"description": "I'm a technology professional with a background in IT Project Management. I’m passionate about combining my project management expertise, technical knowledge, and strategic thinking to create scalable, user-focused digital solutions.",
"portfolio_link": "",
"technologies": [""]
"technologies": [
"JavaScript",
"React",
"Microsoft Azure",
"CSS",
"HTML"
]
},
{
"name": "Thabo",
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -85,7 +85,8 @@ <h3 class="card__bootcamp-name">
</p>
</div>
</a>
<a
<!-- Tech Foundations Card
<a
href="./bootcamps/software-development-foundations/2025-10/index.html"
class="card bootcamp-card"
>
Expand Down Expand Up @@ -113,7 +114,7 @@ <h3 class="card__bootcamp-name">
advanced pathways.
</p>
</div>
</a>
</a> -->
</div>
</section>
</main>
Expand Down