Skip to content
View numbworks's full-sized avatar

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 am a Back-End Developer (C# and Python) with over 10 years of professional experience, currently serving as a Technical Product Manager in my 9-to-5 job. I have a strong interest in the Product Lifecycle and in data-driven applications, which I cultivate both during and outside of work hours.

Additionally, I actively develop and maintain open-source software packages (C# and Python) under my "numbworks" brand. I also engage in regular upskilling sessions through my favorite learning medium: books. Recently, I achieved the significant milestone of studying over three hundreds technical books.

Detailed information about my tech stack and my continuous learning activity is meticulously kept up to date on my GitHub account, alongside my open-source software releases.

Contact: Email | Twitter / X | Github Threads

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

Libraries (Python)

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

Repository Effort Quick Links License Tests PyPi Last Update
nwpackageversions 49 h MIT codecoverage.svg 1.6.0 2024-11-03

Jupyter Notebooks (Python)

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

Repository Effort Quick Links License Tests Version Last Update
nwreadinglist 142 h MIT codecoverage.svg 4.0.0 2024-11-11
nwtimetracking 85 h MIT codecoverage.svg 3.8.0 2024-10-28

Shared Packages (Python)

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 Version Last Update
nwshared 27 h MIT codecoverage.svg 1.7.0 2024-11-05

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 307 84121 $8750.62 2024-11-11

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, Product Management, Prompt Engineering.

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, ollama, LLM, RAG.

Incoming

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

Pinned Loading

  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#