Skip to content
View schanjr's full-sized avatar
🎯
Looking for collaborations on side projects or open sources.
🎯
Looking for collaborations on side projects or open sources.

Block or report schanjr

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

Hi there, I'm Stanley. 👋

I'm a developer, a photographer, and data analyst.


Projects

  • PokeTasks, a gamified TODO List with a fun twist of earning pokeballs and catching pokemon. Some mechanics on probabilityy on encountering rare pokemon and the ability to catch them. Hope this won't become too addicting and becomes ironic!
  • Singapore Housing Visualization, a visualization of different areas of Singapore with gov data. Map shows density of housing listings available in public data. I was interested on learning about real estate in singapore.
  • Austin Housing, moving to Austin. It combines various data sources to help me filter where to consider renting/buying properties in Austin, Texas. Includes data on crime rates, walkability, environment, neighborhood data points and merge them togethr as score cards.

Blog

  • schanjr.blog, occasionally I try to write something interesting I read or found at work.

Connect with me:

Instagram | Instagram LinkedIn | LinkedIn gmail | LinkedIn


Tech Chops:

Golang

Python

Ruby

Node.js

Postgres

Redis

Jenkins

Heroku

Terraform

AWS

Intellij


Pinned Loading

  1. Mining-Massive-Data-Sets Mining-Massive-Data-Sets Public

    Some algorithms I created to solve some of the quiz questions when taking this course.

    Python 2 1

  2. Ruby Debugging Useful Scripts - Stil... Ruby Debugging Useful Scripts - Still googling dumb ruby stuff, this is my compiling cheatsheet.
    1
    edited with... https://hackmd.io/PdE46uT6TQO-WD6CcX1fXA?
    2
    
                  
    3
    ## Creating breakpoints
    4
    `gem install pry`
    5
    ```ruby
  3. open-telemetry/opentelemetry-ruby open-telemetry/opentelemetry-ruby Public

    OpenTelemetry Ruby API & SDK, and related gems

    Ruby 595 290

  4. vertx-examples vertx-examples Public

    Forked from vert-x3/vertx-examples

    Vert.x examples

    Java

  5. Custom Logger.js Custom Logger.js
    1
    /* eslint-disable class-methods-use-this */
    2
    const { Console } = require('console');
    3
    
                  
    4
    /**
    5
     Logging levels conform to the severity ordering specified by RFC5424:
  6. Migrate Bitbucket Repositories Under... Migrate Bitbucket Repositories Under Project Keys to Github
    1
    #!/bin/bash
    2
    
                  
    3
    # Configuration
    4
    ### Bitbucket configs
    5
    BITBUCKET_USERNAME="<fill this out>"