[go: up one dir, main page]

Skip to content
View domison's full-sized avatar

Block or report domison

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
domison/README.md

👋 Welcome 👋

Click here for a self-description through a JavaScript code snippet
export Domison {
	isCalled: 'Dom';
	speaksIn: [ { English: 'C2' }, { Spanish: 'C1' }, { German: 'native' } ];
	aroundSince: 1987;
	currentlyIn: 'Munich, Germany';
	makesTimeFor: ['Friends', 'Travel', 'Cooking', 'Stand-Up', 'Tennis'];
	listensTo: { band: 'Vulfpeck', songs: ['Cory Wong', '1612', 'Dean Town'] };
}
export class Programming {
	stylesheets: ['CSS', 'SASS', 'BEM'];
	languages: ['Java', 'JS', 'PHP'];
	frameworks: ['React', 'Spring', 'Express', 'Next', 'Bootstrap'];
	runtimes: ['Node.js', 'JVM', 'Zend'];
	databases: ['MySQL', 'MongoDB'];
	learning: ['PostgreSQL', 'JEE', 'Laravel', 'Next', 'Gatsby'];
}
export class Social {
	website: 'doms.world';
	github: 'github.com/domison';
	linkedin: '@dom-schmitt';
	xing: '@dom-schmitt';
	spotify: '42 public playlists!';
}

Popular repositories Loading

  1. JS_MVC-OOP_Todo-App JS_MVC-OOP_Todo-App Public

    First JavaScript application I've written: A very basic todo manager. CRUD application that follows the Model-View-Controller design pattern and Object-Oriented-Programming.

  2. domison domison Public

    This is my GitHub profile page repository!

  3. JS_Cave-Automata JS_Cave-Automata Public

    A cellular automaton that can create cave systems, and isles, based on the famous Game of Life algorithm

    JavaScript

  4. retro-minesweeper retro-minesweeper Public

    A retro-minesweeper as known from the old Windows installations. Written in TS, using React and SASS

    TypeScript

  5. simple-springboot-backend simple-springboot-backend Public

    This is a simple Java backend application that utilities Spring Boot and Maven to build a small embedded server using undertow.io and an embedded database via H2

    Java