Home
Pedro Isac
Cancel

Creating a Tic Tac Toe game with Python

In this post we are going to create a Tic Tac Toe game using Python. The game will not have a graphical interface, it will be via terminal. Imports First, let’s import two libraries that we will u...

3 programming sites that I really like

Every programmer has a site collection they love. In this post I will list the 3 programming sites that I like the most. HackerRank This platform is just perfect for anyone looking to improve thei...

Creating an analog clock with css and javascript

Hey guys. Some time ago I challenged myself to create an analog clock using html, css and javascript. In this post I will share my line of reasoning to arrive at the result Initial files First of...

Useful NPM (v8) commands

NPM (Node Package Manager) is an essential tool for anyone developing with JavaScript. So in this post I will list some useful commands when using NPM. Starting a project We can start a project by...