Skip to content

My website (v3). You are here! ๐Ÿ‘‹ Built using Node.js, Express.js, Bootstrap 5, Pug.js, GitHub REST API, Fetch API, & Nodemailer.

Notifications You must be signed in to change notification settings

rahulnshah/rshah22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Heroku Setup

  • 08/30/2021 removed .htaccess and updated Procfile to use public_html as docroot
  • Profile tells Heroku how to deploy
  • Composer.json mentions what libraries will be used
  • public_html contains all public facing content
  • partials will be templates/partial pages that will NOT be accessed directly (still can reference via code)
  • lib will be custom functions/libraries/etc that will NOT be accessed directly (still can be referenced via code)
  • All work will be subfolders inside public_html (for the most part), lib will contain reusable functionality, partials will contain reusable templates, nothing else should change.

Stages of Improvement (portfolio project)

Jan 2021

Rahul.Shah.-.Google.Chrome.2022-03-15.18-10-29_Trim.mp4

March 2022

Rahul.Shah.-.Google.Chrome.2022-05-17.22-12-07_Trim.mp4

More To Do:

  • Add a footer
  • remove irrelevant CSS
  • See what Data Structures and Algorithms can you use in your website (>= 2)
    • Possible Ideas for DS: Linkedlist to swtich back and forth within the project page, Stack
    • Possible Ideas for Algos: Euclidean Algorithm to find the GCD of two numbers
  • Convert forked Node class to TypeScript - Present this to Brad as a 2nd Open Source Contribution

To be continued...

About

My website (v3). You are here! ๐Ÿ‘‹ Built using Node.js, Express.js, Bootstrap 5, Pug.js, GitHub REST API, Fetch API, & Nodemailer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published