Skip to content
View chrisbanas's full-sized avatar
💭
💻
💭
💻

Highlights

  • Pro

Organizations

@appacademy @ServiceNow @CIS548 @upenn @CloudAcceleratorLabs @Team-Parrot-Project @sn-copilot

Block or report chrisbanas

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
chrisbanas/README.md

GitHub LinkedIn Stack Overflow Stack Exchange Gmail Badge Website

Windows macOS Linux Ubuntu VSCode IntelliJ IDEA

LeetCode CodeWars HackerRank

Resume

class WhoAmI {
    constructor() {
        this.user = 'Christopher Banas';
        this.currently = [
	     'Software Engineer @ ServiceNow',
  	     'Engineering Student @ University of Pennsylvania'
	];
        this.hobbies = [
            'Hiking',
            'Gaming',
            'Stock Market',
            'Saving our Environment
        ];
    }

    getCity() {
        return 'Bellevue, WA';
    }

    aboutMe() {
        return `I’ve seen firsthand how the right software solutions can transform businesses, whether streamlining
 			a $250M division’s operations, starting my own ventures, building full-stack apps during my time at
			App Academy, or engineering demos and automation pipelines at ServiceNow. That realization is what drew
			me fully into software engineering: the ability to solve complex problems with code, automate processes,
			and create tools that drive real-world impact.

            My GitHub repositories showcase my projects, ranging from simple web applications to complex,
	    	data-intensive systems. I am passionate about developing high-quality, scalable software that
	    	can solve real-world problems.

			While I have gained a lot from these experiences, I believe there’s more to learn and am pursuing my
			Master of Computer and Information Technology (MCIT) at the University of Pennsylvania. I'm always
			looking to connect! If you're interested in learning more about my experience, please don't hesitate 
			to send me a message or connect with me here or on LinkedIn`
    }
}

🥞 Tech Stack

JavaScript React Redux Ruby Rails HTML5 CSS3 SCSS SASS Canvas PostgreSQL MySQL SQLite3 MongoDB Heroku Render Amazon AWS Node.js npm MERN Express React Router webpack Babel Bootstrap Postman AWS Buckets D3 Redis WebSocket CodeSandbox Git GitHub GitHub Actions Markdown RSpec Jasmine Jest Playwright OpenAI API Google Maps API Figma WordPress

👨‍💻 Learning

Java Python TypeScript

📈 GitHub Impact

Contributions PR's Issues Stars Badge

Snake animation

Visitor Badge

This README is dynamically updated every 6 hours using GitHub actions

Pinned Loading

  1. neighborhood_node neighborhood_node Public

    Neighborhood Node, a Nextdoor clone, is a private social networking platform for neighborhoods. It allows residents of a specific neighborhood to connect and communicate with each other, sharing lo…

    JavaScript 2

  2. trader_radar trader_radar Public

    Trader Radar is a visual and interactive representation of how various stocks or financial instruments are performing in the market. It combines a stock heatmap, a stock search function, a candlest…

    JavaScript 3

  3. Team-Parrot-Project/Parrot Team-Parrot-Project/Parrot Public

    Parrot is a collaborative project management suite founded by a team of four individuals. It empowers teams to effectively ideate, develop, and execute complex projects by utilizing AI-generated pr…

    JavaScript

  4. portfolio portfolio Public

    Welcome to my personal portfolio website! This repository contains the source code and assets for my portfolio, showcasing my skills, projects, and experience in full-stack software development.

    HTML

  5. leet_sync leet_sync Public

    🔍 Collection of my personal solutions to LeetCode problems, showcasing my problem-solving journey and coding skills.

    Java 1

  6. codewars_sync codewars_sync Public

    Welcome to my repository of Codewars solutions! This repository serves as a compilation of my journey through various coding challenges on Codewars.

    Java