Posts

Showing posts with the label Developer Blog

Errors and Bugs are Important!

Image
Hey, guys welcome to another developer blog. I promise this one will be a short one. In a previous blog, I wrote about Which Programming language is best for you to learn if you haven't read it go ahead and read " There is no best programming language ". In the life of a programmer, Errors and Bugs are important aspects where some programmers hate it as well as love it (not everyone). I know when you are writing a code and gets an error then you might get frustrated (the same thing happen to every programmer). Then why errors are important? Well, the answer is we cannot learn each and every method and feature of a particular language even if we decided to master that programming language. So we learn on the go like if you are building some project and you need some feature include in that project then you can search for that feature and can see documentation of that feature. And when you are learning something new there is no way that you do it in the first try so e...

There is No Best Programming Language

Image
Hey, what’s going on guys welcome to developer blog this one will be a short one. In this blog, I want to talk about what is the best programming language. I know when we want to learn new programming language we indeed search on google and also watch some YouTube videos on “Best Programming Language” (I did the same). So I am just sharing my opinion about this, what really need to do and which programming language you should start with. In my opinion, there is no best programming language in a general sense. I bring this up because of a lot of videos on YouTube and blogs out there on “Top Best Programming Language”. I am not targeting anything just in general sense which I have come to realize it’s pretty stupid because languages are used for different things. To give an example, PHP and C++ are very good programming languages, now C++ and PHP are not used even remotely similar to each other. C++ is very low level and very high-performance language which is used to create...