Blogs

Software Developer (NodeJS) – Freelance Opportunity at Saiko
July 15, 2025
Job Brief We are seeking talented NodeJS Developers to join our dynamic team at Saiko, a software company specializing in outsourcing for the Japanese and

Algorithm: Longest common prefix
April 2, 2025
Today we will look at an easy problem: finding the longest common prefix of an array of strings. Could you find the optimized solution for it?

Algorithm: Roman to Integer
April 1, 2025
Today we will look at an easy algorithm problem: Converting a Roman number string to Integer.