Popular posts from this blog
TechInTalk: Coding Speed, Programmer Advise - 3
This is third advise for programmer which is related to coding speed. Why some of the developer complete their task sooner than others. It has two aspects , first one is the coding architecture and second one is tools ( IDE etc. ) used for programming. For the first point if a developer used proper design pattern, code architecture, decoupled his component using interfaces and add references using dependency injection and less duplicate the code then its the best thing and will need less time to add or maintain this kind of code base. Second point is related to use of best IDE which supports multi file editing, searching, building and debugging, extensions and etc. Website: http://www.coderpie.com Blog: http://www.techintalk.com Github: https://github.com/Usman-uzi Facebook: https://www.facebook.com/techintalks Twitter: https://twitter.com/mohdusmanrafiq
Javascript Strict Mode : What and Why of Strict Mode
In this video we will see that what is Strict Mode in javascript and What and Why of strict mode. Strict mode is nothing but just enforcement of some standards and rules on our code to increase the performance and reliability of our code. All libraries out in market are using strict mode at least in production builds. We will also see some of the rules and will play with them practically. Website: http://www.coderpie.com Blog: http://www.techintalk.com Github: https://github.com/Usman-uzi Facebook: https://www.facebook.com/techintalks Twitter: https://twitter.com/mohdusmanrafiq
Comments
Post a Comment