How to spread web go applications on ubuntu • linux & open source

Go, also known as Golang, is an open source programming language developed by Google. Go is designed for efficiency, ease of use, and scalability. Very popular for building web applications, microser services, and cloud -based applications. In this guide, we will discuss how to use a simple Go Web application on Ubuntu using Nginx as … [Read more…]

How to create a sitemap page on wordpress for the optimal seo

How to create a sitemap page on wordpress – In an effort to optimize your WordPress site, the implementation of the Sitemap is one of the crucial SEO strategies. Sitemap not only makes it easy for visitors and search engines to understand your site’s structure more efficiently, but also improve user experience and facilitate the … [Read more…]

PHP in 2025, is it still relevant?

Nearing the year 2025, the question of whether PHP is still feasible to be learned to be an important topic for many novice web developers. PHP has been a big player in the world of web development for decades. At present, more than 75% of the website is still powered by PHP through platforms such … [Read more…]

10 Examples of Using RSYNC Orders in Linux

10 Examples of Using RSYNC Orders in Linux Last updated July 25, 2020 Long distance synchronization or often referred to as RSYNC is a command in Linux that is often used to copy and synchronize files and directory. With the help of the RSYNC command, we will be able to copy and synchronize files or … [Read more…]

How to Deploy Rust Web App in Ubuntu • Linux & Open Source

Rust is a programming language known for high performance, memory security without garbage collectors, and its ability to build fast and efficient applications. One of the things that makes Rust more popular is the ease of use to build web applications with various available frameworks, such as ACTIX Web and Rocket. Rust also has a … [Read more…]

How to create a sitemap page on wordpress for the optimal seo

How to create a sitemap page on wordpress – In an effort to optimize your WordPress site, the implementation of the Sitemap is one of the crucial SEO strategies. Sitemap not only makes it easy for visitors and search engines to understand your site’s structure more efficiently, but also improve user experience and facilitate the … [Read more…]

How to fix the module not found problem: can’t resolve when deploy nextjs but not local

Deploying the Next.JS application to hosting platforms such as railway is often a challenge, especially when everything runs smoothly at local but suddenly errors appear during the build process on the server. One of the common problems is error “Module Not Found: Cannot Complete”caused by differences in case sensitive in the file name or folder. … [Read more…]

How to download directory via FTP with the Wget command

How to download directory via FTP with the Wget command Last updated August 1, 2023 How to download directory via FTP with the Wget command -Download and uploading files are what we are often done when we set the server, especially if we want to migrate server both from Cloud VPS to Cloud VPS or … [Read more…]

How to use rust web applications on Ubuntu • Linux & Open Source

Rust is a programming language known as high performance, memory security without garbage collectors, and its ability to build fast and efficient applications. One of the reasons Rust is increasingly popular is the ease of use to build web applications with various available frameworks, such as ACTIX Web and Rocket. Rust also has a cargo, … [Read more…]

403 | Invalid signatures. When verifying emails in Laravel

Only for my documentation, to correct this error, make sure to add this to the Middleware Laravel proxy. protect $proxies = “*”; The reason I thought was because I used Nginx for proxy_pass from docker to public. That’s all, only for my documentation. If you find this article, congratulations, please share this article just to … [Read more…]