Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

226 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal website on github pages

Run Locally

With VS Code Live Server:

  1. Install "Live Server" extension
  2. Right-click index.html → "Open with Live Server"

With npm:

npx live-server

With Python:

python -m http.server 8000

Then open http://localhost:8000

Programming Concepts (Java)

Runnable concept projects live in pages/skillset/concepts/. Each folder has a run.sh; the Maven projects all ship with JUnit 5 tests. Needs a JDK (and Maven for the Maven projects).

Maven projects (folders with a pom.xml) — run the tests:

cd pages/skillset/concepts/089-memory-mapped-file
mvn test          # or: ./run.sh

Single-file projects (folders with Main.java) — compile and run the demo:

cd pages/skillset/concepts/015-polymorphism-dynamic-dispatch
./run.sh          # runs: javac Main.java && java Main

🌐 Connect with Me


📜 License

license

About

Personal website on github pages

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages