Strategy You can't win if you don't playChoosing your gameSet target / goalsCharting your path4 keys for setting goalsIdentify successBe specific about stepsIdentify obstaclesPlan to follow up Game Play ContributionsBecome indispensableFill the gaps. Look for places to contribute.Do the right thingsManaging your managerStatusAssessing performanceDocumentationMentoringOpsMaintainabilityQualityInnovation & New IdeasTrust & integrityBuild trust. Deliver on your commitments, act… Continue reading Leveling Up – Taking Career to The Next Level
6 Takeaways from Simon Sinek: Love Your Work
"Is it really possible to love my work?" "I don't like my job, it's stress and tiring!" "Hmm... I don't think I will ever love my job." I do have these kind of thoughts playing around in my mind. Probably some of us also have the same experience when we reached to a point where… Continue reading 6 Takeaways from Simon Sinek: Love Your Work
Enable connection to MSSQL from PHP in Centos 7 with ODBC
This is a one time setup that most of the software developers have less opportunity to get the exposure. Especially who are just continue maintaining the legacy application. Everything is up and ready. The Problem When I started maintaining this one legacy system, I was working on it in my own Windows laptop and everything… Continue reading Enable connection to MSSQL from PHP in Centos 7 with ODBC
Create reusable alerts component using vue-toasted
There are various ways of displaying alerts in the website. The basic way is simply using Bootstrap alert component. But in this post, I will be showing how we can use vue-toasted package to display alert with some movements as below in Vue JS. This example will be using together with Laravel. Example of displaying… Continue reading Create reusable alerts component using vue-toasted
Leverage Regular Expression in Visual Studio Code
Regular Expression (RegEx) is one of the feature that available in Visual Studio (VS) Code. This feature helps me to narrow down the scope when performing searching in code-base. To be honest, I was always trying to avoid using RegEx cause it seems so complicated and hard to remember the syntax. But I finally embrace… Continue reading Leverage Regular Expression in Visual Studio Code
Installing PHP 5.1.6 in Windows 10
In my previous post How do I setup multiple PHP version in my local machine for development?, I mentioned that I needed multiple version of PHP is because I'll be working on the legacy system. But there's a limitation on that method, I can't install the older PHP 5.1.6 because of these reasons: No PHP… Continue reading Installing PHP 5.1.6 in Windows 10
How do I setup multiple PHP version in my local machine for development?
Leveraging Laragon's features to effortlessly switch PHP & Apache version in your PC (Windows OS) for software development. Why do I need that? The main reason is because I've to work on a legacy system which is running on previous version of PHP 5.3. But I still need the latest version of PHP 7.0 in… Continue reading How do I setup multiple PHP version in my local machine for development?