Skip to content
View lmcconnell1665's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lmcconnell1665

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

class luke-mcconnell:

    def __init__(self):
        self.username = 'lmcconnell1665'
        self.name = 'Luke McConnell'
        self.web = 'https://mcconnellweb.com'
        self.code = {
            'code': ['Python', 'SQL', 'Scala', 'R'],
            'visualization': ['Power BI', 'Tableau', 'Dash by Plot.ly'],
            'database': ['SQL Server', 'Postgres', 'Mongo DB', 'DynamoDB'],
            'devops': ['Azure', 'AWS', 'Azure DevOps', 'Docker', 'GitHub Actions'],
            'tools': ['GIT', 'GitHub', 'Continuous Integration/Deployment'],
        }

    def __str__(self):
        return self.name

if __name__ == '__main__':
    me = luke-mcconnell()

Get in touch

Pinned

  1. McConnellWeb McConnellWeb Public

    My personal website built and deployed using Hugo, AWS S3, and GitHub Actions

    Dockerfile 3 1

  2. SageCLI SageCLI Public

    Quick and dirty CLI for bulk extracting data from sage intacct

    Python 1

  3. MultiOutput-NeuralNetwork MultiOutput-NeuralNetwork Public

    Estimating a multi-output feed-forward neural network on data that is larger than what can be held in a typical computer’s RAM.

    Python 2

  4. mcpy-ping mcpy-ping Public

    Python app scheduled with cron that sends internet ping results to Azure Log Analytics

    Python

  5. AnalysisServicesRefresh-AzureDataFactory AnalysisServicesRefresh-AzureDataFactory Public

    Pipeline to refresh an Azure Analysis Services model from Azure Data Factory

  6. DashFootballDashboard DashFootballDashboard Public

    A simple dashboard built using the Dash libraries in Python that displays college football tv viewer and stadium attendance data

    Python