Skip to content

Moe’s Homepage

Knows how to provide Solution

Menu
  • Home
  • About
    • About Me
Menu

Category: Programming

To comment, or not to comment, that shouldn’t be even a question!

Posted on February 20, 2024March 5, 2024 by mabouali

What’s the story about commenting? Recently, there was a discussion on LinkedIn around comments, again! As usual, it appears that people either fall on the side of comment everything in this code or the side of avoid comments at all costs, even if there is a gun to your head. Moderation?!! any one?!! This is…

Continue reading

Piecewise-Linear Functions: Part II

Posted on February 10, 2024February 10, 2024 by mabouali

In Part I (here), we discussed what are Piecewise-Linear Functions (PLFs). In Part II, this document, we are going to discuss how to estimate the coefficients. As it was mentioned in Part I, if we do not need to guarantee the continuity, all you need to do is to just fit a line to each…

Continue reading

Piecewise-Linear Functions: Part I

Posted on February 4, 2024February 10, 2024 by mabouali

We are going to divide this document in two parts. The first part, this document, we are going to discuss piecewise linear functions (PLFs) and how to implement one in Python. The second part, Part II, we will discuss how to fit the coefficients, detect the break-points locations, and even optimize the number of the…

Continue reading

Can I Directly Translate A Math Equation To A Code?

Posted on January 28, 2024February 10, 2024 by mabouali

If you have answered yes, then you are betting on being lucky. If you are saying: “I always have done so and never had any issue!!!“, well, (1) you are lucky that you never executed your code with numbers that would cause problem, (2) you are using a library that handles these things under the…

Continue reading

Learning SQL

Posted on January 13, 2024February 10, 2024 by mabouali

I see a lot of SQL posts in my feed, getting the impression that SQL is making a comeback and becoming a hot topic again. Indeed, SQL could be a very handy language for many systems/projects and if you are in Data Science and/or analytic positions knowing SQL not only doesn’t do any harm, but…

Continue reading

Search Posts

Latest Posts

  • Face The challenges Heads On
  • Miranda Warning On Social Media In The Age of AI
  • Bus-Factor
  • It works! sometimes!
  • To comment, or not to comment, that shouldn’t be even a question!

Categories

  • Fundamentals
  • Linear Algebra
  • Mathematics
  • Memories
  • opinion
  • Piecewise-Linear
  • Programming
  • Python
  • SQL
  • Stories
  • Uncategorized

Archive

  • September 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
© 2025 Moe’s Homepage | Powered by Minimalist Blog WordPress Theme