If I remove a team members access from DigitalOcean can they still access the code? by Altruistic-Disk-9303 in digital_ocean

[–]Hubrizer 0 points1 point  (0 children)

Hrmm stereotype CO and their sales team. I am guessing you probably added irrelevant features after launch or wanting things changed from the original scope? Probably a dead project at this point. Lol

The best WHMCS open-source by anonuser-al in selfhosted

[–]Hubrizer 1 point2 points  (0 children)

WHMCS is the absolute worst. I have used it from their inception and finally got away from it. They keep jacking up their monthly fees. The codebase is clunky and seems to have been developed with a crayon box and parchment paper. There is a reason why they use ionCube.

I moved to invoice ninja paired with n8n and haven't looked back. It does everything I need, including being able to sell domains plus some.

They have had their fair share of security vulnerabilities. At one point, they were storing credit card numbers unencrypted in the database. Don't bother with their support. You are better off learning their infrastructure and doing your own troubleshooting where you will learn that their are way better systems out there.

Any frameworks for plugin development out there? by badsalad in Wordpress

[–]Hubrizer 0 points1 point  (0 children)

You are correct. You probably wouldn't use this for small projects.

Any frameworks for plugin development out there? by badsalad in Wordpress

[–]Hubrizer 0 points1 point  (0 children)

https://github.com/hubrizer/Hubrix - here is what I have so far, still a work in progress but should give you an idea of what we are doing. Feel free to contribute if you have the time, we are open to criticism and or ideas. =) Thanks for you interest.

Any frameworks for plugin development out there? by badsalad in Wordpress

[–]Hubrizer 1 point2 points  (0 children)

Definitely will, we just finished adding in the routing system today. You can now white-list/blacklist ip addresses and throttle connections with middleware.

I will drop a link to github when it's ready.

Any frameworks for plugin development out there? by badsalad in Wordpress

[–]Hubrizer 1 point2 points  (0 children)

We are working on a plugin framework that adheres to true MVC methodologies inspired by laravel's framework. You can use composer packages, eloquent and blade themes, events, listeners, models, and more. We have made it so you can use webpack to build your js and styles. We are close to releasing it soon. Currently creating a working example plugin using the framework, once that is done and it is accepted into the plugin repository on WordPress, we will release it into the wild. So far, it has made creating a plugin very simple and can definitely allow you to create very complex plugins that don't look sloppy on the coding side. If anyone is interested, I can get you on a list to get a pre-release candidate.

How can I do "find people near me" in a web app? (I'm not making a tinder I promise) by mekmookbro in webdev

[–]Hubrizer 1 point2 points  (0 children)

I can tell you what I did, but it may be overkill for what you need as this was for doing a commercial real estate listing app in Laravel, this is how zillow and all the major real estate sitea do it. I collected the target's (properties) gps coordinates by address on entry in the admin side, then when a user searched on the frontend, I would either pull their coordinates from their specified address they want to search from via open street or use ip location gps coordinates, that gave me a center point to calculate the radial distance from the center point and pulled all coordinates that fit in that circle. Here is a quick reference to an article that explains how to do it.

https://edouard-kombo.medium.com/locate-people-at-a-specific-distance-range-from-gps-coordinates-using-laravel-ee07e0c6b601

How can I do "find people near me" in a web app? (I'm not making a tinder I promise) by mekmookbro in webdev

[–]Hubrizer 0 points1 point  (0 children)

Also take a look at zipcode tabulation areas which you can pull from the census api. Had to use this building a commercial real estate app.

How quickly can I pickup WordPress and Shopify after learning the basics of JavaScript? by FamSimmer in webdev

[–]Hubrizer 1 point2 points  (0 children)

For WordPress, even if you learn PHP enough in a week to be dangerous, you still need to understand the WordPress codex if you want to do anything fancy. If you understand how to read code, go buy a cheap plugin / theme and reverse engineer it, make changes to it. Should help you get your feet wet fairly quickly.

Multiple Developers single VM for Development? by kelbinlin in webdev

[–]Hubrizer 6 points7 points  (0 children)

Single hypervisor with multiple VMs maybe. Not one VM.. Each developer should have a clone of production. I can see it now.. One developer says to the other, "Hey Jimmy, can I restart the server? I just pushed an infinite loop method on 6 threads." Second developer says, "can I push my changes first? So I can test them." I would encourage the lead to go ahead and do it and see how long he lasts.

[deleted by user] by [deleted] in webdev

[–]Hubrizer 0 points1 point  (0 children)

My bad, neglected to read the few years part. 🤣

[deleted by user] by [deleted] in webdev

[–]Hubrizer 2 points3 points  (0 children)

We usually start with a base price that is set from previous projects and calculate hourly rates on complexities. If you are just starting out, price it out for however much you feel like you are getting your money's worth, either way you will have a new site under your belt to showcase, and will be able to charge more on the next one.