About Me

Hi 👋, I'm NGUYEN NGOC MINH HOANG

A passionate full-stack developer from VIETNAM

Exploring Technology with David Nguyen

Welcome aboard this exhilarating journey through the ever-evolving landscape of technology. 🚀

As a passionate tech enthusiast and coder, I invite you to join me in this captivating expedition to uncover the latest trends, innovations, and possibilities in the world of tech.

Through insightful articles, coding experiments, and tech-savvy guides, we'll navigate through the digital realm and embark on thrilling discoveries together.

Whether you're a seasoned tech veteran or a curious beginner, let's embrace the endless potential of technology and embark on this exciting adventure as one united community of tech explorers.

Together, we'll unlock new horizons and embrace the transformative power of technology. 💡

Welcome aboard! 🌟

hoangsvit

metrics.plugin.languages.svg

metrics.plugin.activity.svg

metrics.plugin.people.followers.svg

metrics.plugin.isocalendar.svg

metrics.plugin.achievements.compact.svg

metrics.plugin.wakatime.svg

Facebook: https://www.fb.me/hoangsvit/

Email: contact@eplus.dev

image.png

<?php

namespace David;

class About extends Me
{
    public function getCurrentWorkplace()
    {
        return [
            'workplace' => [
                'company' => 'Vina Payroll Outsourcing',
                'position' => 'Software Engineer Developer'         
            ]
        ];
    }

    public function getDailyKnowledge()
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            Nuxtjs::class,
            Quasar::class,
            TailwindCss::class,
            Aws::class,
        ];
    }

    public function getFutureGoal()
    {
        return 'To contribute to open source.';
    }
}