Hello World!

Hey there!

I'm thrilled to introduce myself as a software developer bursting with enthusiasm to dive into the world of cutting-edge, next-gen software applications. With a knack for problem-solving and logical thinking, I'm always up for a challenge and can't wait to contribute to the ever-evolving tech landscape.

My journey in the tech realm began fueled by a deep-rooted love for unraveling complex problems and a relentless curiosity about how things tick. It's in this dynamic field that I get to unleash my creative thinking, logical prowess, and insatiable hunger for learning and building cool stuff.

But hey, life's not all about code and DSA! Outside of work, you'll find me grooving to some tunes or experimenting in the kitchen, perfecting my culinary creations. Oh, and did I mention my love for horror? There's something about a good scare that gets the adrenaline pumping! And of course, you can't forget about gaming – whether it's surviving a zombie apocalypse or solving puzzles, count me in!

Now, I'm not just about serious tech talk – I also have a soft spot for corny jokes. Here's one for you:

Why don't programmers like nature? It has too many bugs! 🐛

And speaking of bugs, have you heard about the computer that fell out of the tree? It had a bad branch prediction! 🌳

So, if you're passionate about tech, enjoy a good scare, or simply want to swap recipe recommendations and cheesy jokes, I'm all ears! Let's connect and make some magic happen together. 😊✨

Resume

my resume

Certifications

Accreditations

Personal
Development

Teamwork Skills: Communicating Effectively in Groups
Teamwork Group Communications Course Certificate

Verify this course here.

Emotional Intelligence: Cultivating Immensely Human Interactions
Emotional Intelligence Course Certificate

Verify this course here.

Projects

Personal Website

Well, well, well. Would you look at that? Congratulations, you're already on one of my projects! This website was created to not only allow others to get to know a bit more about me, but also to practice and brush up on my web building skills. I've transformed a generic template into something completely my own.

Skills: HTML, CSS, JavaScript, Bootstrap, Git, Github

Sugar.me

picture of sugar.me

This project was inspired by my love for that sweet, sweet moolah. It's a simple project using React to build an app that allows users to easily send money to yours truly by creating a user interface, and implementing a payment gateway utilizing the developer SDK for Paypal. This project is purely for fun and is a work in progress!

Skills: HTML, CSS, JavaScript, React, Paypal Developer SDK, Git, Github

Screen Recorder Extension

picture of extension

This project was actually done as a freelance project. It's a chrome extension that allows for unlimited screen recording, while utilizing the Chrome Drive API, and end to end encryption for the users data protection. A project link will be provided once the client gives the okay to share... and I remember to update the site, haha.

Skills: JavaScript, HTML, CSS, Chrome APIs, Google Cloud Platform, OAuth 2.0, WebRTC

What's next for me?

I'm always looking for a cool projects to get involved in, but I still enjoy personal projects to wind down before bed (or rather keep me up before bed am I right lol). I've been creating a blockchain based platform that allows school enrollment to be a one-time thing. This is the most intense and time consuming projects I've attempted thus far, but I'm buckling up for the ride, baby!

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';