Skip to content
View choncode's full-sized avatar

Block or report choncode

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

Welcome! 👋

About Me

  • I am a Data Engineer & Mentor at Northcoders
  • Passionate about problem solving and seeing code to fruition
  • Eager to utilise recently acquired skills in a new and engaging professional setting

Tech Skills

JavaScript

console.log(javascriptSkills)
{API, array methods, asynchronous, classes, conditional logic, constructors, functions, fundamentals, error handling, export/import, iteration, postgresql, recursion, regex, TDD};

console.log(javascriptModules)
{express, jest, node-postgres, supertest};

Python

print(python_skills)
{AWS, comprehension, decorators, exceptions, generators, iterators, Mock, OOP, postgresql, pg8000, TDD, terraform}


print(python_modules)
{autopep8, bandit, boto3, flake8, moto, pandas, pg8000, pytest}

AWS

aws s3 ls s3://skills
Athena, CLI, CloudWatch, Deployment, EC2, Glue, Lambda, S3, Terraform

Projects

NC-DE-DataBakers

My latest project involved Python, YAML, PostgreSQL, AWS, Terraform. Following ETL, data was extracted from a hosted database with credentials, this was uploaded to a AWS S3 bucket, to then be pulled and transformed into star schema tables and converted to parquet format. Finally the data was uploaded into a final AWS S3 bucket. This entire project was written to be automatically deployed using AWS lambdas and terraform automation with CloudWatch alerts.


python-sql-pg8000

This project involved writing SQL code ranging from fundamental querying to advanced SQL such as UNION, INTERSECT, EXCEPT, WINDOWING, Conditional Expressions and COALESCE. PSQL was integrated via pg8000 module and functions were written with Python using a TDD approach.


SQL-Data-Normalisation

This project involves writing SQL code to refactor and normalise the data without mutating original data. Further code is written to transform to star schema.

Connect with me


Popular repositories Loading

  1. NC-DE-DataBakers NC-DE-DataBakers Public

    Forked from NC-DE-DataBakers/NC-DE-DataBakers

    Python 1

  2. linkedin_job_scraper linkedin_job_scraper Public

    Python 1

  3. choncode choncode Public

  4. python-sql-pg8000 python-sql-pg8000 Public

    Python

  5. SQL-Data-Normalisation SQL-Data-Normalisation Public

  6. python-OOP python-OOP Public

    Python