Bash-ing Your Network

May 11, 2023 by Stefanos Kalandaridis
In Bash, `/dev/tcp` is a special file that allows you to establish network connections using the TCP/IP protocol. It provides a simple way to communicate with remote servers over a network.
Read More

OMG, what’s a CSP?

August 14, 2022 by David Suh
But really, what is it? CSP, which stands for ‘Content Security Policy’, is a policy added to our request headers to the browser as an added layer of security to protect against Cross-Site Scripting (XSS) and data injection attacks. As a review, data injection attacks can be used for data theft, site defacement, and/or malware distribution.
Read More

Dead Code is Like Gangrene

June 9, 2022 by Yoni Baciu
There's a misconception that dead code causes no harm. Since it's not being used then it has no effect, positive or negative.. or so the logic goes. Wrong! not only is it a serious condition but can be fatal, just like Gangrene.
Read More

NaN and Infinity in Ruby

February 8, 2022 by Tim Fraczak
As most well-behaved programming languages, Ruby handles a zero division (1 / 0) by raising an error and, in doing so, alerts you of your grave mistake with a bold, in-your-face, ZeroDivisionError. However, when either dividing a float value by zero, an integer by float zero (0.0), or dividing a float value by float zero, there is no error...
Read More

Our Creed

October 15, 2019 by Yoni Baciu
Who & How we hire
What we value the most
Read More