4 Useful Product Management Frameworks and Models for Starters


So you've been doing product management for quite a while, considering a career shift, or just found out that there's actually a name for your role in your startup where job scopes are often blurry. And naturally, you are looking for a means to be methodical in what you do so you can effectively monitor … Continue reading 4 Useful Product Management Frameworks and Models for Starters

Cat Chase, a Snake Game Variant Using Python 3.8 and Pygame 1.9.6


In 2012 when I was learning Python and wanted something enjoyable to work on, I played around with Pygame. Pygame as what can be inferred from its name, is a game development framework for the Python programming language. It is not as sophisticated as Unity, Unreal, or Game Maker but a good starting point for … Continue reading Cat Chase, a Snake Game Variant Using Python 3.8 and Pygame 1.9.6

Dynamically Loading Stylesheets and Scripts in Cordova with Ember JS


We make  bad decisions once in a while and this is what our development team experienced working on an Ember project to be converted to a mobile application through Cordova. "What happened?" you would ask. We made a bad decision of independently coding the version to be converted to a mobile app with that version … Continue reading Dynamically Loading Stylesheets and Scripts in Cordova with Ember JS

Logging Pitfall: Let’s just log everything! What could go wrong?


So last week I overheard one of our developers' discussion with the account manager who happens to be a tech person as well. They were talking about errors encountered by a client's website written in Python Django. The developer reported that the site just began crashing whenever this or that script starts to write things … Continue reading Logging Pitfall: Let’s just log everything! What could go wrong?

Advanced Sprite Animation Using Pygame in Python2.7


Update 22 Aug 2020: Fixed the link to the source code. you can download the codes for this tutorial here. it has been quite a long while since i last posted a tutorial. fortunately i was able to come up with another one despite the busy schedule. and to continue from what we've left here, … Continue reading Advanced Sprite Animation Using Pygame in Python2.7

when a program throws an exception, the problem is not always in the code


it has been quite awhile since i last posted something. well although i could say that a number of things came up, i cannot say that they ate most of my time so as to prevent me from posting anything. truth is i could have posted a few lines but held myself back at the … Continue reading when a program throws an exception, the problem is not always in the code

rendering background image using PyGame in Python 2.7


Update 21 Aug 2020: Fixed linked to sour code. it has been quite a while since i last posted anything regarding my endeavors in game programming. the past weeks have been quite busy for i was working on the backend of another mobile application. anyway, i was able to continue studying python this weekend and … Continue reading rendering background image using PyGame in Python 2.7