Joined May 2024
43 Photos and videos
Well , what can be done!! But at the very least got to know what the areas which I must work on.
2
13
Gave CC div3, well bad performance at least learned one thing that even if you know the solution , the time pressure and network issue can degrade your performance for good.
2
15
For past few days , have been working on a backend project. Gonna share updates very soon ;)
3
11
Gave CC div4 was able to first 4 problems fairly easily but 5 got me. Got stuck of a silly logical error, but I do have a feeling of break through. Will upsolve it for sure.
2
3
139
Today encountered my first bug in backend; Was using proxy for URL of local host to fetch API from the sever running at port 3000; the console displayed error for the incoming response; the The main problem was a missing "/" forward slash in the proxy written in vite.config
2
25
Today, started with the Backend Got to know about the 2 main components of the backend and the folder structure Also about the deployment of a simple application to the railway.com.
2
25
Gave cf div 4, was able to solve 3 question but tle on 4th got me for goood But definitely upsolved it after the contest, the key insight I got was to make all changes in seperate vector delta and at end for all print it while summing it the original vector
3
27
Also just wrapped up the @codeforces div 2 contest A=> Was simple created vector of pair of int and char and then sorted this and checked for adjacent same colors B=> In this to looked for the cases of MEX & found if no 0 impossible or freq[0]>1 and no one then also not possible
1
34
Gave first Contest @atcoder A=> Was getting WA at p<=100 x instead of 99 B=> Solved it using brute approach and creating a function to check for the language will upsolve C by changing approach couldn't pass few test cases
2
43
Built a simple Color Picker App using React 🎨 This helped me clearly understand how useState works with real-time UI updates. Changing the color updates the state, and the UI reacts instantly It’s a small project, which is contributing to my learning #WebDev #BuildInPublic
1
8
178
Gave CC Starters 221 in Div 4 Was able to solve first 4 questions; For the second one you had to greedy for the jacket and comparison again Third took several attempts but then if freq is greater than 2 then it becomes impossible to get ans For fourth made a function to check odd
1
12
Been spending the last few weeks getting comfortable with React ⚛️ Focusing on the basics : -passing data using props - component reusability – conditional rendering – PropTypes &defaultProps – rendering lists with map() Enjoying the process , one step at a time;
2
17
Gave Cf Div 3 yesterday Solved Problem A fast enough. For B, I went straight into simulation and missed the key observation: when s > k, even turns give k sand on the last flip, odd turns give s. Then just could not concentrate for the C, will upsolve C today itself;
1
20
I went quiet here for the last 2 months. College exams took over, routines broke, and consistency slipped. I didn’t quit learning — I just stopped posting. Showing up again, imperfect but intentional. Let’s go.
1
21
13 Nov 2025
#day34 of webdev Today I learnt about the async function and await; Their utilities in the asynchronous functions ; Wrapping it in try to catch the possible errors
1
2
148
11 Nov 2025
#day33 of webdev Today I learnt about Promise in JS and its three states pending, fulfilled and reject ; About JSON that it is of string format and understood by all languages ; Also Callback hell can be handled neatly using Promise
1
27
6 Nov 2025
#day32 of webdev Today I learnt about the callback hell which makes the debugging tougher and reduces code readability; This can also lead to scalability issues:)
1
19
5 Nov 2025
#day31 of webdev Today I learnt about the single threaded synchronous nature of JavaScript; How web APIs are used; Event loop which continuosly checks the callback queue & call stack in the Global Execution Context:)
1
35
31 Oct 2025
#day30 of webdev Finally this time tried all the JavaScript Basic Projects which are a kind of good practice to build coding muscle memory:) #WebDevelopment #JavaScript
1
19
30 Oct 2025
#day29 of webdev Finally on track; Learned about Events in JavaScript, their handling ; Optimized method to check many events at once and execute them; Bubbling and the DOM method of the execution of its three phases:)
1
27