Hi, I'm Nick Korage👋🏼
Been coding since flip phones were cool. Turning caffeine into code and problems into solutions. Feel free to checkout some of my cool projects and articles I've written.
Recent Posts
Mastering Node.js Fundamentals
17-07-20253 min
Node.js is a powerful tool for developers, allowing them to build scalable and efficient applications with ease. Understanding its fundamentals can significantly enhance your coding skills and project outcomes. Here are some essential......
Deploying containers to AWS
22-01-20243 minAWS
Docker containers are pretty awesome. They allow us to run all sorts of cool apps without having to setup an environment. Setting up environments for specific programming languages and frameworks can be a pain but docker comes to the rescue with "mini vir...
Must know Javascript Array functions
30-10-20193 minJS
Arrays in JavaScript are unavoidable. Knowing how to handle arrays and iterables will save you the headache of having to google every time you are dealing with arrays. Here are some of the most common yet important array functions in JavaScript...