GithubHelp home page GithubHelp logo

I'm Charlike! 👋

Software Engineer for a decade, with a passion for minimalism and music. Delivering delightful digital solutions, marketing, and consultancy. Currently excited even more about decentralized software and protocols, P2P, cryptocurrencies, and Rust.

I'm actively using Web technologies to create delightful digital experiences for the Web, Desktop, Mobile, and the Terminal. I'm helping other developers to build amazing software, apps, and products by making better and smarter developer experiences.

In the past 7 years, I'm writing daily a lot of Free and Open Source software, contributing to other projects, tweeting from @tunnckoCore about interesting ones or sharing some of my thoughts.

I'm not just open-sourcing some random stuff by and for me. I've participated in a number of small and big projects like @JSTransformers, @date-fns, the @Conventional-Commits specification & @Conventional-Changelog, @Node-Formidable (lead maintainer and contributor) which is also part of the growing @Tidelift network, @MicroJS (non-active currently). And also started other projects like @DateTime & @RegexHQ, where we collaborate and maintain date & time utilities and regular expressions, with some of the biggest names in the (JavaScript) Open Source world - @johno, @jonschlinkert, @sindresorhus, @AddyOsmani, @MathiasBynens, Tom Byrer and more. The organizations are not that active, but in general they are stable small packages and not that bad.

Combined, my software has ~140 million downloads per month, growing at a fast pace, and is used by some small and big projects & companies like

...and many more. It's just hard to track or at least takes a lot of time.

You can always dig in at my account charts on Npm-Stat.com (takes time to load). Or the ever-pumping charts of formidable.

As of March 27, 2024, it grown to 5.8 billion total downloads, and 125 million per month.
image

As of March 1, 2023, it grown to 4.392 billion total downloads, and 140 million per month.
image

As of June 1, 2022, it grown to 3.439 billion total downloads, and 120 million per month.
image

As of August 2021, it grown to 2.4 billion total downloads, and 110 million per month.
image

As of November 18, 2020

Love and Support

  • For smaller recurring or one-time donations, check https://ko-fi.com/tunnckoCore
  • For crypto lovers - tunnckocore.eth is my ENS and accepts BTC, ETH, DOGE, LTC
  • If ENS domains is not supported by your wallet:
    • BTC bc1qdfe7najz9wg9hrl0heaze8k3v9vqvewf846ct8
    • LTC LdKg5ubACw8dGb8ZieFwfEReyLg4frw9bc
    • DOGE DEhgA3xDN5CohxDMnzFdq78WHhJYYrVoC5
    • ETH, WBTC, ERC20, & NFTs 0xA20C07F94A127fD76E61fbeA1019cCe759225002
  • Contact me at Twitter, or via email dev at tunnckocore.com
  • Half of each GitHub donation will go to other people and causes
    • (you will get monthly info about me and my donations)

Github Stats

Charlike Mike Reagent's Projects

abbrev-kindof icon abbrev-kindof

`kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array. useful for DB/Schema/Object validations

acorn-extract-comments icon acorn-extract-comments

Extract JavaScript code (block, jsdoc style) comments from a string, using `acorn`. Optionally returns the AST and first line of code after comment - useful for parsing code context and api docs.

add-lazy-cache icon add-lazy-cache

Writes lazy-cache browserify-friendly `utils.js` file to the github repo, based on package.json dependencies.

add-package-owners icon add-package-owners

Add owners to the npm package through given json populated with author npm usernames

ale icon ale

Asynchronous Lint Engine

all-contributors-cli icon all-contributors-cli

Tool to help automate adding contributor acknowledgements according to the all-contributors specification.

all-contributors-patch icon all-contributors-patch

An extension that patches a bug with titles of generated emojis, by the `all-contributors-cli`. It's just impossible to handle it in another way, because of the GitHub. Basically it is just a 3 lines of code.

ama icon ama

#AMA - Ask @tunnckoCore anything. Instead of sending me email use the issue tracker to send me messages or join in the Gitter.im chat

anonymize-ip icon anonymize-ip

Hide last ip numbers for given ip, like `129.89.5.243` -> `129.89.x.xxx` or `79.100.175.45` to `79.100.xxx.xx`. Or replace them with custom mask.

apidocs-cli icon apidocs-cli

Async CLI for automatically generating API docs from code comments with `helper-apidocs`

app-base icon app-base

(WIP / local usage) Beating the boilerplate with elegance. Basic and common methods for your node.js application.

arckos icon arckos

ArchLinux + i3 setup with raw Zsh and "hyper-snazzy"-inspired theming.

arr-filter-fn icon arr-filter-fn

Filter and flattenify array to have only function values. Much like `arr-filter-function` package, but with arr-flatten.

arr-filter-function icon arr-filter-function

Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in same time.

arr-includes icon arr-includes

DEPRECATED REPO!! New place at https://github.com/tunnckocore/opensource! Next release soon will be published! Return positive value if any of passed values exists in array, or optionally an index.

asia icon asia

:eight_spoked_asterisk: Blazingly fast, magical and minimalist testing framework for Today :date: and Tomorrow :crystal_ball: Try `npm i -D asia@next` for pre-v1

assert-kindof icon assert-kindof

Check native type of the given value and throw TypeError if not okey. Expressive, elegant, behavior-driven API, good descriptive default error messages, simple and clean syntax.

assertit icon assertit

Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.

astro-mfmickeys icon astro-mfmickeys

Homage to Ethereum Mfers NFT, Ethscriptions Mfpurrs, and the timeless Mickey Mouse public domain.

async-base-iterator icon async-base-iterator

Basic iterator for `async` library that handles asynchronous and synchronous functions, also emits `beforeEach` and `afterEach` events. Used in `async-control`.

async-control icon async-control

Ultimate asynchronous control flow goodness with built-in hook system on top of [async][]. Uses `async.map` and` async.mapSeries` methods.

async-exec-cmd icon async-exec-cmd

(!~!~!~ as of March 2020 - deprecated, please use `execa` ~!~!~!) Simple, fast, flexible and cross-platform async executing commands (with node-cross-spawn).

async-helpers icon async-helpers

Use async helpers in template engines like Handlebars and Lodash

async-simple-iterator icon async-simple-iterator

Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.

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.