8 followers
Hi! I'm writing about front-end development and learning in public.
I recently came across this error while trying to do programmatic navigation in React and wanted to write this down for my future self, in case I run...
Once you have your Ember application all set up with all the styling, it's time to deploy. You can do this via Netlify, but before that, you have to...
If you're building an Ember application and you want to use Tailwind CSS for your styling, here's a quick guide on how to do that. Follow these steps...
I just started learning how to build with Ember JS, and I was curious about these switches that I use in the Ember CLI: --no-welcome and...
I recently tried to build a GIF maker with React and the FFmpeg library and got this error: ReferenceError: SharedArrayBuffer is not...
Oftentimes, parameters and arguments are used interchangeably in software development/programming lingo, but what's the actual difference? Well,...