Last active
December 3, 2020 10:49
-
-
Save opensas/46a22961ab87aa92f6d6642bec23ca99 to your computer and use it in GitHub Desktop.
json with information about my cv
This file contains hidden or 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
| { | |
| "profile":{ | |
| "name":"Sebastián Scarano", | |
| "title":"Full Stack Developer", | |
| "img":"assets/images/profile.jpg", | |
| "email":"opensas@gmail.com", | |
| "cell":"+54 9 11 3152 2631", | |
| "social":[ | |
| {"icon":"fa-twitter","url":"//twitter.com/opensas"}, | |
| { | |
| "icon":"fa-stack-overflow", | |
| "url":"//stackoverflow.com/users/47633/opensas", | |
| "text":"50K+ at stackoverflow.com" | |
| }, | |
| {"icon":"fa-github-alt","url":"//github.com/opensas"}, | |
| {"icon":"fa-gitlab","url":"//gitlab.com/opensas"}, | |
| {"icon":"fa-linkedin-in","url":"//linkedin.com/in/opensas"} | |
| ] | |
| }, | |
| "career":{ | |
| "title":"career summary", | |
| "summary":"\n I am a Software Engineer with many years of experience working as a full stack developer. \n I'm used to tackle complex systems and work in close relation with my user to solve hard problems.\n [... bla bla]\n " | |
| }, | |
| "positions":[ | |
| { | |
| "title":"Software Architect", | |
| "company":"National Ministry of Labour of Argentina ", | |
| "time":"2012 - Present", | |
| "text":"\n Designed, developed and implemented software solutions to address complex business issues, providing technical leadership within the IT department.\n ", | |
| "sections":[ | |
| { | |
| "title":"Responsibilities", | |
| "items":"\n Analysis and definition of the architecture of applications to be developed;\n Definition of development standards;\n Planning of training tasks;\n Evaluate and recommend tools and technologies to achieve results;\n " | |
| } | |
| ], | |
| "technologies":"Node.js;.NET Core;TypeScript;Svelte;SQL Server;Bootstrap;" | |
| }, | |
| { | |
| "title":"Project Leader", | |
| "company":"National Ministry of Labour of Argentina ", | |
| "time":"2005 - 2012", | |
| "text":"\n Managed critical large-scale projects at the Ministry of Labour. \n ", | |
| "sections":[ | |
| { | |
| "title":"Responsibilities", | |
| "items":"\n Design, develop and execute software solutions;\n Interpret business requirements to articulate the business needs to be addressed;\n Collaborate with peer organizations and end users to produce software solutions;\n Setting deadlines and ensuring that projects remain on schedule;\n " | |
| } | |
| ], | |
| "technologies":".NET Framework;ASP;JavaScript;Backbone;SQL Server;Bootstrap" | |
| }, | |
| { | |
| "title":"Web Software Developer", | |
| "company":"National Ministry of Labour of Argentina ", | |
| "time":"2000 - 2005", | |
| "text":"\n Worked with sever-side scriptiong technologies (classic ASP, PHP) and relational databases to develop custom web applications to be used at the Ministry of Labour.\n ", | |
| "sections":[ | |
| { | |
| "title":"Responsibilities", | |
| "items":"\n Writing and implementing efficient code;\n Training users;\n Working closely with other developers, analysts and users;\n " | |
| } | |
| ], | |
| "technologies":"Visual Basic 5.0/6.0;Classic ASP;PHP;SQL Server;JavaScript;JQuery;Bootstrap" | |
| }, | |
| { | |
| "title":"Software Developer", | |
| "company":"RM Consulting ", | |
| "time":"1992..2000", | |
| "text":"\n Development of desktop and client server applications for business management.\n ", | |
| "sections":[ | |
| { | |
| "title":"Responsibilities", | |
| "items":"\n Writing and implementing efficient code;\n First level support;\n Training users;\n " | |
| } | |
| ], | |
| "technologies":"Visual Basic 4.0;PHP;Clipper;FoxPro;DBase;" | |
| } | |
| ], | |
| "skillAreas":[ | |
| { | |
| "title":"Frontend", | |
| "skills":[ | |
| {"title":"JavaScript/ES6","experience":100}, | |
| {"title":"Svelte","experience":90}, | |
| {"title":"TypeScript","experience":80}, | |
| {"title":"Bootstrap","experience":80}, | |
| {"title":"Tailwind","experience":60} | |
| ] | |
| }, | |
| { | |
| "title":"Backend", | |
| "skills":[ | |
| {"title":"Node.js","experience":100}, | |
| {"title":"Express/NestJS/FoalTS","experience":90}, | |
| {"title":"PHP","experience":80}, | |
| {"title":"C#/.NET Core","experience":80}, | |
| {"title":"Java","experience":70} | |
| ] | |
| }, | |
| { | |
| "title":"Databases", | |
| "skills":[ | |
| {"title":"SQL Server","experience":100}, | |
| {"title":"MySql","experience":70}, | |
| {"title":"PostgreSQL","experience":70} | |
| ] | |
| } | |
| ], | |
| "otherSkills":"git;github/gitlab;VSCode;Postman/curl;JQuery;Backbone;Scala;Crystal;Python;MongoDB;ELK stack;REST/SOAP;API design;Swagger/OpenAPI", | |
| "education":[ | |
| { | |
| "degree":"Information System Engineer", | |
| "organization":"National Technological University - UTN Argentina", | |
| "time":"1994 - 2000" | |
| }, | |
| { | |
| "degree":"Functional Programming Principles in Scala", | |
| "organization":"Dictated by Martin Odersky via Coursera", | |
| "time":"nov 2011" | |
| } | |
| ], | |
| "awards":[ | |
| { | |
| "title":"First price at the national hackaton of public data", | |
| "time":"aug 2013", | |
| "description":"Visualization of tourist destinations and hotel occupancy [link](https://nardoz.com/HotelViz)" | |
| }, | |
| { | |
| "title":"Second price at Buenos Aires mobile apps development hackaton", | |
| "time":"jun 2012", | |
| "description":"Social collaborative platform for citizen discussion developed in Play! 2.0, with Scala, Akka and MySql." | |
| } | |
| ], | |
| "extras":[ | |
| { | |
| "title":"Language", | |
| "items":[ | |
| {"title":"Spanish","comment":"(native)","text":""}, | |
| { | |
| "title":"English", | |
| "comment":"(professional)", | |
| "text":"Good writing and speaking skills" | |
| }, | |
| {"title":"Portuguese","text":"Reading skills"}, | |
| {"title":"French","text":"Reading skills"} | |
| ] | |
| }, | |
| { | |
| "title":"Other Interests", | |
| "items":[{"title":"Piano","comment":"Jazz player wannabe","text":""}] | |
| } | |
| ], | |
| "projects":[ | |
| { | |
| "title":"Commercial management system Backoffice", | |
| "company":"[AutoCiudad](https://www.autociudad.com.ar/)", | |
| "time":"2019.03", | |
| "text":"\nCommercial management backoffice for online auto-parts sale.\n", | |
| "images":[ | |
| { | |
| "src":"assets/images/autociudad/autociudad-04.jpeg", | |
| "href":"https://www.autociudad.com.ar", | |
| "title":"Autociudad Backoffice", | |
| "text":"Rich web graphics & statistics in action" | |
| }, | |
| { | |
| "src":"assets/images/autociudad/autociudad-02.jpeg", | |
| "title":"Autociudad Backoffice", | |
| "text":"Sales & cashflow libre console" | |
| } | |
| ], | |
| "sections":[ | |
| { | |
| "title":"Features", | |
| "items":"\nSocial authentication with [Google](https://developers.google.com/identity) / [MercadoLibre](https://developers.mercadolibre.com.ar/es_ar/autenticacion-y-autorizacion);\nAutomatic synchronization with Google Sheets using [API v4](https://developers.google.com/sheets/api);\nSales & cashflow live console with updated from Google Sheets and [MercadoLibre](https://developers.mercadolibre.com.ar/es_ar/gestiona-ventas);\nRich web graphics & statistics;\nFully responsive;\nAutomatic invoice generation using [AFIP API](https://www.afip.gob.ar/ws/) (Federal Administration of Public Revenue)\n" | |
| } | |
| ], | |
| "technologies":"Svelte;.NET Core;SQL Server;MercadoLibre API;AFIP api;AdminLTE 2;OIDC/OAuth 2.0" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment