Coder Social home page Coder Social logo

Hi there, I'm Angel

Systems Engineering Student at UNAH

Welcome to my GitHub, where you can find the source code for my projects. I've worked with various technologies to develop web applications.

If you're interested in learning more about my work or have any questions or suggestions, please feel free to contact me. I'm always open to new collaboration opportunities and committed to continuous improvement. Thank you for visiting my profile!

You can reach me via my email addresses:

My other social media profiles:

angeldev996 | Twitter angeldev996 | LinkedIn angeldev996 | Telegram

I'm sharing my resume or Curriculum Vitae in case you're an employer and interested in working with me. Greetings!

(Updated 2023): I am currently working as a Jr. Web Dev. 👨‍💻

I have experience working with technologies such as React, Vue, Go, MySQL, PostgreSQL, Bootstrap, Tailwind CSS, Oracle, SQL Server, and JavaScript.

Currently, I am learning and working on Fullstack Development with technologies including .NET, MS SQL Server, HTML/CSS, and JS.

A little more about me...

package main

import (
	"fmt"
)

func main() {
	person := Person{
		Name:       "Angel Valladares",
		Age:        26,
		Height:     1.80,
		Weight:     75,
		Gender:     Male,
		Skills:     []string{"Programming", "Front-End", "Back-End"},
		Hobbies:    []string{"Reading", "Listening to music", "Watching movies"},
	}

	fmt.Println("Hello, my name is", person.Name)
	fmt.Println("I am", person.Age, "years old")
	fmt.Println("I am", person.Height, "meters tall")
	fmt.Println("I weigh", person.Weight, "kilograms")
	fmt.Println("I am of the gender", person.Gender)
	fmt.Println("My skills include:", join(", ", person.Skills...))
	fmt.Println("My hobbies are:", join(", ", person.Hobbies...))
}

type Person struct {
	Name       string
	Age        int
	Height     float64
	Weight     float64
	Gender     Gender
	Skills     []string
	Hobbies    []string
}

type Gender string



func join(sep string, values ...string) string {
	return fmt.Sprint(values[0], sep, values[1:])
}

                    

💻 Tech Stack:

Go Vue.js React .Net C# CSS3HTML5 JavaScript Markdown Bootstrap NodeJS NPM TailwindCSS MySQL Postgres Figma LINUX Docker Trello Vercel MicrosoftSQLServer Visual Studio Code Git GitHub


Hobbies and Interests:

  • I enjoy running in the mornings, spending time with my family and friends, and watching TV series and movies.
  • My favorite book and movie series is Harry Potter.

  • I am a music lover, and my musical tastes lean towards Soft/Hard/Indie Rock. Some of the bands I listen to the most are The Strokes, Tame Impala, Cage the Elephant, and Arctic Monkeys.

Contact Me:

angeldev996 | Twitter angeldev996 | LinkedIn angeldev996 | Telegram


Angel Valladares's Projects

aws-panorama-samples icon aws-panorama-samples

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK

cpg icon cpg

Curso practico de go (notas)

crud icon crud

Programa simple pero completo, ejemplo de C.R.U.D hecho con Spring Framework

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.