How to Sanitize Your Form InputsSanitizing your form inputs not only helps protect your software from cyberattacks. It also prevents bad data from polluting your databases…Apr 19Apr 19
Is Mozart or Beethoven a Better Computer Programmer?I know what you’re thinking. Mozart and Beethoven were composers, not computer programmers. That being said, they both had very different…Apr 181Apr 181
Published inStackademicTwo Easy Ways to Add Accessibility to Your WebsitesIt’s always good to make your websites more accessible to people using screen readers and other tools. In addition to that, adding these…Apr 17Apr 17
Published inStackademicHow to Keep Your Node Service RunningIt can be very frustrating to build a project in Node with set it up as a Linux service and have everything running properly one minute…Jan 23Jan 23
Coding Bootcamp Offers $5000 Off Tuition. Is It Worth It?*Full disclosure, this article contains affiliate linksDec 21, 2023Dec 21, 2023
Start Multiple Servers With a Bash ScriptSometimes when running an application, you might need multiple servers locally. Especially with Rails apps, you might need a mysql server…Sep 26, 2022Sep 26, 2022
Using .env with Webpack 5 and ReactInstalling dotenv and trying to use it in a React app that was generated with Webpack 5 can be a frustrating process, but it is very…Sep 25, 20221Sep 25, 20221
Coding Bootcamp — Frequently Asked Questions*note, the following article may contain affiliate linksSep 10, 2022Sep 10, 2022
Published inJavaScript in Plain EnglishUsing the ‘useRef’ Hook for Keeping Track of Counts in ReactA guide on how to keep track of counts in React by using the ‘useRef’ hook.Feb 22, 2022Feb 22, 2022