virginus01 - Overview

# 👋 Hi welcome, I'm Virginus Alajekwu Chinagbaogu.

- 💻 I'm a passionate software developer and coding enthusiast,
- 💞️ I love crafting innovative solutions with a focus on PHP/CodeIgniter/Laravel, Dart/Flutter, React/NextJs and more.

### 🚀 Here's a bit about me:

- 💻 I recently started contributing to open-source projects.
- 🔗 I'm also a Search Engine Optimizer (SEO), always striving to improve web visibility.

### 💬 Get in touch:

- 📧 You can reach me at info.vsolace[at]gmail.com.
import SoftwareDeveloper from 'Virginus01';
import { Languages, Frameworks } from 'Virginus01/skills';


class DeveloperBio extends SoftwareDeveloper {
  name = 'Virginus Chinagbaogu Alajekwu';
  title = 'Software Development Enthusiast';
  location = 'Remote';
}


class DeveloperSkills extends SoftwareDeveloper {
  languages = ['JavaScript', 'TypeScript', 'Dart', 'PHP', ...Languages];
  databases = ['MySQL', 'MongoDB', 'Firebase Firestore'];
  frameworks = ['React', 'Flutter', 'Next.js', 'Laravel', 'CodeIgniter', ...Frameworks];
}