Skip to content
View Neptuniam's full-sized avatar
πŸ‘¨β€πŸ’»
Working Hard
πŸ‘¨β€πŸ’»
Working Hard
Block or Report

Block or report Neptuniam

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

Hey there! πŸ‘‹

πŸ§β€β™‚οΈ My name is Liam Jones!
πŸ‘¨β€πŸ’» I'm a Web developer currently living in Calgary, Alberta.

Currently, my work and personal projects have had me focused heavily on Vue.js and Flutter and I have loved every second of it!
The personal project I'm most proud of is my personal homepage / start up page.


// A little more about me
const Liam = {
    languages: ['Javascript', 'HTML', 'CSS', 'Dart', 'PHP', 'Python', 'Java', 'C'],
    frameworks: ['Vue.js', 'Flutter', 'Laravel', 'JQuery', 'Angular'],
    tools: ['AWS', 'Ubuntu', 'Git', 'Atom', 'VScode, 'Git Kraken', 'Postman'],
    education: {
        school: 'Univerisity of Guelph',
        major: 'Honours Computer Science',
        graduated: 2020
    },
    work: [
        {
            company: 'Nobal Technologies.',
            link: 'https://nobal.tech/',
            role: 'Full Stack Web Developer',
	    stack: ['VueJS', 'Laravel']
        },
        {
            company: 'Snappy Innovations.',
            link: 'https://gosnappy.io/#/',
            role: 'Senior Software Developer',
	    stack: ['VueJS', 'Flutter', 'Angular']
        },
        {
            company: 'Yoreferee',
            link: 'https://axethrowing.org/watl',
            role: 'Frontend Developer',
	    stack: ['VueJS', 'Firebase']
        }
    ],
    passion: 'Always learning new things to take my code and general practices to the next level'
}

Feel free to read more about me at ljones.ca πŸ˜„

Pinned

  1. Personal-Homepage Personal-Homepage Public

    Custom Homepage / New Tab featuring several APIs to create a highly informative dashboard.

    CSS 2 1

  2. 134-HomepageV2 134-HomepageV2 Public

    The 134 Homepage rebuilt using Laravel and VueJs to take it to the next level. A custom startup page utilizing several APIs to create an "everything at a glance" homepage. You can request access to…

    Vue 3

  3. Neptuniam.github.io Neptuniam.github.io Public

    Online Resume and Personal Website to demonstrate my skills as a programmer. Built using basic HTML/Javascript, designed in MDB.

    JavaScript 1

  4. Dribbble-Crawler Dribbble-Crawler Public

    Web Crawler for the Dribbble top posts to streamline to Slack (ripped off: https://github.com/carterbourette/instagram-slack)

    Python 3 1

  5. Remindly-V2.0 Remindly-V2.0 Public

    Forked from GurjapSingh/Remindly-V2.0

    Open source Android app develop as a team project for a school assignment

    Java 1

  6. cipher-chat cipher-chat Public

    Encrypted chat room

    Vue