RSSAmplifier

Blog

Anchit Bajaj

Recent content on Anchit Bajaj

abifog.comRSS feed ↗8 posts

Latest posts

(Ab)using Agentic Coding CLIs for Data Cleaning and Standardisation

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.…

AppSec CTF 2021 Writeups: How I got 20/20 Flags

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…

DragonSec DCTF 2021: Discord PingPong Writeup

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…

CCS CodeSus Question 4: Zelda Writeup

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.…

GSoC 2020 Final Progress Report: Dashboard for Packit (Fedora Project)

Anchit Bajaj https://abifog.com/blog/gsoc-final-report-dashboard-for-packit/ - Dashboard for Packit GSoC Archive Listing: https://summerofcode.withgoogle.com/archive/2020/projects/5109625826836480/ Student: Anchit Bajaj Mentors: Hunor Csomortáni and František Lachman Organization: Fedora Project Project Recap Packit-as-a-Service is an installable app for git forges like GitHub, Pagure, etc that…

GSoC 2020 Progress Report: Dashboard for Packit (Fedora Project) (July 1 - Aug 16 2020)

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…

GSoC 2020 Progress Report: Dashboard for Packit (Fedora Project) (June 2020)

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,…

React-Flask Integration: Setup with Webpack

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:…