Tech Blog

Upskill your dev career for free with our blog posts

blog

Deploy Vite App to Github Pages

Github-pages is a free hosting platform which you can use to showcase your projects, host your portfolio, a blog or even share your resume with your employers

vite app

github pages

deployment

blog

How to Build a Calculator App with HTML, CSS, and JavaScript (Part 2)

In this tutorial, we will be focusing on building the calculator engine which will power the UI we have built in part one. We will use vanilla Javascript for the purpose of this tutorial without any framework or library.

javascript

calculator app

series

blog

How to Build a Calculator App with HTML, CSS, and JavaScript (Part 1)

In this tutorial build, we will be focusing on the UI of our calculator app and in part 2 we will get into the functional aspect of our calculator project using Javascript.

HTML

CSS

Javascript

blog

Top 6 Free Hosting Platforms for Deploying Your React App

React is a popular JavaScript library used for building dynamic user interfaces. Once you have built your React app, the next step is to deploy it so that others can access it online. There are several ways to deploy a React app, and in this blog post, we'll explore 6 ways to deploy a React app for free.

React

Deploy React

Free Deployment

blog

4 Mistakes Self-taught Devs Make And How I Avoided Them

In recent years, many aspiring developers have taken the self-taught route to learn programming skills. While this approach has its advantages, it also comes with a set of unique challenges.

developers

engineers

beginners