My First Web Project is Out

This post is a few years old now, so some details (or my opinions) might be out of date.
I would still love to hear your feedback in the comments below. Enjoy!

I’m happy to announce that I Got Something Done (patent pending) and that a few days ago I released my first web project, HTMLify, into the world. HTMLify is quite a simple one-page web tool that lets programmers take code snippets and generate HTML segments to paste on their blog, maintaining whitespaces, escaping special HTML characters, etc.

As I stated in HTMLify’s footer, I created this project mainly for educational purposes.

Firstly, I wanted to create this as a “full stack” developer, meaning I wanted to code everything - from the request processing backend to the color of each button. It was tough at times. Backend is where I naturally see myself, as a Python programmer, and doing HTML/CSS stuff is not my forte. I threw in some AJAX into the mix to make things a little bit more interesting.Secondly, I wanted to not only experiment with different technologies; I wanted to finish stuff completely. It’s so easy to pick up an editor, try out some HTML, make a table or two and say you’ve got some experience, but it’s not until you work hard to tie up all the loose ends, that you get to know what it’s really like. I can also feel proud to show this off to you people and get some feedback, which would be pointless to do for a half-assed project.

What did I learn from this experience?

All in all, I had a really good time and I’m already thinking about my next project…

Discuss this post at the comment section below.
Follow me on Twitter and Facebook