Paid In this article, Mark lists 7 top alternatives to HBR. I’m saving the list here so I can keep track of the magazines and publications I’m currently exploring or already have subscribed to. Any new material worthy of a paid subscription gets added to this list. ✅…
Have you ever been overwhelmed by all the career choices we have in this modern day? Previously growing up means you can pursue normal professions like becoming a teacher, lawyer, doctor or even an engineer. But now, even if you don’t graduate college you can be a software…
If this list is one thing, it’s a compilation of tips from my entire career. You see, i am a freelance software engineer, never worked in an office, and never experienced being stuck in the shower nor in traffic. I’ve been freelancing for more than 5 years. Looking…
Lazada, is great. One of the pioneers of e-commerce in the Philippines that people actually trusted. I turned to Lazada to buy affordable items of clothing, wallets, bags and even shoes. I was introduced to the concept of Cash-on-delivery, that therefore solidified my trust with company. In my…
Ramblings Wordpress development kind of sucks, sometimes Okay, so the nightmare in wordpress development: development!! I find it really difficult to develop themes/plugins in wordpress because 1. i either have to code via cpanel’s file manager, or 2. Code locally, then manually deploy the code via filezilla or…
Disclaimer: Some links may be affiliate links because i’ve used them and i can vouch for their awesomeness. Freelancers, teleworkers, remote workers, telecommuters, e-workers whatever you call us. There’s got to be some way to know we’re working right? If you are not bound to a single employer,…
Overview It actually makes no sense to call it the ‘djangular’ stack since both Django (API Backend) and Angular (Client) are two different components and are entirely independent from each other. This post describes the different areas and concepts we need to know when using the stack. There’s a lot…
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.
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…