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

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

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

Simple Sprite Animation in Python 2.7


the codes for this simple animation can be downloaded here. last time i posted my sample of the snake game written in Python 2.7 using PyGame. like what i already said it was supposed to be a part of my self training on python game programming and it went pretty well. i have one comment … Continue reading Simple Sprite Animation in Python 2.7