The New Wave of "Vibe Coding"

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...
0 Read More

I published a new game!

I published a new game!
`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...
0 Read More

The Aegypti Algorithm

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...
0 Read More

Python Bytes

Python Bytes
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,...
0 Read More

Learning 3D Graphics From Scratch

Learning 3D Graphics From Scratch
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)....
0 Read More

Google Sheet CRUD Tools

🚀 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...
0 Read More