Skip to content

Instantly share code, notes, and snippets.

@cipriantarta
Last active March 8, 2021 18:22
Show Gist options
  • Save cipriantarta/6cf7151fde251e6b4c02d84c4886d4c9 to your computer and use it in GitHub Desktop.
Save cipriantarta/6cf7151fde251e6b4c02d84c4886d4c9 to your computer and use it in GitHub Desktop.
{
"awards": [],
"basics": {
"email": "me@cipriantarta.ro",
"label": "Software Architect",
"location": {
"address": "",
"city": "Cluj Napoca",
"countryCode": "RO",
"postalCode": "",
"region": "Cluj"
},
"name": "Ciprian Tarta",
"phone": "+40 744 595 367",
"profiles": [
{
"network": "Twitter",
"url": "https://twitter.com/CiprianTarta",
"username": "CiprianTarta"
},
{
"network": "Linkedin",
"url": "https://www.linkedin.com/in/ciprian-tarta-a9345911/",
"username": "ciprian-tarta-a9345911"
}
],
"summary": "I'm a Software Architect with over 15 years experience in software engineering. I am a business oriented engineer with focus on scalability and performace. Before working at 3 Pillar Global, I've worked at various other companies, starting as a Software Engineer in the mid 2000s. While my work focuses on information technology, mainly distributed network systems, my non-work interests range widely, some of which include Physics, Astronomy, etc."
},
"education": [
{
"area": "Software Engineering (incomplete)",
"studyType": "Bachelors",
"institution": "Technical University of Cluj-Napoca"
}
],
"interests": [
{
"name": "Snowboarding"
},
{
"name": "Video Games"
},
{
"name": "Hicking"
}
],
"languages": [
{
"fluency": "Advanced",
"language": "English"
}
],
"publications": [],
"references": [],
"skills": [
{
"keywords": [
"HTML",
"CSS",
"Javascript",
"TypeScript",
"React"
],
"level": "Senior",
"name": "Frontend"
},
{
"keywords": [
"Go",
"Python",
"REST API",
"GraphQL",
"GRPC"
],
"level": "Senior",
"name": "Backend"
},
{
"keywords": [
"MySQL",
"PostgreSQL",
"MongoDB",
"Redis",
"ElasticSearch"
],
"level": "Senior",
"name": "Database"
},
{
"keywords": [
"Kubernetes",
"AWS",
"GCP"
],
"level": "Senior",
"name": "Devops"
}
],
"volunteer": [],
"work": [
{
"company": "Jibe Company",
"highlights": [
"Designed and implemented a highly scalable eMobility cloud platform which gives commercial charge point operators, local governments, etc. a unified solutions to control and optimize their services across their networks.",
"Machine learning and forecasting product sales using classical algorithms such as ARIMA, Holt-Winters, but also experimenting with LSTM",
"Designed and implemented a data management platform that is extracting data from multiple sources, before transforming and processing it, so that it can be used in aggregations in BI tools"
],
"position": "Architect",
"startDate": "2017-04-02",
"endDate": "2021-03-12",
"summary": "Jibe is developing eBusiness solutions that empower people in a connected world. My responsabilities were to desing and architect solutions for existing and new products.",
"website": "https://jibe.company/"
},
{
"company": "Yardi Systems, Inc.",
"highlights": [
"Worked on the reporting system for a real estate soolution. My job was to improve it's performance and scalability.",
"Implemented Geo Spatial APIs to create a better end-user experience with more information for the products they were interested in.",
"Search engine optimizations and performance improvements."
],
"position": "Technical Lead",
"startDate": "2015-11-26",
"endDate": "2017-03-31",
"summary": "Yardi is known for software solutions in the real estate industry. My role was to convert a 10 years legacy project from a monolith to a micro services solution and also supervise and offer support to my team members.",
"website": "http://yardi.com"
},
{
"company": "Softvision S.R.L",
"highlights": [
"Built a NAS device app that communicates to a websocket server which connects to an API that talks to https://ifttt.com/ for various operations.",
"Developed a global efulfillment powerhouse platform.",
"Implemented the back-end of a Restaurant POS System in the cloud.",
"Cloud services for sharing photos and videos."
],
"position": "Technical Lead",
"startDate": "2008-07-21",
"endDate": "2015-11-25",
"summary": "Softvision is a leading outsourced software development center. I started off as a back-end engineer and eventually became tech lead, being responsible for the implementation details on the project I worked on, but also for training and offering support to my junior collegues.",
"website": "http://softvision.com"
},
{
"company": "Open Source - TypeGQL",
"position": "Engineer",
"summary": "A Python GraphQL library that makes use of type hinting and concurrency support with the async/await syntax for a friendlier and more productive way of building GraphQL applications.",
"website": "https://github.com/cipriantarta/typegql",
"highlights":["Python", "asyncio", "typing"]
},
{
"company": "Open Source - Django Logging",
"position": "Engineer",
"summary": "A Django library that logs request, response and exception details in a JSON document. It uses the python rotation mechanism to rotate the log files, but also compresses them to gzip.",
"website": "https://github.com/cipriantarta/django-logging",
"highlights":["Python", "Django"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment