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

Highlights

  • Pro
Block or Report

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 = [
	     'Demo Engineer @ Logik.io',
  	     'Engineering Student @ University of Pennsylvania'
	];
        this.hobbies = [
            'Hiking',
            'Gaming',
            'Stock Market',
            'Saving our Environment
        ];
    }

    getCity() {
        return 'Santa Clara';
    }

    aboutMe() {
        return `A full-stack developer with experience in building web applications using React, Redux, JavaScript,
	    Ruby on Rails, HTML, CSS,  and SQL. Additionally, I have experience with the stock market and financial
	    analysis, which has helped me to build more data-driven applications.

            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.

            Collaboration is a key part of my development process, and I enjoy working with other developers to create
	    elegant and efficient code. Learning new technologies is another passion of mine, and I am always eager
            to explore new tools and frameworks that can help me build better applications.;
    }
}

🥞 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

  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 1

  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