Well, it’s time to start a blog.
Why?
There are several reasons really.
- Personal: I want a place to document life.
- Career: I need to climb the ladder.
The process:
<html>
<head>
<title>Blog</title>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>