Account

Focused, action-oriented lessons. Learn essential techniques without wasting time

Each tutorial guides you through a clear process, with concrete examples and code that can be run directly in the browser

Quick Filter
All competencies










Languages


How to use Canny Edge detector with Python OpenCV


logo

This tutorial provides a step-by-step explanation of how to implement and adjust Canny Edge Detection in Python using OpenCV, offering both theoretica...

Dima

0.0 (0)

Learn the basics of the Markdown syntax


This detailed tutorial on the basics of the Markdown language is intended for those who want to learn how to create and format text for the web in a s...

Dima

0.0 (0)

What are Abstract Base Classes (ABC) in Python?


logo

This tutorial covers the abstract base classes (ABC) in Python and it includes code examples that you can execute directly into a cloud sandbox. Enhan...

nelson09

10.0 (1)

What is map() function in Python and how it's used


logo

Learn how to use Python’s map() function to write faster, cleaner, and more efficient code...

Dima

0.0 (0)

Simulating Amazon S3 Locally with Moto and AWS CLI


logo

Step-by-step tutorial on configuring AWS CLI for Amazon S3 with Moto mock services. Test S3 buckets, uploads, and permissions locally....

Dima

0.0 (0)

Understanding Dynamic Memory Allocation in C


logo

This free C course teaches you how to request and release memory for your C program while it’s running, using standard functions like malloc and free....

Dima

0.0 (0)

How to build APIs in Go: create a statistical dashboard with Gin-Gonic


logo

Gin-Gonic Tutorial: learn to build fast APIs in Golang. Learn REST API development, middleware, JSON validation, rate limiting, and performance optimi...

Dima

10.0 (1)

C++ Templates: Complete Guide to Generic Programming


logo

Master C++ templates with our complete tutorial on generic programming. Learn function templates, class templates, template specialization, and variad...

root

0.0 (0)

How to build a simple web application with Flask and HTMX


logo

Flask HTMX tutorial for beginners: build an interactive social wall with posts, comments, dynamic updates, and server-rendered components. Learn serve...

nelson09

10.0 (1)

Makefile Tutorial for C: A guide to build automation and dependency management


logo

Step-by-step Makefile tutorial for C/C++ developers. Learn build automation, dependency management with -MMD flags, pattern rules, static libraries, a...

nelson09

10.0 (1)