Downgrade PHP 8 to PHP 7.4

In ubuntu:

Sierra magazine 1990 Christmas edition

Integrity Ansi Pack Videos

black laptop computer turned on showing computer codes

Connecting PHP to MySQL (MySQLi & PDO)

This is the most asked question I have seen in the past few months so I thought I would collect some samples here:

data codes through eyeglasses

Why is .gitignore not ignoring my files?

.gitignore only ignores files that are not part of the repository yet. If you already git added some files, their changes will still be tracked. To remove those files from your repository (but not from your file system) use git rm… Read More

Create a Discord Bot Using Asynchronous PHP in 4 steps

Intro The landscape right now for Discord bots is filled with python and javascript. These work well but what about our beloved PHP? There is a project named Discord-PHP which bridges the gap for us using asynchronous PHP… Read More

Create your own Discord bot with Python

What is the best way to develop a Discord bot? You’ve always wondered about this, and we’re here to walk you through the process of creating your own Discord bot. You may make a Discord bot on any… Read More

Bootstrap breakpoint show / hide cheatsheet

I have been working on a project for a little while now and I have kept a tab open to this list the ENTIRE time. This has helped with every situation I have come across when it involves Bootstrap 5 breakpoints and how to show or hide elements easily. This list shows how to hide elements at a certain point “and down” i.e. show at large but hide at anything medium and down. Also the reverse is listed — show from extra small to medium and then hide.

internet screen security protection

How to Autosign git commits

In the light of the recent PHP Git server situation, teams are double-downing on signing commits. Signing your commit with your GPG key lets your team know that this code came from the person whose name is on… Read More

JetBrains software Teamcity possibly used in Solarwinds hack

In a New York Times article released on January 6, 2021, JetBrains and their Continuous Integration / Continuous Deployment (CI/C) application Teamcity were confirmed to be used by recently hacked software company SolarWinds.