/lauruns

Profile landing README

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'
			]
		}
	}
};