Build with simplicity and professionalism in mind.
I used different technologies and integrated web services such as but not limited to:
- Github, Wakatime, Steam & Youtube to showcase my up-to-date information and stats without hard coding it,
- MDX for blogging,
- Google Adsense to monitized projects,
- Google Analytics to analyse web traffic to improve Website Performance and User Experience,
- Sentry for error monitoring,
- Google SMTP to send emails,
- Google Recaptcha Enterprise to protect Form Fields together with Honey Input & Rate Limiter,
- Setup browser & request checker to lessened emulation and introder inspection,
- Integrate Zoho Email Services & Trustpilot, - Algolia Search for Search Engine,
- Exchange Rate API for currency conversion,
- AI Integration for content summarization,
- Google Search Console, Bing Webmaster and other web master to maximized SEO.
Too much for a Portfolio, but that's the simplest way to flex skill & being relevance in today's world.
“Striving for excellence, one project at a time.”
Install dependencies and configure .env
npm install
cp .env.example .envTo start a local development server, run:
npm run devOnce the server is running, open your browser and navigate to http://localhost:4000/. The application will automatically reload whenever you modify any of the source files.
To build the project run:
npm run build