It is common to come across a contact form or an email address on a website, allowing users to contact the site administrator. These forms typically request an email address, a subject, and a title. This article suggests a more open alternative to anonymity, replacing this standard format. By using Discord.
17 Apr 2024
FYI
The SVG format is commonly used to display two-dimensional images or illustrations on the web. This vector format also allows for scaling up and down without loss of resolution.
It is common to come across a contact form or an email address on a website, allowing users to contact the site administrator. These forms typically request an email address, a subject, and a title. This article suggests a more open alternative to anonymity, replacing this standard format. By using Slack.
04 Dec 2023
Capsules
Every day since the launch of Capsules Codes, data has been collected from various platforms such as this blogfolio, Flintable, or X, with the aim of tracking any developments, learning, identifying mistakes made, or understanding what works and what doesn't.
If you want to develop your own package, it's entirely reasonable to wonder how to test it under real conditions. Publishing the package on Packagist during development is not an option. Another approach would be to integrate it into a fresh project without using Composer. The method in this article closely simulates a real-world scenario but does require some environment setup.
01 Nov 2023
Capsules
One section was missing. One that would list our modules, packages, dependencies. The Modules tab has now been added, highlighting the very first package on the list: Laravel Population.
While using a modal might seem obvious on a website, its implementation can sometimes be complex. To simplify this task, the Vue framework has introduced its built-in component <Teleport>. This component allows us to “teleport” a portion of a component's template into an existing DOM node outside of the component's DOM hierarchy.
13 Sep 2023
FYI
The main element of this article is the dark variant that can be configured in the Tailwind CSS configuration file. Adding the class value to darkMode activates the CSS classes only when the dark class is present. The media value, on the other hand, is based on the operating system's preferences.
15 Aug 2023
FYI
It can happen that calling a URL returns a 502 page. The 502 Bad Gateway HTTP server error response code indicates that the server, acting as a gateway or proxy, received an invalid response from the upstream server. The server then decides to return a default page.
03 Aug 2023
FYI
Every Laravel artisan will recognize the php artisan inspire command. But not everyone might realize that this command can be customized.
22 Jul 2023
Flintable
Many coders, ourselves included, regularly and even constantly employ static analyzers. A little refresher for those unfamiliar with this term: the static analyzer checks the code without requiring its execution. It detects logical errors, typos, violations of convention, format drifts. Once integrated into your code editor, it becomes the invisible guardian of your work, unveiling the small human mistakes that might creep into your code.
24 Jun 2023
Capsules
It is with this article that we announce the direction we have decided to take. Our thing is the development of web and mobile tools. And let's make it useful for others as well as for ourselves.