Mar 31 · 11 min read · Build Your First AI Agent in Python: A Step-by-Step Guide From Zero to Working Code Move beyond chatbots — learn to create an autonomous AI that can actually DO things, not just talk about them. The chatbot you built last year is already obsolete. W...
Join discussionAug 15, 2025 · 3 min read · In this installment of the SDL_Chomik series, we are going to create our first animation! We'll make a "blue monkey" move horizontally across the window, using some of the concepts we introduced in the last two Chomik articles: adding integers and co...
Join discussion
Aug 12, 2025 · 3 min read · In our first SDL_Chomik article, we learned how to display an image in every iteration of the sdl loop. We also saw that you cannot directly use the predefined integer variable the created image index in multiple places — its value changes each time ...
Join discussion
Aug 9, 2025 · 2 min read · SDL_Chomik is an extension of the Chomik programming language that integrates the SDL2 graphics library.It inherits all of Chomik’s features while adding the ability to create windows, display images, and interact with graphics — all in Chomik’s uniq...
Join discussion
Oct 2, 2024 · 3 min read · Introduction In this tutorial, we'll build a simple Random User Data Generator using JavaScript. This project will teach you how to: Fetch data from an external API using fetch() Display the fetched data on a webpage dynamically Implement error ha...
Join discussion