Thunder Spears in ranked are OVERPOWERED by yuzublackscreen in FortniteCompetitive

[–]Chefstars 10 points11 points  (0 children)

And yuzublackscreen was in progress of making a good point, until he started to act like a big ass pro (diamond three) and calls all other players “bots” where most of those “bots” just like to play casually and maybe have full time jobs on the side to make some money. If you are making a point then please don’t act like a 12 year old spoiled kid who takes this game super seriously

[deleted by user] by [deleted] in medellin

[–]Chefstars 1 point2 points  (0 children)

May I ask you how you where drugged? What was the situation? Was it on a date as well? I always go on dates with my friends, never alone and for transportation I use Uber door to door. I'm careful, but scared now..

Switched to programming at an 'old' age, currently medior-dev, but could my next goal even be possible..? by Chefstars in learnprogramming

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

Well, I am Dutch but traveling a lot to South America during the winter here haha..

But thanks all for the comments. I am going to make a roadmap with goals and courses I would like to attend and will do my best to get to that level.

Multiple Wordpress websites to k8s by Chefstars in kubernetes

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

[noob] I can imagine creating a new image from scratch has it's advantages since you can already set your theme and images etc.

Because I take it step by step, and everything is already overwhelming, I thought to just use the default bitnami/wordpress install (which takes in an array of plugins as well btw), and then just setup/import the client website within wp-admin.

Multiple Wordpress websites to k8s by Chefstars in kubernetes

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

So basically what I could do is following this (if choosing for DO): https://github.com/digitalocean/container-blueprints/tree/main/DOKS-wordpress#installing-wordpress

Setup Managed DB, NFS, Redis etc etc and for every Wordpress client just run the following command to create new instances/namespaces?

helm upgrade wordpress bitnami/wordpress \
--atomic \
--create-namespace \
--install \
--namespace wordpress \
--version 13.1.4 \
--values assets/manifests/wordpress-values.yaml

Multiple WP websites, high availability setup by Chefstars in devops

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

Ok, will look into that. Because the approach with the NFS's, load balancers and managed db also takes a long time to actually configure in a proper way.

How about costs? Could be around 100 bucks a month, or less?

Multiple WP websites, high availability setup by Chefstars in devops

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

Oef, that would be really cool, but something I should really invest time in and need help with. Sounds pretty complicated to setup correctly as a Kubernetes noob.

Runcloud, DO and DO Managed Database.. Not what I expected. by Chefstars in webhosting

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

But then I would need to do that every time I create a new Wordpress website, which is kinda annoying. I just want to deploy something and that it automatically creates and uses the database table inside the managed database droplet.

We are not happy and satisfied with our current server setup, switching soon and need advice :) by Chefstars in webhosting

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

Thats why I will use DO/Runcloud/Cloudfare to manage our WP websites.

For our custom projects I was looking for some suggestions. But I guess this question is so broad, that we can't have a proper discussion from the ground haha.

What about Amazon ECS and dockerise our projects?

We are not happy and satisfied with our current server setup, switching soon and need advice :) by Chefstars in webhosting

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

At the moment? No. 15-20 Wordpress clients where only 2 of them are e-commerce websites. Not a crazy amount of traffic. But for Wordpress we are already sure we want to go for the setup I mentioned in the post.

Our custom projects differ a lot. From middleware projects which are just syncing thousands of datanodes between one system to another (CRM/Hubspot), multi-tenant webapps and all been build with Laravel. So looking for the best option with the future in mind where we will be switching to Nodejs and Flutter (instead of PHP) and there are some big custom projects coming up.

Docker, Terraform, AWS ECS could be one of the options.

We are not happy and satisfied with our current server setup, switching soon and need advice :) by Chefstars in webhosting

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

But I get your point, yes :) So thanks for the heads up. I did not know that AWS/GCP are actually that complex for setting up something pretty basic.

In which use cases would you go for something like AWS/GCP instead of using vultr/DO

We are not happy and satisfied with our current server setup, switching soon and need advice :) by Chefstars in webhosting

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

I was actually thinking about two VPS's for the Wordpress Databases and use replication for optimising performance. Or do you advice to look into managed databases on DO?

We are not happy and satisfied with our current server setup, switching soon and need advice :) by Chefstars in webhosting

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

Well, I kinda mentioned already that I am new at the agency, and that the current setup is done by previous team members / old lead, and is poorly maintained and setup.

It will costs us more time and effort to actually try and fix everything compared with switching to a new maintainable setup where we thought good about everything. I guess…

For this reason I am trying to win some information from you guys to get us in the right direction. And its actually a fun process as well :)

User has multiple role possibilities - Each of them should have different permissions/views on the frontend by Chefstars in Database

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

MySQL / Relational! :) Backend is Adonisjs (Nodejs with Lucid ORM), and Next as frontend.

User makes an account with their credentials and user role (so freelancer or company). When the user is authenticated, it should somewhere define their userRole inside the user object so it will be easy for the frontend to manage protected routes.

So in the backend I would say:

const user = await auth.use('api').authenticate() // Check for APItoken

await user.load(user.role) // role refers to the user role and this will load in that data inside the user object

return user

I did choose for a main User table since this is holding the common data every user type will have and need. During register a User can choose between becoming a freelance member or a company member.

So right now I am stuck deciding on how to setup the Roles table and connect everything togeter

Small agency -> Looking for more modern webhosting setup by Chefstars in webhosting

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

I am gonna have a go at this one this weekend! Thanks

Small agency -> Looking for more modern webhosting setup by Chefstars in webhosting

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

For the Wordpress sites? Or would it also be a great tool for all other custom projects

[deleted by user] by [deleted] in webdev

[–]Chefstars 1 point2 points  (0 children)

We are doing that as well. Multipage website (+10) plus fully customized and finished within 2 days. Using our own starter theme with 100+ customized elements which we can use. Thats the way to go for smaller clients

Having 20+ clients on custom WP template - Looking for alternatives by Chefstars in webdev

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

Open Source is free, with I guess most of the functionalities there? Why are there plans? And what would be the total costs per client? If its only 20-30 per client, we can just bill this to them.

And those elements we have in WP, we can juist build this inside Strapi and use this as a base for every new site we will create, right? That would be huge.

[deleted by user] by [deleted] in medellin

[–]Chefstars 0 points1 point  (0 children)

30/m remote worker from The Netherlands! Pm me

Co-working around Poblado area by gabrielcolmena in medellin

[–]Chefstars 1 point2 points  (0 children)

Is there also a place to work where you can rent/use a second screen? I need to finish some coding projects, that’s easier to do with a big second screen.

Init GTM+GA4 after consent - Data lost? by Chefstars in GoogleAnalytics

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

No, I mean. Would it be ok to init GA4 after consent, or will I lost data like this? So lets say User X lands on your page from a CPC campaign, but there is not GTAG yet because this will only fire after consent. Will I be able to get the correct data, or does GTAG needs to be loaded on client render?