My blog, all code has been developed by myself. This blog is the best showcase of my ability. I started developing this blog for two main reasons.
- I love to write.
- I wanted to get better at writing software.
I can say both goals are coming along nicely.
Highlights for this blog from a technical standpoint are as follows:
- Developed a custom login/registration system.
- [x]Uses sessions to track user login
- [x]database to store user login and new user registration details
- [x]Developed in a secure manner of course. Is still being improved as I get better.
- User profile system
- [x]Users are able to go to their profile and edit some info about themselves
- [x ]Will be updating so that users can view each others profiles.
- Admin CMS
- [x]Only available to myself - with proper login credentials
- [x]Currently only allows me to post new blogs.
- Comment system
- [x]Users will be able to comment on blog posts.
- [x]Built on Discuss
This project is mostly to develop my skills.