Git Product home page Git Product 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

is-callback-function icon is-callback-function

Returns true if function is a callback. Checks its name is one of common-callback-names - callback, cb, cb_, callback_, next, done, they can be customized, those are default.

is-child-process icon is-child-process

Checks whether a value is child process result, which in case is more specific Node.js EventEmitter. Browserify-ready.

is-emitter icon is-emitter

:cat2: Check that given value is EventEmitter, not so strict as `is-node-emitter`.

is-empty-function icon is-empty-function

Check that given string, function or arrow function have empty body, using parse-function.

is-es6-generators icon is-es6-generators

Check whether a value is a generator or generator function. The `co()` way, more strict checking. Always return boolean true or false, never null or undefined.

is-forwardslash icon is-forwardslash

Checks given value is forwardslash - support char code number, hex, unicode or string value to be given. Check value is strictly forwardslash or forwardslash-like.

is-hexa-color icon is-hexa-color

Check that given value is valid hexa (hex with alpha) color, using `hexa-color-regex` best regex for hex(a) matching.

is-hexcolor icon is-hexcolor

Check that given value is valid hex color, using `hex-color-regex` - the best regex for matching hex color values

is-installed icon is-installed

Checks that given package is installed locally or globally. Useful for robust resolving when you want some package - it will check first if it exists locally, then if it exists globally

is-kindof icon is-kindof

Check type of given javascript value. Support promises, generators, streams, and native types. Thin wrapper around `kind-of` module.

is-match icon is-match

Create a matching function from a glob pattern, regex, string, array or function.

is-match-ip icon is-match-ip

Matching IPs using micromatch - glob patterns, RegExp, string or array of globs.

is-missing icon is-missing

Check that given `name` or `user/repo` exists in npm registry or in github as organization/user repository.

is-node-emitter icon is-node-emitter

Strictly checks that given value is nodejs EventEmitter or something like it. It's easy, because his API is in frozen state.

is-number icon is-number

JavaScript/Node.js utility. Returns `true` if the value is a number. Has extensive tests.

is-real-object icon is-real-object

Returns `true` if a value is any type of object, but not an array.

is-singular icon is-singular

Return true if given word is in singular form like `apple`, `car`, `test` and false otherwise, never throws.

is-sync-function icon is-sync-function

:dog: Opposite of `is-async-function`. Check that given function is synchronous.

j140 icon j140

Template engine in 140 bytes, by @jed Schmidt. Support helpers, partials and pre-compiled templates. For nodejs and the browser. Browserify-ready. https://gist.github.com/jed/964762 -

jju icon jju

Set of utilities to work with JSON / JSON5 documents.

js-code-context icon js-code-context

RegExp expressions to parse javascript code context - for node and the browser.

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.