Tech

Angular - Clear all your console logs in production build with just a few lines of code.

When you were developing an application, you probably insert a lot of console.log statements in your code everywhere.

Read
Tech

Note to myself when deploying to firebase

When developing Angular app with firebase, I usually update the database security rules in the firebase dashboard. Here's a sample ...

Read
Tech

Entity Framework Core for Newbie — Add-Migration Not Working

I’m starting to play around with Entity Framework Core and I am so excited about it. When I get to the part where I have to add a migration, I typed in the command...

Read