Skip to content

Jimmyu2foru18/Computer-Programming-Notes

Repository files navigation

Coding Notes and Guides

This repository contains comprehensive guides and notes on various programming languages, technologies, and concepts.

Table of Contents

  • Python
  • Java
  • C#
  • Software Engineering
  • Database Management Systems
  • Internet & Web
  • Computer Networks
  • OSI Model
  • System Design
  • Linux

Local Development

To run this project locally:

  1. Clone the repository
  2. Navigate to the project directory
  3. Start a local server:
python -m http.server 8000
  1. Open your browser and go to http://localhost:8000

Deployment to GitHub Pages

This project is configured to automatically deploy to GitHub Pages when changes are pushed to the main branch.

Manual Deployment

  1. Push your changes to the main branch:
git add.
git commit -m "Your commit message"
git push origin main
  1. GitHub Actions will automatically build and deploy the site to GitHub Pages.

Configuration

The deployment is configured in the .github/workflows/deploy.yml file. This workflow:

  • Triggers on pushes to the main branch
  • Builds the site using Jekyll
  • Deploys the built site to GitHub Pages

About

Lots of Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors