6 min read 0 Other Article software tutorials and tips Web Servers: A Basic Introduction peq42 16/11/2023 A web server is like a waiter in a restaurant. Imagine you go to a restaurant and order food. The…
3 min read 0 Other tutorials and tips Creating a GUI application with Rust peq42 31/10/2023 Creating a basic GUI application in Rust using the Druid crate is a great way to get started with basic…
3 min read 3 Other tutorials and tips HTMX: A Basic Introduction peq42 23/09/2023 Have you ever wished your website could feel more dynamic and responsive without diving into complex JavaScript coding? Well, meet…
6 min read 0 Other software tutorials and tips Python Threads: How do they work? peq42 08/09/2023 I’ve been fairly interested in python and multithread programming recently, so I decided “what better way to learn it than…
4 min read 0 Other software tutorials and tips TypeScript: A Basic Introduction peq42 03/09/2023 Have you ever wanted to use javascript, but with obligatory types to ensure the code is easy to maintain? Well,…
8 min read 0 Other software tutorials and tips Rust: A Basic Introduction peq42 29/08/2023 Many programming languages have tried to tackle memory management in different, better ways. Some, like C/C++, leave it up to…
5 min read 0 Other tutorials and tips Python: A Basic Introduction peq42 26/08/2023 With the massive popularity of personal computers and their usage by people of all areas, its inevitable that people who…
8 min read 0 Other software tutorials and tips PHP: A Basic Introduction peq42 19/08/2023 In the digital age, websites are like virtual homes for information and services. Have you ever wondered how these websites…
5 min read 0 Other tutorials and tips How to get Clicks on my Website peq42 01/08/2023 Nowadays, having a website is not enough: without anyone browsing it, a website is completely useless. Thing is, with the…
4 min read 0 Other tutorials and tips HTTP Code List: Which ones are there? peq42 09/07/2023 The Hypertext Transfer Protocol (HTTP) is the foundation of data communication on the World Wide Web. When interacting with web…