Anchit Bajaj https://abifog.com/blog/data-standardisation-with-agentic-clis/ - How a single LLM session transformed a messy, user-generated dataset into a tidy, query-ready table in just 20 minutes. The Challenge When I began working with the 1,000+ row table, two critical issues quickly became apparent: Data Normalisation: The “universe” column contained inconsistent variations (e.g.…
Anchit Bajaj https://abifog.com/blog/appsec-ctf-writeups/ - I participated in the CCoE Great AppSec Hackathon/CTF 2021 on 27-28 November, 2021. It was organized by the Data Security Council of India, NASSCOM, CSW, IEEE, some other industry associations and government organizations. The first round was a quiz held in the morning. The second round was a 24 hour jeopardy style CTF. I got all twenty…
Anchit Bajaj https://abifog.com/blog/dragonsec-dctf-2021-discord-pingpong-writeup/ - I rarely do capture the flag write-ups but I solved this in a fairly unique way so here it is. This challenge was part of DragonSec DCTF 2021 by DragonSec SI . It was was solved by around 35 teams out of nearly 1100 teams. It took me around 2 hours to solve this and I did so on the second day of the CTF. My team…
Anchit Bajaj https://abifog.com/blog/ccs-codesus-writeup-zelda/ - Context: This is one of the questions I made for CodeSus which was an event organized by CCS TIET for freshers. Since none of the participants were able to solve it, heres the writeup. Question Link obtained a spiritual stone (file) from Ruto, princess of the Zoras. He needs to play the Ocarina of Time to save Princess Zelda.…
Anchit Bajaj https://abifog.com/blog/gsoc-progress-report-dashboard-for-packit-july-august/ - Also posted at https://communityblog.fedoraproject.org/gsoc-progress-report-dashboard-for-packit-july-1-aug-16-2020/ Hi! I am Anchit , and I’m working on the dashboard and the API for Packit Service. If you’d like to know more about me or this project, check out my previous post here. About…
Anchit Bajaj https://abifog.com/blog/gsoc-progress-report-june-2020-dashboard-for-packit/ - Also posted at https://communityblog.fedoraproject.org/gsoc-progress-report-dashboard-for-packit/ About Me Hi! I am Anchit , a 19 y.o. from Chandigarh, India. I love programming, self-hosting, gaming, reading comic-books and watching comic-book based movies/tv. The first version of Fedora I tried was 21,…
Anchit Bajaj https://abifog.com/blog/integrating-react-with-flask-using-webpack/ - Also posted at https://dev.to/icewreck/react-flask-integration-part-1-setup-with-webpack-djo Hi ! We will connect react with flask and use webpack for transpiling JSX to browser readable JavaScript. Later, maybe in a second part, I’ll talk about passing data from flask to react and vice-versa. GitHub Repo:…