Jima Victor

Jima Victor @jimajs

About: Code lover, crafting cool stuff with JavaScript. Also, geeking out in articles for the tech community. 🚀

Joined:
Oct 13, 2021

Jima Victor
articles - 20 total

Why I think Python is a Great first Language

Introduction Learning how to code is a great venture. You end up learning a lot of things...

Learn More 10 2Apr 13 '24

What exactly is an API

Introduction One of the terms thrown around a lot in the world of software development is...

Learn More 4 0Mar 11 '24

Markdown as Fast as Possible

As a developer, in order for you to write a post on the DEV community, you need to know some...

Learn More 3 0Jan 31 '24

How to make a Virtual Environment in Python for your projects

In order to make a virtual environment for your python project, you can use the venv module which is...

Learn More 1 0Jan 30 '23

How to convert mp4 to mp3 using python

In this tutorial, I am going to be showing you how to convert files from mp4 to mp3, using python. In...

Learn More 51 2Jan 19 '23

How to Create a Flip Card with CSS

In this tutorial, we're going to be learning how to build out a flip card using html and CSS. ...

Learn More 6 0Nov 28 '22

One tool that can help you as a developer

From our code editors to version control systems, as developers we are all surrounded with tools...

Learn More 8 1Sep 21 '22

Getting started: Hello World Program in Flask

According to ancient programming tradition, whenever you feel like you are ready to start building...

Learn More 8 0Sep 19 '22

How to addEventListener to a list of html Elements in JavaScript

Have you ever tried to add an event listener to a group of html elements all at once? if you had, you...

Learn More 11 5Jul 14 '22

How to add dark mode using javascript

We're going to be adding dark mode to a simple website using javascript and the localStorage property...

Learn More 7 0Jun 29 '22

Javascript forEach - loop through js array items

Javascript forEach - loop through js array items So imagine you went fruit shopping and you came...

Learn More 7 2Jan 28 '22

Do you need to be good at math to be a programmer?

So you want to get into programming or you've already been programming and you've been hearing a lot...

Learn More 27 20Jan 14 '22

HtmlCollection vs NodeList in Javascript

At some point in your journey as a developer, you might have come across this error. If you haven't...

Learn More 11 0Jan 11 '22

How to add Color to your code snippets using markdown

Which one of these look better? this?👇 function printHello() { console.log("Hello"); // prints...

Learn More 40 3Jan 1 '22

How to build a simple BMI calculator using html and javascript

This tutorial is going to cover how you can build your very own BMI calculator using simple html and...

Learn More 19 2Dec 28 '21

Best Programming Languages to Learn as a Beginner

So you're just starting out and you want to learn a new programming language. But the problem is,...

Learn More 82 10Nov 14 '21

How to change the color of a div by clicking on it - beginner tutorial

This tutorial is going to be a very basic example on how to change the background color of a div...

Learn More 15 0Nov 9 '21

How to learn to code from scratch as a beginner

So you want to learn a new technical skill, and you've heard a lot about programming and you've...

Learn More 12 0Oct 31 '21

3 skills every programmer should have

Programming can sometimes be really difficult but there are some skills that make it easier. Here...

Learn More 27 0Oct 23 '21

How to learn programming fast

No one will want to learn in 12 months what they can do in 6. When it comes to a skill like...

Learn More 25 1Oct 19 '21