Categories
Software Development

Why did I chose programming

Most of the students face an important question before they finish high school. Which profession to chose and why. I was no different, but I had a passion. Read more, why did I choose Computer Science.

Categories
Hard Skills

DotNet Core Domain Redirect Custom Middleware

A few days ago, I was asked to create a custom middleware, that can redirect from one domain to another from code, in an asp.net core 3 application. In this article, we are going to recreate that middleware step by step.

Categories
Hard Skills

Starting with Terraform as a Software Developer – Part 2

After learning the basics of Terraform from the tutorial, I wanted to know more. What else can it do, and how can I utilize those features in my projects. Having experience with other programming languages, I suspected there are other features, and I went hungry for it. The Cans and Cants in Terraform After poking […]

Categories
Hard Skills

Starting with Terraform as a Software Developer – Part 1

Useful Tips for Software Developers Starting Out with Terraform.

Categories
Hard Skills

Infinite API Call Problem Using React, Redux, and Thunk.

Why does the app send the same API request over and over again? It should do it only once. You use Redux, so as soon as it receives the data, it should be all done?

Categories
Software Development

A day in Software Development

Hi,

As a programmer, this is how my day starts when I start to write a new feature into an existing application.

The difference is, I am not a team, but a single person so I do it all alone.

If you are interested read further 🙂

Categories
Hard Skills

Review of “Learn TDD in 24 hours” on Udemy [2018]

What is Test-Driven Development (TDD)? Test-driven development is all about writing code that you trust, maintainable, and you won’t call it legacy code straight out of the box. It means you write the test first and then you start to write code. In contrast with common beliefs, you save time with this technique because you […]

Categories
Software Development

My First Experience Switching From Windows to Ubuntu for Work [2018]

As a Windows user, I wondered how hard or easy it will be to switch to Ubuntu for daily work. As a week passed here is my conclusion. I hope it will help you to prepare for your transition if you are in a similar situation. The Windows Side In the past 4 years as […]

Categories
Quick Updates

How to Check the Xbox One Controller Battery Level on Windows 10 PC

To check the battery level of your wireless Xbox One Controller is not that trivial on a Windows 10 PC. You might think that Microsoft gives you a working solution out of the box but I was spending quite a lot of time finding out what is the right way to do it. It turns out […]

Categories
Software Development

Layout Design View Render Problem in Android Studio 3.0.1

Gradle problems and Design view is broken in android studio 3.0.1 Currently, I am learning the Google: Associate Android Developer (AAD) path on Pluralsight by Jim Wilson.In the third course: Enhancing the Android Application Experience I had to update the app Gradle file to give support for the appcompat library. A side note: The course […]