Notes from “Play by Play Modern Web Security Patterns”
Notes on somethings that we need to make sure are in place to protect our users from malicious code.
Notes on somethings that we need to make sure are in place to protect our users from malicious code.
On Simple Programmers Blog, I found the article How To Use Automation and AI To Become a Better Programmer in 2021 that tries to remove the fear of automation and AI as tools. This article is has a positive spin Read more…
For the build of Windows 17134.950 and with the Windows Store disabled, I have found out how to install Linux for the WSL feature. To enable the WSL feature, I suggest following the PowerShell steps listed in the article: https://www.windowscentral.com/how-install-linux-distros-windows-10 Read more…
Using IIS URL Rewrite to solve CORS issue.
Today I am going to go through the AngularJS’s testability.js file, for two reasons; first, to learn how they approached making the framework testable and second to see if there are any opportunities to clean up the code. Making your Read more…
Today I am going to go through AngularJS’s urlUtils.js file and see what we can learn from going it. Documentation, this file has a lot of it, and most of the documentation is used for generating their documents, a feature Read more…
Today’s subject gets a small refactor, as the existing code is already in good shape. As I have been going through the code base of AngularJS I have been noticing a majority has been written with care for future maintenance. Read more…
Taking the shallow copy function in AngularJS and making it more readable.
Duplicate code shows up for its time in the lime light, see how we promote him to a new role, by following Clean Coding practices.