4 min read 0 Other tutorials and tips Fortran: A Basic Introduction peq42 02/12/2023 Fortran (short for Formula Translation) is a high-level programming language commonly used for scientific and engineering applications. It has been…
7 min read 0 Other Assembly: A Basic Introduction peq42 24/11/2023 Assembly language is a low-level programming language that is specific to a computer architecture. It’s a human-readable representation of machine…
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…
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…