CommitCode

Aslam Hadi

Development articles, thoughts, stories and ideas.
Feedback and comment to @aslamhadi

What to do when commuting to work

December 24, 2018

I’ve been not working remotely for the last few months. My trip between home to office is around 1.5 - 2hrs. So I’m in a train 4hrs/day or…

Extend IdentityUserRole in Dotnet Core 2.1

September 10, 2018

Problem dotnet core provides Identity module which is membership system that adds login functionality. It has User module, Role module, and…

Deploy Angular 6 to Firebase

June 13, 2018

The advantage of using Angular is the tools around it. For UI interface we can use Google Material, for cli command we have Angular CLI, and…

Upgrading to Angular 6

June 09, 2018

Angular 6 has been released and it contains a lot of new features. And a lot is saying that upgrading an app with Angular CLI will help a…

Custom Pagination In Django Rest Framework

June 07, 2018

Django and Django Rest Framework so far are still my favourite framework because the default setting is already good, but if you want to…

Custom error handler in Django Rest Framework

February 17, 2017

Django personally is still my favorite framework for backend. It provides great documentation, active community, and it’s provides great API…

Background Process In Scala

February 11, 2017

So yesterday I was hit by an intermittent bug in the application. The case is like this. Imagine you’re a book store owner and every time…

Optimize ASP.Net application with Sentry

February 06, 2017

This is my first post in 2017 even though it’s already February. And in this post I’m still going to write about .Net stuff because .Net is…

Upload image summernote editor to Azure Storage

October 30, 2016

When you upload an image to Summernote editor, it will convert the image to base64 data. And base64 is larger than the original data size…

Story of a freelancer

December 09, 2015

*Note: This writing is based on my experience, might be subjective. I have been working full time and sometimes I got a freelance job…

Data Volumes using Docker Compose

December 08, 2015

If you are developing a web app using Docker, you will change your code so many times. The problem with developing using Docker, your files…

Ngrok for Web Development

August 18, 2015

It’s 2015 and I just know Ngrok recently! Once you know Ngrok, it won’t be the same anymore. *ok this is too much. What is Ngrok? By using…

Setting up cassandra docker in Mac Part 2

August 14, 2015

In part one I wrote an article about setting up Docker for Cassandra. Now Docker will act as a server so you still can’t add your own…

Setting up cassandra docker in Mac Part 1

August 11, 2015

I see that there is still not enough writings about docker and cassandra in Mac so I thought I should write one. Setting up the Docker File…