Skip to content

amanmadov/amanmadov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Hi there, I'm Nury 👋

class Nury {
	constructor() {
		this.name = 'Nury Amanmadov';
		this.position = 'Software Developer';
		this.worksAt = 'IHME at University of Washington';
		this.resume = 'linkedin.com/in/amanmadov';
		this.netId = 'nurmyrat';
		this.techStack = {
			backend: ['C#', 'Node', 'Express', 'Python', 'Django'],
			database: ['SQL Server', 'PostgreSQL', 'MongoDB'],
			frontend: ['HTML', 'CSS', 'Boostrap', 'JavaScript', 'React', 'jQuery'],
			tools: ['Git', 'GitHub', 'Docker', 'UiPath Studio', 'Adobe Xd'],
			salesforce: ['Sales Cloud', 'Service Cloud', 'Apex', 'Visualforce', 'SOQL', 'SOSL']
		};
	}

	getEmail = () => `${this.netId}@uw.edu`
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published