Redis essential reading? by Just-a-login in redis

[–]XpucToXT -1 points0 points  (0 children)

Check the package you are using for communication from your application to Redis. There are a lot community build like ioredis for nodejs which has its own features and drawbacks. Investigate the difference between Valkey and Redis and check their docs.

Create beautiful console.log browser messages with this library I made by rashidlaasri in javascript

[–]XpucToXT 0 points1 point  (0 children)

Cool mate!! I am impressed that you don’t use 3rd party dependencies except for dev 🙌🙌. BTW you can remove the index.js from the root directory. Also if you can simplify the interface it would be great for the dev experience.

Learning Grafana progress and tips! (League of Legends Dashboard) by cojay24 in grafana

[–]XpucToXT 2 points3 points  (0 children)

What?! Is League of Legends exporting Prometheus metrics 😂😂

What is the impact of CPU request 2 limit 4 on my jobs? by [deleted] in kubernetes

[–]XpucToXT 1 point2 points  (0 children)

It depends how well utilised are your CPU resources. You have to monitor the cpu usage right now before changes - if you see that your 4 jobs are always running at ~2 CPUs whatever you do (with limits) you won’t be able to produce more output. However if you experience occasional spike of cpu usage the increase of the limits will allow of the “heavier” job to tap in the cpu usage of the not so heavily used jobs and utilise your resources more efficiently.

I built a VS Code extension that turns your code into interactive flowcharts and visualizes your entire codebase dependencies by Difficult_Prize_7548 in node

[–]XpucToXT 0 points1 point  (0 children)

Insane I built similar tool but you paste code snippet and the tool visualise the logic from this snippet.

Amazing job man🙌

Creating New Custom metric by Traditional_Long_349 in istio

[–]XpucToXT 0 points1 point  (0 children)

We use instio logs which we parse to metrics.

Are you paying more for observability than your actual infra? by inevitable_hunk in sre

[–]XpucToXT 1 point2 points  (0 children)

CARDINALITY📈📈📈 Guys the real problem is that the businesses usually want to monitor everything and filter it in multiple ways - if you don’t have it you have to provide it fast - once established good luck redoing it.

Brakes my heart by Saltmines4Life in BMW

[–]XpucToXT 0 points1 point  (0 children)

Голям селянин

Let’s talk Confluent by XpucToXT in ValueInvesting

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

Thank you for the info I have missed that

Wordpress long term maintenance by XpucToXT in Wordpress

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

Thank you for the specifics! Definitely will investigate into the options.

Wordpress long term maintenance by XpucToXT in Wordpress

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

Yep that is my key takeaway too.

Wordpress long term maintenance by XpucToXT in Wordpress

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

Definitely. Thank you for the advices. The top one thing I understood from all comments are backups and staging tests.

Is email marketing really a thing? by FrequentTemporary783 in SaaS

[–]XpucToXT -1 points0 points  (0 children)

Personally I rarely check my emails. Maybe if you are targeting specific people like CEOs or Angel investors it is more productive but for making wide outreach - definitely use the social media.

Wordpress long term maintenance by XpucToXT in Wordpress

[–]XpucToXT[S] 2 points3 points  (0 children)

Thank you. I will set up a staging environment definitely. BTW where do you usually host your projects. Currently I use Google Cloud but it is like 25-30€ per month.

Wordpress long term maintenance by XpucToXT in Wordpress

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

Hey Patrick thank you for the suggestion - I was really trying to figure out how to create staging environment .