EDDYMENS

Eddymens (List page)


Last updated 2023-05-10 15:55:21

What Is Code Obfuscation?

Code obfuscation is the art of mangling code in other to make it hard to understand but can still be processed by a compiler or ...

Last updated 2023-05-09 14:38:23

What Is Deep Linking?

The general term links is used interchangeably with URLs to refer to the piece of string you type into the search bar of a browser to land on a website. A deep link in this case is a URL that points to a particular web page of a website. Say you wanted to visit my A...

Last updated 2023-04-11 09:12:03

What Is The Document Object Model (DOM)?

The Document Object Model (DOM) is a model or data structure formed based on the HTML elements present within a document. This structure is what browsers use to render a page. This s...

Last updated 2023-04-11 09:07:07

What Is Localization?

Last updated 2023-04-11 09:01:42

What Is Shell Scripting?

Shell is an interpreter , a program designed to run on UNIX-based operating systems . To work with shell yo...

Last updated 2023-04-08 16:40:55

What Is Crud?

The Create, Read, Update, & Delete (CRUD) acronym in programming is used to describe the 4 basic data management functions in an application. Many applications out on the market today have some form of CRUD operation implemented, from when you add a new item to the cart, to deleti...