Categories: Recipes

Elana’s Almond Cake

Ingredients

  • 4 eggs, separated
  • ¾ cup sugar (¼ cup + ½ cup)
  • 1 tube (7+ oz.) almond paste, chilled
  • 1¼ cups melted butter, warm
  • 1 tsp. almond extract
  • 2 cups flour
  • ¼ tsp. salt

Preparation

*** PREHEAT OVEN to 350° ***

  1. Preheat oven to 350°.
  2. Grate the chilled almond paste into a bowl.
  3. Pour the warm melted butter over the almond paste. Mix with a fork or electric mixer until smooth and set aside.
  4. Beat egg whites with ¼ cup sugar until stiff peaks form, and set aside.
  5. Add remaining ingredients (including egg yolks) to almond paste mixture, and beat until well-blended.
  6. Fold egg whites into almond mixture, 1/3 at a time.
  7. Pour batter into a greased 7×11″ pan.
  8. Bake at 350° for 40 minutes, or until golden.
sara

Share
Published by
sara

Recent Posts

Python 3 Rounding Surprise

I discovered this subtle change when one of my unit tests mysteriously failed once I…

5 years ago

Python 3 Exception Chaining

Exception chaining solves two problems in Python 2. 1. Swallowed Exceptions If, while handling exception…

5 years ago

Safe Password Storage – How Websites Get It Wrong

Here's the recording of my talk "15 minutes w/ Beeswax: Safe Password Storage - How…

5 years ago

Python at Scale: Concurrency at Beeswax

My presentation from the NYC Python Meetup: Python at Scale; Concurrency at Beeswax. Concurrent Python…

6 years ago

Python Dependencies The Right Way

My BazelCon 2019 lightning talk, Python Dependencies The Right Way*, has been posted. Please excuse…

6 years ago

Python 3 f-strings

One of my favorite features of Python 3 is f-strings (Formatted String Literals). Each of…

6 years ago

This website uses cookies.