Are software jobs stressful? If yes, in what way are they

I have over 10 years of experience. In my experience, stress in programming is related to deadlines. Sometimes, our customers -internal or externals- set unrealistic deadlines to deliver. And of course, and especially when you are new, it’s hard to say “no”. With time, I learned that the answer to “I want it done, and I want […]

Are software jobs stressful? If yes, in what way are they Read More »

JSONP – Javascript widgets

JSONP stands for JSON with Padding. Requesting a file from another domain can cause problems, due to cross-domain policy. Requesting an external script from another domain does not have this problem. JSONP uses this advantage, and request files using the script tag instead of the XMLHttpRequest object. Use cases Below is an example source code, How

JSONP – Javascript widgets Read More »

STUN Servers

STUN (Session Traversal Utilities for NAT) is a protocol used to assist in the discovery of the public IP address of a device located behind a Network Address Translator (NAT). NATs are commonly used in home and office networks to allow multiple devices to share a single public IP address. While NATs improve security, they

STUN Servers Read More »

Scroll to Top