Skip to content

The007Programmer/the007programmer.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the007programmer.github.io

This was my attempt at a simple portfolio website to list my accomplishments.

Usage

Credits

  • I utilized Github Copilot for the code structuring, comments, debugging, and the Javascript for this site.

Commits Key

  • SAFE: Stable and production-ready code; can be safely deployed.
  • TEST: Code meant for testing or experimental changes; safe but does not affect the main program directly; stable for version control.
  • UNST: Unstable commit with potential issues; not suitable for production, used for backup or testing phases.
  • REFA: Refactor or restructure code for improved readability, maintainability, or efficiency, with no changes to core functionality.
  • RESD: Revert previous changes due to instability or issues encountered during testing; restores the code to a prior stable state.
  • BUGF: Bug fix or issue resolution, fixing known problems in the code without adding new functionality.
  • DOCS: Documentation update, including comments, README files, or other forms of documentation to improve clarity and understanding.