LauRuns / lauruns

Profile landing README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi there ๐Ÿ‘‹

I'm Laurens, a software developer from the Netherlands ๐Ÿ‡ณ๐Ÿ‡ฑ

  • ๐Ÿ”ญ Iโ€™m currently working on a Angular - Nestjs - MongoDB application
  • ๐ŸŒฑ Iโ€™m currently learning more about Linux, Bash scripting, Docker and networking
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Raspberry Pi router projects

โš™๏ธ Skills

import { Skills } from 'laurens/skills';
import { Interests } from 'laurens/interests';

const laurens = {
	pronouns: 'He' | 'Him',
	code: ['Javascript', 'Typescript', 'Python', 'SQL'],
	askMeAbout: [
		'Webdev',
		'tech',
		'networking',
		'Raspberry Pi',
		'Apple',
		'Linux'
	],
	technologies: {
		frontEnd: {
			gen: ['HTML5', 'CSS3', 'SASS'],
			js: ['Angular', 'React']
		},
		backEnd: {
			js: ['Node', 'Express', 'Nestjs']
		},
		mobileApp: {
			js: ['ReactNative']
		},
		devOps: ['Github', 'Docker', 'Nginx'],
		databases: ['mongoDB', 'MySQL', 'PostgreSQL'],
		architecture: ['Single page applications', 'Progressive web applications'],
		currentFocus: {
			frontEnd: ['Single page applications', 'Angular'],
			backEnd: ['Nestjs'],
			database: ['mongoDB'],
			misc: [
				'Raspberry Pi',
				'Nginx',
				'networking',
				'Docker',
				'Linux',
				'servers'
			]
		}
	}
};

About

Profile landing README