Secrets-ləri qorumaq yox, secrets-lərə çıxışı olan insanları və prosesləri qorumaq lazımdırBəs onda secret management sistemləri nəyi həll edir?June 9, 20261 min139javascriptbackend
Fixing “Web server is down (521)” When Using Nginx + CloudflareA 521 error often means Cloudflare can’t reach your origin. In my case the root cause was an invalid hostname in the Nginx proxy_pass.September 24, 20251 min2426NginxCloudflare
Backend proqramlarda xüsusi simvolu olan parollar niyə problem yaradır?Sadə görünən bu detal production mühitində tapılması çətin, ancaq kritik xətalara səbəb ola bilər. Sistem işləmədikdə problem bağlantı parametrlərində ola bilərJuly 19, 20252 min843BackendSecurity
What is Microservice Architecture?As the name suggests, microservices are basically independent software services that provide a specific feature or function in a software application and serve a single purpose. These services should be independently maintainable, traceable and deployable.October 25, 20222 min1080MicroservicesArchitecture
How can I protect my site from HTTrack or other software's ripping?At least, you can try any of these though user agent can be tricked. 1) Add additional Spam_bot by adding RewriteCond %{HTTP_USER_AGENT} ^Other_Spam_bot after [OR] 2) Add additional Spam_bot by adding User-agent: Other_Spam_bot before Disallow: /April 10, 20205 min3802SecurityWeb Scraping
Displaying a Central Bank exchange rate with PHPI’m a software engineer focused on building efficient applications across web, mobile, and desktop platforms. I specialize in the MERN stack and enjoy writing clean, maintainable code that solves real-world problems.May 25, 20191 min935PHPAPI
Laravel - Searching from two tables and combining the resultI’m a software engineer focused on building efficient applications across web, mobile, and desktop platforms. I specialize in the MERN stack and enjoy writing clean, maintainable code that solves real-world problems.May 25, 20191 min1007LaravelPHP
How to create a symbolic link for laravel website in cPanelSymlinks, short for symbolic links, are basically shortcuts to individual files or folders. One of the advantages of a symlink is that it can cross filesystems, as it references abstract filenames/directories and not physical locationsMay 25, 20191 min27509LaravelcPanel
Deploy laravel project (Voyager admin) on shared hostingCompress the entire project folder on your local machine. You'll get a zip file – laravelApp.zip. Upload the laravelApp.zip to the root directory – the public_htmlMay 25, 20191 min7959LaravelVoyager