Why Do URLs Get Messy With Tracking Parameters — and How to Keep Them Clean
If you’ve ever shared a link from a website and noticed a long string of characters attached to the end — something…
ノートを読むThe journal
If you’ve ever shared a link from a website and noticed a long string of characters attached to the end — something…
ノートを読むWhen developing email features locally, using PHP’s mail() or even SMTP to real addresses can be unreliable or unsafe. You might accidentally…
ノートを読むThe Problem Have you ever encountered this frustrating error when trying to launch Docker Desktop on macOS? Or perhaps you see this…
ノートを読むEntity vs. Model in PHP Example of an Entity Class (Doctrine ORM in Concrete CMS) This class represents a User entity that…
ノートを読むRepository-Based Service in Concrete CMS In Concrete CMS, using repositories for data access is a best practice when working with Doctrine ORM.…
ノートを読むHelper and Service Classes in Concrete CMS In Concrete CMS, you can use Helper and Service classes to keep the application structured,…
ノートを読むWhen managing DNS settings for your website, understanding the types of DNS records available and their specific uses is crucial. Two of…
ノートを読むEnabling Pretty URL in Concrete CMS If you want to enable pretty URLs in Concrete CMS, you can do so through the…
ノートを読むCommon Classes and Patterns Used in PHP Application Development When developing PHP applications, it is common to use various classes and design…
ノートを読むFront-end Development Front-end development refers to the creation and implementation of the user interface and user experience of a website. It involves…
ノートを読むIn this post, I will cover the following topics. Now, let’s start. Create AWS Simple AD If you don’t have an AWS…
ノートを読むCertbot is an ACME client which enables HTTPS on your website deploying Let’s Encrypt certificates. Let’s Encrypt is a free, automated, and…
ノートを読む