Digital Dude
Technology, Exploration, Entertainment and Stuff!
Thursday, November 27, 2025
Keep code clean
Thursday, October 2, 2025
Live Caption + Translate available now for Windows 11
Can you recall a Teams meeting where you were in a group with people of different nationalities and had difficulty understanding them—either because of their accents or because they spoke too fast? Thanks to Windows' new Live Captions feature, I can now keep up with what they're saying.
This is truly a godsend. Windows now supports live captions and even real-time translation*.
*Note: The live translation feature is currently available only on Copilot+ PCs. That means it requires a Snapdragon X processor with an NPU capable of more than 40 TOPS. AMD and Intel are expected to roll out compatible chips soon.
For more details you can refer to the official page
Thursday, July 24, 2025
Rebooting My Blog: A 4-Year Journey and What's New?
Ah, the sweet relief of hitting the refresh button on a dusty blog that's been collecting virtual cobwebs since 2021. It’s been a whirlwind four years ("last blog post was in 2021" now reads like ancient history!).
After clocking in countless hours at work, I finally took a minute to breath (and reminded myself that my keyboard isn’t the only thing that needs a break). During this time, the world didn't just keep spinning, it did so on the axis of technological innovation. AI, the prodigal child of tech, returned with a bang, seemingly having a sleepover with every product under the sun. They forgot to invite us, but we follow keenly! It's hip to hop on the AI bandwagon if you want to play in today’s market.
Here I am, back at the keyboard, not necessarily excited but more relieved to share the tech treasures I’ve been amassing. It might've been work and life throwing curveballs, but never the desire to share thoughts on everything tech and AI from this little nook on the internet.
In the coming weeks, expect some musings about my beloved home server (or shall I say, my new-age digital tree house?). Home labs are the rage now, and frankly, who could resist the allure of DIY server adventures in your very own homestead?
Stay tuned, and here's hoping my next hiatus isn't quite as extended as the last!
Sunday, March 21, 2021
My 2021 PC Setup!
Wednesday, August 21, 2019
Geek VS Non-Geek
So I came across this illustration that I think I must share with you guys.
Don't ever think that developers are always lazy :D. Its about making things automation, structural and organised so that we can make complicated process remain simpler in the longer run. Sometimes, people do not understand why we need more time to refactor our codes. We do spend a bit more time on initial stage so that we can makes things easier and scalable and reusable in the later implementation and less prone to human errors.
Tuesday, August 20, 2019
Finally I am Qlik Certified!
As the website recommended, all the questions given from the exam are making sure that you have quite an experience on using their product. Some of the questions are not just comes from the foundation knowledge, it also require some knowledge how you use the tools and what should be the right way to implement the chart with business requirement given.
Wednesday, July 10, 2019
Qlik Qualified!
Luckily for me, my company is the partner for Qlik and I am provided with Qlik Continuous Classroom for free. They have also the academic program where you can enroll as a student.
The videos and tutorials are easy to follow and qualification should be easy. I wouldn't say its super easy or extremely hard, you can take the practise question to find out yourself. Some questions can be quite tricky.
These are my badges which I obtained currently.
Looking forward to obtain data architect qualification and certifications!
Friday, October 5, 2018
Phishing has gone another level.
Quick phishing demo. Would you fall for something like this? pic.twitter.com/phONMKHBle— Mustafa Al-Bassam (@musalbas) September 9, 2018
Wednesday, July 11, 2018
Its time to continue...
Ever since I went on neglecting my personal work until one fine day I bumped into this video by TechLead. Watching his videos gave me so much inspiration and motivation to continue where I have stopped. I would strongly recommend to anyone who needs inspiration and lives your life to the fullest!
Wednesday, February 28, 2018
Datetime conversion from Oracle to MSSQL problem in SSIS
One of the problem which intrigues me that this date time issue when I tries to input

It ran fine on my Evaluate Expression but when I ran my SSIS it came out this problem.
Error: The data types "DT_WSTR" and "DT_DATE" are incompatible for binary operator "+". The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
What I did is to change my length to 50 and my variable to pass in as DateTime and everything ran successful.
The DateTime issue will encounter quite common on dealing with databases especially when you are handling different data sources. My advice will be always pass as DateTime rather than convert into string unless you absolutely have to. (eg. showing on UI)





