Stuff and Things...
This is the most asked question I have seen in the past few months so I thought I would collect some samples here:
.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…
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…
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…
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.
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…
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.
Preventing SQL injections is a popular topic. #1 on stackoverflow (for php) and also listed on the OWASP top 10. So what is an SQL…
Filtering in PHP is super easy with the built in filter_var() function. Filtering is essential when taking in form input or applying logic to any…