Skip to content
View IsraelTeo's full-sized avatar

Block or report IsraelTeo

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

Israel Juárez (backend developer)

About me

package main

import ( "fmt" )

func main() { for key, value := range getBio() { fmt.Println(key + value) } }

func getBio() map[string]string { bio := make(map[string]string) bio["Bio:"] = "Hello! I am Israel, a passionate Software Engineering university student with a self-taught interest and experience in developing server-side (backend) projects using Go and Java/Springboot-oriented technologies." bio["- 🔭 I am currently working on: "] = "I am a freelance developer until I have the opportunity to contribute my knowledge and skills to a company" bio["- 💬 Ask me about: "] = "Go and SpringBoot!" bio["- 📫 How to reach me: "] = "Linkedin: Israel Juárez Guillermo" return bio }

You can reach me at 👽

Angel Santiago Jaime Zavala's LinkedIn Profile

My stack 👨‍💻

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

AnhellO :: StackShare


Credit: AnhellO

Last Edited on: 23/09/2020

Popular repositories Loading

  1. IsraelTeo IsraelTeo Public

  2. store-api store-api Public

    An API to simulate the system that manages products, sales and customers of a store or small business.

    Java

  3. maker-product-api maker-product-api Public

    An API to simulate the crud of the manufacturers with their products.

    Java

  4. api_golang api_golang Public

    My first API REST with Golang!

    Go

  5. microservice-products microservice-products Public

    Microservice that represents the products of an online appliance store.

    Java

  6. microservice-sales microservice-sales Public

    Microservice that represents sales in an online appliance store.