Skip to content

Instantly share code, notes, and snippets.

View Dcolonel6's full-sized avatar

Dennis M Njogu Dcolonel6

  • 16:27 (UTC +03:00)
View GitHub Profile
@NdagiStanley
NdagiStanley / README.md
Last active May 10, 2022 19:44
PyCon 2022
@parmentf
parmentf / GitCommitEmoji.md
Last active July 17, 2024 01:20
Git Commit message Emoji
@morrismukiri
morrismukiri / kenyanMobilePhoneRegEx.txt
Last active June 19, 2024 06:05
Kenyan phone number regular expression
/(0|+?254)7(\d){8}/
@staltz
staltz / introrx.md
Last active July 15, 2024 15:43
The introduction to Reactive Programming you've been missing
@joyrexus
joyrexus / README.md
Last active June 27, 2024 15:39
Node.js streams demystified

A quick overview of the node.js streams interface with basic examples.

This is based on @brycebaril's presentation, Node.js Streams2 Demystified

Overview

Streams are a first-class construct in Node.js for handling data.

Think of them as as lazy evaluation applied to data.