Categories: Recipes

Linda’s Mini Cheesecakes

Ingredients

  • 2/3 cup Graham cracker crumbs
  • 2 tbs. butter, melted
  • 8oz. cream cheese (1 small package)
  • 1 tsp. vanilla extract
  • 1 egg
  • 1/3 cup sugar
  • a miniature muffin tin and mini muffin tin liners

Preparation

  1. Crust: combine crumbs and butter, and press into miniature muffin tins.
  2. Filling: Beat cream cheese, vanilla, egg and sugar. Pour batter into muffin tins.
  3. Assemble: Pour batter into muffin tins.
  4. Bake at 375° for approximately 12 minutes.

Serves 6 (makes 24 mini cheesecakes).

Serving Suggestions

Top each cheesecake with a small piece of fruit, e.g. a blueberry, half a cherry, etc.

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.