GodLikeMouse
  • Blog
  • Music
  • About Me

Best Practices

Code

Python and Rust Working Hand in Hand

Introduction In the world of programming, every language has its strengths and weaknesses. Python, known for its simplicity and readability, has dominated various domains such as web development, data analysis, and artificial intelligence. On the other hand, Rust, with its emphasis on safety and performance, has gained popularity in systems Read more…

By GodLikeMouse, 1 yearApril 26, 2024 ago
Code

PHP Best Practices: Models and Data Mining

Most PHP developers utilizing MVC frameworks would argue that the best approach for models are classes with a varied number of getters and setters. After a long time working with PHP and especially MVC frameworks and data mining/retrieval, I am of a completely different opinion and I will discuss why.

By GodLikeMouse, 12 yearsJanuary 18, 2013 ago
Code

Optimization Techniques For JavaScript

Often times JavaScript coding you’ll find yourself creating a loop and at some point in time doing some form of conditional statement. Conditions in loops have a heavy impact on the speed in which JavaScript will execute. Especially when the number of iterations is high. Take for example the following Read more…

By GodLikeMouse, 17 yearsDecember 14, 2007 ago
Code

JavaScript Singleton Pattern

Singletons are quite effective when it comes to needing only a single instance of a class or object instanciated, regardless of when or who creates it. Let’s start by creating a basic class that we will later turn into a singleton: So, now we have a simple ValueObject class, which Read more…

By GodLikeMouse, 18 yearsMay 10, 2007 ago
  • Blog
  • Music
  • About Me
Hestia | Developed by ThemeIsle