Skip to content
View DeadPineapple's full-sized avatar

Block or report DeadPineapple

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DeadPineapple/README.md

Jeff Martin (deadpineapple)

type deadpineapple struct {
	Role      Role
	GitHub    GitHub
	Email     Email
	Twitter   Twitter
	TechStack []Technology
}

func (s *deadpineapple) NewDeadPineapple() *deadpineapple {
	return &deadpineapple{
		Role:    Role.MOBILE_SECURITY_AND_PLATFORM_ENGINEER,
		GitHub:  GitHub{"deadpineapple"},
		Email:   Email{"slothdefense@gmail.com"},
		Twitter: Twitter{"tealeaf2x"},
		TechStack: []Technology{
			"Python", "Golang", "TypeScript", "Kotlin", "Rust",
		},
	}
}

Previous work experiences

  • Demonic binary mobile security engineer and platform engineer

Education & Extracuricular Activities

  • Robotics projects spanning embedded control, hardware interfacing, sensor integration, and systems prototyping
  • Open source projects across developer tooling, community infrastructure, and public technical collaboration
  • Mobile projects across iOS and Android, including app architecture, platform integrations, and production-focused implementation

A few words from myself

Philosophy

  • Minimum Viable Products and Proofs of Concept are efficient vehicles for technical de-risking, architecture validation, interface discovery, and rapid feedback collection under real implementation constraints.
  • Build the smallest thing that proves the hardest assumption.
  • Treat every trust boundary like an attack surface.
  • Prefer observable systems over clever systems.

How to reach me

@DeadPineapple's activity is private