ПІДТРИМАЙ УКРАЇНУ ПІДТРИМАТИ АРМІЮ
Uk Uk

 Результат пошуку по запиту php 

IT

Creating an Automated Documentation Pipeline in PHP with Autodocs and GitHub Actions

In this tutorial, learn how to create an automated documentation pipeline in PHP with Autodocs, Minicli, and GitHub Actions

by Mr. IT-man 16 Січня 2024
IT

How to use cURL in PHP

If you're working with PHP and need to get or send data from a website, cURL is the tool you'll need....

by Mr. IT-man 25 Грудня 2023
IT

How to install PHP 8.2 and Laravel version 10 in Ubuntu

Install Ubuntu basic dependency: sudo apt install curl software-properties-common ca-certificates...

by Mr. IT-man 25 Грудня 2023
IT

PHP Design Patterns: Active Record

What is Active Record? Active Record is a design pattern that features a class that has both persistence methods and business methods

by Mr. IT-man 26 Вересня 2023
IT

Circuit Breaker pattern in php

The Circuit Breaker pattern is a design pattern used in software development to enhance the stability and resilience of a system

by Mr. IT-man 10 Серпня 2023
IT

Bitmask in PHP

Bitmasks are as old as computing itself and, admittedly, were more useful in the days of memory scarcity and low-level programming. But there’s nothing to stop you using them today, when appropriate.

by Mr. IT-man 10 Серпня 2023
IT

Design Patterns in PHP 8: Factory method

Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

by Mr. IT-man 23 Липня 2023
IT

Design Patterns in PHP 8: Adapter

Adapter is a structural design pattern that allows objects with incompatible interfaces to collaborate

by Mr. IT-man 23 Липня 2023
IT

Understanding PHP-FPM: A Comprehensive Guide

Introduction PHP is still the most popular server-side scripting language in web development

by Mr. IT-man 23 Липня 2023
IT

Design Patterns in PHP 8: Flyweight

Flyweight is a structural design pattern that lets you fit more objects into the available amount of RAM by sharing common parts of state between multiple objects instead of keeping all of the data in each object.

by Mr. IT-man 23 Липня 2023
IT

Design Patterns in PHP 8: Builder

For creating complex objects In the realm of software development use Design Patterns Builder

by Mr. IT-man 23 Липня 2023
IT

Design Patterns in PHP 8: Prototype

Design pattern Prototype give us control of making clones of objects

by Mr. IT-man 23 Липня 2023
IT

Design Patterns in PHP 8: Singleton & Multiton

Talk about design patterns in php, examples with the last innovations of php 8.

by Mr. IT-man 23 Липня 2023
IT

What are the most essential variables in SQL?

In SQL, there are several essential variables that play a crucial role in managing and configuring...

by Mr. IT-man 23 Липня 2023
IT

Laravel Array Helpers

I found a very good article when browsing the laravel news blog that talks about Laravel Array...

by Mr. IT-man 26 Березня 2023
IT

Upgrade your project to PHP 8.2 with Rector

I wanted to upgrade a project to PHP 8.2 and figured I could use Rector for this. Not only was that...

by Mr. IT-man 26 Березня 2023
IT

Final and Readonly Classes in PHP

final classes In the past, when you didn't want other classes to extend a certain class,...

by Mr. IT-man 26 Березня 2023

Scroll to Top