Skip to content

Instantly share code, notes, and snippets.

View anyelopetit's full-sized avatar
🏠
Working from home

Anyelo Petit anyelopetit

🏠
Working from home
View GitHub Profile
@anyelopetit
anyelopetit / cover-letter.md
Last active February 26, 2020 22:03 — forked from ivoputzer/cover-letter.md
cover letter

Cover Letter

Hello there! My name is Anyelo and I am a Venezuelan Ruby on Rails Developer with 4+ years of experience who loves coding and solving problems in a simple yet creative fashion. During my years of web development I have grown a strong passion for backend development which led me to a good understanding of its underlaying technologies. I love hacking the hell out of web apps and getting a grasp of cutting edge technologies in order to keep up with time and deliver the best user experience possible optimizing database queries.

I'm a software developer enthusiastic of writing clean, elegant, efficient and accessible code in a functional framework using Rubocop's style guides, specialized in solving large-scale logical problems through code, also refactoring code for future project maintenance and scalability. Throughout my career as a software developer I have worked on large-scale projects using effective design patterns like Agile and SCRUM development methodologies.

I have experience in rela

@anyelopetit
anyelopetit / google_map.js
Created January 27, 2020 19:24
Google Map script with places autocomplete field
var gMapObj = gMapObj || {};
var gMapObjMarker = gMapObjMarker || {};
var map = null;
var marker = null;
var afterGmapLoaded = function(){
function setMap(lat, lng) {
map = new google.maps.Map(document.getElementById("account_latitude_longitude"), {
zoom: 14,