Programming

cover
Efficient programming
What makes a good programmer? How efficient are your algorithms?
Programming is not just about programming languages, technologies and coding. It's mostly about thinking.
Learn to design, implement and optimize efficient algorithms using various basic techniques and simply start coding like a pro.
cover
Algorithms - The basic concept
The basic concepts of algorithms. What do we mean by an algorithm? How to analyse and optimize them? And why is it so important?
This article is dedicated to the very beginners.
cover
PHP Basic Syntax
Sums up the basic syntax of PHP language necessary to be able to write simple PHP applications.
cover
C Fundamentals
Introduction to the most powerful low-level programming language - C.
This article sums up the basics of C and is intended for people who already know something about programming and want to start learning C, for people who want to refresh their memories of this programming language and for tech students.