Code articles

Browse articles by category

Code
PHP: What is this programming language and why is it popular?

PHP in simple terms: what this programming language is, how its versions differ from each other, and more. A comprehensive guide to PHP.

Code
How to Manage the JavaScript Event Loop — 1

The event loop helps manage asynchronous calls in JavaScript. We'll show you how to use it in web development with examples.

Code
35 Books on Mobile App and Game Development for Android and iOS

A selection of books on mobile development for beginners and experienced programmers.

Code
OOP Examples: Part 8 of the Object-Oriented Programming Guide

Every developer should understand OOP principles. Let's practice OOP using C# code as an example.

Code
What annoys testers

We'll talk about the downsides of being a QA specialist.

Code
Cross-platform GUI application in C#

We are writing an application with a graphical interface in C#.

Code
C++ Arrays for Beginners: How to Declare and Work with One- and Two-Dimensional Arrays

Everything about arrays in C++: how to declare and access array elements, determine the size of a variable, and more. Part 7 of the C++ programming language guide.

Code
Parallax effect in JavaScript for the site

We'll explain what the parallax effect is and how to add it to your website using JavaScript.

Code
The first computer virus – the first information epidemic

We'll tell you about the first computer virus: how it infected MS-DOS, why it went unnoticed, and what its purpose was.

Code
Java Code Style: How to Properly Format Java Code

An article about variable, class, and method names, brackets, comments, code formatting, and other good practice in Java.

Code
Using the Pandas library

We explain why the Pandas library is needed, how it simplifies working with data, and why it is used in Data Science.

Code
Keyboard Shortcuts in VS Code: Which Ones to Press and What They Do

Become multi-armed wizards: speed up with hotkeys and a couple of other tricks.