Hello, my name is Justin. Currrently I am working on this portfolio-page. It's made to represent my persona and my improvement as a developper. as you can see, my website is still in progress.
If you keep yourself up to date and come here from time to time, you will see some things change. That should be normal in the near future. Below you can see some things that I still wanna work on.
yamidesu.github.io/Yami-Website/
- Web Integrations
- Discord
- Profile
- About me
- What languages do I know
- Some Sort of Curriculum Vitae
- Volunteer work
- Hobbies
- Playground
- A place for some css/js snippets
- Code Overview
- My coding projects
- A representation for my GitHub Account
public class HelloWorld {
public static void main (String[] args) {
System.out.println("Hello World!");
}
}