Vectorization in Python for Machine LearningIntroduction Imagine you need to double every number in a list of 1000 values. One approach is to take the first number, multiply it by 2, write down the result, then move to the second number, multiply it by 2, write it down, and repeat 998 more tim...Sep 16, 2025·9 min read
How to Build an Application with ClojureScriptClojureScript is a Clojure compiler that generates JavaScript code. Clojure is a high-level, functional programming language that runs on the Java Virtual Machine (JVM) and has access to all Java libraries. With ClojureScript, we can write Clojure co...Sep 19, 2022·14 min read
How to Set up A ClojureScript and Phoenix ProjectRecently I was tasked with setting up a project with ClojureScript and Phoenix. I tried to check the internet for a "how-to" but did not find an up-to-date guide on completing this setup. After some research and trials, I was finally able to get it d...Sep 9, 2022·6 min read
Writing Better Commit MessagesIn this article, we will learn what commit messages are, and how to write commit messages in a consistent, readable way. The guides here are not set in stone, and as such can be tweaked. What this guide aims at is getting us to gain some form of con...Feb 17, 2022·8 min read
How to Make Your Web App Work Offline With Just HTML, CSS, and JavaScriptIn today’s world, more and more people have access to the internet. But the internet connection is not always stable. And when it is relatively stable, users are not always able to get internet subscriptions. This causes a problem. For example, a pot...Jan 28, 2022·9 min read
Transitioning from React Router v5 to v6React-router is the standard library for routing in react js. It allows users of a react app to move between different sections (components) of the app. The react-router team announced the release of a stable version of react-router version 6 (v6) ...Jan 11, 2022·8 min read
My Goals For HNGi8 InternshipHello world! My name is Stephen Emmanuel. I recently registered to join the HNG internship season 8 and I believe it is going to be a good experience. It was quite difficult for me to make up my mind on joining the internship this year. Last year, HN...Aug 16, 2021·3 min read