Tech

Using Bootstrap 4 variables in Angular

I had a project where I need to use Bootstrap 4 in an Angular project. I need to use variables from Bootstrap 4 to make my components consistent with other parts of the app and I just want to share to the world how I did it. This is no way the best approach or practice to tackle this problem and if you think you have a better idea, please let me know.

Read
Tech

Creating an article in Medium is a lot easier than in Wordpress

One of the problems I had when writing an article is displaying a programming code. On Medium, just adding a link to your github gist will display your code beautifully ...

Read
Tech

Angular - Display Current Location Using Google Map

In this blog post, I'm going to show you how to display your current location with google map. I'm going to use ...

Read
Tech

Angular - Get the ip address of the user

In this short blog post, I will show you how to get the ip address of the user.

Read