9 posts tagged with "package discovery"

    package discovery: npm-run-all

    2022-11-28

     | 

    ~3 min read

     | 

    514 words

    Another entry in my Package Discovery series. Today’s topic is focus lock using ! This is a little bit of an older project, but while it’s…

    package discovery: terminalizer

    2022-11-28

     | 

    ~2 min read

     | 

    216 words

    I have been working on a small CLI to help myself as I reinvent the wheel of taking notes (more on that later, I’m sure). My friend Alex has…

    cloc: code base analysis

    2022-11-28

     | 

    ~5 min read

     | 

    914 words

    Today is another entry in my Package Discovery series. The topic is project statistics with . Software is getting more complex. Look no…

    package comparison: bcrypt vs bcryptjs

    2022-11-28

     | 

    ~2 min read

     | 

    277 words

    In learning more about password management and salting/hashing (which I wrote about here) - I found bcrypt (which I wrote about using here…

    using spy to watch for changes

    2022-11-28

     | 

    ~2 min read

     | 

    264 words

    Another entry in my Package Discovery series. Today, I’m looking at . Jaime Pillora wrote a nifty little application called Spy. Described…

    easy logging with bunyan

    2022-11-28

     | 

    ~3 min read

     | 

    487 words

    Another entry in my Package Discovery series. Today, I’m looking at logging with ! Two steps to easily generate more readable logs: Install…

    adopting conventional commits: adding commitlint

    2022-11-28

     | 

    ~3 min read

     | 

    544 words

    Today is another entry in my Package Discovery series. The topic is conventional commits with . Learning about Conventional Commits recently…

    package discovery: react-focus-lock

    2022-11-28

     | 

    ~3 min read

     | 

    548 words

    Another entry in my Package Discovery series. Today’s topic is focus lock using ! When it comes to getting focus on dialog boxes on the…

    package discovery: gray-percentage

    2022-11-28

     | 

    ~1 min read

     | 

    122 words

    Today in package discoveries:1 gray-percentage. It’s a small utility written by Kyle Matthews (creator of Gatsby) that returns a hue of gray…

Return to all tags