Skip to content
View blondon1's full-sized avatar
💭
studying for the CEH
💭
studying for the CEH
Block or Report

Block or report blondon1

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

Bryan Londres

About me

namespace Bio
{
    public class Main
    {
        public static void Main(string[] args)
        {
            var bio = new ShowBio();
            Console.WriteLine(bio.Display());
        }
    }

    public class ShowBio
    {
        public string Name { get; set; } = "Bryan Londres";
        public string Education { get; set; } = "Junior Computer Science student at Florida International University";
        public string Experience { get; set; } = "Full Stack Software Engineer at TD | Former Software Engineer at INMYTEAM";
        public string Summary { get; set; } = "Passionate about building software to simplify everyday tasks, enhance productivity, and create enjoyable user experiences. Experienced in implementing DevOps practices, developing enterprise applications, and collaborating in Agile/Scrum environments.";
        public string Skills { get; set; } = "C#, .NET, ASP.NET, SQL, Cryptography, Encryption";
        public string Contact { get; set; } = "📫 bryanlondres5@gmail.com | www.linkedin.com/in/bryan-londres-722124234 | blondon1.github.io/";

        public string Display()
        {
            return $"Name: {Name}\nEducation: {Education}\nExperience: {Experience}\nSummary: {Summary}\nSkills: {Skills}\nContact: {Contact}";
        }
    }
}

Synthwave

You can reach me at 🌐

Angel Santiago Jaime Zavala's LinkedIn Profile Bryan Londres's Medium Profile

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


Languages

Python JavaScript Java C++ SQL Swift

Technologies

AWS Linux Spring

Full Stack Projects

Popular repositories Loading

  1. LibraryHub LibraryHub Public

    CSS 3

  2. blondon1 blondon1 Public

    My personal readme

    2

  3. StockSentry StockSentry Public

    Python 2

  4. Enigma256 Enigma256 Public

    C++ 2

  5. Python-personal-Automation Python-personal-Automation Public

    Python 1 1

  6. SocialMediaAppMERN SocialMediaAppMERN Public

    JavaScript 1