Skip to content

Instantly share code, notes, and snippets.

View singhofen's full-sized avatar
🏠
Working from home

Chase S singhofen

🏠
Working from home
View GitHub Profile
@singhofen
singhofen / clinical-engineering-project-templates.md
Last active December 6, 2025 15:02
A collection of reusable templates for building clinical engineering–related web projects, documentation layouts, and maintenance tools. Useful for healthcare portfolios, device tracking apps, PM systems, and personal websites.

#1. HTML Starter Template (SEO + JSON-LD for Clinical Engineering)

<title>Clinical Engineering Project</title>
@singhofen
singhofen / device-training-tracker-clinical-engineering.html
Last active December 6, 2025 13:07
"Clinical Engineering project — hospital device staff training tracker. Includes searchable log and lightweight UI. Great for biomedical engineering portfolios."
# Device Training Tracker (HTML/CSS/JS)
# Topics: clinical engineering, biomedical engineering, hospital staff training, CMMS, medical device education, healthcare IT
**Description:** Simple, searchable staff training tracker for medical device education logs. Perfect for Clinical/Biomedical Engineering portfolios.
---
<!-- clinical engineering, biomedical tech, medical devices -->
@singhofen
singhofen / Clinical Engineer BMET Sample Project — Medical Device Dashboard
Last active December 6, 2025 13:09
A simple clinical engineering asset dashboard for tracking devices, PM status, and location. Features: Searchable equipment list Device status color coding JSON-based mock data (easy to replace with real data)
# Clinical Engineering Training Tracker
# Biomedical equipment staff training log
# Medical device compliance tool
# Topics: clinical engineering, biomedical engineering, CMMS, medical devices, hospital equipment, healthcare IT
# Clinical Engineer Portfolio Sample (Markdown for GitHub Gist)
## 🧑‍⚕️ Clinical Engineer — Professional Summary
Clinical Engineer with hands-on experience in biomedical device troubleshooting, preventative maintenance, safety testing, and healthcare technology integration. Strong foundation in electrical systems, device lifecycle management, and regulatory compliance (NFPA 99, IEC 60601, Joint Commission standards). Passionate about bridging the gap between clinical needs and medical technology to improve patient outcomes.
@singhofen
singhofen / freecodecamp-portfolio-webpage (1).zip
Last active February 5, 2018 19:08
freeCodeCamp Portfolio Webpage
<!doctype html-->
<!--freeCodeCamp's begginer portfolio webpage codepen challenge for freeCodeCamp beginner front end dev track -->
<html lang="en">
<head>
<title>Chase's Template Example</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@singhofen
singhofen / bear-mountain-stony-point-ny.zip
Last active February 5, 2018 19:07
bear mountain stony point ny -code pen
<!--bear mountain stony point ny -code pen project for freeCodeCamp challenge
beginner front end web dev track-->
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Bear Mountain & Stony Point, NY</title>