Giter VIP home page Giter VIP logo

factory's Introduction

343440

HOME    JOURNAL    PROJECTS

I’m obsessed with autumn, but my geographical location does not allow me to experience it.

About

I am the author of Mecha: A tiny web content management system written in PHP built to thrive and evolve. You can contact me via Upwork or post an issue/discussion on my bounty program to make a contract for making specific niche web sites built on top of Mecha. Apart from that, I am used to working on any web projects under LAMP stack and working on any JavaScript-based widgets for the web with the help of Node.js if necessary. Please coordinate with my associations if you are interested, or contact me directly (according to my preference) if the project is quite simple and easy to complete within 3 days for a week.

I am currently working actively as a Registered Nurse and can only work freelance for approximately 3 hours every day. I am comfortable with projects that can be completed within 1 month. With such a limited working time, a project with fixed price is more desirable at this time.

My communication preference is via text message. You can request my screen videos while I’m working if needed.

Statistic 1 Statistic 2

Desk

factory's People

Contributors

taufik-nurrohman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

factory's Issues

Could Not Resolve Relative Import

import foo from './foo.mjs'; // Error: Could not resolve './foo.mjs' from virtual:entry'
import foo from 'a-valid-npm-package-name'; // Works just fine!

Fixed this way, but relative imports need to be written like other NPM module names (which is ugly and may cause conflict with the existing NPM module names):

// Before
resolve()

// After
resolve({
    moduleDirectories: ['node_modules', args.from]
})
import foo from 'foo'; // Works just fine!
import foo from 'a-valid-npm-package-name'; // Works just fine!

Source:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.