Quantcast
Browsing latest articles
Browse All 12 View Live

Image may be NSFW.
Clik here to view.

How to Install Node.js v21 on Linux: A Step-by-Step Guide

🚀 Quick Overview To immediately install the stable version of Node.js and NPM from your package manager, refer to this section. For installing Node.js v21, either check this recommended section or...

View Article


Image may be NSFW.
Clik here to view.

VSCode Tutorial: Features, Installation Guide, and Top Extensions

Visual Studio Code (a.k.a. VSCode) is a free and open-source code editor developed by the software giant Microsoft. It is one of the most popular code editors in the developer community due to its...

View Article


Image may be NSFW.
Clik here to view.

How to Run a Python Script on a PHP/HTML File

In this article, you will learn how to run a Python script on a PHP (or even a plain HTML) file using two different methods, along with practical examples. I assume you have already installed Python...

View Article

Image may be NSFW.
Clik here to view.

How to Run JavaScript in Python (with an Example)

Polyglot programming is uncommon but can be a lifesaver in specific situations. For example, we recently wrote an article about executing Python scripts within a PHP/HTML file, which can be valuable...

View Article

Image may be NSFW.
Clik here to view.

How to: Install Angular CLI (and Create a New App) on Linux

Angular is a widely used open-source web application framework developed and maintained by Google, serves the purpose of creating dynamic single-page mobile or web applications (SPAs). It uses...

View Article


Image may be NSFW.
Clik here to view.

What is Polyglot (and Hyperpolyglot) in Programming

A traditional journey for non-programmers entering the programming realm is to choose one of many programming languages and begin mastering it until they are able to make some use of it and create a...

View Article

Image may be NSFW.
Clik here to view.

How to Execute Javascript in a Jupyter Notebook on Linux

Jupyter Notebook is the most popular server-client application that allows you to write, run, test, and debug Python-interpreted programs on notebook documents via a web browser. Unfortunately, other...

View Article

Image may be NSFW.
Clik here to view.

How to Install and Use LunarVim on Linux (Complete Guide)

LunarVim is a fantastic NeoVim-based IDE, a community-driven project available for free to try, providing support for most popular programming languages such as C/C++, Python, Java, Node.js, Angular,...

View Article


Image may be NSFW.
Clik here to view.

Bat is a Modern Drop-in Replacement for Cat Command on Linux

The bat is a modern command-line program written in the Rust programming language, and I can confidently say it’s a great drop-in replacement for our beloved cat command. If you’re wondering why I’m...

View Article


Image may be NSFW.
Clik here to view.

Tokei: Quickly Count Different Metrics in Your Codebase

Once you have completed your assignment on a big software project (with or without a team), have you ever thought about how much code in different programming languages has been used in the project?...

View Article

Image may be NSFW.
Clik here to view.

Install and Use Grunt JavaScript Task Runner on Linux & macOS

The Grunt JavaScript Task Runner could become a resourceful utility in your development as it can automate a wide variety of repetitive tasks such as compilation, autoprefixing, minification,...

View Article

Image may be NSFW.
Clik here to view.

How to Install PyCharm on Ubuntu and Other Linux Distros

PyCharm is a well-known integrated development environment (IDE) for Python programming language that also offers support for Rust, Dart, HTML, JSON, Markdown, and several others. It’s available in...

View Article
Browsing latest articles
Browse All 12 View Live