Categories
Development

Self-confidence

Self-confidence is like water in your house. You won’t notice it, but it’s painful when it’s not there.

Categories
Development

Serve React App on IIS

Let’s say you have a front-end project developed using React or another JavaScript library/framework. Now, let’s assume that your server OS is a Windows Server and by default, you will use IIS as your web server. In this case, it’s not a routine job to deploy your project like an ASP.NET website. You have to do a little more to get your website to work. Read this concise article to learn how to do that.

Categories
Development

I18n in React

We can use different libraries to have a multilingual REACT application. The most famous one is react-intl. It’s a good and well-documented package. It gives us some helper tags like FormattedMessage which helps the developer a lot. However, the problem is that you cannot use these helper tags in the attributes of other tags.

Categories
Other

Hello world!

Welcome to my blog 🙂

I’ll try to write some useful, mostly technical notes about development here.