Welcome to Makers in the Making
Our straightforward tech guides and news helps you to become a better developer.
What do we offer?
Explore Diverse Topics
Discover comprehensive guides and tutorials on C++, JavaScript, Godot, 3D printing, Linux, Raspberry Pi, 3D Printing and more. Empower your tech skills with our expertly crafted resources tailored for all levels.

Designed for Clarity
Our guides strive to bring you reliable information that explains every step of the way. Complex ideas will be broken down into simple terms that boost your understanding of the concepts.

Always Something New
Every week we will post multiple new guides about various technology topics. Stay updated with the latest tech news including videos on our YouTube channel!
JavaScript
while ( stillAlive ) {
const article = writeArticle(interestingTopics);
postArticle(article);
}