Skip to content

Instantly share code, notes, and snippets.

@weiw11
Last active February 14, 2023 01:16
Show Gist options
  • Save weiw11/c37a16d8b9c8115ba78f9ecfdfca3528 to your computer and use it in GitHub Desktop.
Save weiw11/c37a16d8b9c8115ba78f9ecfdfca3528 to your computer and use it in GitHub Desktop.
JSON Resume
{
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "jacrys"
},
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Wei Wang",
"label": "Software Engineer",
"image": "https://raw.githubusercontent.com/weiw11/weiw11.github.io/main/images/profile.jpg",
"email": "resume@weiwang.dev",
"phone": "(929) 276-2482",
"url": "https://portfolio.weiwang.dev/",
"summary": "I'm a software engineer that is passionate about creating quality and efficient software. I have experience building web applications with Java, Angular, Javascript, and HTML/CSS. \n\nAside from my skills as a developer, I have experience with IT, Networking, and Linux server administration.",
"location": {
"countryCode": "US",
"city": "New York",
"region": "NY"
},
"profiles": [
{
"network": "LinkedIn",
"username": "weiw11",
"url": "https://www.linkedin.com/in/weiw11/"
},
{
"network": "GitHub",
"username": "weiw11",
"url": "https://github.com/weiw11/"
},
{
"network": "Blog",
"username": "weiw11",
"url": "https://blog.weiwang.dev/"
}
]
},
"work": [
{
"name": "Ally",
"position": "Software Engineer - Full-Stack",
"startDate": "2022-06-30",
"summary": "Leading in developing internal software to automate and integrate business processes across tech stacks.",
"highlights": [
"Developed and own internal document processor from scratch using Angular, reducing irrelevant text by up to 85%.",
"Ensure code readability and maintainability, following DRY and SOLID principles.",
"Created various testing scenarios for the project, using unit test, and automated testing via Selenium.",
"Took initiative in writing documentations, including diagrams in markdown and mermaid for readability.",
"Provided technical advice and weighed in on technical decisions across various technologies."
],
"url": "https://www.ally.com/",
"website": "https://www.ally.com/",
"location": "New York, NY, US"
},
{
"name": "Tata Consultancy Services",
"position": "Software Engineer - Backend",
"startDate": "2021-09-16",
"endDate": "2022-06-30",
"summary": "Project 2: Morgan Stanley tax team using Java, Spring, IBM Message Queue and DB2, Gradle, Jira. Agile methodology.",
"highlights": [
"Assigned as lead developer on implementing new feature and logic in discussion with stakeholders.",
"Created simulation for more efficient TDD environment. Reducing required time by 50%.",
"Updated and contributed to documentations, participated in knowledge sharing sessions with team members.",
"Participated in code refactor and reviews, and CI/CD from development to production servers in the cloud.",
"Developed Unix and Python scripts to automate deployment and data handling based on input parameters."
],
"url": "https://www.tcs.com/",
"website": "https://www.tcs.com/",
"location": "New York, NY, US"
},
{
"name": "Tata Consultancy Services",
"position": "Software Engineer",
"startDate": "2021-02-16",
"endDate": "2022-09-16",
"summary": "Project 1: Angular project creating custom pipes, services, and components with async and types concepts.",
"highlights": [
"Adapted mongoose (ODM) library to connect to MongoDB and performed integration tests for API endpoints.",
"Designed user authentication with JSON Web token and decrypted with JWT-Decode.",
"Implemented live chat in web sockets using socket.io, allowing multiple users to discuss news posts."
],
"url": "https://www.tcs.com/",
"website": "https://www.tcs.com/",
"location": "New York, NY, US"
},
{
"name": "U.S. Department of Education",
"position": "Tech Support",
"startDate": "2019-09-30",
"endDate": "2020-06-30",
"summary": "Tech Support Intern at PACE Highschool",
"highlights": [
"Documented my learning experiences including information regarding my role for future interns.",
"Researched, introduced and implemented new technologies, such as clonezilla.",
"Catalogued and organized computers.",
"Improved G Suite admin management utilizing G Suite API.",
"Assisted COVID transition process to remote learning.",
"Overhauled and expedited computer re-imaging process by proposing network boot.",
"Reorganized and processed Apple device transitioning to MDM.",
"Maintained G Suite.",
"Hardware and software support."
],
"url": "https://www.linkedin.com/company/7495",
"website": "https://www.linkedin.com/company/7495",
"location": "New York, NY, US"
}
],
"volunteer": [],
"education": [
{
"institution": "New York City College of Technology",
"area": "Computer Systems: Software Development",
"studyType": "Bachelor of Technology - BTech",
"startDate": "2015-08-27",
"endDate": "2020-06-01",
"score": "3.4",
"courses": [
"CST 1101 - Computer Programming and Problem Solving",
"CST 1204 - Database Systems Fundamentals",
"MAT 2440 - Data Structure and Algorithms",
"CST 2400 - Computer Systems Management and Support",
"CST 3613 - Application Development with Databases",
"CST 3507 - Advanced Single-LAN Concepts",
"CST 4701 - Game Programming",
"CST 4713 - Dynamic Web Development: Servlet and JSP",
"CST 4900 - Internship in Computer Systems",
"BUS 2425 - Business Management"
]
}
],
"awards": [
{
"title": "Certificate of Honor",
"date": "2020-06-30",
"awarder": "New York City College of Technology",
"summary": ""
}
],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Backend Development",
"keywords": [
"Java",
"Javascript",
"C#",
"Python",
"SQL",
"NoSQL",
"Shell",
"Batch"
]
},
{
"name": "Frontend Development",
"keywords": [
"Javascript",
"Typescript",
"HTML",
"CSS",
"Bootstrap",
"Material"
]
},
{
"name": "Databases",
"keywords": ["SQL", "MySQL", "MSSQL", "IBM DB2", "NOSQL", "MongoDB"]
},
{
"name": "Frameworks and Technologies",
"keywords": [
"Angular",
"Node.js",
"Spring",
"IBM MQ",
"Gradle",
"Jira",
"Jenkins",
"Git"
]
},
{
"name": "Networking",
"keywords": [
"DNS",
"DHCP",
"IP",
"VLAN",
"Subnet",
"Firewall",
"Router",
"Switch"
]
},
{
"name": "Server Administration",
"keywords": ["Linux Server", "Server", "nginx", "Proxmox"]
},
{
"name": "Open Source",
"keywords": ["Leaftlet", "Open Street Maps", "Nominatim", "Tesseract"]
}
],
"languages": [
{
"language": "English"
},
{
"language": "Chinese"
}
],
"interests": [],
"references": [],
"projects": [
{
"name": "Overnight",
"summary": "A MEAN Stack project to find locations to park overnight for on the road lifestyle.",
"description": "A MEAN Stack project to find locations to park overnight for on the road lifestyle.",
"url": "https://overnight-frontend.herokuapp.com/",
"website": "https://overnight-frontend.herokuapp.com/"
},
{
"name": "Porfolio",
"summary": "Personal porfolio website listing my projects and experience",
"description": "Personal porfolio website listing my projects and experience",
"url": "https://portfolio.weiwang.dev",
"website": "https://portfolio.weiwang.dev"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment