AI, Linux, Programming Tutorials, and Game Development Guides.
-
How to Install NVIDIA 5090 Drivers on Fedora Silverblue 42
5090 GPUs require NVIDIA drivers version 570 and above. These are available as open source kernel drivers. This brief tutorial documents how to install them on Fedora Silverblue or Kinoite
-
D Programming Language - How To Install on Raspberry Pi 3
These are my notes on how to install a D Programming Language compiler along with it’s package management tool Dub and how to set-up a first “Hello World” project
-
PHP 7 Object Properties Type Safety with Setters and Getters
PHP 7 introduces scalar type definitions: your function parameters can be of a given type, and function return type declarations ensuring your function will return results of a given data
-
Cross-platform Desktop JavaScript 3D Game Engine with NodeJS, Electron and BabylonJS
Recently, I have been experimenting with writing 3D games – mainly for mobile Virtual Reality. Today I though I might want to have a go at writing a desktop 3D game,
-
Web Application Performance Testing using Apache JMeter, Part 1: Install and Create Tests
PHPUnit and Selenium provide means for testing application functionality. But how can you test your application’s performance? Here Apache JMeter comes in handy, as a tool used for load