Microsoft-Graph-API-and-Laravel

By Dillon Smart · · · 0 Comments

Microsoft Graph API with Laravel

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

PHP Numeric Literal Separator

Updated 14th December 2023

First introduced in PHP 7.4, the Numeric Literal Separator in PHP makes large integers within your code easy to read. Naturally, we find it easier to read number which are grouped, for example, 1,650,000. Using the numeric literal separator in PHP Since PHP 7.4, we can now use numbers like this: Adding an underscore between

What is Absolute zero?

Updated 4th August 2022

What is absolute zero? Absolute zero is the temperature at which a thermodynamic system has the lowest energy. What does that actually mean? Understanding Absolute Zero (Kelvin) Absolute Zero corresponds to −273.15 °C or −459.67 °F or 0 K (Kelvin). The Kelvin is the Standard International unit of thermodynamic temperature. The Kelvin differs from other more

How to use a robots.txt file to improve your website’s SEO

Updated 16th August 2022

A robots.txt file is a text file that tells web robots (also known as spiders or crawlers) which pages on your website to crawl and which pages to ignore. Robots are often used by search engines to index websites, so the more information you can give them about your site, the better! You can use