Skip to content

Instantly share code, notes, and snippets.

@ansman
Created May 17, 2025 17:32
Show Gist options
  • Save ansman/d46cf2fe313ac1a9e49fd49684633e0e to your computer and use it in GitHub Desktop.
Save ansman/d46cf2fe313ac1a9e49fd49684633e0e to your computer and use it in GitHub Desktop.
resume.json
{
"meta": {
"theme": "professional"
},
"headings": {
"work": "Work Experience",
"education": "Education",
"projects": "Projects",
"awards": "Awards",
"skills": "Skills"
},
"basics": {
"name": "Nicklas Ansman Giertz",
"phone": "(929) 389-7551",
"location": {
"address": "New York, NY"
},
"email": "[email protected]",
"website": "LinkedIn: @nicklasansman GitHub: @ansman"
},
"education": [
{
"institution": "KTH Royal Institute of Technology, Major: Computer Science",
"location": "Stockholm, Sweden",
"startDate": "2008-08",
"endDate": "2011-01"
}
],
"work": [
{
"company": "Bontouch",
"location": "New York & Stockholm",
"position": "Technical Lead & Senior Software Engineer",
"website": "",
"startDate": "2014-01",
"highlights": [
"Led a team of 10+ engineers with 5 direct reports",
"As a member of the Bontouch's Android leadership I scaled Bontouch's Android Team from 5 to 40+ engineers as well as setting the standards for Android development",
"Developed and maintained Bontouch's in house libraries for Android, Backend and Voice applications",
"Served as Head of platforms & services and set up on-premise and cloud continuous integration",
"Engineering lead for the Post-it App for Android",
"Technical lead for the Post-it Project which included architecture, cloud, web and mobile",
"Mentored several junior developers",
"Founding employee for the NY Studio (2017) and member of the NY Studio leadership",
"Held frequent internal presentations about Android, architecture and general SWE topics",
"Ticket sales for the Swedish railways increased by 400% after the improved app was released",
"Scaled the Post-it App from 0 to 1M+ downloads with an average rating of 4.5/5 stars",
"Designed and implemented a cloud architecture for 100M active users"
]
},
{
"highlights": [
"Web lead for the merchant portal",
"Responsible for translating requests from clients to concrete technical and product features",
"Scaled backend to support several million users with over 10,000 concurrent users"
],
"company": "Wrapp",
"position": "Software Engineer",
"location": "San Francisco & Stockholm",
"startDate": "2012-01",
"endDate": "2013-12"
},
{
"highlights": [
"Defined testing procedures and increase automated test stability by an order of magnitude",
"Developed an in house SDK for running automated integration tests"
],
"company": "Splunk",
"position": "Software Engineering Intern",
"location": "San Francisco",
"startDate": "2011-02",
"endDate": "2011-12"
}
],
"skills": [
{
"name": "Programming Languages",
"level": "",
"keywords": [
"Kotlin",
"Java",
"Javascript",
"Typescript",
"Python",
"Ruby",
"C++",
"Swift",
"HTML",
"Bash"
]
},
{
"keywords": [
"Android",
"SQL",
"AndroidX",
"Dagger",
"Retrofit",
"OkHttp",
"Compose",
"Moshi",
"Node.js"
],
"name": "Frameworks"
},
{
"keywords": [
"Git",
"Bash",
"Docker",
"AWS",
"Azure",
"Gradle",
"Maven",
"CI/CD",
"Linux",
"Jira",
"JWT"
],
"name": "Tools"
}
],
"projects": [
{
"name": "Post-it",
"description": "Technical lead for a confidential project, managing 10+ engineers. I was also the principal engineer for the Android app",
"keywords": [
"Android",
"Cloud",
"Backend",
"Kotlin",
"CRDT"
],
"url": "https://www.bontouch.com/case/post-it/"
},
{
"name": "Kotshi",
"description": "Kotshi is an annotation processor that generates Moshi JSON adapters from Kotlin data classes",
"keywords": [
"Moshi",
"Kotlin",
"KSP",
"Java Annotation Processing"
],
"url": "https://github.com/ansman/kotshi"
},
{
"keywords": [
"Java",
"Kotlin",
"Android"
],
"name": "Swedish Railways",
"description": "Was the lead Android developer for Swedish Railway's Android app which won the \"Digital products & services\" category for the Swedish design awards",
"url": "https://www.bontouch.com/case/swedish-railways-sj/"
}
],
"awards": [
{
"title": "Material Motion",
"awarder": "Google Play",
"summary": "The Post-it App for Android won the prestigious \"Material Motion\" award on Google Play.",
"date": "2021"
},
{
"date": "2018",
"awarder": "Swedish Design Awards",
"title": "Digital products & services",
"summary": "SJ (Swedish Railways) won the \"Digital products & services\" award for their app."
}
],
"sections": [
"templates",
"profile",
"work",
"skills",
"projects",
"awards",
"education"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment