How to Nail a Technical Interview
•Some interview tips and tricks from someone who just passed the Google software engineer interviews.
Some interview tips and tricks from someone who just passed the Google software engineer interviews.
They all do the same thing - manage your Node dependencies - but which one does it better?
Finding the most convenient solution for i18n in React is not really easy given there are lots of options.
There is no ORM for Cosmos DB SQL API in Node yet, but it doesn't mean we can't create one.
I was exposed to lots of Microsoft tech in the last few months. One of them was Cosmos DB, and I will share my experience with it today.
Building React apps is super easy now - thanks to tools like create-react-app, but deploying on Azure is still a bit tricky.
My first post on my new blog.
Today is the day. After receiving tons of emails from Jetpack and seeing my server down countless times over the last couple of weeks, I finally made the switch from mod_php to php-fpm.
For the last couple of weeks, I've been trying to learn some functional programming in my free time. It was a tough but fun experience.
If you ever worked with threads, you know that thread synchronization is a serious topic. Today I'm going to talk about the ways in Java.