Chris Guevara

Hello World

May 30, 2019

Hey, this is my first post! On my 3rd revamp of my blog.

I will be making more articles more often as I’m trying to get into the habit of making things that can help others and bring in some side revenue.

I’m going to start making blog articles featuring code snippets like this:

const foo = {
target: 'world'
};
console.log(`Hello, ${foo.target}!`);

I may even make videos to explain things that I’ve learned.

[ TODO - PUT VIDEO HERE ]

That is, once I figure out how to make videos, heh.

Check back soon though! There will be more to come!

- Chris


A place for organizing my thoughts on software development, computer science, and web development.