Book Review: I Don’t Know Who I Am Anymore
I Don’t Know Who I Am Anymore is an ideal book for someone who feels confused and hurt after trauma. Here’s my book review.
Book Review: I Don’t Know Who I Am AnymoreI have had a Job-like nuclear reboot since 2022 like Carole Holiday recounts in her new book, I Don’t Know Who I Am Anymore.
She writes about her life meltdown with beautiful lyricism and picturesque metaphors.
The joy of food carried her through hard times, and she graciously shares recipes as well as trial-tested wisdom and affirmation like this one:
It’s a book about grieving what you lost, rediscovering your true identity in Christ, and recycling the pain to help others – that’s all exactly what I am trying to do now, and Carole is inspiring me.
I only wish this book had been available last year when things were so very hard for me. As I continue to process my trauma now, this book is a godsend at just the right time.
If you are looking for that kind of encouragement, don’t hesitate to get this lovely book HERE.
Also, here is my favorite quote from the book:
I Don't Know Who I Am Anymore is a new memoir that will strengthen your faith in hard times. #idontknowwhoiamanymore #christianbook
Click To Tweet
Book Review: I Don’t Know Who I Am Anymore
If you liked this post, I would appreciate your shares on social media!
If you make a purchase from any of the links on this post, I receive a small commission at no additional cost to you. Thank you for your support!
amzn_assoc_placement = "adunit0";amzn_assoc_tracking_id = "sarahgeringer-20";amzn_assoc_ad_mode = "manual";amzn_assoc_ad_type = "smart";amzn_assoc_marketplace = "amazon";amzn_assoc_region = "US";amzn_assoc_linkid = "3ea3cfd41cd61dec5b42fdef47788543";amzn_assoc_asins = "1684262100,1547042761,1520704496,B01LZ0X9F3";amzn_assoc_title = "My Books on Amazon";amzn_assoc_search_bar = "true";
I send my weekly newsletter Tea on Tuesdays at 3:00 p.m. Central time two Tuesdays per month with exclusive updates, offers, and behind-the-scenes looks into my writing life.
To receive Tea on Tuesdays, please subscribe below. I can’t wait to share personally with you twice per month!
When you sign up for Tea on Tuesdays, you’ll get access to my library of content, including this special resource:
Sign up to receive bi-weekly encouragement, offers, and behind-the-scenes updates. By signing up, you are agreeing to my privacy policy.
Email Name Please wait...Thanks for signing up!
var selectedLanguage = ""; var validationMessages = messages["en"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener("load", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id="65213fc887b68"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https://www.sarahgeringer.com/wp-admi...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams({ "action" : "ml_create_nonce", "ml_nonce" : form_container.querySelector("input[name='ml_nonce']").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector("input[name='ml_nonce']").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == "email") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https://www.sarahgeringer.com/wp-admi...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } } function validateEmail(email){ if(email.match( /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ )) { return true; } return false; }The post Book Review: I Don’t Know Who I Am Anymore appeared first on Sarah Geringer.