MCMadeline Caplesinmadelinecaples.hashnode.dev·Aug 12 · 10 min readVue Hydration MismatchesIntro: What does SSR do & what problem does it solve? SSR (Server Side Rendering) generates the full HTML of a page on the server before sending it to the browser. This prevents slow initial page load00
MCMadeline Caplesinmadelinecaples.hashnode.dev·Jul 19 · 9 min readLearning at Ruby Conf: A Workflow For AI Assisted Study This week I have had the delightful pleasure of attending my first Ruby Conf in Las Vegas, Nevada. At the conference there was much discussion, amongst speakers and attendees alike, on the future of R00
MCMadeline Caplesinmadelinecaples.hashnode.dev·Jul 1 · 4 min readJavascript Essentials: the Temporal Dead Zone Introducing the TDZ Is the title of this article from a Star Trek episode? In fact, the Temporal Dead Zone (TDZ) is a term used to describe what happens to a variable that is hoisted but not initializ00
MCMadeline Caplesinmadelinecaples.hashnode.dev·Jan 26 · 11 min readHow do I use AI in my learning?Introduction Before I answer that question, I’d like to speak a bit about what qualities help me confirm that I’ve learned a given subject. For that purpose, I want to contrast two modes of learning, that I’m calling profound learning and superficial...00
MCMadeline Caplesinmadelinecaples.hashnode.dev·Jun 6, 2025 · 4 min readmy thoughts on AI assisted codingI have some complex thoughts about AI assisted coding. They’re still swirling around in my brain and not completely solidified into a specific Opinion™, so read with that in mind. I am 1000% excited about the productivity bump of AI assisted coding ...01I