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- 08-07-2026
gave presentation on environment variable
briefly discussed about pipes and redirections and practiced task on pipes and redirections
Today's work- 09-07-2026
I worked on the task regarding relative and obsolute path
by doing this task, I learned how to navigate linux using relative and absolute paths
Today's work- 10-07-2026
learned about function and function call
i worked on the task regarding function declaration, definition, calling.
Today's work- 11-07-2026
practiced task on functions
i have done test on task-4 c compilation pipes
i have learnt stack frame
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."
Today's work- 15-07-2026
I have learnt how to print addresses of array values
wrote an algorithm about given a number and digit find how many times is repeated in the number
Today's work- 16-07-2026
I have learnt about scope , global variable,local variable
practically executed program using multiple functions by calling
how the addresses of variables are placed in memory
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
i understood hexadecimals and practiced with few examples
Today's work- 17-07-2026
learnt about OS loader, RAM, ELF executable cpu execution and program counter(pc)
learnt about stack frames and call stack, call function
Today's work- 18-07-2026
practically seen how the stack frame created while calling a function using LLDB debugger
Observed how stack frame dissappearing after returning a function value ann comes back to return
address
Today's work- 20-07-2026
completed task_9 quetions related to functions
learnt about bitwise operators(>>,<<,&,|)< /li>
Today's work- 21-07-2026
completed task_5 and task_6 quetions related to linux commands and debugging
learnt about different OS their shells and command line applications(ex:clang,ls)
Today's work- 22-07-2026
understood about types of servers and developer life cycle
learnt about bitwise operators and practiced task on bitwise operator
Today's work- 23-07-2026
checked the algorithms weather they are correct or not using algorithm tracer.
installed different packages like cs50 tools, pip etc and by using cs50 we checked our c programs
are passing
all test cases or not.
done task on address variable
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
just learned about how multi processes run simultaneously(treads)
understood the address variables by wrote a c program on address variables
completed task on address variables — store an address, reach the box
Today's work- 25-07-2026
submitted all the c programs
done task on "Address Variables — Store an Address, Reach the Box"
done task on "Bytes Become Meaning — Colours, Characters & Encodings"
Today's work- 30-07-2026
Attended AiSummit
Explored different stalls and connected with people
Listened different aspects of AI by different experts
Today's work- 01-08-2026
solved the questions of the tasks
done pending tasks
Attended online class on the topic "git"
Today's work- 03-08-2026
completed all pending tasks
got clarity on git commands
Explored git and github
Today's work- 04-08-2026
learnt how to code in python
completed task on "Python input() and Types — Strings, Numbers, and How print Lays Them Out"
recorded youtube video on "how to write and read files and what are raw bytes and readable text.
Today's work- 17-08-2026
done the task on python collections
done different questions on each iteration in task 31
wrote the python programs with the data type mentioned.
Today's work- 18-08-2026
done the task on intended type of variables
solved the question paper on types
solved the question paper on collections
Today's work- 19-08-2026
solved some extra questions on python collections<
Today's work- 20-08-2026
explored different terms like TTS,STT,SraVaani, Sarvamai,ip configurations in linux in source code etc
solved some extra questions on collections
explored and cloned my voice in sarvam and used that voice in a TTS model