I am writing a blog post that should have been somewhere else (like twitter) – but no, I love the exclusiveness of writing in my own territory, with no worries of finding out what other people thinks. Today, marks the start of a new category of posts that I…
Episode 4: Function Structure Function signatures should be small and have few arguments as possible. In this episode, the various types that should or should not be passed was discussed.
This should be applicable in any workplace be it in an institution, startup or at home. meh. Feel free to add more. Let’s create the perfect place introverts and highly competitive individuals like us would want to be in.
Okay, so today shall commence my goal to at least be able to post a single blog per day. In our show for today (*wink), i am very honoured to be of help in your quest to building stored procedures for your app (should you ever use it).
Deployment is tedious Deployment is definitely tedious. The first time i tried to deploy a django application to the cloud, it almost took me 12 hours. Silly, yet true. Navigating through nginx, supervisor, gunicorn was troublesome. Here, i’m going to share to you my simple script in deploying…
1 Introduction In a fast-moving business environment, it is imperative that a rapid system development method be used. Rapid software development processes are designed to produce useful software quickly. Unlike traditional plan-driven approaches, the software is developed through increments – each increment focusing on a new system functionality.
We shall begin by breaking down the term into phrases, digesting the definitions of each phrase and understanding the relationship between the phrases. Software Process A software process is a set of related activities leading towards the development of a software product using whatever tool or stack needed.…
In my software engineering class, most of my colleagues found it frustrating that instead of coding, what we were doing for the past 2 months had been writing documentations, business rules, acceptance tests, refining our charter & features, designing use-cases and building test-cases. I did, too, for a…
Background When I’ve been introduced to programming way back in high school, we started off doing Pascal. But what really made me interested with the subject was when I joined a competition, and eagerly studied C++ in a matter of weeks. So it was basically C++. I’m actually…