Last active
December 16, 2024 10:33
-
-
Save wangrunlin/7903dadcee4eb5eac09263cfb282f5b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Runlin Wang", | |
"label": "Full-Stack Engineer", | |
"email": "[email protected]", | |
"phone": "+86 17778595680", | |
"url": "https://github.com/wangrunlin", | |
"summary": "A highly motivated and versatile full-stack engineer with extensive experience in independent project development. Proficient in both front-end and back-end technologies, ideally suited for fast-paced startup environments. Driven to become a technical expert, continuously exploring cutting-edge technologies to create greater value for the team.", | |
"location": { "city": "Beijing", "countryCode": "CN" }, | |
"profiles": [ | |
{ | |
"network": "GitHub", | |
"username": "wangrunlin", | |
"url": "https://github.com/wangrunlin" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "idea2app", | |
"position": "Web Full-Stack Engineer", | |
"startDate": "2022-09", | |
"endDate": "2024-11", | |
"summary": "Provided business information consulting and customized software development services for enterprises and teams.", | |
"highlights": [ | |
"Developed and maintained responsive front-end interfaces using HTML, CSS, JavaScript, and React to deliver excellent user experiences.", | |
"Designed and implemented RESTful APIs, collaborating closely with back-end teams to ensure stable and secure data interaction.", | |
"Developed high-performance server-side applications using back-end frameworks such as Node.js, Koa.js, and Nest.js.", | |
"Built and optimized database structures, using PostgreSQL for data storage and querying." | |
] | |
}, | |
{ | |
"name": "Chengdu XX Technology Information Co., Ltd. (Internship)", | |
"position": "Back-End Engineer", | |
"startDate": "2021-09", | |
"endDate": "2022-06", | |
"summary": "Focused on providing one-stop tea traceability solutions for traditional tea companies.", | |
"highlights": [ | |
"Developed and maintained high-performance back-end systems to support the company's products and services.", | |
"Designed and optimized database structures to improve data query and storage efficiency.", | |
"Implemented and maintained RESTful APIs to provide stable data interaction interfaces for front-end teams.", | |
"Participated in cross-departmental technical meetings, collaborating with teams to address technical challenges and improve workflows." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Nanjing University of Science and Technology", | |
"area": "Computer Science and Technology", | |
"studyType": "Bachelor", | |
"startDate": "2020-09", | |
"endDate": "2023-06", | |
"courses": [] | |
}, | |
{ | |
"institution": "Nantong Vocational University", | |
"area": "Software Technology", | |
"studyType": "Associate Degree", | |
"startDate": "2019-09", | |
"endDate": "2022-06", | |
"courses": [] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Front-End", | |
"level": "Intermediate", | |
"keywords": [ | |
"JavaScript", | |
"TypeScript", | |
"React", | |
"Next.js", | |
"HTML/CSS", | |
"Astro" | |
] | |
}, | |
{ | |
"name": "Back-End", | |
"level": "Intermediate", | |
"keywords": [ | |
"Node.js", | |
"Java", | |
"Express", | |
"Spring Boot", | |
"MySQL", | |
"PostgreSQL", | |
"RESTful", | |
"Docker" | |
] | |
}, | |
{ | |
"name": "Other", | |
"level": "Intermediate", | |
"keywords": [ | |
"Git", | |
"Linux", | |
"macOS", | |
"Unit Testing", | |
"Agile Development", | |
"SEO", | |
"Marketing" | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "Password Toolbox", | |
"url": "https://password.toolbox-hub.com", | |
"description": "An online password management tool developed to learn Cursor AI programming and SEO techniques. Integrates password generation, storage, and management functions, and ultimately generates advertising revenue through Adsense.", | |
"highlights": [] | |
}, | |
{ | |
"name": "seo-nextjs-starter", | |
"url": "https://github.com/wangrunlin/seo-nextjs-starter", | |
"description": "An SEO starter template based on Next.js, designed to organize and practice SEO-related technologies, providing a foundation for quickly building SEO-friendly websites.", | |
"highlights": [] | |
}, | |
{ | |
"name": "android-copy-link", | |
"url": "https://github.com/wangrunlin/android-copy-link", | |
"description": "An Android tool designed to address the lack of a copy link button in system sharing on some Xiaomi phones, enhancing user sharing experience.", | |
"highlights": [] | |
}, | |
{ | |
"name": "copy-title-extension", | |
"url": "https://github.com/wangrunlin/copy-title-extension", | |
"description": "A browser extension that facilitates quickly copying page titles, currently available in the Chrome Web Store.", | |
"highlights": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment