Marcus

Marcus is a fullstack JS developer. He’s passionate about the hapi framework for Node.js and loves to build web apps and APIs. Creator of Futureflix and the “learn hapi” learning path.


JavaScript — How to Check if a Value is a ULID

We’re using Universally Unique Lexicographically Sortable Identifier (ULID) in our projects to identify entities. ULIDs are unique, sortable identifiers similar to UUIDs. The claim that ULIDs are better than UUIDs is that they are sortable, keeping a monotonic sort order, encoded as a 26-character string (36 characters for UUIDs) …

Continue Reading

grep — Case Insensitive Search

Searching for a pattern in files using grep is case-sensitive by default. Case-sensitive means that grep looks for an exact match of your pattern in the related file. This may not surface all search value matches because of different writing styles for a given text. This tutorial shows you how …

Continue Reading
Page 1 of 70

Explore the Library

Find interesting tutorials and solutions for your problems.