About me
const danielWoodward: DanielWoodward = {
name: 'Daniel Woodward',
location: 'Derbyshire UK',
languages: ['C#', 'TypeScript', 'Javascript', 'C++', 'T-SQL'],
technologies: {
frameworks: ['AspNetCore', 'Angular', 'React', 'Next.js'],
styling: ['Tailwind CSS', 'SCSS', 'CSS'],
ci: ['GitHub Actions', 'Azure Pipelines'],
cloud: ['Azure', 'AWS'],
},
hobbies: ['Gaming', 'Cooking', 'Open Source Software'],
employment: [
{
title: 'Full Stack Developer',
employer: 'DIGI-Steel Ltd',
startDate: new Date(2022, 6),
present: true,
},
{
title: 'Software Developer',
previousTitles: ['Technical Product Specialist', 'Apprentice Technical Consultant'],
employer: 'Counter Solutions Holdings Ltd',
startDate: new Date(2016, 08),
endDate: new Date(2022, 06),
}
],
}