Personal Website with Blog Section (danieladam.click)
A personal website featuring a blog section, developed with Django and Python, including CRUD operations on posts, tags, and comments on a PostgreSQL database and AWS deployment, infrastructure, and domain handling.
- Django: Backend framework used to build the website, handling all the logic and database interactions.
- Python: Programming language used for server-side logic.
- AWS: Hosting and storage services for deployment, database, static and media file storage.
- Git: Version control system for tracking changes and managing the project.
- CRUD Operations: Create, Read, Update, and Delete blog posts, tags, and comments on PostgreSQL database.
- Email Notifications: Set up email notifications to blog admin for new comments and approvals.
- Google reCAPTCHA API Integration: Integrated for user comment authentication and spam prevention.
- Unit Testing: Conducted with pytest to validate code functionality and reliability.
- AWS Elastic Beanstalk: Used for hosting and managing the application.
- AWS Load Balancer: Used for setting up http/s listener
- AWS S3: Used for static and media file storage.
- AWS RDS: Configured for PostgreSQL database.
- AWS Route 53: Used for domain management.
- AWS CAM: Setup SSL certification.
- AWS CodePipeline: Set up for CI/CD to integrate new features.
- Visit danieladam.click to explore my website and blog.
- Use the navigation bar to browse through Home, Skills, Blog, and Contact sections.
- To leave a comment on a blog post, # with your name and email, and the comment will be sent to the admin for approval.