programming language

Developer Open Source

“The Economics of Programming Languages” by Evan Czaplicki (Strange Loop 2023)

This video is from Strange Loop Conference. In the mythology of open source, programming languages are created by people who seemingly have no direct economic function. They are just really good at compilers (somehow) and have a house to live in (somehow) and have a lifetime to devote to creating a useful programming language (somehow!) […]

Read More
Developer

How to Master Pointers in C: 10X Your C Coding!

Dave’s Garage shares his C wisdom. .Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive introduction to pointers.

Read More
Developer

Clean Code Lesson 1 with Uncle Bob

“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write a clean code and establishes the bases to achieve […]

Read More
Python

Python for Beginners Tutorial

In this step-by-step Python for beginners tutorial, Kevin Stratvert  teaches you how to get started programming in Python. In this video, I assume that you are completely new to programming. We’ll walk through how to get Python, how to run your first code, and how to get an IDE (Integrated Development Environment) to help you […]

Read More