my profile
Godavari institute of engineering and Technology
My SANKALPAM
My goal is to become an AI Native developer in a product based company.
Today's work- 02/06/2026
- learnt the basic concepts like mathematical equations,variable
- practiced variables, assignment and arithematic operations and explored 2048 game in a cite explore the game
- explored the 2048 game and noted all observations and learnt the concepts like micro animations,
different types of websites and apps
Today's work- 03/06/2026
- solved some puzzles like golden plate, cricket ground, painting a circular body
- format of algorithms
- first principle of algorithm- End user experience(UX)
- algorithm for sum of two numbers
- algorithm for multiplication of three numbers
Today's work- 04/06/2026
- myself imagined as a developer and wrote the frontend features, backend workflow, and database connectivities required for instagram and whatsapp
- second principle of algorithms- meaningful variable names and redability
- wrote the program for printing n natural numbers
- learnt the concepts like conditional statement if, goto
Today's work- 05/06/2026
- observed and practiced how the print statement works
- wrote the program for printing even numbers upto n
- wrote the program for printing odd numbers upto n
- wrote program for printing n number of even numbers
Today's work- 06/06/2026
- wrote program for printing n number of odd numbers
- wrote the program for finding two individual numbers from given sum and product of those two numbers
- known the concept "correctness"
- known the concept "trade off"
- Attend a workshop on Ai Agents
Today's work- 08/06/2026
- wrote the program for printing n multiples of three
- wrote the program for printing multiplication table for given number
- wrote the program for printing table book
Today's work- 09/06/2026
- known about the term "competent"
- wrote the program for printing Table book
- wrote the program for printing square series upto n
- wrote the program for printing n ternms in a square series
Today's work- 10/06/2026
- known about the term "competent"
- wrote the program for printing Table book
- wrote the program for printing n power n
- wrote the program for printing n power n upto given number
- wrote the program for printing n terms in n power n series
- wrote the program for printing n fibonacci series upto n
- wrote the program for printing n terms in fibonacci series
- Recorded 3 minutes video and uploaded in youtube
- Recorded 1 minute audio and uploaded in chatgpt and asked one mistake
Today's work- 11/06/2026
- wrote the program for biggest of two numbers
- wrote the program for chenking given number is a prime or not
- learnt the linux commands like cd, pwd, ls, mkdir,cat, echo
- learnt the git commands like git init, git add, git commit
Today's work- 12/06/2026
- Revised the algorims principles - end user experience, meaningful variable names, coding style, correctness, multiple solutions, duplicate code, optimization
- wrote the program for biggest of three number
- wrote the program for biggest of 10 numbers
- Recorded 1 minute audio and uploaded in chatgpt and asked one mistake
- explore some git commands
Today's work- 21/06/2026
- Converted the algorithems into C program
- installed Ubuntu virtual mechine
- explored and observed how the linux commands work
- run the c programs using the clang compiler
- edited the code files using nano and micro editor
- recorded three minutes youtube video
Today's work- 26/06/2026
- Converted the algorithms into C program
- drawn the flow charts for the algorithms
- built the trust between the github and Ubuntu and pushed all c programs into github
Today's work- 02/07/2026
- Practiced different Linux commands
- Explored different new Linux commands using man
Today's work- 04/07/2026
- presented the topics that have learned in june month
- watched youtube video on system internals
Today's work- 06/07/2026
- Done task on "Pipes and Redirections — Streams in the Shell".
- Uploaded audio to chatgpt and asked for one mistake.
Today's work- 07/07/2026
- known the difference between the <(stdin) and >(stdout)
- learnt about how to check test cases automatically instead of manual by using scripts
- chmod - giving and removing the permissions read, write, execute.
- observed how each temporary files generated in c compilation
Today's work- 14/07/2026
- compleated the task on functions and revised the task debugging.
- performed the debugging on functions.
- Answerd the questions on the compilation pipeline
- Wrote the algorithm and c program on "Finding sum of MSD and LSD of the given number."