Skip to content

Revamped version of my developer portfolio with a look and feel along with some added functionality.

Notifications You must be signed in to change notification settings

EstenGrove/Portfolio_v5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio v5

My revamped developer portfolio with a new look and feel along with added functionality.


Database Info

Analytics - Visitor Log Table
CREATE TABLE visitor_log (
	log_id SERIAL PRIMARY KEY,
	page_route VARCHAR(200) NOT NULL,
	origin VARCHAR(500) NOT NULL,
	referrer VARCHAR(500),
	user_agent VARCHAR(500),
	user_ip INET,
	languages VARCHAR(500),
	locale VARCHAR(100),
	timezone_name VARCHAR(500),
	timezone_offset INTEGER NOT NULL,
	created_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
)

About

Revamped version of my developer portfolio with a look and feel along with some added functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published