This is my first article, trying to learn this craft. It’s a compilation of comments I’ve made on various platforms across the web. I tried to bring some sense to something that’s inherently di...
`I made a new game called bloky, I made it in scratch.mit.edu and converted it to a exe file. Download my game here https://sites.google.com/view/blocky/home
Or here https://gamejolt.com/games/BLOKYIS...
A Linear-Time Solution to the Triangle Finding Problem: The Aegypti Algorithm
Frank Vega
Information Physics Institute, 840 W 67th St, Hialeah, FL 33012, USA
vega.frank@gmail.com
Intr...
Follow these 6 Easy Steps to Learn the Programming 🚀
Learning programming can feel overwhelming at first, but don’t worry! Whether you're a complete beginner or someone looking to sharpe...
Exploring the World of Game Development with UnityGame development has become one of the most exciting and rewarding fields in the tech industry. With the rise of indie games and the increasing demand...
What is Python🐍?
Python is a programming language known for its simplicity and readability. It was created by Guido van Rossum and first introduced in 1991. Python supports many programming styles,...
I'm starting a new blog series based on my fascination with 3D graphics rendering.The very first game I built used DirectX, and throughout my career, I've only used graphics APIs (DirectX and OpenGL)....
🚀 Just dropped a new NPM package: google-sheet-crud!If you've ever worked with Google Sheets as a database, you know the pain—Google's API returns everything as a massive array, which can be a he...
Introduction
Functions are fundamental building blocks in programming that enable code reuse, organization, and improved readability. This module will guide you through defining, calling, and...