Skip to content
View JeffersonGarcia15's full-sized avatar
  • Houston, Texas

Block or report JeffersonGarcia15

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
JeffersonGarcia15/README.md

164337153-276020244030048-3153008649284043881-n

class SoftwareEngineer:

    def __init__(self):
        self.name = "Jefferson Lopez Garcia"
        self.role = "Software Engineer"
        self.language_spoken = ["es_ELSL", "en_US", "pt_BR"]

    def say_hi(self):
        print("Hope you find my work to be interesting.")


jeff = SoftwareEngineer()
jeff.say_hi()
package main

import "fmt"

type User struct {
	Id              	int
	FirstName		string
	LastName		string
	Location 		string
	PLanguages 		[]string
	Databases 		[]string
	FrameworksLibraries 	[]string
}

func (u *User) Greetings() string {
	return fmt.Sprintf("Hi, I am %s %s, from %s. My top programming languages are %s, my most used databases are %s, and my most used frameworks and libraries are %s",
		u.FirstName, u.LastName, u.Location, u.PLanguages, u.Databases, u.FrameworksLibraries)
}


func main() {
	jeff := User{}
	jeff.FirstName = "Jefferson"
	jeff.LastName = "Lopez Garcia"
	jeff.Location = "Texas"
	jeff.PLanguages = append(jeff.PLanguages, "Python", "JavaScript", "Golang")
	jeff.Databases = append(jeff.Databases, "PostgreSQL", "MongoDB")
	jeff.FrameworksLibraries = append(jeff.FrameworksLibraries, "React", "Redux", "NextJS", "Express", "Flask", "Django")
	fmt.Println(jeff.Greetings())
}

Here is what I'm working on! 👋

  • 🔭 I’m currently working on finding a job as a software engineer, and a Twitter clone using Golang and mongodb with React. LinkedIn

  • 📫 How to reach me: jeffersongarcia1599@gmail.com

  • ⚡ All my projects are available at: portfolio

    GIF

GitHub Streak

🧰 Languages and Tools:

Python Javascript VS Code HTML5 CSS3 Node Mocha Chai Express Material Ui Heroku AWSS3 Flask Docker React NextJS Redux Django Postman Pug SQL" PSQL Mongo Golang

Anurag's GitHub stats

Top Langs

trophy

Pinned Loading

  1. Astrogram Astrogram Public

    An Instagram clone for AstroPhysics related topics

    Python

  2. UniverseJF UniverseJF Public

    JavaScript 2

  3. Twitter-Clone Twitter-Clone Public

    Go 1

  4. jdaniel01/ddiy-overflow-clone jdaniel01/ddiy-overflow-clone Public

    JavaScript 8

  5. Data-Structures-Algorithms Data-Structures-Algorithms Public

    Python 4

  6. RawaMem/RealBnb RawaMem/RealBnb Public

    An AirBnb clone

    JavaScript 4