Rishi Bakshirishibakshi.hashnode.dev·Sep 22, 2024Handling Third-Party Components in Next.js: Avoiding Common MistakesWhen building with Next.js, dealing with third-party components can sometimes cause issues, especially if they aren't correctly configured for client-side rendering. A common mistake developers make is incorrectly using third-party components that re...11 likesYou Don't Know Next.jsthird-party-components
Asis Sharmaasis-sharma.hashnode.dev·May 15, 2024Unleash the Power of Laravel Database Seeding: Streamline Your Development WorkflowIntroduction:Have you ever found yourself drowning in manual data entry while setting up your Laravel development environment? Do you yearn for a more efficient and streamlined way to populate your database with test data for development and testing ...#DatabaseSeeding
Robb Andrewrobbandrew.hashnode.dev·Aug 20, 2022Git Stash -> Git PopWorking on the wrong branch and you haven't commited anything yet... git stash git checkout branch-you-want-to-work-on git stash pop For years I've been copying changes over, fortunatley I don't go too long without a commit.39 readsTIL
Logan Rasmussencodinglogan.hashnode.dev·Jun 19, 2021Learning 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...devtip
Logan Rasmussencodinglogan.hashnode.dev·May 15, 2021The 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...books
Logan Rasmussencodinglogan.hashnode.dev·Mar 27, 2021Confidence Through Automated TestingAutomated testing provides confidence! Summary When I say testing I actually mean automated testing through code in this post. I don't mean having someone manually clicking around in the application trying to notice any problems. What I'm talking a...devtip
Logan Rasmussencodinglogan.hashnode.dev·Feb 13, 2021Developer RetrospectiveI've had a lot of ideas lately, in fact, so many that I've been a little overwhelmed with what route I should take next for learning. I wanted to make a quick post about the things that I have been juggling because it all sounds like a lot of fun! S...devtip
Logan Rasmussencodinglogan.hashnode.dev·Feb 6, 2021How To Use VSCodes Comparison FeatureIt is not uncommon to come across code that looks very similar to other bits of code, but it's hard to pick out exactly what is duplicate and what is actually different. I want to share how I use VS Code to help me deduplicate my code. Summary This ...devtip
Logan Rasmussencodinglogan.hashnode.dev·Jan 25, 2021Thoughts On Duplicate CodeA lot of time over the course of my career has been spent de-duplicating code. I want to go over a few different kinds of duplication that I've seen. Many approaches can be taken to reduce duplication, and it's helpful to know what kinds of duplica...devtip
Logan Rasmussencodinglogan.hashnode.dev·Jan 1, 2021Developer Advice To MyselfThere are some many things I've learned over the years, a few, I wish I would have learned and applied earlier. Summary There are three main points I bring up in this article Be practical Don't get too comfortable Keep learning Be Practical There a...devtip