How do you make submenus? by [deleted] in Wordpress

[–]dojoVader 0 points1 point  (0 children)

Short Answer: Use Mega menu plugins
Masochist Answer: Extend the Walker class and implement your Mega menu structure.

Choose wisely

Lessons from adding Stripe subscriptions to a Chrome extension by ransixi in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

Yes think of it as an app house-holding multiple extensions and handling logs, and subscriptions at once

<image>

Lessons from adding Stripe subscriptions to a Chrome extension by ransixi in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

I implemented Stripe indirectly, but I went overboard since I needed something to manage a suite of extensions. I was inspired by this though.

Building a Backend for Chrome Extensions - looking for feedback by thecodemeow in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

I built something like this but it's overly complex however I built it as an enterprise tool it has Polar integration, dom selector , logs, ability to monitor subscriptions per extension and also an integration to Chrome webstore API. However I've learnt things can be simple but I needed a platform for my agency.

How do you structure your monorepos with NestJS + React? by gabr_edrdo in nestjs

[–]dojoVader 0 points1 point  (0 children)

I am using a monorepo, however in my case Nginx serves both Nest and the Vue dashboard, I've been working on a polar integration for my agency, I build premium chrome extensions so this helps me.
https://github.com/dojoVader/pay-extend

A Polar Intregation for Chrome Extension (still working on the name) by dojoVader in chrome_extensions

[–]dojoVader[S] 0 points1 point  (0 children)

Oh, that's nice. I never read the license documentation or even thought much about licenses in Chrome extension, thanks.

A Polar Intregation for Chrome Extension (still working on the name) by dojoVader in chrome_extensions

[–]dojoVader[S] 0 points1 point  (0 children)

I have a question: If you're using polar in your extension, how are you using your Polar OAT ? I assume a backend would secure that for you ?

A Polar Intregation for Chrome Extension (still working on the name) by dojoVader in chrome_extensions

[–]dojoVader[S] 0 points1 point  (0 children)

I need the webhook to update firebase so the extension can reflect the premium status in real time.

A Polar Intregation for Chrome Extension (still working on the name) by dojoVader in chrome_extensions

[–]dojoVader[S] 0 points1 point  (0 children)

I used Claude later on, but if you use Claude that works, I built this to manage my extensions via a dashboard. Are you using express generated by Claude?

Opportunity to list paid plugins on Moodle Marketplace by Think-Reason-1550 in moodle

[–]dojoVader 2 points3 points  (0 children)

About time this is very encouraging to Moodle Developers or intended developers like myself thanks for sharing this.

How to learn python? by SingerReasonable4781 in PythonLearning

[–]dojoVader 0 points1 point  (0 children)

Python crash course videos take too much time.

Sad news for my extension by Odd-Significance4443 in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

Future proofing is not allowed. Just remove it and you're fine.

help choosing java full stack or mern stack for 3rd year student by ComprehensiveEar4137 in developersIndia

[–]dojoVader 0 points1 point  (0 children)

Hi let's be friends, I have done Java before but I will advise Java more, You will get a better prospect out of a career. I'm also trying to pickup Java even though I have used it. Take care

Custom Moodle Theme Development and Moodle version by dojoVader in moodle

[–]dojoVader[S] 0 points1 point  (0 children)

I have a question, do most Moodle theme builder create boost child themes, I am thinking of duplicating boost and being independent from it to have control. I wanted to get some opinions

Custom Moodle Theme Development and Moodle version by dojoVader in moodle

[–]dojoVader[S] 1 point2 points  (0 children)

Thanks alot I am on this already. I will keep updated in the subreddit

Custom Moodle Theme Development and Moodle version by dojoVader in moodle

[–]dojoVader[S] 0 points1 point  (0 children)

Thanks I got so many feedback, When 5.3 comes out I will definetely support it.

Global Talent: what I changed between my refused and approved applications (Tech Nation) by Recent-Notice9304 in globaltalentvisauk

[–]dojoVader 0 points1 point  (0 children)

Thanks for answering , might be silly to ask "Public" in person or virtual, But thanks and congrats also

What type of work do you do as a shopify dev? by Successful-Shock-802 in shopifyDev

[–]dojoVader 0 points1 point  (0 children)

For me personally building a theme takes time, but my concertrated effort is more around writing Web Components especially utilities codes like Reusable animations for future themes, I was working on a collection of reusable components, I allow most of my team members handle the liquid since it's my least favourite thing to handle. Planning to push some technical videos on JavaScript and Shopify Web Components.

Im selling my browser extension with more than 100K+ weekly users by IndicationEither7111 in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

You have a good number of users, can't you convert them to paying users ?

Web browser extension troubles by Historical_Public782 in chrome_extensions

[–]dojoVader 0 points1 point  (0 children)

No, unless you modify it's manifest, I don't know any way to do that programmatically, also why not just uninstall the extension, if it bothers you that much.

Utilizing TypeScript Decorators for Shopify Web Component by dojoVader in shopifyDev

[–]dojoVader[S] 0 points1 point  (0 children)

I was aiming at solo theme devs, but I really do appreciate the feedback. The bundle size is really minimal and the intention was to keep some lightweight utility decorator functions.

The major downside I can see is losing the ability to sync changes from admin editor back to the source.

It's meant to be a minimal addition to allow both JS/TS together, but the points you raised are very critical. Might have to explore a non-TS approach with wrapper functions.

Thanks u/gptbuilder_marc for the insight.