For Developers

230 posts

Ideas, findings, thoughts and discussion focused on the technology and how to make things work.

Simple NodeJS TCP

This is the simplest NodeJS app you can make that uses TCP. var net = require('net'); var server = net.createServer( onServerHandler ); server.listen(8080, 'http:...

What is DHCP?

DHCP stands for Dynamic Host Configuration Protocol. Its most popular function is dynamically assigning IP addresses to devices within a network....

Ruby: Using Time

There are many functions available for Time, Month, Day, and Year. Below are a few examples. # Find out the Current Time t = Time.now # Find out the Month,...

Welcome

Hi, my name is Chris, and I'm a native Angelino with a passion for the music industry, social impact, and technology. I am currently the Director...

You’ve successfully subscribed to Chris Mendez
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.