Category: Coding

Learning PHP - Define PHP functions

Learning PHP – Lesson 6 – Define PHP Functions

In this lesson we are going to introduce how to define PHP functions. A function is a reusable block of code that…

Phalcon project from scratch

Phalcon project from scratch step by step

In this article we are going to show how to setup Phalcon project from scratch step by step

Learning PHP - Lesson 5 - Loops

Learning PHP – Lesson 4 – Arrays

Learning PHP – Lesson 4 – Arrays – With this lesson we are introducing a powerful PHP tool: the arrays! We will show how PHP arrays are declared, combined and merged

Learning PHP - Lesson 5 - Loops

Learning PHP – Lesson 5 – Loops

In this article we will show how to execute code repeatedly until some condition has been met with some useful examples, and in particular we are going to show how to use PHP loops.

Learning PHP - Lesson 3 - if elseif else

Learning PHP – Lesson 3 – if … else

In this lesson we are going to look at how to execute some code under a condition or another by presenting the PHP if, else, elif, else if constructs.

Learning PHP - Lesson 2 - variables

Learning PHP – Lesson 2 – variables

This article will show you how to use PHP variables

Learning PHP - Lesson 2 - variables

Learning PHP – Lesson 1 – print and echo

In this lesson we are going to talk about on how we will be able to output on screen what we want by using the print and the echo constructs in PHP

Learning PHP - Lesson 2 - variables

Learning PHP – Introduction

With this series of article I want to introduce you to one of the most used languages of these days: PHP.

Delete records with FastAPI and SQLAlchemy

Create a DELETE API endpoint using Python, FastAPI and SQLAlchemy

This article explains how to create a DELETE API endpoint using Python, FastAPI and SQLAlchemy step by step.