Normal view

Today — 5 June 2026posts from Frontend, drupal, Panama, reactjs, devops, selfhosted, webhosting, Wordpress, web_design, webdev, PHP, technology, ProgrammerHumor, CRM

Salesforce alternative

I’m looking for alternative for Salesforce CRM. In my current salesforce org, I had implemented customizations for accounts, opportunity, opportunity product, product, product schedules, price books, price book entry, contacts, leads, 12-15 custom objects

2 custom apps, approval process, flows, triggers, and some lwc component, validation rules were also present.

The org is for about 100+ users.

Any recommended alternatives which will have the similar capabilities to implement all the above features.

submitted by /u/Acceptable-Mind-9836 to r/CRM
[link] [comments]

I need one agency to handle our full China website build, hosting and WeChat, does that even exist?

Our current site is hosted in Europe, loads painfully slowly for anyone in mainland China and sometimes simply does not open. I have learned this is partly the great firewall and partly the lack of a local server and an ICP filing. What I really want is one team that can handle the whole package, the localization into Chinese, the China hosting, the ICP filing, and ideally the WeChat side of things too, instead of me juggling five different vendors in three time zones. A few Shanghai based agencies keep coming up that claim they do all of this end to end for foreign brands. Before I reach out to anyone, can someone recommend a studio that genuinely delivers the full China launch rather than just one piece of it?

submitted by /u/FrostAngel11 to r/webhosting
[link] [comments]

Why Would a Site Like AMC Queue Visitors Before They Even Reach the Homepage?

noticed the AMC theatres site has had queue times of over an hour today… just to get onto the homepage. That’s a bit strange right?

AMC has ~650 locations in the US. Assuming ~10 screens per location, ~5 showings per screen per day, and ~300 seats per auditorium (probably a generous estimate), that’s roughly 10 million available seats per day.

Even if site traffic is 5x higher than actual ticket sales, we’re still talking about something in the ballpark of 50 million daily visitors.

That’s obviously not nothing, but it also doesn’t seem like an absurd amount of traffic for a company this large. I’m curious what the technical/business rationale could be?

submitted by /u/u16scharpf to r/webdev
[link] [comments]

Girlfriend is currently in france struggling to access jellyfin with tailscale without buffering

hello, she has a gigabit connection , and my upload speed is fast enough to deal with it but for some reason she has 8/10 times constant issues where it buffers every second ,whether with directplay or transcoding (i can transcode at 6x the framerate of the shows so shouldnt be an issue)

can anyone recommend a way to speed up or solve this issue? it wasnt a problem till i had to reinstall jellyfin and i believe i have put all the settings back to how they were.

is there an alternative to tailscale , that is still free and maybe faster without any issues such as relaying

submitted by /u/DriverAffectionate83 to r/selfhosted
[link] [comments]

Is there a way to not duplicate de lead cards when I use other number to talk to someone inside the CRM? (using kommo)

I use the Whatsapp API for the "new leads". But whenever I need to transfer the lead to a seller, it's creating a new lead card, duplicate. Is there a way for the seller to send a message from inside the CRM and inside the lead card, only changing the number that they wanna use (a normal number, using whatsapp lite, separate from the API) and the CRM not creating a duplicate card for that person?

submitted by /u/Branseed to r/CRM
[link] [comments]

Metro y MiBus actualizará su sistema de pagos: ¿seguirá funcionando la tarjeta Metrobús?

Metro y MiBus actualizará su sistema de pagos: ¿seguirá funcionando la tarjeta Metrobús?

Los nuevos equipos están diseñados para habilitar múltiples formas de pago, entre ellas:

Tarjetas bancarias de débito.

Tarjetas de crédito.

Tarjetas prepago con tecnología EMV.

Pagos mediante códigos QR.

Aplicaciones móviles.

Tarjeta Metrobús.

Otros medios digitales que se incorporen en el futuro.

La iniciativa busca adaptar el sistema de transporte público panameño a las tendencias tecnológicas utilizadas en las principales ciudades del mundo.

Instalación comenzará en junio

SONDA explicó que los nuevos validadores deberán pasar primero por procesos de preparación y certificación de software antes de entrar en operación. Posteriormente, serán instalados de manera progresiva en los buses y Zonas Pagas de MiBus, así como en todas las estaciones del Metro de Panamá.

submitted by /u/InterestingGuy973 to r/Panama
[link] [comments]

Where modern PHP stands in 2026: deployment, architecture, typing, and concurrency

Hello everyone,

I know I'll be preaching to the choir here, but I've put together a small article rounding up the PHP advancements I find most exciting as of 2026.

It covers modern deployment (FrankenPHP, Docker), software architecture (modular monoliths, the Symfony kernel, agents), the type system and its tooling (PHPStan, PHP CS Fixer), and the state of concurrency (ReactPHP, Swoole, the True Async RFC).

Full article: https://morice.live/posts/your-next-project-will-run-on-php/

Let me know if I missed anything, or if you'd like me to go deeper on a specific topic!

submitted by /u/andre_ange_marcel to r/PHP
[link] [comments]

DevSecOps Roadmap

I’m working toward a DevSecOps role and put together this roadmap to guide my learning across cloud, security, automation, and CI/CD. Trying to be intentional about building real-world skills and projects along the way—would love feedback.


🧭 DevOps / Cloud / Security Roadmap (Phased Plan)


Phase 0 – Foundations

Linux + Bash scripting

Git + GitHub

PowerShell (Windows / AD environment)

Python (automation / scripting)

Logging (Linux syslog / Windows Event Logs)

Git commits (clear messages / branches)

Real-world Git usage (code reviews)

Pull request / branching strategies (Git flow)

Linux process management (ps / top / htop)

Linux permissions & users

Linux systemd

Linux networking tools (netstat / ss / curl / tcpdump)

👉 Milestone Project


Phase I – Identity & Access Management + Security

Active Directory

Azure AD (Entra ID)

Okta

Google Workspace

Jira / ServiceNow

IAM fundamentals

MFA + Conditional Access

Zero Trust principles

Security + certs

SC-300 cert

IAM misconfiguration scenarios (privilege escalation)

Practice logging / alerting

👉 Milestone Project

🎓 Certifications

CCNA

AZ-104 / SC-300

AZ-500

Terraform Associate

AWS Cloud Practitioner / DevOps Engineer

CKA


Phase II – Databases + Automation + IaC

PostgreSQL (queries, joins, ~150MB datasets)

pgvector (vector DB + text search)

Python (boto3, psycopg2)

Terraform (IaC fundamentals)

Store DB creds securely (no hardcoding)

Secrets management (env vars / Vault intro)

Deeper Python (clean code / advanced scripts)

Build small app (Flask / FastAPI)

Cost awareness (AWS cost elimination)

Use tags in Terraform

👉 Milestone Project


Phase III – Containers & AWS

Docker (Dockerfile / Compose)

Kubernetes (Pods / Deployments / Services)

AWS:

IAM

EC2

S3

VPC

CloudWatch

CI/CD pipeline

Least-privilege IAM roles

CloudWatch for suspicious activity

Networking Fundamentals:

DNS

HTTP / HTTPS

TLS

Load balancers (ALB / NLB)

NAT

Routing

Subnets

How traffic flows in Kubernetes

👉 Milestone Project


Phase IV – Automation & Configuration

Ansible (playbooks / roles)

Terraform + Ansible integration

Configuration drift detection

Immutable infrastructure concepts

👉 Milestone Project


Phase V – CI/CD Pipelines + DevSecOps

Jenkins / GitHub Actions

CI/CD pipelines (build → test → deploy)

Trivy (container scanning)

Snyk / Checkov / tfsec (IaC scanning)

HashiCorp Vault (secrets)

OPA / Kyverno (policy as code)

Azure Security (Defender / Key Vault)

AWS pipelines

LLM security (prompt injection / PII protection)

Pipeline Security:

Fail pipelines on vulnerabilities

Block deploys if insecure

Generate security reports automatically

Observability:

Prometheus + Grafana

Logs: ELK stack / Loki

Alerting & IR:

Alerting basics

Incident response basics

Runbooks (incident scenario → response steps)

👉 Milestone Project


Phase VI – Integration + Job Prep

3–5 portfolio projects

Practice Jira-style documentation

Combine everything:

Terraform (AWS + Azure)

Docker + Kubernetes

CI/CD pipelines

IAM

Security scanning

👉 Milestone Project


⏱️ Weekly Structure

Day 1–4: Learning + Labs

Day 5: Build project

Weekend: Documentation + GitHub


submitted by /u/AnalystFew5888 to r/devops
[link] [comments]

How are you handling AI quality checks in your deployment pipeline?

Wanted to see if anyone at a Seed - Series A startup has found success with AI eval platforms? We’re shipping new/improving existing AI features pretty regularly and our existing workflows are pretty solid except we don’t have much testing or tracing for our AI-generated outputs.

We’re find that even small prompt tweaks or swapping to the newest model can quietly break output quality in ways that don't surface until a user notices. And right now we’ve got nothing automated that catches that before it ships. I've started looking into eval checks as an actual CI step with the hopes we can block merges if outputs fall below some threshold. Obviously a lot of eval platforms out there but haven’t seen many startups our size adopting those tools yet.

Not trying to add a bunch of work to the team but just hoping to get some core testing in place.

submitted by /u/TangerineTrue8757 to r/devops
[link] [comments]

Free CRM Clean up Project

Hello, I have started an agency focusing on CRM cleanup, enrichment and scoring. I am looking to do a free service project in return for a logo and testimonial. Would any b2b folks be interested?

submitted by /u/Then_Locksmith_3310 to r/CRM
[link] [comments]

Cada 5 años repetimos el mismo experimento y esperamos un resultado diferente.

Cada 5 años repetimos el mismo experimento y esperamos un resultado diferente.

¿Qué creen ustedes?

Cada 5 años vamos a las urnas y nos quejamos de lo mismo: inseguridad, mala educación, corrupción, violencia, poco trabajo, poco dinero, etc.

Pero nadie dice nada de que son los mismos candidatos cada 5 años. O sea, otra vez Martín Torrijos, otra vez Lombana, otra vez la misma gente y los mismos partidos políticos obsoletos: RM, PRD, CD y Panameñismo.

No tenemos opciones. ¿No será mejor pensar que el sistema está comprometido y que no vamos a cambiar el destino de este país simplemente votando?

Si observas el círculo que rodea a Mulino, era prácticamente el mismo que rodeaba a Nito.

Además, en las últimas tres elecciones se escogió al presidente con alrededor del 30 % de los votos. O sea, la mayoría no votó por ese candidato. Y lo de Mulino fue un escándalo: no asistió a ningún debate, no tenía vicepresidente, y la gente votó por él porque era el ungido de Martinelli.

Todo esto carece de sentido, de integridad y resulta engañoso.

Y más aún, permitimos que aumentaran la duración del gobierno a 5 años. Antes eran 4 años; ahora son 5. ¡Imagínense! Todavía faltan 3 años de este caos.

¿Y qué hace el gobierno? Negocios. Pero adivinen: esos negocios no benefician a nadie que no tenga apellidos como Galindo, Vallarino, Alemán, Eleta, González Revilla, Balladares, Morgan, Motta, Varela o Martinelli; o sea, el Club Santa María y su comitiva.

O sea que, si no eres de ese grupo, no ves beneficios de la mina, de Río Indio, de Puerto Barú, de la Ensenada de San Carlos ni del Canal de Panamá. Gran engaño: ¿dónde está el dinero del Canal?

¿Dónde está el beneficio de los proyectos privados?

Y al final, lo único a lo que aspira el panameño es a conseguir una plaza de trabajo, que es lo que repiten como papagayos todos los que sirven a este sistema deplorable y paupérrimo.

submitted by /u/hojaldreconsalchicha to r/Panama
[link] [comments]

Question for the founding fathers

CRM founders (people actually running and supporting production platforms), what feature ended up being far more important than you expected?

I've spent a lot of time talking with service businesses, and it's interesting how often the things founders think are important differ from what customers actually use every day.

For example, I originally expected reporting and analytics to be a major selling point.

Instead, I keep hearing more about dispatching, technician communication, appointment management, customer self-service, and simply getting invoices paid faster.

What's surprised me most is that many customers don't seem to care how sophisticated the system is under the hood. They care about whether it removes friction from their day.

I'm specifically interested in hearing from founders, operators, and people responsible for maintaining real-world CRM deployments—not just building demos or prototypes.

What feature ended up driving adoption, retention, or customer satisfaction that you didn't initially think would matter?

And conversely, what feature did you spend months building that customers barely cared about?

submitted by /u/ChameleonCRM to r/CRM
[link] [comments]
❌
❌