Giter Club home page Giter Club logo

Hi, I'm Stephen Nicholson!

Data Engineer

Linkedin: stephen-nicholson GitHub stephen-a-nicholson CV

A little more about me...

class DataEngineer:
    def __init__(self):
        self.name = "Stephen Nicholson"
        self.role = "Data Engineer"
        self.languages = ["Python", "SQL", "Go"]
        self.interests = [
            "Data Engineering",
            "Machine Learning",
            "Software Engineering",
        ]

    def say_hello(self):
        greeting = f"Hello! I'm {self.name}, a {self.role}."
        languages = f"I code in {', '.join(self.languages)}."
        interests = f"My interests: {', '.join(self.interests)}."
        print(greeting, languages, interests)


stephen = DataEngineer()
stephen.say_hello()

🔧 Technologies & Tools

Programming Languages: Python SQL Go

Big Data Tools: Apache Spark Apache Arrow Polars Neo4j

Cloud Services and Tools: AWS Docker Airflow

Let's collaborate on exciting data engineering, machine learning, and software engineering projects!

Stephen Nicholson's Projects

contact-api-go icon contact-api-go

A RESTful API built with Go for managing a digital contact book. This project provides endpoints for creating, retrieving, updating, and deleting contact information.

elexon-data-ingest icon elexon-data-ingest

A Python-based data ingestion pipeline that fetches temperature, generation, and demand data from the Elexon API, processes the data using separate strategies, and stores the consolidated data in an SQLite database.

tone-teller icon tone-teller

ToneTeller is a web tool that leverages Hugging Face Transformers to instantly analyse and report the emotional sentiment of text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.