Portfolio

php

PHP Class and Object Example

This PHP code defines a Person class with a private property ($name), a constructor to...

python

Filter SQLAlchemy Query for Records Created Between Specific Dates

This code snippet uses a SQLAlchemy query on the Model table to retrieve all records where the...

javascript

Detecting Browser and Version

This JavaScript code uses an Immediately Invoked Function Expression (IIFE) to detect the...

bash

Create Event and Listener in Laravel

These Laravel Artisan commands create an event named 'MyEvent' and a listener named 'MyListener'...

javascript

Parse JSON String to Object

This JavaScript code demonstrates how to parse a JSON string into a JavaScript object using the...