tpeczek.blogspot.com
Yet another developer blog: Algorithms in C# – Playing with Mergesort and arrays
http://tpeczek.blogspot.com/2013/09/algorithms-in-c-playing-with-mergesort.html
Yet Another Developer Blog. Algorithms in C# – Playing with Mergesort and arrays. September 9, 2013. I've started playing with algorithms recently. I've felt a little bit rusty (I must admit that in my daily work I don't have to many occasions on which I would need to write some smart algorithms) so I decided to find some time in order to solve one former Codility challenge. Every week (you can find the solutions in my GitHub. The task requirements are clearly screaming Mergesort. While creating lower an...
tpeczek.blogspot.com
Yet another developer blog: Book Review – Mastering jQuery
http://tpeczek.blogspot.com/2015/07/book-review-mastering-jquery.html
Yet Another Developer Blog. Book Review – Mastering jQuery. July 12, 2015. Book, jquery, review. Every now and then I have a chance to review a book on this blog. This time it is. By Alex Libby. I've been using jQuery in my day to day work for years, so when I saw. In book title I've approached it with single expectation - to teach me something. Book has about 400 pages of content divided into 14 chapters. Some of them seems to talk about basics (. While others go for quite specific and advanced topics (.
tpeczek.blogspot.com
Yet another developer blog: Content Security Policy in ASP.NET MVC - Scripts
http://tpeczek.blogspot.com/2015/06/content-security-policy-in-aspnet-mvc.html
Yet Another Developer Blog. Content Security Policy in ASP.NET MVC - Scripts. June 15, 2015. Aspnet mvc, csp, xss. Content Security Policy Level 2. Specification defines a mechanism for providing policies around sources from which the application will be loading resources. This allows for better protection against many different injection vulnerabilities. Cdnjscloudflare.com/ajax/libs/jquery/1.11.3 jquery.min.js". Cdnjscloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js". ScriptSource); } if.
tpeczek.blogspot.com
Yet another developer blog: Strict Transport Security in ASP.NET MVC - Implementing RequireHstsAttribute
http://tpeczek.blogspot.com/2015/07/strict-transport-security-in-aspnet-mvc.html
Yet Another Developer Blog. Strict Transport Security in ASP.NET MVC - Implementing RequireHstsAttribute. July 13, 2015. Aspnet mvc, hsts. Is a security enhancement which allows web applications to inform browsers that they should always use HTTPS when accessing given domain. Strict Transport Security defines. Header with two directives: required. From the moment browser receives the. Header it should consider the host as a Known HSTS Host for the number of seconds specified in. In order to implement thi...
tpeczek.blogspot.com
Yet another developer blog: Book Review - Learning JavaScriptMVC
http://tpeczek.blogspot.com/2014/01/book-review-learning-javascriptmvc.html
Yet Another Developer Blog. Book Review - Learning JavaScriptMVC. January 26, 2014. Book, javascriptmvc, review. This is a second time I've been asked by Packt Publishing. To review one of their books. Previously it was. By Gabriel Manricks, this time. By Wojciech Bednarski. I don’t use. In my daily work, I'm more. Guy This allowed me to approach the book with fresh and open mind. Framework by devoting each one a separate chapter:. Powerful documentation generation utility. The biggest advantage of the b...