Coder Social home page Coder Social logo

data-structures-algorithms's Introduction

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: [email protected]

  • โšก 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

data-structures-algorithms's People

Contributors

jeffersongarcia15 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.