class SoftwareDeveloper:
pass
class Bio(SoftwareDeveloper):
def __init__(self):
self.name = 'Pete Richards'
self.title = 'Software Developer'
self.location = 'Denver, CO'
class Skills(SoftwareDeveloper):
def __init__(self):
self.languages = [
'Python', 'JavaScript', 'SQL', 'TypeScript',
'HTML', 'CSS', 'C'
]
self.databases = [
'MySQL', 'PostgreSQL', 'MongoDB'
]
self.technologies = [
'Pandas', 'NumPy', 'Node.js', 'React', 'Next.js', 'Vite',
'Express.js', 'GraphQL', 'jQuery', 'Bootstrap', 'Material-UI'
]
self.tools = [
'VSCode', 'Jupyter', 'Tableau', 'Power BI',
'Docker', 'Compass/Atlas', 'Insomnia', 'Jest'
]
Highlights
- Pro
Pinned Loading
-
react-portfolio
react-portfolio Public(Full-Stack) This is my updated portfolio created with React. Users will find a brief summary of my coding journey, some of my best solo and collaborative projects, a contact form connected to my e…
-
job-search-intelligence
job-search-intelligence PublicA Python-based tool used to collect and analyze job listings from multiple sources. It provides market insights through an interactive web interface, showcasing my skills in programming, data analy…
Python
-
ljkahn/Blurb
ljkahn/Blurb Public(MERNG-Stack) Blurb is a social media application utilizing React, MongoDB, GraphQL, Node and Express. This is a demonstration of CRUD capabilities with this tech stack.
JavaScript 6
-
dev-row-records
dev-row-records Public(Full-Stack) This is a mock record label collaborative project. Users can create an account, browse artists, albums, merch, and add to favorites to revisit at a future date or time.
-
ljkahn/videoGameProj
ljkahn/videoGameProj Public(Full-Stack) Game Seekers is a tailored application that helps gamers discover their next favorite video games by evaluating their current preferences and cross-referencing this information with a …
If the problem persists, check the GitHub status page or contact support.