Assignment Chef icon Assignment Chef

Lessons

Hebrew programming tutorials

Focused lessons based on real assignment themes, written for quick study before you start coding.

May 12, 2026

Designing an Autonomous UAV for Warehouse Stock Counting: A System Integration Guide

Learn how to design an autonomous UAV system for warehouse stock counting, covering platform selection, autonomous flight control, and GPS-less navigation. This tutorial applies control theory concepts to a real-world automation problem.

autonomous UAV warehouse stock counting UAV platform selection autonomous flight control GPS-less navigation

Available languages

May 12, 2026

Malware Analysis Phase I & II: A Practical Guide for CS6035 Students

Master static and dynamic malware analysis for CS6035 with this step-by-step tutorial. Learn to interpret Joe Sandbox reports, decode payloads, and submit JSON answers correctly.

CS6035 malware analysis malware analysis phase I II Joe Sandbox report analysis malware behavior identification static and dynamic malware analysis

Available languages

May 12, 2026

Building a Price Comparison Engine: Web Scraping with Java and Node.js in 2026

Learn how to build a price comparison website using Java for multithreaded scraping and Node.js for the REST API and frontend. This tutorial covers Spring Boot, Hibernate, SQL database design, and real-time data updates—perfect for CST 3130 coursework.

price comparison website web scraping with Java multithreaded scraping Spring Boot Hibernate tutorial Node.js REST API

Available languages

May 12, 2026

Building a Custom Shell in C: From Tokenizer to Advanced Features

Learn how to build a Unix shell in C from scratch. This tutorial covers tokenization, command execution, built-in commands, redirection, and pipes with practical code examples.

custom shell C shell programming tutorial C tokenizer implementation unix shell project fork exec example

Available languages