mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
change semantics
Update README deployment steps and add deploy:secrets script to package.json update local inference script and README update lockfile reconfigure package scripts for development update test execution pass server tests Update README with revised Bun commands and workspace details remove pnpm package manager designator create bun server
This commit is contained in:

committed by
Geoff Seemueller

parent
1055cda2f1
commit
497eb22ad8
43
packages/client/src/static-data/resume_data.ts
Normal file
43
packages/client/src/static-data/resume_data.ts
Normal file
@@ -0,0 +1,43 @@
|
||||
export const resumeData = {
|
||||
professionalSummary:
|
||||
"Software engineer and DoD veteran with 10+ years of diverse experiences. " +
|
||||
"Expertise in cloud technologies, DevOps practices, and full-stack development. " +
|
||||
"Solid track record of leading high-stakes projects and teams in both military and civilian sectors.",
|
||||
skills: [
|
||||
"AI: Retrieval Augmented Generation, Meta, Mistral, OpenAI, Anthropic",
|
||||
"Cloud: Cloudflare, Google GKE, Amazon AWS Lambda, PCF/TAS, TrueNAS",
|
||||
"DEVOPS: Pulumi, Helm, Docker",
|
||||
"CI/CD: Github Actions, Gitlab CI",
|
||||
"Languages: Typescript, Javascript, Rust, Python, Java, Go",
|
||||
"Databases: Durable Objects, Postgres, MySQL, Snowflake, Elasticsearch",
|
||||
"Other: Isolate Compute, WASM Toolchains, Microservice Architectures, GraphQL",
|
||||
],
|
||||
experience: [
|
||||
{
|
||||
title: "Senior Software Engineer",
|
||||
company: "Orbis Operations LLC",
|
||||
timeline: "Mar 2022 - Aug 2024",
|
||||
description:
|
||||
"Architected and delivered AI products with a focus in national security.",
|
||||
},
|
||||
{
|
||||
title: "Software Engineer",
|
||||
company: "JSOC",
|
||||
timeline: "Jan 2020 - Mar 2022",
|
||||
description:
|
||||
"Spearheaded development of mission-critical data analytics systems.",
|
||||
},
|
||||
{
|
||||
title: "U.S. Army Ranger",
|
||||
company: "1st Battalion, 75th Ranger Regiment",
|
||||
timeline: "Jul 2014 - Sep 2018",
|
||||
description:
|
||||
"Conducted technical, high-risk operations in diverse environments.",
|
||||
},
|
||||
],
|
||||
education: [
|
||||
"Ranger Assessment and Selection Program, U.S. Army",
|
||||
"Basic Leaders Course, U.S. Army",
|
||||
"(In progress) BAS Computer Science",
|
||||
],
|
||||
};
|
37
packages/client/src/static-data/services_data.ts
Normal file
37
packages/client/src/static-data/services_data.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export const servicesData = {
|
||||
servicesOverview: `I bring over a decade of experience in software engineering and special operations to deliver effective AI solutions, cloud infrastructure, and mission-critical applications. My background combines technical expertise with a disciplined approach to problem-solving, resulting in scalable and secure solutions for complex business challenges.
|
||||
Working with my partners, I offer a comprehensive skill set to address demanding technological needs. We focus on practical, high-performance solutions rather than hype. Our approach emphasizes robust engineering and real-world effectiveness.
|
||||
If you're facing difficult technical challenges and need reliable, efficient solutions, let's discuss how I can help.`,
|
||||
offerings: [
|
||||
{
|
||||
title: "AI Integration and Development Services",
|
||||
description:
|
||||
"Leverage advanced AI technologies like Retrieval Augmented Generation to develop custom AI solutions. Expertise with platforms such as OpenAI, Meta, Mistral, and Anthropic ensures state-of-the-art AI integration tailored to your business needs.",
|
||||
},
|
||||
{
|
||||
title: "Cloud Infrastructure and DevOps Consulting",
|
||||
description:
|
||||
"Provide comprehensive cloud solutions using platforms like Google GKE, AWS Lambda, and Cloudflare. Implement DevOps best practices with tools like Pulumi, Helm, and Docker to streamline your development pipeline and enhance scalability.",
|
||||
},
|
||||
{
|
||||
title: "Full-Stack Development Services",
|
||||
description:
|
||||
"Offer full-stack development expertise across multiple languages including TypeScript, Rust, Python, Java, and Go. Build robust, high-performance applications that meet your specific requirements.",
|
||||
},
|
||||
{
|
||||
title: "Data Analytics and Visualization Solutions",
|
||||
description:
|
||||
"Develop mission-critical data analytics systems to unlock valuable insights. Utilize databases like PostgreSQL, MySQL, Snowflake, and Elasticsearch for efficient data management and retrieval.",
|
||||
},
|
||||
{
|
||||
title: "Real-Time Communication Systems",
|
||||
description:
|
||||
"Design and implement robust real-time communication systems, drawing from experience in developing solutions for special operations forces. Ensure secure, reliable, and efficient communication channels for your organization.",
|
||||
},
|
||||
{
|
||||
title: "Technical Leadership and Project Management",
|
||||
description:
|
||||
"Provide leadership in high-stakes projects, guiding teams through complex technical challenges. Combine military discipline with technical expertise to deliver projects on time and within scope.",
|
||||
},
|
||||
],
|
||||
};
|
16
packages/client/src/static-data/welcome_home_text.ts
Normal file
16
packages/client/src/static-data/welcome_home_text.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const welcome_home_text = `
|
||||
# welcome!
|
||||
---
|
||||
Please enjoy [responsibly](https://centerforresponsible.ai/the-center)
|
||||
<br/>
|
||||
|
||||
[My Resume](https://wellfound.com/u/geoff-seemueller)
|
||||
|
||||
<br/>
|
||||
`;
|
||||
|
||||
export const welcome_home_tip = `
|
||||
<!--write markdown content here: will appear below welcome_home_text-->
|
||||
|
||||
<br/>
|
||||
`;
|
Reference in New Issue
Block a user