Code examples for the It tag - developer knowledge base - page 6 (191)

Learn how to use the Robots.txt clean param to optimize your website's SEO with an example.
Robots.txt for Bitrix: Learn how to use and optimize this important file to help search engines crawl your site correctly, with an example.
Learn how to use robots.txt to control how search engines crawl and index your website, plus get an example for your own site.
This article explores how to migrate a Laravel website to a new hosting platform, with a step-by-step example.
How to restore a 404 page in Laravel: a step-by-step guide with an example.
Laravel CSRF protection explained w/example: learn how to disable & configure CSRF protection in Laravel apps.
Create a Laravel API using an example: step-by-step guide to building a robust, secure RESTful API.
Learn how to create authentication using Laravel with a step-by-step guide & example code.
Learn how Laravel's authentication works with a simple example. Deep dive into the authentication process & see how to protect your app!
Laravel allows you to create its own authorization using simple steps and example.
Learn how to authenticate a user in Laravel with an easy to follow example.
Learn how to disable CSRF protection in Laravel with an example.
Laravel Passport explained with an example: learn how to securely authenticate and authorize users with OAuth.
Learn how to build an authentication system with Laravel, step-by-step, with an example app.
Learn how to create an infinite loop in Python with an example. Explore the multiple ways to make an endless cycle to repeat tasks in your code.
Learn to create an infinite loop in Python while with an example: use while True to continuously execute a statement or code block until a break statement is encountered.
"Learn how to check if a number is valid in Python with a simple example!"
Make multiple conditions with Python's if statement: example "if x > 0 and y > 0: print('x and y are both positive')".
"Split strings in Python using multiple separators with an example: s.split(';|,') --> ['a','b','c','d']. Learn more!"
Learn how to capitalize the first letter of a string in Python with an example.