LRLogan Rasmusseninblog.codinglogan.dev·Sep 14, 2023 · 2 min readHow To Fix Git Refs With Case SensitivitySymptoms I Observed On a Mac Every time I performed a git fetch or a git pull on my MacBook for a particular repository I would see a log from the command that said something like the following. From github.com: * [new branch] User/feature -> o...00
LRLogan Rasmusseninblog.codinglogan.dev·Jun 19, 2021 · 7 min readLearning From InterviewsWant to know what a real coding interview experience is like? Let me share with you my most recent experience and key takeaways I walked away with. Summary The software development industry has a lot of steps to take in its interview process. Frequ...00
LRLogan Rasmusseninblog.codinglogan.dev·May 15, 2021 · 5 min readThe Pragmatic Programmer Is A Great BookThe Pragmatic Programmer is a great resource I just started to read! Summary Over the last few days I've started to read the book, The Pragmatic Programmer, and I don't know why I let it sit closed for so long... (Got it back in December) It's a grea...00
LRLogan Rasmusseninblog.codinglogan.dev·May 2, 2021 · 6 min readChrome Extension DocumentationI spent a few hours building a Chrome Extension this weekend, and I have a few thoughts and/or tips that I've encountered as I learn about this dev environment... Summary In the last two weeks (during weekend hours) I've created of very simple Chrome...00
LRLogan Rasmusseninblog.codinglogan.dev·Apr 25, 2021 · 3 min readGenerate Files Using JavaScriptEver wondered how to generate a file's data and download it using JavaScript? I recently used a Blob object and the a tag with the download attribute to accomplish what I needed. Summary This will be a very quick post, getting straight to the point. ...00