๐๐๐๐
Looking back on your week -- what was something you're proud of?
All wins count -- big or small ๐
Examples of 'wins' include:
Getting a pro...
For further actions, you may consider blocking this person and/or reporting abuse
This one dev.to/qainsights/toy-story-the-op...
Made it into DEV's Top 7 for the first time ๐
Definitely a milestone I'm proud of. The best part was reading all the conversations and stories people shared in the comments.
Thank you to everyone who took the time to read, comment, share feedback, and tell their own story. ๐
It was for my article "The Most Valuable Thing I Found in Tech Wasn't an Opportunity"
Congratulations ๐๐
Thank you so much, Divyanshi ๐งก
Wrote an article ๐๐ฝ
Gotta Earn 'Em All: The Gym Badges of Agentic Engineering (Part 1)
Finally wrapped up the last article of my first series โ AI, Ego & Regret (all 15 parts). ๐Already sketching out the next one.๐คฃ
I recently completed a full rebuild of my professional website using Astro.
The goal was to strip everything down to its essentials and keep things as lean as possible. After the refactor, the results are pretty striking: a clean sweep across all metrics.
Itโs always satisfying to see how far a project can go when you aggressively cut down complexity and focus on the essentials. The result feels fast, clean, and much easier to maintain.
Celebrating 300K readers and 20K followers ๐ฅณ
Congratulations ๐๐๐ป
Thank you so much! ๐๐๐ป
This week I created a podcast using AI reasoning agents for research and counter-research with full evidence log, elevenlabs for text to speech, adobe audition and podcasts for mixing sound and creating effects. I am actually very new to all this - but i loved the whole experience :) . Posted it on Spotify and Youtube.
Topic: Your Pink Slip Is an Algorithm: The AI & Jobs Debate
youtube:
Spotify:
update: the new part is making the podcast, i have been creating agents and using them for research for some time now, but giving them a voice and creating a podcast is what thrilled me in this project.
I finished the first version of my seventh app and released it proudly. The process included alot of restles nights and i think i could have taken better care of myself, but hey... I did the dang thing ๐
SyncMode
Whew!
My win this week was finally shipping the first public version of the GLP-1 AI Method.
I've spent the last year using AI to help interpret patterns across weight, sleep, recovery, and workouts during GLP-1 maintenance. This week I stopped refining it and actually put it out into the world.
Now comes the fun part: seeing how many other people it helps.
I started to experiment the OKF (Open Knowledge Format) on top of my resume's data :
I had a new badge ;-p
It's alive... it's alive! ๐
agentislux.io is up and running after a genuinely challenging build.
The idea has been percolating for months. Its predecessor, a project I built for a GitLab hackathon, was basically a script. Agentis Lux is that idea realized.
The premise: the internet has a second audience now, agents. They read our websites to answer people's questions, and sometimes they find what they need and sometimes they don't.
I wanted a way to see what they see. So I built it. Stoked!
This week I built something a bit unconventional: I turned Blogger into a JavaScript module host for a browser-based app. Each module lives on a page within the same Blogger blog (same-origin is required). The blog's homepage, or another page from the blog acts as the loader, loading each module page inside a hidden iframe, extracting JS from a "pre" tag with id as "js-code", converting it into a Blob script, and executing it in sequence. Modules coordinate via a shared window.ModuleRegistry, so later modules can depend on earlier ones being fully initialized. Itโs basically a no-backend, static-blog-as-module-system experiment, and it actually works.
I published my first Node package called opfs-utilities
npmjs.com/package/opfs-utilities