Software Engineer
Full stack software engineer with experience using Javascript/Typescript for frontend and C# or Node.js for backend, including cloud.
import { IDev } from './Dev';
const developer: IDev = {
name: 'Russ Dando',
age: 37,
gender: 'Male',
location: 'Bristol, UK',
nationality: 'English',
hireable: true
};