Mar 27, 2021Vote Collection HackThis is an experience story of a competition (say iamcamera.in, can’t reveal the exact name 🤐), the hacking tricks that I used to collect votes, and the thought process I had. The competition was to post a photo on iamcamera.in …Hacking5 min read
Mar 9, 2021Linked List Bad PractisesI have been doing coding for quite sometime now and worked in improving system performances. In this post, I’ll explain the practise you should avoid while using Linked List in solving the problems specially in the interviews. TL;DR If you get any interview problem related to Linked List try to…Linked Lists2 min read
Mar 22, 2020C++ IDE for competitive programming with MacMy Background — I primarily used to code in Java for competitive programming but while practicing for CodeChef Certified Data Structure & Algorithms Programme( CCDSAP ) I realized that some problems were causing Time Limit Exceeded (TLE), I implemented the same algorithm in C++ they were working perfectly. So I decided to use…Competitive Programming4 min read
Oct 28, 2018Concepts you must know while storing password in DatabaseThis article discusses the following points: - Hackers won’t be able to know your password, even though a companies whole database is leaked publicly. - Development history and advances related to storage security of a password. I’ll be dividing each section into two parts. The first part, explaining the problem…Security4 min read