BLOG

Latest Articles

JavaScript DOM Selector Methods [In-Depth Tutorial]

JavaScript is a client-side scripting language used to add interactivity to web pages. One of the most important concepts in JavaScript is the Document Object

By olorunfemiakinlua · 8 min read · JavaScript

How to chain Promises in JavaScript? [SOLVED]

One of the key features of JavaScript is the ability to chain promises together, which can make code more readable and maintainable. Chaining promises is a

By olorunfemiakinlua · 6 min read · JavaScript

How to DROP connection in IPTABLES? [SOLVED]

iptables is a GPL licensed utility that allows the Linux kernel firewall to configure IP packet filter rules. Filters are organized in different tables that

By omercakmak · 4 min read · Tips and Tricks

How to search SQL for column name? [SOLVED]

A database in SQL has multiple tables and each table has contain multiple columns. In SQL, We can search for a specific column name in a table by using the

By falgunithakker · 4 min read · SQL