For further actions, you may consider blocking this person and/or reporting abuse
Zoom pan, gen fill, restore, overlay, upscale, crop, resize...
Chain advanced transformations through a set of image and video APIs while optimizing assets by 90%.
Read next

Create Different Type of Flavor on Flutter Application
Sohanuzzaman Soad -

Mastering Efficient Queue Structures in TypeScript: A Complete Guide
tq-bit -

Next.js: La Guía Definitiva del Framework React más Popular
Joaquín Gutiérrez -

Optimizando la Integración de APIs de Blog: Lecciones Aprendidas con Dev.to y Hashnode
Joaquín Gutiérrez -
Top comments (2)
It was about 22-23 years ago. I was developing a simple game engine in watcom c and dos extender (does anyone remember this technology?). I used a pregenerated sin table, but it looked very silly in the source, because it wasn't aligned, so I decided to use '0' characters to pad the numbers. Later I tested the program (and have forgot about the formatting long ago), everything was messed up. It took a few hours debugging to realize that 0something numbers mean octal in C...
I do commit silly mistakes but I will remember this forever.
Comment a custom log function. Without that log function, the application didn't print anything.
And well, from that moment I realized that I need to take notes about my progress more often.