4 min read 0 Other tutorials and tips Tutorial – How to integrate PayPal and Unity peq42 22/01/2024 Integrating PayPal payments into a Unity project involves several steps, and can be a little complicated for those unfamiliar with…
3 min read 0 Other tutorials and tips How to create Realistic Liquids on Blender 4.0 peq42 13/01/2024 Recently I went back to blender and did a mix of trying to remember what I knew and learning new…
4 min read 0 Other tutorials and tips Parallel and Asynchronous Programming in Rust peq42 11/12/2023 Rust is a powerful, low level programming language initially made by Mozilla, which I’ve covered the backs for in a…
5 min read 0 Other software tutorials and tips Parallel Programming in C/C++ with OpenMP peq42 06/12/2023 In the not-so-distant past, computers had only one brain, called a CPU, which did all the thinking and processing tasks.…
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…
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,…