KILAPARTHI SAI JYOTHI


image not loaded
b.Tech(computer science)
Godavari institute of engineering and Technology, Rajahmundry

LinkedIn

Github

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- 08-07-2026

  1. gave presentation on environment variable
  2. briefly discussed about pipes and redirections and practiced task on pipes and redirections

Today's work- 09-07-2026

  1. I worked on the task regarding relative and obsolute path
  2. by doing this task, I learned how to navigate linux using relative and absolute paths

Today's work- 10-07-2026

  1. learned about function and function call
  2. i worked on the task regarding function declaration, definition, calling.

Today's work- 11-07-2026

  1. practiced task on functions
  2. i have done test on task-4 c compilation pipes
  3. i have learnt stack frame

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

Today's work- 15-07-2026

  1. I have learnt how to print addresses of array values
  2. wrote an algorithm about given a number and digit find how many times is repeated in the number

Today's work- 16-07-2026

  1. I have learnt about scope , global variable,local variable
  2. practically executed program using multiple functions by calling
  3. how the addresses of variables are placed in memory
  4. during run time the address of variables c which are used in function definition changes everytime but when i try to debugg that code but there varaibles addresses remains same here i learned about ASLR stands for address space layout randomization which is done by the OS but during debugging time OS is not provide ASLR thats why variable address remains same
  5. i understood hexadecimals and practiced with few examples

Today's work- 17-07-2026

  1. learnt about OS loader, RAM, ELF executable cpu execution and program counter(pc)
  2. learnt about stack frames and call stack, call function

Today's work- 18-07-2026

  1. practically seen how the stack frame created while calling a function using LLDB debugger
  2. Observed how stack frame dissappearing after returning a function value ann comes back to return address

Today's work- 20-07-2026

  1. completed task_9 quetions related to functions
  2. learnt about bitwise operators(>>,<<,&,|)< /li>

Today's work- 21-07-2026

  1. completed task_5 and task_6 quetions related to linux commands and debugging
  2. learnt about different OS their shells and command line applications(ex:clang,ls)

Today's work- 22-07-2026

  1. understood about types of servers and developer life cycle
  2. learnt about bitwise operators and practiced task on bitwise operator

Today's work- 23-07-2026

  1. checked the algorithms weather they are correct or not using algorithm tracer.
  2. installed different packages like cs50 tools, pip etc and by using cs50 we checked our c programs are passing all test cases or not.
  3. done task on address variable
  4. learnt the concepts like different types of literals(array literals,integer literals, charecter literal, string literals), string terminator, different logical operations and where they use in real time,address variable,ASCII chart etc.

Today's work- 24-07-2026

  1. just learned about how multi processes run simultaneously(treads)
  2. understood the address variables by wrote a c program on address variables
  3. completed task on address variables — store an address, reach the box

Today's work- 25-07-2026

  1. submitted all the c programs
  2. done task on "Address Variables — Store an Address, Reach the Box"
  3. done task on "Bytes Become Meaning — Colours, Characters & Encodings"

Today's work- 30-07-2026

  1. Attended AiSummit
  2. Explored different stalls and connected with people
  3. Listened different aspects of AI by different experts

Today's work- 01-08-2026

  1. solved the questions of the tasks
  2. done pending tasks
  3. Attended online class on the topic "git"

Today's work- 03-08-2026

  1. completed all pending tasks
  2. got clarity on git commands
  3. Explored git and github

Today's work- 04-08-2026

  1. learnt how to code in python
  2. completed task on "Python input() and Types — Strings, Numbers, and How print Lays Them Out"
  3. recorded youtube video on "how to write and read files and what are raw bytes and readable text.

Today's work- 17-08-2026

  1. done the task on python collections
  2. done different questions on each iteration in task 31
  3. wrote the python programs with the data type mentioned.

Today's work- 18-08-2026

  1. done the task on intended type of variables
  2. solved the question paper on types
  3. solved the question paper on collections

Today's work- 19-08-2026

  1. solved some extra questions on python collections<

Today's work- 20-08-2026

  1. explored different terms like TTS,STT,SraVaani, Sarvamai,ip configurations in linux in source code etc
  2. solved some extra questions on collections
  3. explored and cloned my voice in sarvam and used that voice in a TTS model

Today's work- 21-08-2026

  1. completed extra questions on python collections
  2. done task on the topic - slicing
  3. solved the question paper on collections

Today's work- 23-08-2026

  1. explored how upi working
  2. presentation on collections
  3. completed the real time problems on collections