Author: Muhammad Muhsin

  • Risk Management in Software Development

    This is a report I wrote for a course at college. The reading that went into preparing and writing this helped me manage my own final project for college.

    (more…)

  • WordPress Colombo

    Ever since I started out with mtwoblog.wordpress.com I have been fascinated by the whole WordPress ecosystem. Among many factors like the platform, the themes, the plugins, it also largely includes the active, growing community behind WordPress. One such community is WordPress Colombo which is essentially a group of WP enthusiasts in Sri Lanka on meetup.com.

    WordPress Colombo
    WordPress Colombo

    (more…)

  • Hybrid Mobile Apps with JavaScript – a meetup

    The ‘JS in Mobile App Development’ meetup was held on 17 March 2016 at WSO2, and I was fortunate enough to attend this event with my friends.

    Ionic vs React

    (more…)

  • Get SSD for a solid performance boost!

    When buying a new computer, we look at a few specs such as the processor, memory, storage and sometimes graphics. However, many of us fail to realize that what is actually slowing down our computer is the good old Hard Drive. Let’s take a look at one solution for this.

    Last week, I purchased a new laptop. After discussions with a good friend, I was convinced that the best way to increase performance is to get an SSD. (more…)

  • A quick look at the Onion Omega!

    Those of you who have worked with or heard of the Raspberry Pi know how awesome the tiny device is. The power of a full blown computer was literally in the palm of your hand, allowing you to experiment with cool projects and get your ideas and experiments to shape.

    Onion Omega package
    Onion Omega package

    (more…)

  • Android vs Pure Android – What’s the difference?

    Android is not iOS. Of course, but the point I want to make here is that there is no single latest version or ‘flavour’ of Android. Being an Open Source project, anyone can create their own version of Android. This has so many advantages, but also some disadvantages as well. Let’s see.

    1408943955999
    Galaxy S running a modded Android KitKat 4.4.4

    (more…)

  • Dell KB216 – a review

    I was looking for a nice keyboard to complement the Logitech M325 Wireless Mouse.

    However, the Computer stores seemed to have only Wireless Keyboard + Mouse combo, which would make my M325 redundant.

    (more…)
  • mtwoblog.com – a new beginning

    Welcome to my first post on the brand new mtwoblog.wordpress.com. I am excited to be writing this and thank you so much for reading my blog posts.

    What’s new?

    Boat and Sunset, Sri Lanka
    Boat and Sunset, Sri Lanka

    (more…)

  • Arduino: a revamped tiny Sketch

    Couple of days ago I wrote a post about how I got started with an Arduino UNO and wrote my first Sketch (a Sketch is an App written using Arduino IDE and and uploaded to the board via Serial). Click here to read it.

    The Starter Kit had an LED attached to a a very small PCB with four pins. Picking it up I realized it was an RGB LED with three resistors printed on it. Neat!

    IMG_20151227_085209
    RGB LED board

    I knew what I wanted to do with it. 

    (more…)
  • Arduino: a tiny Sketch

    A friend of mine gifted me an Arduino UNO starter kit a while ago. I didn’t have the time and motivation back then to dabble in it.

    Fast forwarding to this day, I watched Massimo Banzi’s TED Talk in the morning, one of the guys who helped invent the Arduino. It was inspiring.

    So, what is it anyway? Arduino is a credit-card sized micro-controlled board that can be be used for a whole lot of purposes,  so much that one could dedicate his life on researching the everyday potential of it.

    Arduino UNO
    Arduino UNO

    The beautiful thing about this tiny device is that it is so easy to get started once you have the starter kit. In fact, I only started in the morning. Even more beautiful is that the whole project is open-source, from the hardware to software to everything in between. You could even make your own board!

    (more…)