KILAPARTHI SAI JYOTHI


image not loaded
b.Tech(computer science)
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

  1. learnt the basic concepts like mathematical equations,variable
  2. practiced variables, assignment and arithematic operations and explored 2048 game in a cite explore the game
  3. 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

  1. solved some puzzles like golden plate, cricket ground, painting a circular body
  2. format of algorithms
  3. first principle of algorithm- End user experience(UX)
  4. algorithm for sum of two numbers
  5. algorithm for multiplication of three numbers

Today's work- 04/06/2026

  1. myself imagined as a developer and wrote the frontend features, backend workflow, and database connectivities required for instagram and whatsapp
  2. second principle of algorithms- meaningful variable names and redability
  3. wrote the program for printing n natural numbers
  4. learnt the concepts like conditional statement if, goto

Today's work- 05/06/2026

  1. observed and practiced how the print statement works
  2. wrote the program for printing even numbers upto n
  3. wrote the program for printing odd numbers upto n
  4. wrote program for printing n number of even numbers

Today's work- 06/06/2026

  1. wrote program for printing n number of odd numbers
  2. wrote the program for finding two individual numbers from given sum and product of those two numbers
  3. known the concept "correctness"
  4. known the concept "trade off"
  5. Attend a workshop on Ai Agents

Today's work- 08/06/2026

  1. wrote the program for printing n multiples of three
  2. wrote the program for printing multiplication table for given number
  3. wrote the program for printing table book

Today's work- 09/06/2026

  1. known about the term "competent"
  2. wrote the program for printing Table book
  3. wrote the program for printing square series upto n
  4. wrote the program for printing n ternms in a square series

Today's work- 10/06/2026

  1. known about the term "competent"
  2. wrote the program for printing Table book
  3. wrote the program for printing n power n
  4. wrote the program for printing n power n upto given number
  5. wrote the program for printing n terms in n power n series
  6. wrote the program for printing n fibonacci series upto n
  7. wrote the program for printing n terms in fibonacci series
  8. Recorded 3 minutes video and uploaded in youtube
  9. Recorded 1 minute audio and uploaded in chatgpt and asked one mistake

Today's work- 11/06/2026

  1. wrote the program for biggest of two numbers
  2. wrote the program for chenking given number is a prime or not
  3. learnt the linux commands like cd, pwd, ls, mkdir,cat, echo
  4. learnt the git commands like git init, git add, git commit

Today's work- 12/06/2026

  1. Revised the algorims principles - end user experience, meaningful variable names, coding style, correctness, multiple solutions, duplicate code, optimization
  2. wrote the program for biggest of three number
  3. wrote the program for biggest of 10 numbers
  4. Recorded 1 minute audio and uploaded in chatgpt and asked one mistake
  5. explore some git commands

Today's work- 21/06/2026

  1. Converted the algorithems into C program
  2. installed Ubuntu virtual mechine
  3. explored and observed how the linux commands work
  4. run the c programs using the clang compiler
  5. edited the code files using nano and micro editor
  6. recorded three minutes youtube video

Today's work- 26/06/2026

  1. Converted the algorithms into C program
  2. drawn the flow charts for the algorithms
  3. built the trust between the github and Ubuntu and pushed all c programs into github

Today's work- 02/07/2026

  1. Practiced different Linux commands
  2. Explored different new Linux commands using man

Today's work- 04/07/2026

  1. presented the topics that have learned in june month
  2. watched youtube video on system internals

Today's work- 06/07/2026

  1. Done task on "Pipes and Redirections — Streams in the Shell".
  2. Uploaded audio to chatgpt and asked for one mistake.

Today's work- 07/07/2026

  1. known the difference between the <(stdin) and >(stdout)
  2. learnt about how to check test cases automatically instead of manual by using scripts
  3. chmod - giving and removing the permissions read, write, execute.
  4. observed how each temporary files generated in c compilation

Today's work- 14/07/2026

  1. compleated the task on functions and revised the task debugging.
  2. performed the debugging on functions.
  3. Answerd the questions on the compilation pipeline
  4. Wrote the algorithm and c program on "Finding sum of MSD and LSD of the given number."