BLOG

Latest Articles

How to use appendchild() in JavaScript? [SOLVED]

The appendChild() method in JavaScript is used to add an element as the last child of a specified parent element. This method takes a single argument: the

By olorunfemiakinlua · 4 min read · JavaScript

Perform a Local File Inclusion Attack [100% Working]

Local file inclusion (LFI) is a type of cyber attack in which an attacker is able to gain access to sensitive information stored on a server by exploiting the

By kennedymuthii · 6 min read · Ethical hacking

Building a CRUD REST API using Redis DB in GO

Go or Golang is an open source programming language developed and supported by Google. It is mostly used to build backend applications where it interacts with

By antonyshikubu · 10 min read · GO

Building a CRUD REST API using Postgresql DB in GO

CRUD is a common abbreviation when it comes to getting started with any framework or programming language. CRUD basically stands for Create, Read, Update and

By antonyshikubu · 9 min read · GO