Spent most of April learning backend and AWS
Then I went completely off the radar in May
Didn't post
Didn't share what I was doing
Just took some time away
Now I'm back
Time to learn, build, and post consistently again
Been learning python and AWS for the past few days
so i started building a small project for doing CRUD operations on S3 buckets using python + react
still in the early stage but excited to build this one ๐
Glyphcast is live ๐
Convert videos, photos, and GIFs into ASCII art entirely in your browser.
No uploads. No server. No waiting. Just drag, drop, and watch it render.
Try it: https://t.co/XMb7HZ6X48
Launched Negativ UI v1.
Free + open source landing page templates.
Loved the response so far โค๏ธ
If you liked it, drop a star on GitHub
https://t.co/Ib0tzCAS69
Browse & grab your free template now
https://t.co/4Fi5aJRSVw
Been building Glyphcast, Shipping tomorrow.
Converts videos, photos, and GIFs into ASCII art, right in your browser.
Inspired by @vansh1029's open source project.
Used some of their assets and took cues from their frontend, but moved the conversion logic fully client-side, so there's no upload, no server, no wait.
Huge thanks to @vansh1029 for the inspiration ๐
Built Negativ UI, a growing collection of free animated landing page templates for developers, founders & indie makers.
Just clean, modern, production-ready templates you can actually ship.
Currently live with 3 handcrafted templates (more dropping soon).
learned about bit manipulation today
topics covered:
> signed and unsigned int
> Logical and Bitwise operators
> Left Shift and Right Shift
> Operations on ith bit (Check, Set, Toggle, Unset)