Category: Development Issues
There’s a great Redux Fundamentals course over on Pluralsight – but some (including myself) have probably encountered a frustrating error that doesn’t appear to happen in the course. A webpack imported module error: This...
React is a Javascript framework growing in popularity by the day. Open sourced by Facebook a few years ago, its reach has stretched far and wide. Most developers starting off with React will start...
There’s nothing more frustrating when something just doesn’t work. And coding is no exception. You’re searching high and low, your Link component is fine, and you’ve been through your code a million times. The...
It’s just a convention, right? WRONG! Due to the way Windows and Linux servers treat capital letters, you could be opening yourself up for a world of deployment pain or system moves if you...
Usually, things don’t just stop working. That’s particularly true of computer programs. Normally something has changed, you just haven’t realised quite what it is yet. CodeIgniter is a still relatively popular PHP framework. Many...
Configuring servers can be a pain the backside. In fact, it’s one of the things that most frustrates newbies. If you’re just stepping into the world of SQL Server, or if you’re a seasoned...
You’ve got an array, you’re trying to loop and lo-and-behold, you come up against this error: You’re looping an array, so how can this be? The most common cause is actually trying to loop...
TL;DR; Make sure you’ve loaded jQuery into your page. You’re ripping your hair out. “Why won’t it work?”. You’ve already subsituted that infernal cURL request that didn’t work and now ajax isn’t working! Don’t...
Latest Comments