BLOG

Latest Articles

Mastering JavaScript setTimeout() [In-Depth Tutorial]

The javascript setTimeout function is useful for delaying a function or code for a certain amount of time. Since JavaScript is a single-threaded language, the …

By admin · 14 min read · JavaScript

Know impacts of chmod 777 command [Be Cautious]

In this article we conver the impacts of chmod 777 command in Linux and how can be a threat to security. We should ideally never use chmod 777 as this is barely …

By admin · 6 min read · Tips and Tricks