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

Block or report numbworks

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

About

I'm a Technical Product Manager with strong software development roots (C# and Python) and a passionate love affair with data pipelines, which I do nurture every day.

In my daily job I do manage six teams, lead the product strategy of the company, enforce Agile and other best practices (clean architecture, unit test coverage > 70%, updated documentation as part of the definition-of-done, code readibility as a priority, ...), ensure quarterly deliveries despite the limited development capacity. In addition, I do back-end development work when required. Few of the many technologies I do work with every week: C#, Python, Jupyter Notebook, Pandas, PowerBi, ETL, databases, REST APIs, AWS.

In my off-work time I do actively develop and maintain some open-source software packages (C# and Python) under my numbworks brand. Last but not least, to improve my craft, I studied 274 technical books in the past nine years.

A software developer profile is defined by the software he develops and by the continuous learning activities he performs. This is my portfolio and you'll find information about both aspects of my off-work journey as a back-end developer.

Contact: Email | Twitter

Development

Libraries (C#)

Intended for other developers who want to integrate my software in their own software.

Repository Effort Quick Links License Tests NuGet Last Update
NW.UnivariateForecasting 208 h MIT codecoverage_library.svg 4.2.0 2024-02-15
NW.NGramTextClassification 207 h MIT codecoverage.svg 4.2.0 2024-02-14
NW.MarkdownTables 21 h MIT codecoverage_library.svg 3.0.0 2024-01-21

CLI Applications (C#)

Intended for data analysts who want to use my libraries thru a command-line interface.

Repository Quick Links License Tests Binaries
NW.UnivariateForecastingClient Documentation MIT codecoverage_client.svg 4.2.0
NW.NGramTextClassificationClient Documentation MIT codecoverage_client.svg 4.2.0

Shared Libraries (C#)

Pieces of logic shared among my libraries. These might not be feature-rich enough to be useful for the general audience.

Repository Effort Quick Links License Tests NuGet Last Update
NW.Shared.Files 5 h MIT codecoverage_library.svg 1.0.0 2024-02-11
NW.Shared.Serialization 4 h MIT codecoverage_library.svg 1.0.0 2024-02-13
NW.Shared.Validation 3 h MIT codecoverage_library.svg 1.0.0 2024-02-10

Jupyter Notebooks (Python)

Intended to showcase my approach to solve specific data analysis problems:

Repository Effort Quick Links License Tests Version Last Update
nwreadinglistmanager 92 h MIT codecoverage.svg 3.1.0 2024-03-28
nwtimetrackingmanager 70 h MIT codecoverage.svg 3.0.0 2024-03-19

Other Projects

Repository Type Quick Links License Last Update
i3_eink_config Configuration File README MIT 2020-12-22

Related Pages

Continuous Learning

The following table summarizes how many technical books I studied since I started a continuous learning path (2016):

Years Books Pages TotalSpend LastUpdate
9 274 73085 $7611.63 2024-02-26

Related Pages

Self-Improvement Status

Areas of Expertise

Data, Databases, Development, Software Usability, Clean Software Architecture, Clean Code, Design Patterns, (Parametric) Unit Testing, OOP, Dependency Injection, Single Responsability Principle, Console Applications, Services, CLIs,CI/CD, (Web) Scraping, REST APIs, Business Analysis, ETL Process, Star Schema, Data Warehouses.

Tech Stack

C#, NET Core, NET Standard, NUNit,SQL Server, PowerBi, TeamCity, Azure DevOps, Excel, VBA, Powershell, Ubuntu Server, Docker, MariaDB, NuGet Packages, SQLite, Proxmox VE, Jupyter Notebooks, Python 3.x, Pandas.

Incoming

Python Packages, Data Science, Machine Learning, Postgresql, Time-Series Analysis, Sensor Data, AWS Architecture.

Pinned

  1. NW.UnivariateForecasting NW.UnivariateForecasting Public

    NW.UnivariateForecasting is a library to perform Univariate Forecasting on your own values. Time Series Forecasting is a machine learning technique that aims to predict the next values in a time se…

    C# 3

  2. NW.NGramTextClassification NW.NGramTextClassification Public

    NW.NGramTextClassification is a library to perform text classification tasks on the text snippets you provide. Text Classification is a machine learning technique that calculates the similarity bet…

    C# 7 1

  3. NW.MarkdownTables NW.MarkdownTables Public

    NW.MarkdownTables is a library that creates Markdown tables out of the provided objects. It makes very easy to format objects in tabular format while logging and to create examples for the document…

    C#