Joe Bordesjoebordes.com·Oct 28, 2024Hacktoberfest 2024This year finds me rather demotivated. I guess the fact that there is nothing in it anymore does have an effect. I mean, it used to be something to brag about and the swag made it visible, now it is just more of what I do every month anyway. Heck, fo...29 reads#hacktoberfest
Joe Bordesjoebordes.com·Jan 5, 2024Node-RED... wow!I learned about Node-RED this week. That is already a surprise to me. The product had its first commit in September 2013 by the hand of Nicholas O'Leary. I would have expected to bump into it sooner, not over 10 years later. At that time, I was using...11 likes·255 readsNode-Red
Joe Bordesjoebordes.com·Jun 28, 2023Should we use Big O analysis? Not really!Introduction In the world of programming, efficient algorithms play a crucial role in determining the performance of our code. One way to analyze and predict the scalability of our code is through Big O notation. Big O provides a framework for classi...Mastering PHP Performance Control: Unleashing the Power of Optimized Code#big o notation
Joe Bordesjoebordes.com·Jun 26, 2023Understanding PHP Performance MeasuresWelcome to the final installment of our series, where we delve into the world of XHProf measurements and discover the power of XHGUI in comprehending these values. In this article, we will explore the intricacies of the metrics obtained from XHProf a...144 readsMastering PHP Performance Control: Unleashing the Power of Optimized CodePHP
Joe Bordesjoebordes.com·Jun 24, 2023Profile your PHP codeThis is the last phase of the project to evaluate the recommended maximum size of data that we can manage in a coreBOS install before we get into the list of tasks of profiling and performance. This phase constructs the recommended infrastructure to ...397 readsMastering PHP Performance Control: Unleashing the Power of Optimized CodePHP
Joe Bordesjoebordes.com·Jun 21, 2023Benchmarking code with PHPBenchAs I continue to work on the project to evaluate the recommended maximum size of data that we can manage in a coreBOS install. I started the next steps of constructing a profiling and performance infrastructure for the project so we can analyze objec...75 readsMastering PHP Performance Control: Unleashing the Power of Optimized CodePHP