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.

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

About Me

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 Product Lifecycle and Data Analytics, which I cultivate both during and outside of work hours.

Additionally, I actively develop and maintain open-source data-related applications 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 370 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 | Facebook | X | Reddit
Links: NW Python Package Index | Github Threads

Development

These products are designed for:

  • Developers who want to integrate my libraries into their applications
  • Data analysts who prefer using my libraries through a command‑line interface
  • Professionals dedicated to continuous learning
  • Researchers, data enthusiasts and open-source supporters

Libraries marked with (*) encapsulate shared logic used by other libraries and might not be useful as-is for a general audience.

Python → Libraries / CLI Applications / Jupyter Notebooks

Repository Effort Tests Latest Release Download
nwtimetracking 258 h codecoverage.svg 5.1.0 (2025-12-28) Releases
NW PyPi
nwreadinglist 194 h codecoverage.svg 5.1.0 (2025-12-29) Releases
NW PyPi
nwpackageversions 56 h codecoverage.svg 1.8.2 (2025-05-26) Releases
NW PyPi
nwshared (*) 47 h codecoverage.svg 1.8.2 (2025-05-26) Releases
NW PyPi
nwcommitaverages 10 h codecoverage.svg 1.0.0 (2025-05-20) Releases
NW PyPi
nwdocstringchecking 5 h codecoverage.svg 1.0.0 (2025-05-19) Releases
NW PyPi

C# → Libraries / CLI Applications

Repository Effort Tests Latest Release Download
NW.UnivariateForecasting 208 h codecoverage_library.svg
codecoverage_client.svg
4.2.0 (2024-02-15) Releases
NuGet
NW.NGramTextClassification 207 h codecoverage.svg
codecoverage_client.svg
4.2.0 (2024-02-14) Releases
NuGet
NW.MarkdownTables 21 h codecoverage_library.svg 3.0.0 (2024-01-21) Releases
NuGet
NW.Shared.Files (*) 5 h codecoverage_library.svg 1.0.0 (2024-02-11) Releases
NuGet
NW.Shared.Serialization (*) 4 h codecoverage_library.svg 1.0.0 (2024-02-13) Releases
NuGet
NW.Shared.Validation (*) 3 h codecoverage_library.svg 1.0.0 (2024-02-10) Releases
NuGet

Other Projects

Linux-related

Repository Effort Type Quick Links Last Release
i3_eink_config - Configuration File README 2020-12-22
nwmakefiler 18 h Bash Script README 2025-08-24

Non-Public

Repository Version Tech Stack Effort
nwknowledgebase v1.0.0 Asciidoc 337 h
nwtraderaanalytics v4.5.2 Python 263 h
nwapolloanalytics v1.0.0 DuckDb 194 h
nwrefurbishedanalytics v1.0.0 Python 178 h
nwbuild v1.0.0 Python 26 h

Pages

Data-Driven Continuous Learning

Since 2016, I've embarked on a continuous learning journey, supported by a data-driven and software-aided methodology that has been developed by me from the ground up.

I regularly publish the key analytics of this process in the reports below:

Self-Improvement Status

Areas of Expertise

Data, Data Analytics, Data Science, Machine Learning, 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, Automated documentation workflows, Debian Preseeding.

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, DuckDB, AsciiDoc, Python Packages.

Incoming

Postgresql, Time-Series Analysis, AWS Architecture, Dotfiles.

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#