Github two-way authentication push problem on Windows 10

Posted on Fri 20 July 2018 in Github

It's always good to enable two-way authentication on any account on the net because it increases security. Github does support two way authentication as well.

I tried to push my new blog on Github.io by git commands below:

git add *.*
git commit -m 'hello-world'
git push

I expected git …


Continue reading

Hello World

Posted on Fri 20 July 2018 in Blog

It’s been a while that I was looking for creating a blog to share my daily experiences and talk about my thoughts and ideas about software engineering and programming.

I’m Ali, a 28yo software engineer who codes in C#.NET, TypeScript and ECMAScript. I haven’t limited myself …


Continue reading