Its feel awesome when you can manage your own written code such a way that can use or share it anytime any where you want. Recently signup a new site : http://codeinbit.com/ its cool.
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
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
Swagger can be integrated with asp.net core for documenting and listing apis with their models which helps alot when developing apis and testing them. It also helps to front end developers to consume these apis. Swagger can be integrated with asp.net core in three simple steps : 1) First one is to install package Install-Package Swashbuckle.AspNetCore 2) Second is to add setting in ConfigureServices method in Startup.cs file. 3) Third step is to add setting in Configure method in Startup.cs file. Swagger also provide us json document of whole apis which can be easily imported into postman through import feature as demonstrated in this video. 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