4 min read 1 Other tutorials and tips Gleam: A Basic Introduction peq42 12/03/2024 Gleam is a statically-typed functional programming language, which recently had its v1 released, designed for building scalable and maintainable software.…
5 min read 0 Other tutorials and tips COBOL: A Basic Introduction peq42 01/03/2024 In the fast-paced realm of technology, COBOL, or COmmon Business-Oriented Language, emerges as a timeless cornerstone in the world of…
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…
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…
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 0 Other news Web Encrypted Client Hello – ECH peq42 03/10/2023 In an era where digital privacy is increasingly under threat, a new technology called Encrypted Client Hello (ECH) has just…