As an experienced developer I find that kind of notation annoying.
Unless you are working somewhere that has code style guidelines that state that you must use Hungarian notation, then you really shouldn't force yourself.
One thing to remember about this notation is that it was conceived to allow you to know the type of the variable, but modern environments have seriously mitigated the need for this. Visual Studio, as an example, easily shows the types of variables meaning that you can avoid having to do this.