Hi everyone! I'm Gift Egwuenu, frontend engineer at Passionate People and content creator based in Lagos, Nigeria. I enjoy working on the web and making it accessible to everyone and also an advocate for building open-source projects and tech communi...
Hey everyone, I have decided to make a blogging site for me. I have decided to use Gridsome for that purpose as I am a vue fan. Now, I wanted your suggestions on what should I use for managing the content, tags etc. I have thought of two options Use...
Need a regular expression that should avoid a specific string or all string which are having below mentioned symbols Special character to avoid: Colon (:) Double forward slash (//) Dot (.) Question Mark (?) Ampersand (&) Equal To (=) Single forward...
Is it possible to generate dynamic components from a JSON were they use v-bind attributes? For instance this component: <my-test-component :value="_.get(values, 'current', 0)" /> JSON: [{":value": "_.get(value, 'current', 0)"}] For "static" attribute...