Load balancing refers to efficiently distributing incoming network traffic across a group of backend servers, … Read more
FIPS 140 – Information Security
https://www.preveil.com/blog/fips-140-2/
https://ciphertex.com/what-is-fips-140-2-level-3/
Federal Information Processing Standards (FIPS) 140-2 (now version 3) is a U.S. government … Read more
CSS Fingerprinting
CSS Fingerprinting is a technique of tracking and gathering information on site visitors. This method … Read more
Front-End Web Development Questions – David Shariff
- Execution context references the ‘environment’ a function executes in; that is, variable scope
Interview Challenges
I am in the process of interviewing and wanted to document all the code challenges … Read more
JasonP and Cross Domain Access
In the jQuery ajax request, the use of a callback function wraps our data to … Read more
HTML5 localStorage
As an exercise, I wanted to use vanilla javascript and localStorage() to take two items … Read more
HTTP Actions
(Rewritten and taken from http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)
- OPTIONS
- GET
- HEAD
- POST
- PUT
- DELETE
- TRACE
- CONNECT