Coding
eMarket Online Store Engine GNU GPL 3.0
Hey. I would like to present you a new project of an open source online store. We recently made an alpha release, and we have something to show. Why did we start this project? This Read more…
Hey. I would like to present you a new project of an open source online store. We recently made an alpha release, and we have something to show. Why did we start this project? This Read more…
The whole shared-nothing request container architecture. In each request you have a clean state with now left overs and some guarantee that you are not piling up memory leaks over requests. This allows easy scaling. Read more…
In this section of their docs https://discord.com/developers/docs/interactions/slash-commands#receiving-an-interaction it says: – Your endpoint must be prepared to ACK a PING message.- Your endpoint must be set up to properly handle signature headers–more on that in Security Read more…
I am working with some terrible written online system (Laravel framework), and I see some of the code that is highly possible to be dead one. The problem is that I cannot trust that much Read more…
If your coding standards takes 3 minutes to run in CI, then you’ve messed up your build configuration. We run php lint, cs, and phpstan in under 2 minutes on a big project and in Read more…
This is a follow-up to this post. I’ve decided that paying a few pounds for a Udemy course is looking like the best way forward for me, as it’s a balance between the inadequate free Read more…
Hello,we’re generating PDFs for our client. In that generated PDF there are some inputs plus two signatures. Our goal is when the user signs one of the signatures, then we want to lock All or Read more…
Hi all,I have one requirement where I have one form in Index.html and I want to display the data for the form on the next page i.e test.html. Here my requirement is to use PHP Read more…
Based on advice from past threads on this sub, I started learning PHP from the Laracasts PHP track. I’ve so far finished the first 15 videos, was just about to start Routing before I took Read more…
How does this compare to symfony var dump server (beyondcode/laravel-dump-server)? That thing sends debug/dd messages to your terminal instead of a separate app. The big advantage of using a separate window, is that things are Read more…