Programmer in its cyberpunk looking room seated in front of several big screens with complex technical images

You Can’t Negotiate Genuine Desire

In the vast landscape of business, one truth remains immutable: you can’t negotiate genuine desire. It’s a lesson that traditional industries have tried to bend to their will, and even in the dynamic world of startups and tech products, it’s a concept that refuses to yield. Consider, for a moment, the conventional approach to business. Picture a car dealership with a pushy salesperson who insists that their shiny sedan is exactly what you need. You may relent and make the purchase, but your heart doesn’t truly desire that vehicle. Sure, it serves a purpose, but it doesn’t inspire genuine passion ...

September 4, 2023 · 3 min
Programmer in its cyberpunk looking room seated in front of several big screens with complex technical images

SOLID: Crafting Software To Conquer Complexity

In the realm of software development, crafting code that remains maintainable, flexible, and scalable stands as an utmost priority. And when delving into the concept of scalability, I’m considering not only the system’s load capacity but also your ability to maintain it, essentially wielding it as a tool to conquer complexity. To achieve this, developers often embrace design principles that steer them in writing this type of high-quality code. One such set of principles is known as SOLID, an acronym representing five essential tenets in object-oriented programming. ...

August 28, 2023 · 3 min
Charts displaying operation performance

Pharometer on TLIG

As businesses increasingly rely on software to deliver their products and services, ensuring that their production applications are running smoothly and efficiently becomes a must for maintaining what makes your app to be dependable on: application reliability, performance, and availability. One critical aspect of monitoring production apps is measuring resource usage, including CPU, memory, and network utilization and that’s very well covered by many solutions. As previously mentioned, I particularly like The TLIG Stack for that. These metrics can provide valuable insights into the application’s health, allowing teams to identify performance bottlenecks and detect potential issues before they escalate into larger problems. ...

March 12, 2023 · 7 min
A cubic piece of technology with silicon looking parts and a fan intake with hot fluid around it

Bringing TensorFlow to Pharo

Pharo is a powerful open-source Smalltalk-based programming language and environment that has been widely used for research and development in various fields. Specially Pharo at Inria, France’s National Institute for Research in Digital Science and Technology. However, the lack of a native plugin for TensorFlow, a popular open-source machine learning framework, has been a major limitation for high efficiency AI development with Pharo. I’ve wrote this post to let you know that, I’ve proposed a Google Summer of Code 2023 project to create a TensorFlow plugin for Pharo, which will unlock the full potential of Pharo for production grade AI development. ...

February 16, 2023 · 3 min