July 25, 2021 Accelerating Software Development: Strategies for Efficient Operations and Rapid Success Crafting software is no walk in the park, especially in today’s dynamic landscape of ever-evolving requirements. It’s a maze of complexities that demands a…
July 3, 2021 Encapsulation Done Right Encapsulation is a crucial concept in object-oriented programming, aiming to control access to a class’s members. While this principle isn’t tied to a specific…
May 2, 2021 Importing Modules in Python Memory Concerns First things first! Let’s get the unnecessary memory concerns out of the way. Run Python interpreter. Type the following snippet and execute…
November 22, 2020 Sphinx, Doxygen and Consistency Considering VFX, Animation and Game Development Providing documentation for your source code is a must. It becomes even more crucial if you develop APIs used by other software engineers. When…
November 15, 2020 How to Conduct Code Reviews Read the Documents Read the documents first! I mean it! Usually at least a README.md file would be available with any repo nowadays. Get…
November 8, 2020 PEP 8, Camel Case and Consistency Considering VFX, Animation and Game Development As you probably already know that PEP 8 is a style guide for Python. If you are a developer with Python experience, the style…
November 4, 2020 Engineering a Modern Pipeline For VFX and Animation Production I’ve written an article titled “Engineering a Modern Pipeline For VFX and Animation Production” while back, which you can download from this link. The…