Skip to content
View lmbautista's full-sized avatar
👨‍🚀
To infinity and beyond
👨‍🚀
To infinity and beyond
Block or Report

Block or report lmbautista

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lmbautista/README.md

👋  Hi there, I'm Luismi Bautista, glad to see you here

class AwesomeProfile
  def initialize(profile:)
    @profile = profile
  end

  def to_s
    ["",
     "######################################",
     "   Here we have an awesome profile!   ",
     "######################################",
     "",
     profile.map { |title, description| "#{title}: #{description}" },
     "",
     ""].join("\n")
  end


  attr_accessor :profile
end

lmbautista_profile = {
  "🤓 Full name" => "Luis Miguel Bautista",
  "🤖 Skills" => "Software engineer and technology enthusiast that enjoy learning, teaching and coding",
  "🌴 Hobbies" => "Coding, running, my family ⊂ 🦊, plants🪴 and food",
  "💻 Current role" => "Ruby backend engineer",
  "🚀 Current position" => "Currently working as Backend developer in Jobandtalent having fun with awesome challenges"
}

puts AwesomeProfile.new(profile: lmbautista_profile).to_s

⚡  Tech stack

📮  Contact

Find out more about me & feel free to connect with me here:

Pinned

  1. plantcare plantcare Public

    🪴 Taking care of your plants 💧

    SCSS 1

  2. herbo-stock herbo-stock Public

    🛍 Shopify app for HerboMadrid

    Ruby 3