Press "Enter" to skip to content

Posts published in “Programming”

How to set up the Permission on Laravel file structure.

0

Permissions are usually denoted with three digits, each representing a different set of permissions: Each digit can be a number from 0 to 7, which corresponds to a combination of read (4), write (2), and…

How to see the exact IP Address when using cloudflare?

0

Hi everyone, When you are using Cloudflare it will mask the Client Ip address, So cloudflare provide us variable that help to find the actual IP address of users. Check below to code the variable…

Configuration setting for .conf file in apache

0

Hello everyone, You are here it means you stuck in your server setting, so please add this code in your /etc/apache2/sites-available/ directory for configuring your domain to your server. After saving this file with nano command, or whatever your…

How to send Emails using Sendgrid in PHP?

0

In this tutorial, we are going to know how to send emails using Sendgrid in PHP. SendGrid is a customer communication platform marketing email. For PHP, SendGrid also provides its library that can be used…

HIGH LEVEL LANGUAGE {HLL}

0

High level languages are easier for a human programmer to understand. They are generally not dependent on any particular computer machine. Advantages of High Level Languages There are many advantages of high level languages. These…

ASSEMBLY LEVEL LANGUAGE

0

This language uses letters and symbols instead of binary digits. These symbols are called Mnemonics. programs written in assembly level languages are called assembly codes. Assembly codes are translated into machine level language instructions. Assembly…

INTRODUCTION – PROGRAMMING LANGUAGES

0

A person who writes a program is called a programmer. To perform any task, programmer writes the set of instructions or programs in one of the many programming languages. programming , with regard to computer…