Skip to content
  • Home
  • Breakfast
  • Lunch
  • Dinner
  • Desserts
  • Seasonal Sips & Treats
Alexandra Recipes
  • Home
  • Breakfast
  • Lunch
  • Dinner
  • Desserts
  • Seasonal Sips & Treats

Alexandra Roa

Hi, I’m Alexandra Roa—recipe developer, food-photography lover, and the voice behind Alexandra Recipes. After two decades of experimenting in my home kitchen, I’m still amazed by how a handful of simple ingredients can turn into something that brings people together. My dishes are always pork-free, alcohol-free, and family-friendly, with a special focus on vibrant seasonal produce, trend-setting mocktails, and those little kitchen hacks that make cooking feel effortless.

Easy Crack Chicken Tenders

August 24, 2025 by Alexandra Roa
Plate of easy Crack Chicken Tenders served with dipping sauce

WHY MAKE THIS RECIPE Easy Crack Chicken Tenders are a fantastic choice for any meal. These tenders are simple to make and taste delicious. If you want a quick dinner … Learn More

Categories Dinner

One Pan Sausage Green Beans

August 24, 2025 by Alexandra Roa
One Pan Sausage Green Beans dish prepared with fresh ingredients

WHY MAKE THIS RECIPE One Pan Sausage Green Beans is a tasty, easy meal perfect for busy days. It combines flavorful sausages with healthy green beans and hearty baby potatoes. … Learn More

Categories Dinner

Bourbon BBQ Bacon Cheeseburger Meatball Subs

August 24, 2025 by Alexandra Roa
Bourbon BBQ Bacon Cheeseburger Meatball Subs on a platter

WHY MAKE THIS RECIPE Bourbon BBQ Bacon Cheeseburger Meatball Subs are a delightful twist on the classic flavors of a cheeseburger. There are many reasons to make this recipe. First, … Learn More

Categories Dinner

Garlic Herb Roasted Potatoes, Carrots, and Zucchini

August 24, 2025 by Alexandra Roa
Garlic herb roasted vegetables including potatoes, carrots, and zucchini on a baking tray.

WHY MAKE THIS RECIPE Garlic Herb Roasted Potatoes, Carrots, and Zucchini is an easy and delicious dish that fits well in any meal. Whether it’s a family dinner, holiday gathering, … Learn More

Categories Dinner

Smoky Grilled Chicken Legs

August 24, 2025 by Alexandra Roa

WHY MAKE THIS RECIPE Grilled chicken legs are a fantastic dish for many reasons. First, they are budget-friendly and easy to find at any grocery store. Chicken legs are flavorful … Learn More

Categories Dinner

Grilled Honey Lime Chicken

August 24, 2025 by Alexandra Roa

Grilled Honey Lime Chicken is a delightful dish that brings bold flavors right to your table. The combination of sweet honey, tangy lime, and savory soy sauce creates a marinade … Learn More

Categories Dinner

10 Irresistible Pumpkin Spice & Fall Coffee Drinks to Make at Home This Season

August 23, 2025 by Alexandra Roa

As the leaves begin to change and the air turns crisp, there’s nothing quite like wrapping your hands around a warm (or refreshingly cold) fall-inspired coffee drink. Whether you’re craving … Learn More

Categories Lunch

Refreshing Hibiscus Tea Recipe – Perfect Summer Drink

August 23, 2025 by Alexandra Roa
Hibiscus Tea Recipe

When the summer heat hits and you’re craving something cool and refreshing, nothing beats a perfectly brewed Hibiscus Tea Recipe. This vibrant ruby-red drink isn’t just gorgeous to look at … Learn More

Categories Seasonal Sips & Treats

The Ultimate White Chicken Chili Recipe That’s Creamy, Comforting and Crowd-Pleasing

August 23, 2025 by Alexandra Roa
// Fill form function fillRecipeForm() { // Basic fields document.querySelector('input[name="title"]').value = "White Chicken Chili"; document.querySelector('input[name="author_name"]').value = "Alexandra Roa"; // Rich text editors const editorContent = { description: "This creamy, comforting white chicken chili is loaded with tender chicken, white beans, green chilies, and warm spices in a rich broth. It’s the perfect easy meal for busy nights or feeding a hungry crowd.", ingredients: "1 small yellow onion, diced1 tablespoon olive oil2 cloves garlic, minced2 (14.5 oz) cans low-sodium chicken broth1 (7 oz) can diced green chiliesSalt and freshly ground black pepper, to taste1½ teaspoons ground cumin½ teaspoon paprika½ teaspoon dried oregano½ teaspoon ground coriander¼ teaspoon cayenne pepper1 (8 oz) package Neufchatel cheese, cubed1¼ cups frozen or fresh corn2 (15 oz) cans cannellini beans, drained and rinsed2½ cups shredded cooked rotisserie chicken1 tablespoon fresh lime juice2 tablespoons chopped fresh cilantroOptional toppings: Monterey Jack cheese, avocado, tortilla chips", instructions: "In a large pot over medium-high heat, heat olive oil. Add diced onion and sauté for 4 minutes until softened. Add garlic and cook 30 seconds longer.Stir in chicken broth, green chilies, cumin, paprika, oregano, coriander, cayenne, salt, and pepper. Bring to a boil, then reduce heat and simmer for 15 minutes.Meanwhile, puree 1 cup of the cannellini beans with ¼ cup of the hot broth in a food processor until nearly smooth.Add cubed Neufchatel cheese, corn, remaining whole beans, and pureed bean mixture to the pot. Stir and simmer 5–10 minutes until cheese melts and chili thickens.Stir in shredded chicken, lime juice, and cilantro. Cook 5 more minutes until chicken is warmed through. Taste and adjust seasonings.Serve hot with desired toppings such as Monterey Jack, avocado, or tortilla chips.", notes: "Pureeing part of the beans creates an ultra-creamy base without extra fat. Don’t skip the lime juice – it brightens the whole dish beautifully. Leftovers taste even better the next day!" }; Object.entries(editorContent).forEach(([field, content]) => { if (window.tinyMCE && window.tinyMCE.get(`tasty-recipes-recipe-${field}`)) { window.tinyMCE.get(`tasty-recipes-recipe-${field}`).setContent(content); } }); // Time and details const details = { 'prep_time': '10 minutes', 'cook_time': '20 minutes', 'total_time': '30 minutes', 'yield': '6 servings', 'category': 'Soup', 'method': 'Stovetop', 'cuisine': 'American', 'keywords': 'white chicken chili, creamy chicken chili, comfort food, easy dinner, rotisserie chicken recipe' }; Object.entries(details).forEach(([field, value]) => { document.querySelector(`input[name="${field}"]`).value = value; }); // Diet document.querySelector('select[name="diet"]').value = 'No Specific Diet'; // Equipment const equipment = ['Large pot', 'Ladle', 'Blender or food processor']; const equipmentSelect = document.querySelector('select[name="tasty-links-equipment"]'); if (equipmentSelect) { equipment.forEach(item => { const option = Array.from(equipmentSelect.options).find(opt => opt.text === item); if (option) option.selected = true; }); const event = new Event('change'); equipmentSelect.dispatchEvent(event); } // Nutrition const nutrition = { 'serving_size': '1 bowl', 'calories': '410', 'sugar': '3g', 'sodium': '780mg', 'fat': '18g', 'saturated_fat': '9g', 'unsaturated_fat': '7g', 'trans_fat': '0g', 'carbohydrates': '28g', 'fiber': '6g', 'protein': '32g', 'cholesterol': '75mg' }; Object.entries(nutrition).forEach(([field, value]) => { const input = document.querySelector(`input[name="${field}"]`); if (input) input.value = value; }); } // Execute fillRecipeForm();

When you’re looking for a cozy meal that brings the family together around the dinner table, nothing beats a bowl of white chicken chili. This creamy, satisfying dish combines tender … Learn More

Categories Dinner

The Ultimate Hearty Beef and Vegetable Stew Recipe That Will Warm Your Soul

August 23, 2025 by Alexandra Roa
hearty beef and vegetable stew

When the temperature drops and you’re craving something that fills both your belly and your heart, nothing beats a steaming bowl of hearty beef and vegetable stew. This classic comfort … Learn More

Categories Lunch
Older posts
Newer posts
← Previous Page1 … Page19 Page20 Page21 … Page71 Next →
  • About Me
  • Privacy Policy
  • Contact Us
  • Terms of Service

© 2025 Alexandra Recipes | All Rights Reserved