Fermin Perdomo

Senior Full Stack Engineer | PHP | JavaScript

Posts

How to create a call me form with Laravel to send lead to Vicidial

Capture Leads in Laravel and Send to Vicidial

Let’s create a simple lead capture form in PHP and send submissions to Vicidial using:

  • 🧱 Laravel (PHP framework)
  • 📦 Composer (PHP package manager)
  • 🖥️ Vicidial (one of the best contact center software in the world)


Boosting Sales Performance: Integrating Vicidial, Salesforce, and Laravel to Optimize Your Customer Relationship Management Strategy

Imagine you have a list of customers you must call from Vicidial's campaign. How can you pass the lead from Salesforce into Vicidial?

In this tutorial, I will teach you how to sync your customers from Salesforce into Vicidial using Laravel.

From Salesforce to Laravel: A Guide to Successful Lead Management Integration

Lead management is an essential part of any business, and it's important to have a system that allows you to manage leads effectively. Many companies use Salesforce as a popular customer relationship management (CRM) software to manage their information. However, if you're using Laravel for your web development, you may wonder how to integrate Salesforce's lead management into your Laravel application.

The procrastination is real

I thought I couldn't procrastinate a couple of years ago, but this year I have been hit with the reality "The procrastination is real.". I started procrastinating, and I don't know how and when I started doing it, but I know I need to start taking action to avoid it.

Enroll in a Free Google Course in 2023: Advance Your Knowledge and Expertise!

Are you looking to enhance your skills and advance your career in 2023? Look no further! We are excited to offer a free Google course for individuals looking to learn from the best in the industry. This course will cover a range of topics, including Google tools and technologies, digital marketing strategies, and more. Whether you are a beginner or an experienced professional, you will benefit from the knowledge and expertise shared in this course. So don't wait – sign up now and take the first step towards boosting your skills and advancing your career. Don't miss out on this opportunity – enroll today!

How to Set Up a Mailing List with Laravel, Statamic, and Mailgun

This is a general outline for creating a mailing list with Laravel and Statamic using Mailgun and a service provider:

How to implement the bubble sort in PHP

What is bubble sort?

Bubble sort is a simple sorting algorithm that repeatedly iterates through an array, comparing adjacent elements and swapping them if they are in the wrong order. It is called "bubble sort" because the larger elements "bubble" to the top of the array as they are being sorted.

Learn How to Use PHP Generators for Data Iteration

A generator is a special type of function in PHP that allows you to create an iterable set of data without having to store the entire set in memory at once. This can be useful in situations where you need to work with large datasets or when you want to generate data on the fly.

Getting started with counting and sorting numbers in PHP

Have you ever needed to count the number of times each integer appears in an array? This is a common problem that can be solved using a simple algorithm. In this post, we will walk through an efficient way to solve this problem and provide sample code in PHP.

Master These Algorithms for Success in Your Software Interview

As a software developer, you know that algorithms are a crucial part of the job. They help you solve complex problems and write efficient code and are also a common topic in software interviews. If you are preparing for a software interview, it is essential to have a solid understanding of a few key algorithms and their applications.

Newer articles Older articles