Skip to content
View johnsonfoo's full-sized avatar
Block or Report

Block or report johnsonfoo

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
johnsonfoo/README.md

Hi there πŸ‘‹ I'm Johnson Foo,

A Data Science student passionate about Big Data . I like automating things, building pipelines, exploring scalability problems and improving efficiency and performance. I am a Strong Believer in πŸ“œ Open Source, ☁️ Cloud Computing, πŸ†• Innovation and πŸ€– Automation.

  • πŸ”­ I’m currently working on:

    • Patching up my fundamentals in OS and Networking
    • AWS Solutions Architect Certification
  • πŸ’‘ I'm interested in: Big Data, Cloud

  • πŸ’¬ Talk to me about Football, Memes, anything that interests you.


The only way to do great work is to love what you do.
- Steve Jobs


Pinned

  1. Git hook to enforce commit messages ... Git hook to enforce commit messages have prefix "<current-branch>. "
    1
    #!/bin/sh
    2
    
                  
    3
    # This hook checks the commit message starts with prefix "<current-branch>. "
    4
    
                  
    5
    current_branch="$(git rev-parse --abbrev-ref HEAD)"
  2. fyp-java-spring-data-neo4j fyp-java-spring-data-neo4j Public

    Spring Boot Application using Spring Data Neo4j for querying data stored in Neo4j

    Java 2