Current Hiring Trends in IT
Muhammad Rahiman (Ray) Abdulmanab
Who's speaking?
![]() |
|
What I'll be sharing
Part 1
How I landed my first 👨💻
Wrote a detailed blog post about my first hackathon experience
Tip #1:
Join hackathons. Lots of them.
Tip #1:
Join hackathons. Lots of them.
Example of hackathons: PayHack 2025
Read more about my last hackathon experience:
RHB Get Your
Hack On 2023
Part 2
🎢 journey to PayNet
“I bet it must've been an easy journey for you to find a job, Ray.”
The 'easy' journey:
Preview of Devskiller test
Example of fundamental coding questions:
var a = 10;
function foo() {
console.log(a); // (A)
var a = function() {
return 20;
};
console.log(a()); // (B)
}
foo();
console.log(a); // (C)
Predict the outputs of (A), (B), and (C), and explain your reasoning.
Seems easy at first, right?
Examples of technical open-ended questions:
“What are your thoughts on TypeScript?
How does it improve overall developer experience (DX)?”
“When do you think is appropriate for a team to use a batteries-included framework?”
“How do you approach enforcing code quality and consistency in a large front-end team?”
Examples of culture-fit questions:
“Where do you see yourself in
5-10 years time?”
“Let's say you're on annual leave, but your colleagues needed your urgent help which only you can solve. What will you do?”
“Tell me about a time when you had to work with a difficult colleague.
How did you handle it?”
“What's one thing you value the most in a workplace culture, and why?”
PayNet final round interview
My team at annual dinner
Part 3
What is PayNet?
Part 4
Hiring 📈 & tips
Trend #1:
The Diminishing Degree Premium
Trend #2:
The Rise of Portfolios
Skillset shapes
Trend #3:
The AI Fluency Factor
Tip #2:
Resume & interview 101
STAR method
Example of a good vs. bad CV
My (old) CV as example
Any questions?
Thank you!