Skip to content
View angeldev96's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Highlights

  • Pro
Block or Report

Block or report angeldev96

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

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


Pinned Loading

  1. tailwind-aspdotnet tailwind-aspdotnet Public

    Adding Tailwind in ASP.NET 6 MVC

    C# 102 13

  2. mail-indexer mail-indexer Public

    Email indexer using ZincSearch

    Vue 1

  3. CoffeeInspector CoffeeInspector Public

    Python

  4. FinanceRiskSegmenter FinanceRiskSegmenter Public

    Jupyter Notebook